/*-----------------------------------------------------
General
-----------------------------------------------------*/
* {
  box-sizing: border-box;
  font-family: 'Droid Serif', serif;
}

*:focus {
    outline: none;
}

html, body {
  height: 100%;
}

body {
  width: 100%;
  margin: 0 auto;
  font: 1em/1.5 '', sans-serif;
  max-height: 100vh;
}

img {
  max-width: 100%;
}

a, li {
  text-decoration: none;
  color: rgba(102, 36, 128, 1);
}

#prestation,
#monparcours,
#montravail,
#remboursement,
#contact,
#footer,
#nav,
#nav2,
#pour {
  max-width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
}

header a:hover,
footer a:hover,
nav a:hover {
  font-weight: bold;
}

#nav2 a:hover {
  font-weight: normal;
}

a:active {
  color: rgba(0,0,0,0.3);
}

#current {
  font-weight: bold;
  color: rgba(102, 36, 128, 0.5);
  background-color: rgba(228, 182, 211, 0.3);
}


.arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left:-20px;
  width: 26px;
  height: 40px;
  background: url('../img/mobil_arrow.png') no-repeat;
  background-size: contain;
}

/******************************************************
******************************************************
Page: HOME
******************************************************
******************************************************/


/*-----------------------------------------------------
Header
-----------------------------------------------------*/
#menu_btn {
  float:left;
}

#menu_btn{
    background:rgba(156, 152, 133, 0.2);
    cursor:pointer;
    width:80px;
    height:80px;
    position:relative;
    margin-top: 0px;
    margin-left:15px;

    -webkit-transition: background .5s ease-out;
        -moz-transition: background .5s ease-out;
        -o-transition: background .5s ease-out;
        transition: background .5s ease-out;
  }

  #menu_btn:hover{
    background: rgba(156, 152, 133, 0.6);
  }

  .bar1, .bar2, .bar3 {
    width:30px;
    height:2px;
    border-radius:2px;
    background: rgba(102, 36, 128, 0.8);
    position: absolute;
    left:25px;
    top:25%;
    margin-top:1px;

    -webkit-transition: top 0.5s ease-out 0.5s, opacity 0 ease-out 0.5s, -webkit-transform 0.5s ease-out;
        -moz-transition: top 0.5s ease-out 0.5s, opacity 0 ease-out 0.5s, -moz-transform 0.5s ease-out;
         transition: top 0.5s ease-out 0.5s, opacity 0 ease-out 0.5s, transform 0.5s ease-out;
  }

  .bar1{
    top:37px;

  }
  .bar3{
    top:55px;
  }
  


#header {
  height: 100vh;
  max-height: 773px;
  min-height: 550px;
  color: rgba(102, 36, 128, 1);
  background: url('../img/LOGO.png') no-repeat center;
  background-size: 230px;
  background-position: 50% 100px;
}

#info {
  max-width: 100vw;
  height: 500px;
  padding-top: 26%;
}

#info img {
    display: block;
    max-width: 230px;
    margin: 0px auto 2%;
    padding-top: 25px;
}  

.textinfo {
  width: 230px;
  margin: 0 auto;
}

.pinfo {
  border-bottom: 1px solid rgba(102, 36, 128, 0.8);
  padding: 270px 6px 15px;
  margin: 0;
  width: 230px;
}

.cinfo {
  padding: 15px 6px 10px;
  margin: 0;
  width: 230px;
}


/*-----------------------------------------------------
                      Navigator
-----------------------------------------------------*/

#nav {
  width: 100vw;
  clear: both;
}

nav a {
    vertical-align: center;
}

nav li {
  display: inline-block;
  background-color: rgba(228, 182, 211, 0.8);
  padding: 0;
  width: 100vw;
  border-bottom: 1px solid white;
  height: 50px;
  text-align: center;
}

nav ul {
  list-style: none;
  padding: 0;
  text-align: right;
  margin-top: 2px; 
}

nav a {
  color: rgba(102, 36, 128, 0.85);
  display: block;
  padding: 25px 15px;
  width: 170px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
  	margin-left: 80px;
    background-color: rgba(228, 182, 211, 1);
    width: 100vw;
    height: 150px;
    text-align: center;
    overflow:hidden;
    z-index: 2;
}

.dropdown:hover .dropdown-content,
.dropdown:focus .dropdown-content {
    display: block;
}

.show {display:block;}

#nav2 li {
  display: inline-block;
  text-align: left;
  padding: 0;
  max-width: 100%;
  margin:  2% 2%;
  vertical-align: top;
}

#nav2 ul {
  text-align: center;
  max-width: 100vw;
  padding: 0;
  margin: 0;
}

#nav2 {
  font-size: 0.8em;
  text-align:;
  background-color: rgba(102, 36, 128, 0.85);
  color: white;
  display: inline-block;
  width: 100vw;

}

#nav2 p {
  font-size: 0.7em;
}


#nav2 a {
  color: white;
  padding: 0 0 0.3em;
  border-bottom: 1px solid #fff; 
  text-align: left;

}


/*-----------------------------------------------------
Content
-----------------------------------------------------*/

#montravail {
  height: 1092px;
  width: 100vw;
  background: url('../img/img1.jpg') no-repeat left;
  background-size: cover;
  padding: 0px 0px 0px calc(100% - 609px);
}

#montravail h1 {
  background-color: rgba(228, 182, 211, 0.6);
  color: rgba(102, 36, 128, 1);
  padding: 42px 14%;
  height: 200px;
  margin: 0 0 10px;
  border-bottom: 1px solid white;
  font-size: 1.5em;
}

#montravail img {
  width: 230px;
  display: block;
  max-width: 230px;
  margin: 20px auto;
}

#montravail p {
  display: box;
  background-color: rgba(228, 182, 211, 0.6);
  color: rgba(102, 36, 128, 1);
  padding: 6% 5%;
  height: 506px;
  margin: 0;
}

#formation h2 {
  background-color: rgba(102, 36, 128, 0.85);
  color: white;
  text-align: center;
  padding: 1.7em;
  margin: 3em 0 0; 
  font-size: 1em;
  font-weight: normal;
}

#pour {
  display: inline-block;
  background: url('../img/img2.jpg') no-repeat center;
  background-size: cover;
  width: 100vw;
  height: 750px;
  margin-bottom: 3em;
}

#pour ul {
    list-style: none;
    text-align: center;
    height: 720px;
    padding: 0;
}

#pour li {
  display: inline-block;
  background-color: rgba(102, 36, 128, 0.85);
  color: white;
  width: 230px;
  margin: 3% 2.5%;
}

.enf p {
  margin: 0.3em;
}

.adol p{
    margin: 1.1em;
}

.adul p {
    margin: 1.9em;
}

#pour img {
  vertical-align: bottom;
}




/*-----------------------------------------------------
                        Footer
-----------------------------------------------------*/
footer,
#footer {
  background: url('../img/LOGOfooter.png') no-repeat center;
  background-size: 60px;
  display: inline-block;
  width: 100%;
  height: 120px;
  background-color: rgba(228, 182, 211, 0.8);
  color: rgba(102, 36, 128, 0.85);
}

#infof {
  display: inline-block;
  width: 90%;
  height: 150px;
}

#infof p {
  padding-top: 30px;
  margin-top: 1.5%;
  width: 160px;
  font-size: 0.7em;
}

.left {
  text-align: right;
  margin-left: 12%;
}

.right {
  text-align: left;
  float: right;
}


#social {
  height: 120px;
  width: 100vw;
  text-align: center;
  margin: 0;
}

#social a img {
  width: 35px;
  margin: 50px 50px 0;
}

/******************************************************
******************************************************
Page: POURQUOI
******************************************************
******************************************************/

#pour2 {
  display: inline-block;
  background: url('../img/img_background.jpg') no-repeat center;
  background-size: cover;
  width: 100vw;
  float: left;
  height: 786px;
  margin-bottom: 1em;
}

#pour2 ul {
    list-style: none;
    text-align: center;
    height: 720px;
    padding: 0;
}

#pour2 li {
  display: inline-block;
  background-color: rgba(102, 36, 128, 0.85);
  color: white;
  width: 230px;
  margin: 3% 2.5%;
}

#pour2 img {
  vertical-align: bottom;
}

#pourquoitext h1 {
  background-color: rgba(228, 182, 211, 0.5);
  color: rgba(102, 36, 128, 0.85);
  text-align: center;
  padding: 0.6em;
  margin: 0; 
  font-size: 1.3em;
}

#pourquoitext h2,
#pourquoitext h3 {
  background-color: rgba(228, 182, 211, 0.5);
  color: rgba(102, 36, 128, 0.85);
  text-align: center;
  padding: 0.6em 1em;
  margin: 0; 
  font-size: 1.1em;
}

#pourquoitext p {
  background-color: white;
  color: rgba(102, 36, 128, 0.85);
  text-align: left;
  padding: 1.7em;
  margin: 0; 
  font-size: 1em;
}

#jevise p {
  background-color: rgba(228, 182, 211, 0.5);
  color: rgba(102, 36, 128, 0.85);
  text-align: center;
  padding: 1.7em;
  margin: 3em 0; 
  font-size: 1em;
  font-weight: normal;
}

/******************************************************
******************************************************
Page: TDAH
******************************************************
******************************************************/

#pour3 {
  display: inline-block;
  background: url('../img/img_TDAH.jpg') no-repeat center;
  background-size: cover;
  width: 100vw;
  float: left;
  height: 750px;
  margin-bottom: 3em;
  margin-top: 0;
}


/******************************************************
******************************************************
Page: PARCOURS
******************************************************
******************************************************/
.year {
  font-weight: bold;
  font-size: 1.5em;
}

#montravail2 {
  width: 100vw;
  display: block;
  padding: 20px;
}

#montravailphoto {
  background: url('../img/img_parcours.jpg') no-repeat center;
  background-size: cover;
  width: 100vw;
  height: 200px;
  margin-bottom: 30px; 
}

#montravailphoto h2 {
  margin: 0;
  height: 200px;
}

#montravail2 h3 {
  color: rgba(102, 36, 128, 0.85);
  padding: 0.5em;
  margin: 0; 
  font-size: 1.5em;
}

#experiencestext {
  background-color: rgba(228, 182, 211, 0.8);
  color: rgba(102, 36, 128, 0.85);
  padding: 20px;
}

#formationstext {
  background-color: rgba(102, 36, 128, 0.85);
  color: white;
  padding: 20px;
}

#installation {
  background: url('../img/LOGOfooter.png') no-repeat center;
  background-size: 40px;
  background-position: top;
  margin: 20px 0;
}

#installation p {
  color: rgba(102, 36, 128, 0.85);
  text-align: center;
  padding: 10px;
  margin: 0; 
  font-size: 1em;
}


/******************************************************
******************************************************
Page: REMBOURSEMENT
******************************************************
******************************************************/

#remboursementtext h2 {
  background-color: rgba(102, 36, 128, 0.85);
  color: white;
  padding: 0.6em;
  margin: 0; 
  font-size: 0.8em;
}


#remboursementtext h3 {
  background-color: rgba(102, 36, 128, 0.85);
  color: white;
  padding: 1em;
  margin: 0; 
  font-size: 0.8em;
}

#remboursementtext p {
  background-color: white;
  color: rgba(102, 36, 128, 0.85);
  text-align: left;
  padding: 1em;
  margin: 20px 0; 
  font-size: 0.8em;
}

#rapport p {
  color: rgba(102, 36, 128, 0.85);
  text-align: center;
  padding: 1.7em;
  margin: 3em 0; 
  font-size: 1.3em;
}

#remboursementphoto {
 margin: -20px 660px 10px 10px;
 float: left; 
 height: 200px;
 width: 300px;
}

#blank {
  height: 10px;
}


/******************************************************
******************************************************
Page: CONTACT
******************************************************
******************************************************/
#contact {
  height: 1290px;;
  width: 100vw;
  background: url('../img/img2.jpg') no-repeat left;
  background-size: cover;
  padding: 4em 2em;
}

#contact img {
  margin: 0 auto;
  margin-bottom: 2em; 
  display: block;
}

 #gM {
  width:80vw;
  height:55vw;
  margin: 0 auto;
  max-width: 600px;
  max-height: 315px;
}

#contact-area {
  width:80vw;
  height:730px;
  margin: 0 auto;
  max-width: 600px;
  background-color: rgba(250, 250, 250, 0.6);
  padding: 20px 7%;
}

#page-wrap {
  width:80vw;
  height:55vw;
  margin: 0 auto;
  max-width: 600px;
  max-height: 415px;
  background-color: rgba(228, 182, 211, 0.7);
  padding: 15px;
  background: white;
  height: auto !important;
}

#contact-area input, #contact-area textarea {
  padding: 5px;
  width: 90%;
  font-size: 0.8em;
  color: rgba(102, 36, 128, 0.85);
  margin: 0px 0px 10px 0px;
  border: 1px solid rgba(102, 36, 128, 1) ;
  clear: both;
}

#contact-area textarea {
  height: 190px;
  float: left;
}

#contact-area textarea:focus, #contact-area input:focus {
  border: 2px solid rgba(102, 36, 128, 1);
}

#contact-area input.submit-button {
  width: 100px;
  border-radius: 5px;
  border: 2px double;
  float: right;
  margin-right: 10%;
  background-color: rgba(228, 182, 211, 0.3);
}

label {
  float: left;
  text-align: left;
  margin: 0px 15px 10px 0px;
  width: 120px;
  padding-top: 5px;
  font-size: 0.9em;
  color: rgba(102, 36, 128, 1);
}


/******************************************************
******************************************************
                          MEDIA
******************************************************
******************************************************/
@media (max-height: 600px) {
  #header {
	background-position: 50% 50px;
  }

  #info {
  max-width: 100vw;
  height: 500px;
  padding-top: 3%;
}
}

@media (max-width: 499px) {
  nav,
  #infof,
  .logo {
    display: none;
  }
}

@media (max-width: 620px) {
  #nav2 {
    display: none;
  }
}

@media (max-width: 700px) {
#pourquoitext p img {
  display: none;
}
}

@media (max-width: 1000px) {
  .qoute p {
    display: none;
  }
}

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

******************************************************/
@media (min-width: 320px) {
  #menu_btn {
 	cursor: pointer;
	}
}
  
@media (min-width: 380px) {
    #montravail h1 {
    padding: 42px 19%;
  }
}

@media (min-width: 440px) {
   #montravail h1 {
    padding: 42px 22%;
  }
}

@media (min-width: 480px) {
    #montravail p {
    height: 407px;
  }
   #montravail h1 {
    padding: 42px 24%;
  }
}

@media (min-width: 500px) {
  #menu_btn,
  .arrow {
    display: none;
  }
	
  .dropdown-content {
	  margin-left: 0px;	
		
  }	  

  #header {
    height: 800px;
    background: none;
  }
  
  #info {
    padding-top: 0;
  }

  .pinfo {
      padding: 10px 6px 15px;
  }

  nav a {
    width: 100%;
    padding: 15px;
  }
  
  #montravail {
     height: 800px;
    padding: 30px 10px 30px calc(100% - 609px);
  }

  #montravail h1 {
    background: url('../img/marguerite-golay-psychologue-lausanne.jpg') no-repeat right;
    background-color: rgba(228, 182, 211, 0.6);
    background-size: 160px;
    background-position: 92%;
    margin: 0;
    padding: 85px 9%;
    height: 290px;
  }

  #montravail p {
    padding: 45px 5%;
    height: 390px;
  }

  #montravail img {
    display: none;
  }

  #pour li,
  #pour2 li,
  #pour3 li {
    margin: 15px 25%;
  }

  footer, #footer, #social {
    height: 150px;
  }

  #social {
    float: right;
    width: 50px;
    text-align: center;
    margin: 0;
  }

  #social a img {
    width: 35px;
    padding-bottom: 10px;
    margin: 10px 0;
  }


  #remboursementtext p,
  #remboursementtext h3 {
    font-size: 1em;
    padding: 1.3em;
  }

  #contact {
    height: 1150px;
    padding: 3em 2em;
  }

  #contact-area {
      height: 530px;
  }

  #contact-area input, #contact-area textarea {
    width: 60%;
	}
 #contact-area textarea  {
  float:none;
 }
}

@media (min-width: 520px) {
  #montravail {
    height: 720px;
    padding: 20px 10px 20px calc(100% - 612px);
  }
}

@media (min-width: 542px) {
  #formation h2 {
    padding-left: 9%;
    padding-right: 9%;
  }

  #installation {
    padding: 0px 20% 10px;
  }
}

@media (min-width: 595px) {
  #formation h2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  #contact {
    height:1200px;
    padding: 3em 2em;
  }

  #contact-area {
      height: 530px;
  }
}


@media (min-width: 670px) {
  #remboursementphoto {
     margin: -20px 10px;
     height: 220px;
  }

  #remboursementtext p {
    margin: 30px 0; 
  }

}

@media (min-width: 767px) {
    #header {
      height: 301px;
      min-height: 190px;
    }

    header ul {
      margin-bottom: 0;
    }

    #info img {
      padding: 10px 0 10px 20px;
      display: inline;
      max-width: 230px;
      margin: 2%;
    }  

    #info {
      width: 520px;
      max-height: 233px;
      display: inline-block;
      padding: 0px;
    }

    .logo {
      float: left;
    }

    .textinfo {
      width: 230px;
      float: right;
      margin-right: 25px;
      margin-left: 20px;
    }

    .pinfo {
      border-bottom: 1px solid rgba(102, 36, 128, 0.8);
      padding: 20px 6px 15px;
      margin: 0;
      width: 230px;
      float: right;
    }

    .cinfo {
      padding: 15px 6px 10px;
      margin: 0;
      width: 230px;
      float: right;
    }

    .qoute {
        text-align: right;
        width: 40vw;
        float: right;
        font-size: 1em;
        padding: 0 2%;
      }

    #nav {
        float: right;
      }

    nav li {
      border: none;
      font-size: 0.9em;
      width: 147px;
      height: 60px;
      }

    nav a {
      padding: 20px 7px;
      width: 147px;
      height: 60px;
    }



    .dropdown-content {
      font-size: 0.75em;
        width: 150px;
        height: 150px;
    }

    .dropdown-content a {
        height: 75px;
    }    

    #infof p {
      font-size: 0.9em;
      width: 250px;
    }


/******************************************************
    POURQUOI
******************************************************/
  #pour2 {
    width: 320px;
    float: left;
    margin-right: 60px;
    margin-top: -38px;
    margin-bottom: 0;
  }

  #pour2 ul {
      height: 800px;
      width: 320px;
  }

  #pour2 li {
      margin: 7% 2.5%;
  }

  #pourquoitext h3,
  #pourquoitext h2,
  #pourquoitext h1,
  #pourquoitext p {
    text-align: left;
    padding-right: 60px;
  }

  #pourquoitext {
    margin-top: 60px;
    }

  .quelle {
    padding-left: 350px;
  }

/******************************************************
    TDAH
******************************************************/
  #pour3 {
    width: 320px;
    float: left;
    height: 573px;
    margin-right: 60px;
    margin-bottom: 20px;
  }

/******************************************************
    REMBOURSEMENT
******************************************************/
    #remboursementphoto {
     margin: -30px 25px;
     height: 205px;
  }

}


@media (min-width:800px) {
/******************************************************
    POURQUOI
******************************************************/
  #pour2 {
    height: 735px;
  }
  #pour2 li {
    width: 190px;
}
}

@media (min-width:816px) {
/******************************************************
    POURQUOI
******************************************************/
  #pour2 {
    height: 674px;
  }
  #pour2 li {
    margin: 7% 2.5% 3%;
}
/******************************************************
    TDAH
******************************************************/
  #pour3 {
    height: 1010px;
  }
}

@media (min-width:834px) {

/******************************************************
    TDAH
******************************************************/
  #pour3 {
    height: 987px;
  }
}

@media (min-width:850px) {

/******************************************************
    TDAH
******************************************************/
  #pour3 {
    height: 939px;
  }
}

@media (min-width:874px) {
     #header {
      height: 311px;
    }

    nav li {
      font-size: 1em;
      width: 167px;
      height: 70px;
    }

    nav a {
      padding: 25px 9px;
      width: 167px;
      height: 70px;
    }

    .dropdown-content {
        width: 170px;
        height: 160px;
        font-size: 0.8em;
    }

    .dropdown-content a {
        height: 80px;
    }    

    #montravail {
      padding: 0px 10px 0px calc(100% - 518px);
      height: 610px;
      background: url('../img/img1.jpg') no-repeat center;
      background-size: cover;
    }

    #montravail h1 {
      width: 518px;
      margin: 0;
    }

    #montravail p {
      padding: 5%;
      height: 320px;
      width: 518px;
    }

    #pour {
      height: 600px;
    }

    #pour ul {
      height: 580px;
    }

    #pour li {
      margin: 150px 2.5%;
    }

    #infof p {
      width: 30vw;
    }

/******************************************************
    PARCOURS
******************************************************/
  #montravail2 {
    background: url('../img/theline.png') no-repeat center;
    background-position: 50% 30px;
    height: 2000px;
    padding: 20px 0;
    background-size: 1080px;
  }

  #experiences {
    width: 45vw;
    float: left;
    text-align: right;
  }

  #experiences h3,
  #formations h3 {
    text-align: center;
  }  

  #formations {
    width: 45vw;
    float: right;
    text-align: left;
  }


  #remboursementtext p {
    padding-left: 348px;
  }


  #installation {
    padding: 0px 15% 10px;
  }

/******************************************************
Page: CONTACT
******************************************************/
    #contact {
      height: 900px;
      padding: 6em 5%;
    }

     #gM {
      width: 55%;
      height: 720px;
      margin-right: 0;
      padding-right: 0;
      float: left;
      max-width: 1033px;
      max-height: 720px;
    }

    #contact-area {
      width: 45%;
      height: 700px;
      max-width: 600px;
      background-color: rgba(250, 250, 250, 0.6);
      padding: 20px 15px;
      float: right;
    }
  #contact {
    height: 1100px;
  }
  #contact-area {
    height: 720px;
  }

  #contact-area input, #contact-area textarea {
    width: 90%;
}
}

@media (min-width:883px) {

/******************************************************
    TDAH
******************************************************/
  #pour3 {
    height: 891px;
  }
}

@media (min-width:916px) {

/******************************************************
    TDAH
******************************************************/
  #pour3 {
    height: 843px;
  }

  #contact-area input, #contact-area textarea {
    width: 60%;
  }
}


@media (min-width:923px) {

/******************************************************
    CONTACT
******************************************************/
  #contact {
      height: 900px;
      padding: 4em 5%;
    }

  #gM {
    height: 550px;
  }

  #contact-area {
    height: 550px;
    padding: 30px 18px;
  }

}


@media (min-width: 1010px) {
    #nav2 li {
      margin: 2% 4%;
    }
    #montravail2 {
      height: 1900px;
      background-size: 1020px;
    }
    #blank {
      height: 50px;
    }
  /******************************************************
    TDAH
  ******************************************************/
    #pour3 {
      height: 747px;
    }


  #installation {
    padding: 0px 35% 10px;
  }

}


@media (min-width: 1058px) {
  #formation h2 {
    padding-left: 7%;
    padding-right: 7%;
  }
}


@media (min-width:1067px) {

/******************************************************
    TDAH
******************************************************/
  #pour3 {
    height: 699px;
  }
}


@media (min-width: 1087px) {
    #blank {
      height: 60px;
    }
}

@media (min-width: 1108px) {
  #formation h2 {
    padding-left: 3%;
    padding-right: 3%;
  }
}


@media (min-width:1129px) {

/******************************************************
    TDAH
******************************************************/
  #pour3 {
    height: 651px;
  }
}


@media (min-width: 1163px)  {
  /******************************************************
    POURQUOI
******************************************************/
  #pour2 {
    height: 956px;
  }
  #pour2 li {
    width: 240px;
    margin: 7% 2.5% 19%;
  }
  .unbon {
    padding-left: 350px;
  }
  }
	
@media (min-width: 1174px) {
    #montravail2 {
      height: 1860px;
      background-size: 1000px;
    }

}



@media (min-width:1186px) {
/******************************************************
    POURQUOI
******************************************************/
  #pour2 {
    height: 820px;
  }
  #pour2 li {
    margin: 7% 2.5% 3%;
}
}


@media (min-width: 1270px) {
    #pour li {
      width: 350px;
      margin: 120px 2.5%;
    }

    #pour img {
      max-width: 350px;
    }
    #infof p {
        margin-top: 0;
    }
    #social {
      width: 65px;
    }

    #social a img {
      width: 38px;
    }

  /******************************************************
      TDAH
  ******************************************************/
    #pour3 {
      height: 807px;
    }
}


@media (min-width:1271px) {

/******************************************************
    TDAH
******************************************************/
  #pour3 {
    height: 783px;
  }
}

@media (min-width:1293px) {

/******************************************************
    TDAH
******************************************************/
  #pour3 {
    height: 759px;
  }
}

@media (min-width:1324px) {

/******************************************************
    TDAH
******************************************************/
  #pour3 {
    height: 735px;
  }
}

@media (min-width:1342px) {

/******************************************************
    TDAH
******************************************************/
  #pour3 {
    height: 711px;
  }
}

@media (min-width:1387px) {

/******************************************************
    TDAH
******************************************************/
  #pour3 {
    height: 687px;
  }
}

@media (min-width:1390px) {

/******************************************************
    TDAH
******************************************************/
  #pour3 {
    height: 663px;
  }
}




@media (min-width: 1397px) {
    #header {
      height: 241px;
    }

    #nav {
      margin-top: -70px;
    }

    .qoute {
      width: 40vw;
    }
    #montravail2 {
      height: 1800px;
      background-size: 960px;
    }
}


@media (min-width:1415px) {
/******************************************************
    POURQUOI
******************************************************/
  #pour2 {
    height: 925px;
  }
  #pour2 li {
    width: 240px;
    margin: 7% 2.5%;
}
  .dequi {
    padding-left: 350px;
  }
  #contact {
    padding: 4em 10%;
  }

}

@media (min-width: 1600px) {
     #infof p {
      width: 35vw;
    }
    #montravail2 {
      height: 1720px;
      background-size: 920px;
    }
    #blank {
      height: 60px;
    }
}

@media (min-width:1615px) {

/******************************************************
    TDAH
******************************************************/
  #pour3 {
    height: 639px;
  }
  #contact {
    padding: 4em 15%;
  }
}


@media (min-width: 1800px) {
    #blank {
      height: 80px;
    }
}

@media (min-width:1821px) {

/******************************************************
    TDAH
******************************************************/
  #pour3 {
    height: 615px;
  }
}

@media (min-width:1832px) {

/******************************************************
    TDAH
******************************************************/
  #pour3 {
    height: 591px;
  }
  #contact {
    padding: 4em 20%;
  }
}

@media (min-width: 1900px) {
    #montravail2 {
      height: 1670px;
      background-size: 890px;
    }
}


@media (min-width:1956px) {
/******************************************************
    POURQUOI
******************************************************/
  #pour2 {
    height: 852px;
  }
}

@media (min-width:2082px) {

/******************************************************
    TDAH
******************************************************/
  #pour3 {
    height: 567px;
  }
    #contact {
    padding: 4em 25%;
  }
}


@media (min-width:2277px) {

/******************************************************
    TDAH
******************************************************/
  #pour3 {
    height: 543px;
  }
}

@media (min-width:2344px) {

/******************************************************
    TDAH
******************************************************/
  #pour3 {
    height: 518px;
  }
}




















 







*/