@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&display=swap');

@font-face {
 font-family: "AvantGarde";
 src: url("../fonts/ITCAVANTGARDESTD-DEMI.woff") format("woff2"),
        url("../fonts/ITCAVANTGARDESTD-DEMI.woff") format("woff");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/**************slider logos***********/

#sliderck131 {
max-width: 900px;
}
#sliderck131::before {
  content:"";
  position: absolute;
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 9;
}
#sliderck131::after {
  content:"";
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff;
z-index: 9;
}
/*
#sliderck131 .swiper-button-next {
z-index: 
}
#sliderck131 .swiper-button-prev {
top:auto;
  bottom: -100px;
}*/

/************details pages******/

.fond-decale {
  position: relative;
} 
.fond-decale::before {
  content: "";
  position: absolute;
  width: 100%;
  top: -50px;
  bottom: -50px;
  right: 70%;
} 
.fond-marron::before {
  background: #c0aea4;
}
.fond-bleu1::before {
  background: #1e3357;
}
.fond-bleu2::before {
  background: #1a5274;
}
.fond-bleu3::before {
  background: #71c5cb;
}

.itemid-101 #contenu {
  background-image: url(../images/fond-pasteur-gris.png);
  background-position: right 50px bottom;
  background-repeat: no-repeat;
}

/************diaporama********/

#mod-custom116 {
  position: absolute;
  width: 100%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#camera_wrap_111 {
  position: relative;
}
#camera_wrap_111::after {
content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9;
}

/************/

.mod-wrapper {
  border: 0;
}


#header {
  position : relative;
  width: 100%;
  background: #c0aea4;
  padding: 20px;
z-index: 99;
}
.itemid-101 #header {
  background: none;
}
.itemid-122 #header {
  background: #1e3357;
}
.itemid-123 #header {
  background: #1a5274;
}
.itemid-124 #header {
  background: #71c5cb;
}


#logo {
  position: relative;
width: 170px;
}
#menu {
  position: absolute;
  top: 30px;
  left: 250px;
}
#reseaux {
  position: absolute;
  top: 30px;
  right: 10px;
}

#top {
  position: relative;
  width: 100%;
  height: calc(100vh - 118px);
}

#contenu {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 50px 0;
}
.itemid-127 #contenu, .itemid-125 #contenu {
   background: url(../images/fond-contact.jpg) center top no-repeat;
  background-size: cover;
  z-index: 1;
}
.itemid-127 #contenu::after, .itemid-125 #contenu::after {
content: "";
  position: absolute;
  width: 100%;
  height: 250px;
  bottom: 0;
  left: 0;
  background: #c0aea4;
  z-index: -1;
}

#block-fullwidth {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 0;
}

#bloc-gris {
    position: relative;
  width: 100%;
  padding: 50px 0;
  background: #e9e8e8;
 }

#bloc-blanc, #bloc-blanc2 {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 50px 0;
}
#bloc-parallax {
  position: relative;
  width: 100%;
  /* background: url(../images/fond-parallax.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;*/
}

#bloc-map {
position: relative;
  width: 100%;
  background: #fff;
}

#bloc-footer {
position: relative;
  width: 100%;
    background: #e9e8e8;
  padding: 20px 0;
}

.inter {
 position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 25px;
}


/******menu*********/


div#maximenuck110 ul.maximenuck li.maximenuck.level1 {
  padding: 0 15px;
  border-left: 2px solid #fff;
}
div#maximenuck110 ul.maximenuck li.maximenuck.level1.item101 {
  border-left: 0;
}


div#maximenuck110 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck110 ul.maximenuck li.maximenuck.level1 > span.separator {
  position: relative;
  color: #fff;
 padding: 0;
  font-size: 16px;
   font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}


div#maximenuck110 ul.maximenuck li.maximenuck.level1 > a::before, div#maximenuck110 ul.maximenuck li.maximenuck.level1 > span.separator::before {
  content:"";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
   -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/*.itemid-101 div#maximenuck109 ul.maximenuck li.maximenuck.level1 > a::before, .itemid-101 div#maximenuck109 ul.maximenuck li.maximenuck.level1 > span.separator::before {
  background: #fff;
}*/

div#maximenuck110 ul.maximenuck li.maximenuck.level1 > a:hover, div#maximenuck110 ul.maximenuck li.maximenuck.level1 > span.separator:hover {
  color: #fff;
}
div#maximenuck110 ul.maximenuck li.maximenuck.level1 > a:hover::before, div#maximenuck110 ul.maximenuck li.maximenuck.level1 > span.separator:hover::before, div#maximenuck110 ul.maximenuck li.maximenuck.level1.active > a::before, div#maximenuck110 ul.maximenuck li.maximenuck.level1.active > span.separator::before {
  width: 100%;
}



/**********boutons reseaux***********/
a.fbk, a.lkdin, a.insta {
  width: 24px;
  height: 24px;
  display: inline-block;
}

a.fbk {
  background: url(../images/icone-facebook.svg) center center no-repeat;
  background-size: auto 22px;
}
a.lkdin {
  background: url(../images/icone-linkedin.svg) center center no-repeat;
  background-size: auto 22px;
}
a.insta {
  background: url(../images/icone-insta.svg) center center no-repeat;
  background-size: auto 22px;
}
 #header a.fbk {
  background: url(../images/icone-facebook-blanc.svg) center center no-repeat;
  background-size: auto 22px;
}
 #header a.lkdin {
  background: url(../images/icone-linkedin-blanc.svg) center center no-repeat;
  background-size: auto 22px;
}
 #header a.insta {
  background: url(../images/icone-insta-blanc.svg) center center no-repeat;
  background-size: auto 22px;
}


/******traduction***********/

#reseaux div.mod-languages li {
  margin-right: 15px;
}
#reseaux div.mod-languages li img {
vertical-align: inherit;
}

/************/



p {
  margin: 10px 0px;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
button,
input {
	line-height: normal;
}

body {
	margin: 0;
	 font-family: 'Montserrat', sans-serif;
  font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	background-color: #fff;
  overflow: hidden auto;
}
a {
	color: #c0aea4;
	text-decoration: none;
}
#bloc-footer a {
  color: #000000;
}

a:focus, a:hover {
	color: #807169;
	text-decoration: none;
}
.white a:focus, .white a:hover {
  color: #fff;
}

.small {
	font-size: 0.8em;
  line-height: 1.2;
}
.bigger {
  font-size: 2em;
  line-height: 1.1;
}
.bold {
	 font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.img-ronde {
  border-radius: 50%;
}

.padding-td {
  padding: 50px 70px;
}
.padding-small {
  padding: 20px;
}

@media (max-width: 1200px) {

  .padding-td {
  padding: 30px 40px;
}
  
}


@media (max-width: 800px) {

  .padding-td {
  padding: 20px 30px;
}
  
}
@media (max-width: 640px) {

  .padding-td {
  padding: 20px;
}
  
}


b, strong {
	 font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
em {
	font-style: italic;
}
cite {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 9px 0;
 font-family: "AvantGarde", sans-serif;
  font-weight: normal;
	color: #000000;
	text-rendering: optimizelegibility;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6, .white a, .white p {
  color: #fff;
}


h1 {
	font-size: 55px;
  line-height: 65px;
}

td.padding-td h1 {
  font-size: 30px;
  line-height: 35px;
}

h2 {
	font-size: 40px;
   line-height: 50px;
}
h3 {
	font-size: 30px;
   line-height: 35px;
}
h4 {
	font-size: 25px;
  line-height: 30px;
}
h5 {
	font-size: 20px;
  	line-height: 25px;
}
h6 {
	font-size: 16px;
  	line-height: 22px;
}


ul,
ol {
	padding: 0;
	margin: 0 0 9px 25px;
}

hr {
	margin: 18px 0;
	border: 0;
	border-top: 2px solid #c6c6c6;
}


table {
  border-collapse: initial;
}
table td {
  background-position: center center;
  background-size: cover;
  position: relative;
}

.texte-bleu1  {
  color: #1e3357;
}
.texte-bleu2  {
  color: #1a5274;
}
.texte-bleu3  {
  color: #71c5cb;
}
.texte-marron  {
  color: #c0aea4;
}

.texte-blanc {
  color: #ffffff;
}


.bouton-noir, a.bouton-noir, .bouton-blanc, a.bouton-blanc {
 position: relative;
  display: inline-block;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
 font-family: 'Montserrat', sans-serif;
  font-weight: 600;
font-size: 14px;
line-height: 16px;
  z-index: 1;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}



.bouton-noir {
color: #fff;
  background: #010101;
  border: 2px solid #010101;
}
.bouton-blanc {
   color: #010101;
  background: #ffffff;
  border: 2px solid #ffffff;
}

a.bouton-noir:hover {
color: #010101;
  background: #fff;
}
a.bouton-blanc:hover {
color: #ffffff;
  background: #010101;
}


.surlignage-blanc {
  padding: 5px 10px;
  background: #ffffff;
  color: #fff;
}
.surlignage-noir {
  padding: 5px 10px;
  background: #010101;
  color: #fff;
}

.soulignage-blanc, .soulignage-noir {
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
  display: block;
}

.soulignage-centre {
}
.soulignage-blanc::after {
content:'';
  position: absolute;
  width: 100px;
  height: 5px;
  left: 0;
  bottom: 0;
  background:#ffffff; 
}
.soulignage-noir::after {
content:'';
  position: absolute;
  width: 100px;
  height: 5px;
  left: 0;
  bottom: 0;
  background:#010101; 
}

.soulignage-centre::after {
  left: 50%;
  margin-left: -50px;
}


::selection {
 color: #fff;
 background: #010101;
 }

::-moz-selection {
 color: #fff;
 background: #010101;
 }
 


/************************************contact********************/

#rpx_contact .rpx_field {
  margin-bottom: 10px;
}

.rpx_form_container input, .rpx_form_container input[type="text"], .rpx_form_container input[type="number"], .rpx_form_container input[type="email"], .rpx_form_container textarea, .rpx_form_container select {
  background: #fff;
  padding: 10px 15px;
  color: #8c8c8c;
  border: 0;
  border-bottom: 3px solid #000000;
  border-radius: 0;
   font-family: "Metropolis", sans-serif;
  font-weight: normal;
}
.rpx_form_container input::placeholder, .rpx_form_container textarea::placeholder {
color: #8c8c8c !important;
  opacity: 1;
}


input.btn-primary {
  cursor: pointer;
  background: #000000;
  color: #fff;
  border: 0;
  padding: 10px 25px;
}

input.btn-primary:hover {
  background: #8c8c8c;
  color: #fff;
}
.rpx_form_container input:focus, .rpx_form_container input:focus-active {
box-shadow: none;
  border: 0;
}

/*#rpx_div_rpx_contact .rpx_column input {
  margin-bottom: 20px;
}*/
.rpx_field_button {
  margin-top: 10px;
}
/*#rpx_div_rpx_contact .rpx_column:nth-child(3) {
 width: 100%;
margin-right: 0;
padding-right: 2%;
margin-bottom: 20px;
}*/



@media (max-width: 1200px) {

  #reseaux {
    top: -15px;
  }
div#maximenuck110 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck110 ul.maximenuck li.maximenuck.level1 > span.separator {
  font-size: 14px;
  }
  
  #mod-custom116 img {
    max-width: 400px;
  }

  #menu {
    left: auto;
    right: 0;
  }

}

/**************menu mobile****************/

 #menu .mobilemenuck-bar-title {
    background: none;
   padding-right: 60px;
   color: #ffffff;
   text-align: right;
   font-weight: normal;
  }
  #menu .mobilemenuck-bar-button {
   background: #ffffff;
font-size: 2.2em;
  color:  #000;
    border: 2px solid #ffffff;
    border-radius: 0;
}


#menu #maximenuck110-mobile {
  background: #000;
}

#maximenuck110-mobile .mobilemenuck-item > .level1, #maximenuck110-mobile .mobilemenuck-item > .level2 {
  background: #000000;
}
#maximenuck110-mobile .mobilemenuck-item > .level2 a {
color: #fff;
}

#maximenuck110-mobile .mobilemenuck-title, #maximenuck110-mobile .mobilemenuck-button {
  color: #fff;
  background: #000000;
}

@media (max-width: 880px) {
  
  
  h1 {
	font-size: 35px;
  line-height: 45px;
}


h2 {
	font-size: 28px;
   line-height: 33px;
}
h3 {
	font-size: 25px;
   line-height: 30px;
}
h4 {
	font-size: 22px;
  line-height: 28px;
}
  h5 {
    font-size 18px;
  }
  
  
}


@media (max-width: 640px) {
  
  #top {
    height: 60vh;
  }
  
  #contenu table td, #bloc-footer table td, #bloc-blanc table td, #bloc-blanc2 table td, #bloc-gris table td, #bloc-fullwidth table td {
    width: 100% !important;
  display: inline-block;
  }
  
  .fond-decale::before {
    display: none;
  }
  
  .itemid-101 #contenu {
    background-position: right -150px bottom;
  }
  #contenu {
    padding: 20px 0;
  }
  
}

