*, *:before, *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; }
  html, body, div, span, button, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, figcaption, figure, 
  footer, header, hgroup, menu, nav, section, summary,
  time, mark, audio, video {
	  margin: 0;
	  padding: 0;
	  border: 0;
	  outline: 0;
	  font-size: 100%;
	  font: inherit;
	  vertical-align: baseline;
  }
  article, aside, details, figcaption, figure, 
  footer, header, hgroup, menu, nav, section, img {
	  display: block;
  }
  input {
	  border: none;
	  outline: none;
	  -webkit-appearance: none;
  }
  html{
	  min-height: 100vh;
	  min-height: -webkit-fill-available;
  }
  ol, ul {
	  list-style: none;
  }
  blockquote, q {
	  quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
	  content: '';
	  content: none;
  }
  ins {
	  text-decoration: none;
  }
  del {
	  text-decoration: line-through;
  }
  
  table {
	  border-collapse: collapse;
	  border-spacing: 0;
  }
  a {
	  text-decoration: none;
  }
  .clearer {
	  width: 100px;
	  height: 0;
	  clear: both;
  }
  html, body {
    background: #fff;
    color: #141414;
    height: 100%;
}

.block_nav {
  overflow: hidden;
}

#More_info_open {
  display: none;
}

header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 20px 20px;
  background: #042940;
  /* background: #005C53; */
}

.Button_Contact {
  font: 15px/15px 'Raleway', sans-serif;
  padding: 20px 30px;
  background: #d3d6d9;
  /* border: 4px solid #042940; */
  color: #042940;
  cursor: pointer;
  transition: all ease-in-out .2s;
  position: relative;
  display: inline-block;
}
.Button_Contact::after {
  content:'';
  width: 0;
  height: 55px;
  background: #fff;
  z-index: 100;
  top: 0;
  left: 0;
  position: absolute;
  transition: all ease-in-out .2s;
  font: 15px/15px 'Raleway', sans-serif;
}

.Button_Contact:hover::after {
  width: 170px;
  transition: all ease-in-out .2s;
}

.Button_Contact a {
  position: relative;
  z-index: 300;
  color: #042940;
  transition: all ease-in-out .2s;
}

.Button_Contact:hover a {
  position: relative;
  z-index: 300;
  color: #042940;
  transition: all ease-in-out .2s;
}

header #logo img {
  height: 40px;
}

header #navigation ul li {
  display: inline;
  font: 16px/22px 'Raleway', sans-serif;
  margin: 0 10px;
  color: #fff;
  cursor: pointer;
  transition: all ease-in-out .2s;
  position: relative;
}

header #navigation ul li:after {
  content: "";
  position: absolute;
  height: 4px;
  left: 0;
  top: 25px;
  width: 0;
  background: #d3d6d9;
  transition: all ease-in-out .2s;
}

header #navigation ul li:hover:after {
  content: "";
  width: 100%;
  transition: all ease-in-out .2s;
}




header.for_mobile {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: #fff;
  position: fixed;
  height: 100vh;
  padding: 20px 0 40px 20px;
  width: 100%;
  z-index: 900;
  left: -100%;
}

#logo_spec_desktop {
  margin: 0 0 0 15px;
}


header.for_mobile .Button_Contact::after {
  content:'';
  width: 0;
  height: 55px;
  background: #042940;
  z-index: 100;
  top: 0;
  left: 0;
  position: absolute;
  transition: all ease-in-out .2s;
  font: 15px/15px 'Raleway', sans-serif;
}

header.for_mobile .Button_Contact:hover::after {
  width: 170px;
  transition: all ease-in-out .2s;
}

header.for_mobile .Button_Contact a {
  position: relative;
  z-index: 300;
  color: #fff;
  transition: all ease-in-out .2s;
}

header.for_mobile .Button_Contact:hover a {
  position: relative;
  z-index: 300;
  color: #fff;
  transition: all ease-in-out .2s;
}






#cross_menu {
  display: none;
  height: 30px;
}

header.for_mobile #cross_menu {
  display: block;
}

header.for_mobile #navigation {
  margin: 80px 0;
}

@media screen and (max-width: 350px) {
  header.for_mobile #navigation {
    margin: 40px 0;
  }
}


header.for_mobile #logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

header.for_mobile #logo img {
  height: 40px;
}

header.for_mobile #navigation ul li {
  display: block;
  font: 24px/34px 'Raleway', sans-serif;
  margin: 20px 0;
  color: #042940;
  cursor: pointer;
  transition: all ease-in-out .2s;
}

header.for_mobile #navigation ul li:hover:after {
  width: 0;
}
#logo_mobile {
  width: 100%;
  padding: 20px;
  background: #042940;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#logo_mobile img {
  height: 40px;
}

#logo_spec_mobile {
  margin: 0 0 0 15px;
}


.logo_center {
  width: 100%;
  padding: 60px 0 10px;
  background: #042940;
}
.logo_center img {
  height: 110px;
  margin: 0 auto;
}







/* #main #Le_Cabinet {
  min-height: 100vh;
  padding: 0 50px;
  font: 20px/30px 'Raleway', sans-serif;
  display: flex;
  align-items: center;
  background: #042940;
  background: url('../images/cabForm2.png'), #042940;
  background-repeat: no-repeat;
  background-position: right 100px bottom;
  background-size: contain;
  color: #fff;
}

#main #Le_Cabinet #Cabinet {
  width: 50%;
}
#main #Le_Cabinet #Image_cab {
  height: 100%;
  margin: 0 0 0 150px;
}

#main #Le_Cabinet p span {
  font: 35px/45px 'Raleway', sans-serif;
} */


#main #Le_Cabinet {
  max-height: 100vh;
  padding: 80px 50px 40px;
  font: 20px/30px 'Raleway', sans-serif;
  display: flex;
  align-items: center;
  background: #042940;
  background-repeat: no-repeat;
  background-position: right 100px bottom;
  background-size: contain;
  color: #fff;
}

#main #Le_Cabinet #Cabinet {
  width: 100%;
}
#main #Le_Cabinet #Image_cab {
  height: auto;
}

#main #Le_Cabinet p span {
  font: 35px/45px 'Raleway', sans-serif;
}




#main #Competence {
  margin: 60px 0 0 0;
  padding: 0 0 60px 0;
}


#main #Competence h2 {
  font: 35px/45px 'Raleway', sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  padding: 40px 0 40px 0;
}

#main #Competence #For_Competences {
  display:grid;
  justify-content: center;
  grid-template-columns: 40% 40%;
  grid-row: auto auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

#main #Competence #For_Competences .the_competence {
  padding: 100px;
  background: white;
  text-align: left;
  box-sizing: border-box;
  height: 255px;
  position: relative;
}

#main #Competence #For_Competences .the_competence.right::before {
  content: "";
  position: absolute;
  width: 1px;
  top: 50%;
  right: 0;
  background: #d3d6d9;
  height: 50%;
  z-index: 100;
}

#main #Competence #For_Competences .the_competence.bottom::after {
  content: "";
  position: absolute;
  height: 1px;
  left: 50%;
  margin-left: -25%;
  bottom: -50px;
  background: #d3d6d9;
  width: 50%;
  z-index: 100;
}

#main #Competence #For_Competences .the_competence h2 {
  font: 20px/30px 'Raleway', sans-serif;
  font-weight: 800;
  text-transform: inherit;
  padding: 0 0 10px 0;
  text-align: left;
}

#main #Competence #For_Competences .the_competence ul li {
  font: 16px/22px 'Raleway', sans-serif;
  padding: 10px 0;
}

#main #Competence #For_Competences .the_competence .More_Infos {
  font: 12px/18px 'Raleway', sans-serif;
  font-weight: bold;
  color: #042940;
  position: relative;
  cursor: pointer;
}

#main #Competence #For_Competences .the_competence .More_Infos::after {
  content: "";
  position: absolute;
  height: 4px;
  left: 0;
  top: 25px;
  width: 0;
  background: #d3d6d9;
  transition: all ease-in-out .2s;
}

#main #Competence #For_Competences .the_competence .More_Infos:hover::after {
  content: "";
  position: absolute;
  height: 4px;
  left: 0;
  top: 25px;
  width: 80px;
  background: #d3d6d9;
  transition: all ease-in-out .2s;
}

#main #Apropos {
  margin: 0 auto;
}

#main #Apropos h2 {
  font: 25px/35px 'Raleway', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0 0 20px 0;
}

#main #Apropos #First_section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  width: 100%;
  margin: 0 auto;
  background: #f8f8f8;
  padding: 40px 0;
}

#main #Apropos #First_section #Image_Claire {
  width: 30%;
  position: relative;
}

#main #Apropos #First_section #Image_Claire::after {
  content: "";
  position: absolute;
  height: 410px;
  bottom: 0px;
  background: #d3d6d9;
  width: 300px;
  right: 0;
}

#main #Apropos #First_section #Image_Claire img {
  height: 540px;
  position: relative;
  float: right;
  z-index: 100;
}

#main #Apropos #First_section #Descript_cabinet {
  font: 16px/22px 'Raleway', sans-serif;
  width: 30%;
  margin: 0 0 0 100px;
}

#main #Apropos #Value {
  margin: 60px 0 0 0;
}

#main #Apropos #Value ul {
  display:grid;
  justify-content: center;
  grid-template-columns: 20% 20% 20%;
  grid-row: auto auto;
  grid-column-gap: 50px;
}

#main #Apropos #Value h3 {
  font: 35px/45px 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0 0 40px 0;
  text-align: center;
}

#main #Apropos #Value ul li {
  border-right: 1px solid #d3d6d9;
  font: 16px/22px 'Raleway', sans-serif;
  padding: 0 8px;
}

#main #Apropos #Value ul li:last-child {
  border-right: none;
}

#main #Apropos #Value ul li div {
  font: 25px/35px 'Raleway', sans-serif;
  font-weight: 800;
  padding: 0 0 20px 0;
}


#main #Offre {
  width: 1000px;
  padding: 40px;
  margin: 60px auto 60px;
  text-align: center;
  background: #042940;
  color: #fff;
}

#main #Offre h2 {
  font: 35px/45px 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0 0 40px 0;
}

#main #Offre p {
  font: 16px/22px 'Raleway', sans-serif;
  margin: 0 auto 20px;
}

#main #Offre button {
  font: 15px/15px 'Raleway', sans-serif;
  margin: 30px 0 0 0;
  padding: 20px 30px;
  background: #d3d6d9;
  color: #042940;
}


footer #Contact {
  background: #141414;
  color: #fff;
  padding: 100px;
}

footer #Contact h1 {
  font: 35px/45px 'Raleway', sans-serif;
  font-weight: 800;
  padding: 0 0 40px 0;
}

footer #Contact h4 {
  font: 25px/35px 'Raleway', sans-serif;
  padding: 40px 0 10px 0;
  color: #dadada;
}

footer #Contact p, footer #Contact a {
  font: 16px/22px 'Raleway', sans-serif;
  color: #fff;
  font-weight: bold;
}

footer #Contact a {
  cursor: pointer;
}

footer #Link {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #1f1f1f;
  padding: 20px 0;
}

footer #Link a {
  font: 14px/20px 'Raleway', sans-serif;
  margin: 0 20px;
  color: #fff;
}

#More_info_bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0,.8);
  display: none;
  position: fixed;
  z-index: 450;
  top: 0;
  left: 0;
}

#More_info_open {
  width: 60%;
  padding: 60px;
  border-radius: 20px;
  position: fixed;
  left: 50%;
  margin-left: -30%;
  z-index: 500;
  top: 50%;
  background: #fff;
}

#More_info_open h2 {
  font: 20px/30px 'Raleway', sans-serif;
  font-weight: 800;
  text-transform: inherit;
  padding: 0 0 10px 0;
  text-align: left;
}

#More_info_open ul li {
  font: 16px/22px 'Raleway', sans-serif;
  padding: 10px 0;
}

#More_info_open .Close_more_info_open {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#More_info_open .Close_more_info_open img {
  width: 100%;
  height: 100%;
}

/*      LINK      */

html#Link_page {
  background: #042940;
  width: 100%;
}

html#Link_page body {
  background: #042940;
  width: 100%;
}

html#Link_page body header {
  height: 10vh;
  justify-content: center;
}

html#Link_page body header {
  height: 10vh;
  justify-content: center;
}

html#Link_page body #main_link {
  max-width: 1200px;
  min-height: 90vh;
  margin: 0 auto 60px;
  padding: 5%;
  background: #042940;
}

html#Link_page body #main_link h1 {
  font: 35px/45px 'Raleway', sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin: 40px 0 60px 0;
}

html#Link_page body #main_link h2 {
  font: 25px/35px 'Raleway', sans-serif;
  font-weight: bold;
  color: #fff;
  margin: 80px 0 40px 0;
}

html#Link_page body #main_link a {
  font: 15px/80px 'Raleway', sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  display: block;
  max-width: 280px;
  height: 80px;
  background: #d3d6d9;
  color: #042940;
  cursor: pointer;
  transition: all ease-in-out .2s;
}


@media screen and (max-width:1360px) {
  #main #Competence #For_Competences {
    grid-template-columns: 50% 50%;
  }
}

@media screen and (max-width:1030px) {


  #main #Le_Cabinet {
    max-height: inherit;
    min-height: 100vh;
    padding: 40px 5%;
    font: 20px/30px 'Raleway', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #042940;
    color: #fff;
  }
  
  #main #Le_Cabinet #Cabinet {
    width: 100%;
  }
  #main #Le_Cabinet #Image_cab {
    height: 0%;
    margin: 0;
  }
  
  #main #Le_Cabinet p span {
    font: 35px/45px 'Raleway', sans-serif;
  }



  #main #Competence {
    margin: 0;
  }

  #main #Competence #For_Competences .the_competence {
    padding: 20px;
    height: auto;
  }


  #main #Competence #For_Competences .the_competence.right::before {
    content: "";
    position: absolute;
    width: 0;
    top: 0;
    right: 0;
    background: #d3d6d9;
    height: 0;
    z-index: 100;
  }
  
  #main #Competence #For_Competences .the_competence.bottom::after {
    content: "";
    position: absolute;
    height: 1px;
    left: 10px;
    margin-left: 0;
    bottom: inherit;
    top: 0;
    background: #d3d6d9;
    width: 0;
    z-index: 100;
  }
  



  #main #Competence #For_Competences {
    grid-template-columns: 95%;
  }






  #main #Apropos #Value ul {
    display:grid;
    justify-content: center;
    grid-template-columns: 90%;
    grid-row: auto auto;
    grid-column-gap: 5%;
  }
  #main #Apropos #Value h3 {
    font: 35px/45px 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0 0 10px 0;
    text-align: center;
  }
  
  #main #Apropos #Value ul li {
    border-right: none;
    font: 16px/22px 'Raleway', sans-serif;
    padding: 0 0 40px 0;
  }
  
  #main #Apropos #Value ul li:last-child {
    border-right: none;
  }
  
  #main #Apropos #Value ul li div {
    font: 25px/35px 'Raleway', sans-serif;
    font-weight: 800;
    padding: 0;
  }








  #main #Offre {
    width: 100%;
    padding: 40px;
    margin: 60px auto 0;
    text-align: center;
    background: #042940;
    color: #fff;
  }

}

@media screen and (max-width: 800px) {

  .logo_center {
    padding: 30px 0 10px;
    }


  #main #Le_Cabinet #Cabinet {
    margin: 20px 0;
  }
  #main #Apropos #First_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    margin: 0 auto;
    background: #f8f8f8;
    padding: 40px 0;
  }
  #main #Apropos #First_section #Image_Claire {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  
  #main #Apropos #First_section #Image_Claire::after {
    content: "";
    position: absolute;
    height: 260px;
    bottom: 0px;
    width: 220px;
    left: 50%;
    margin-left: -110px;
  }
  
  #main #Apropos #First_section #Image_Claire img {
    height: 340px;
    margin: 0 auto;
    position: relative;
    float: inherit;
    z-index: 100;
    text-align: center;
  }
  
  #main #Apropos #First_section #Descript_cabinet {
    text-align: center;
    font: 16px/22px 'Raleway', sans-serif;
    width: 90%;
    margin: 40px 0;
  }


  #More_info_open {
    width: 90%;
    padding: 30px;
    border-radius: 20px;
    position: fixed;
    left: 50%;
    margin-left: -45%;
    z-index: 500;
    top: 50%;
    background: #fff;
    }


  footer #Contact {
    padding: 40px 20px;
  }

  footer #Link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #1f1f1f;
    padding: 20px 0;
    }

    footer #Link a {
      margin: 20px 0;
    }
}






.legal_page {
  width: 980px;
  margin: 60px auto;
  padding: 0 2%;
}
.legal_page h2 {
  font: 25px/35px 'Raleway', sans-serif;
  font-weight: 800;
  margin: 40px 0 20px;
}
.legal_page p {
  font: 16px/22px 'Raleway', sans-serif;
}
.legal_page a {
  font: 16px/22px 'Raleway', sans-serif;
  color: #141414;
  cursor: pointer;
}
.legal_page ul {
  font: 16px/22px 'Raleway', sans-serif;
}
.legal_page ul li {

}

@media screen and (max-width: 981px) {
  .legal_page {
    width: 95%;
  }
}
