.texteanime {
  display: block;
  font-weight: 200; 
  color: #524741;
  font-size: 3rem;
  line-height: 3rem;  
  font-weight: 200;
  padding:2%; 
  margin-top: 5%;
  font-weight: 300; }      

.liensombre {
  color: #524741;
  font-style: italic;
  
}


.headeronepage {
width:100%;
overflow: hidden;
display:block;
margin-top:-15px;

}

.background-video {
width: 100%;
object-fit: cover;
position:relative;
margin:auto
}



.italhaut {
  font-family: "Edu AU VIC WA NT Pre", serif;
  font-weight: 400;
  font-style: italic;
  font-size:1.1rem;
  text-align:right;
  margin-right: 2%;
  margin-top:0;
  margin-bottom: 0;
  color:#524741;
}

body { 
  font-family: "Montserrat", serif;
  font-weight: 400;
  background-color: #fAEAD6;
  color: #524741;
  line-height: 2em;
  width:100%;
  margin:0;
  padding-top: 0%;
  overflow-x: hidden;
}

.mainlanding {
  clear:both; 
  display:block; 
  width: 98%; 
  background-color: #fAEAD6;
  margin-right:auto;
  margin-left:auto;
}    

 h1 { 
  font-weight:200;
  color: #524741;
  font-size: 5rem; 
  padding:2%; 
  line-height: 3rem;

  margin-bottom: 0;
}   

h2 { 
  font-weight: 100; 
  color: #524741;
  font-size: 4rem;
  padding-left:2%; 
  margin-top: 0;
  margin-bottom:5%;
  line-height: 3.6rem;
 }   

h3 { 
  font-weight: 200; 
  color: #524741;
  font-size: 3rem;
  line-height: 3rem;  
  padding:2%; 
  margin-top: 5%;
}   

h4 { 
  font-weight: 200; 
  color: #524741;
  font-size: 2.5rem;
  padding:2%; 
  margin-top: 4%;
 ;} 
 
 #titredroite {
  margin-right:auto;
  margin-left:auto;
  line-height: 1.5em;
  font-size:1.5rem;
  font-family: "Edu AU VIC WA NT Pre", serif;
  font-weight: 400;
  font-style: italic;
  text-align:right;
  margin-right: 2%;
  margin-top:0;
  margin-bottom: 5%;
  color:#524741;
  padding-top:0;
  padding-bottom: 0;
  
 } 

strong {
  font-weight: 600;}

header {
  position:fixed;
  top :0; 
  left:0; 
  width: 100%;
  z-index:99; }

.imagelogo {
  width:10%;
  padding-top:10px }

.words {
  color:#fAEAD6;
}

.words span {
  display: inline-block;
  animation: move 2s ease-in-out infinite;
  font-weight: 900;

}
.words span:nth-child(2) {
  animation-delay: 0.5s;
}
.words span:nth-child(3) {
  animation-delay: 1.5s;
}
.words span:nth-child(4) {
  animation-delay: 2.5s;
}
@keyframes move {
  0% {
    transform: translate(-30%, 0%);
 }
  50% {
    text-shadow: 20px 20px 40px #977665c2;
 }
  100% {
    transform: translate(30%,0%);
 }
}


#petitlogcentrer {
    margin-top:-15%;  
   margin-right:-2%;
    text-align:right;
}

.petitlog {
     width:40%;
     opacity:0.8;
}

#hautcomm{
  font-size:10rem;
  text-align: center;
  margin-right:auto;
  margin-left: auto;
  margin-top:1%;
  margin-bottom:5%;
  line-height: 8rem;
  z-index:1
}

.nav-wrapper {
	display: flex;
	position: sticky;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	height: auto;
	z-index: 90;
 background-color: #67544B;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='100' y1='33' x2='100' y2='-3'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='100' y1='135' x2='100' y2='97'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%2359473e' fill-opacity='0.05'%3E%3Crect x='100' width='100' height='100'/%3E%3Crect y='100' width='100' height='100'/%3E%3C/g%3E%3Cg fill-opacity='0.05'%3E%3Cpolygon fill='url(%23a)' points='100 30 0 0 200 0'/%3E%3Cpolygon fill='url(%23b)' points='100 100 0 130 0 100 200 100 200 130'/%3E%3C/g%3E%3C/svg%3E");
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.logo-container {
	
  margin-right:auto;
  padding-left:1%;
  align-content: center;
}


.nav-container {
  
}

.nav-tabs {
	display: flex;
	font-weight: 400;
	font-size: 18px;
	list-style: none;
  padding-right:35px;
  color:#fAEAD6
}

.nav-tab a:hover {
  color: #fAEAD6;
  text-decoration: overline;
  cursor: pointer;
  transform: scale(1.2);
  transition-duration: 0.5s;
}

.nav-tab:not(:last-child) {
	padding: 10px 25px;
}

.nav-tab:last-child {
	padding: 10px 0 0 25px;
}

.nav-tab,
.menu-btn {
	cursor: pointer;
}

.hidden {
	display: none;
}

.intro {
   width:100%; 
   margin:0;
   padding-bottom:2%;}

.landingtext {
  text-align:left;
  padding-left:2%;
  padding-right: 10px;
  font-size: 1.2rem;
}

.landingtext3 {
  margin-bottom:7%;
  font-size:0.8rem;
}

ul {
  margin-left:5px;
  list-style: circle
 }
 
 
li { 
  font-size:1.2rem;
  line-height: 2rem;
  margin-right:10px
  } 

.sanspuce {
  list-style: none;
  font-size:1.2rem;
  line-height: 2rem;
}  
 
a {
  color:#fAEAD6
}

i {
  color:#FFEBC6;
  font-size: 3em;}

.swiptext {
  font-size:1.2em;
  padding-top:10%;
 text-align:left;
    width:90%;
margin-left:auto;
margin-right:auto}  
   
      
.container{
    width: 86%;
    background-color:#fAEAD6;
    margin-top:1%;  
    margin-left:7%;
    margin-right:7%;
    overflow-x: hidden;
    padding-top:10%;
    padding-bottom:20%;
    position:relative;
    color: #524741; 
    
}

.slider{
    height: 100%;
    position: relative;
    padding-top:6% }
      
.slider .image-items{
    height: 20%;}
      
.swiper-slide { }
      
.slider .image-items .image{
    height: 100%;
    display: grid;
    grid-template-rows: 300px 100px;
    width: 100%;
    justify-items: center;
    text-align: center;
    }
      
.slider .image-items .image img{
    width: 55%;
    height: auto;
    align-self: center;
      }
      
.arrowButton{
    position:absolute;
    bottom:50;
    color: #977665 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    padding: 20px !important;
    }
      
.arrowButton.left{
    left: -1% !important;
    font-size:20px;
  
    }
      
.arrowButton.right{
    right: -1% !important;
    font-size:20px;
  
    }
      
.arrowButton::after{
    font-size: 30px !important;
      }
      


.imglanding {
  width:100%; 
  text-align:center;
  clear:both; 
  margin-bottom:10%; }  



#print {
  background: linear-gradient(300deg,#fAEAD6,#b69f8d,#fAEAD6);
  background-size: 180% 180%;
  animation: gradient-animation2 4s ease infinite;
  overflow: hidden;}

.blue { 
  display: grid;
  grid-template-columns:repeat(4, 1fr);
 clear: both;
 margin-top:1%;
 margin-bottom:1%;
 padding:2%;
}


@keyframes gradient-animation2 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.imgblue {
  width:100%; 
  text-align:center;
  clear:both;  
  margin-bottom:1%;
 }  

.bottomup {
  text-align: center; 
  font-size:1.1rem;
  width:98%; 
  margin:auto}

.bottom {
  text-align: center; 
  padding:2%;
  margin-top:1%; 
  font-size:1.1em; }

  .speech {
    font-family: "Edu AU VIC WA NT Pre", serif;
    font-weight: 400;
    font-style: italic;
    font-size:1.2rem;
    background-color:#fAEAD6;
    color:#524741;
    display:inline-block;
    margin:.5px;
    padding:10px;
    position:relative;
    width:98%;
    padding:1%;
  }
/* 
  .speech:before {
    border:solid 12px transparent;
    border-left:solid 12px #524741;
    border-top:solid 12px #524741;
    bottom:-24px;
    content:"";
    height:0;
    left:24px;
    position:absolute;
    transform:skew(-15deg);
    width:0;
  }
  
  .speech:after {
    border:solid 10px transparent;
    border-left:solid 10px #fAEAD6;
    border-top:solid 10px #fAEAD6;
    bottom:-19px;
    content:"";
    height:0;
    left:27px;
    position:absolute;
    transform:skew(-15deg);
    width:0;
  }
*/  

#fictif {display:block}

.quad {
  margin-top:10%
}
  div#quad { 
    background-color: #fAEAD6; 
    font-size: 0; width: 80%; 
    margin: 0 auto;
  }

  div#quad figure { 
    margin: 0; width: 50%; 
    height: auto; transition: 1s; 
    display: inline-block; 
    position: relative; overflow: hidden; 
  }

  div#quad figure:hover { cursor: pointer; z-index: 4; }

  div#quad figure img { width: 98%; height: auto; padding:1% ; }

  div#quad figure:nth-child(1) { transform-origin: top left; }

  div#quad figure:nth-child(2) { transform-origin: top right; }

  div#quad figure:nth-child(3) { transform-origin: bottom left; }

  div#quad figure:nth-child(4) { transform-origin: bottom right; }
  
  div#quad figure:nth-child(5) { transform-origin: bottom left; }

  div#quad figure:nth-child(6) { transform-origin: bottom right; }

  div#quad figure figcaption { 
    margin: 0; opacity: 0; 
    background: #977665; 
    color: #fAEAD6; padding: .2rem; 
    font-size: 1.1rem; 
    position: absolute; 
    bottom: 0; width: 100%;
    transition: 1s 1s opacity; 
    line-height: 1.1rem;
    font-weight: 200;
  }

  .expanded { transform: scale(1.5); z-index: 5; background-color: #fAEAD6;}

  div#quad figure.expanded figcaption { opacity: 1;transition-delay: 2.5s }

  div.full figure:not(.expanded) { pointer-events: none; }

  .ital {
    font-family: "Edu AU VIC WA NT Pre", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1rem;
    text-align:right;
     margin-right: 2%;
     margin-top:5%;
     color:#524741;
    }
 
    
/* FOOTER*/

#footer {
  background-color: #67544B;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='100' y1='33' x2='100' y2='-3'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='100' y1='135' x2='100' y2='97'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%2359473e' fill-opacity='0.05'%3E%3Crect x='100' width='100' height='100'/%3E%3Crect y='100' width='100' height='100'/%3E%3C/g%3E%3Cg fill-opacity='0.05'%3E%3Cpolygon fill='url(%23a)' points='100 30 0 0 200 0'/%3E%3Cpolygon fill='url(%23b)' points='100 100 0 130 0 100 200 100 200 130'/%3E%3C/g%3E%3C/svg%3E");
  text-align:center;
  display: block;
  font-size:1em;
  padding:5px;
  font-weight: 300;
  color:#fAEAD6;
  clear: both;
}

.imgfooter {
  width:5%;
  padding-top: 1rem;
  
}

.pdufooter {
text-align: center;
margin-left: auto;
margin-right: auto;
font-weight: 200;
font-size: 1em;
margin-top:2px;
color:#fAEAD6;
}

#footer a {
  color:#fAEAD6;
  text-align:center;
  font-weight: 300;
}


#footer a:hover {
  color: #fAEAD6
}

.liensombrefooter {
  text-decoration: none;
  font-size: .8rem;

}


/* page mentions legales et conditons*/

.mentionslegales {
  margin-top:5%;
  padding:3%;
}

.mentionslegales h4 {
  margin:0;
  padding:0
}


/* page CV */

#cv-entete {
  font-weight: 400;
	font-size: 2em;
  padding-right:50px;
  color:#fAEAD6
}

#hautcv {
  font-size: 4em;
  text-align: center;
  margin-right:auto;
  margin-left: auto;
  margin-top:20%
}

#cv { 
  width:80%;
  margin-right:auto;
  margin-left: auto;
  margin-bottom:15%;
  background-color: #9776650d;
  padding-top:3% ;
  padding-bottom: 3%;

}

.animcv {
  font-size:3em;
  font-weight: 100;
  text-align: center;
  padding-top:0
}

.deuxcol {
  display:flex; 
  text-align:center
}

.colgauche {width:50%; text-align: left; padding:2%}

.coldroite {width:50%; text-align: left; padding:2%}

.colcentrer {
  text-align: center; width:50%; padding:2%;
  margin-bottom:4%;
  margin-top:12%;
  margin-left: auto;
  margin-right: auto;}


.boutoncv a {text-decoration: none;}

.boutoncv {

  width:200px;
  font-family: 'Montserrat', serif;
  border: 0;
  line-height: 3em;
  font-size: 1.2rem;
  text-align: center;
  color: #fAEAD6;
  text-shadow: 1px 1px 1px #695246;
  border-radius: 10px;
  background-color: #67544B;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='100' y1='33' x2='100' y2='-3'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='100' y1='135' x2='100' y2='97'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%2359473e' fill-opacity='0.05'%3E%3Crect x='100' width='100' height='100'/%3E%3Crect y='100' width='100' height='100'/%3E%3C/g%3E%3Cg fill-opacity='0.05'%3E%3Cpolygon fill='url(%23a)' points='100 30 0 0 200 0'/%3E%3Cpolygon fill='url(%23b)' points='100 100 0 130 0 100 200 100 200 130'/%3E%3C/g%3E%3C/svg%3E");
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.boutoncv:hover {
  background-color: #977665;
}

.boutoncv:active {
  box-shadow:
    inset -2px -2px 3px #fAEAD6,
    inset 2px 2px 3px rgba(22, 34, 50, 0.6);
}



/* FORMULAIRE  et section contact*/



#contact-section {
  display:flex;
  background: linear-gradient(180deg,#b69f8d 20%,#e8d9c7 90%);
  background-size: 100% 100%;
  animation: radient-animation2 4s ease infinite;
  overflow: hidden;
  margin-top:2%;
  margin-bottom:2%;
  font-size:1.2rem
}

#contactgauche {
  display:block;
  text-align: center;
  clear: both;
  margin-top:1%;
  margin-bottom: 1%;
  margin-left:5%;
  margin-right:5%;
  width:40%;
  padding-top:5%;
  font-size:1em;
  
  
  
}


#logodubas {
width:30%; 
margin-top:5%
}





.fondduformulaire{
 
  float:right;
  width:40%;
  margin:5%;
}

.formonepage{
border: 1px solid #fAEAD6;
 padding-left: 0;
 padding-right:0;
 padding-top: 3%;
 padding-bottom: 3%;
 text-align: center;
 background-color: #9776653b;
 font-size:1.1rem;
 background-image: url(/photos/lamaclair.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

form input , form textarea { 
  font-family: "Edu AU VIC WA NT Pre", serif;
  display:block;
  margin-top: 40px;
  padding:10px;
  width:80%;
  color:#524741;
  margin-left: auto;
  margin-right: auto;
  background-color:#faead697;
  font-weight: 200;

  border:none}
  
.questionhumaineonepage {
  font-size:1rem;
  font-style:italic;
  margin-top:-1px;
  background-color:#67544bdd;
  color:#fAEAD6;
  line-height:1.5em;
  display:block;
  padding-left:10%;
  padding-right:10%;
  padding-top:10px;
  padding-bottom:10px;
  width:70%;
  margin-right:auto;
  margin-left:auto;
  border-radius:20px;
  font-weight: 400;
  text-align: center;}

.messageenvoyeonepage { font-size:2em;
  font-weight:200;
  background-color:#9F8272;
  color: #fAEAD6;
  padding:100px;
  text-align:center;
  margin-top:-15%;
  z-index:99;
}  


.boutonenvoi {
  font-family: 'Montserrat', serif;
  border: 0;
  line-height: 2.5;
  padding: 0 50px;
  font-size: 1.2rem;
  text-align: center;
  color: #fAEAD6;
  text-shadow: 1px 1px 1px #695246;
  border-radius: 10px;
 background-color: #67544B;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='100' y1='33' x2='100' y2='-3'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='100' y1='135' x2='100' y2='97'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%2359473e' fill-opacity='0.05'%3E%3Crect x='100' width='100' height='100'/%3E%3Crect y='100' width='100' height='100'/%3E%3C/g%3E%3Cg fill-opacity='0.05'%3E%3Cpolygon fill='url(%23a)' points='100 30 0 0 200 0'/%3E%3Cpolygon fill='url(%23b)' points='100 100 0 130 0 100 200 100 200 130'/%3E%3C/g%3E%3C/svg%3E");
  margin-bottom:4%;
  margin-top:8%;
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.boutonenvoi:hover {
  background-color: #977665;
}

.boutonenvoi:active {
  box-shadow:
    inset -2px -2px 3px #fAEAD6,
    inset 2px 2px 3px rgba(22, 34, 50, 0.6);
}





textarea { min-height:300px}

#idprenom {display:none; } 

.messageenvoye { font-size:2em; font-weight:200; background-color:#977665; color:#fAEAD6;}  


/* pop-up cookies*/

.modalView {
  width:280px;
  position: static;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
  margin-left:50%;
  background: #67544bdd;
  transform: translate(-50%, -50%);
  padding: 20px 20px;
  font-size: 1.2rem;
  -webkit-box-shadow: -1px 2px 30px -8px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: -1px 2px 30px -8px rgba(0, 0, 0, 0.62);
  box-shadow: -1px 2px 30px -8px rgba(0, 0, 0, 0.62);
  border:1px solid #fAEAD6;
 
}

.modalView > .modalView__content {
  color: #fAEAD6;
  
}
.modalView > .modalView__content.centered {
  text-align: center;
}


.modalView__content p {
  font-size: 1rem;
}

#modalView__closeBtn {
  position: absolute;
  background: #977665;
  width: 35px;
  border-radius: 35px;
  height: 35px;
  right: -17px;
  top: -17px;
  color: whitesmoke;
}

#modalView__closeBtn {
  cursor: pointer;
}
#modalView__closeBtn:after,
#modalView__closeBtn:before {
  content: "";
  height: 20px;
  width: 20px;
  border-top: 3px solid whitesmoke;
  position: absolute;
  top: 13px;
  right: 0px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#modalView__closeBtn:before {
  color: whitesmoke;
  right: 14px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#modalView__closeBtn:hover {
  background-color: #524741;
  border:solid 1px #fAEAD6;
}
