<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 
Theme Name: Julie
Text Domain: julie
Author: Martin
*/
/******************************************/
/***********      FONTS        ***********/
/******************************************/
@font-face {
  font-family: "din_black";
  src: url(../../src/fonts/DIN/DIN_Black.ttf);
}
@font-face {
  font-family: "din_light";
  src: url(../../src/fonts/DIN/DIN_Light.ttf);
}
@font-face {
  font-family: "din_medium";
  src: url(../../src/fonts/DIN/DIN_Medium.ttf);
}
@font-face {
  font-family: "din_alternate_black";
  src: url(../../src/fonts/DIN_Alternate/DIN_Alternate_Black.ttf);
}
@font-face {
  font-family: "din_alternate_bold";
  src: url(../../src/fonts/DIN_Alternate/DIN_Alternate_Bold.ttf);
}
@font-face {
  font-family: "din_alternate_light";
  src: url(../../src/fonts/DIN_Alternate/DIN_Alternate_Light.ttf);
}
@font-face {
  font-family: "din_alternate_medium";
  src: url(../../src/fonts/DIN_Alternate/DIN_Alternate_Medium.ttf);
}
@font-face {
  font-family: "din_alternate_regular";
  src: url(../../src/fonts/DIN_Alternate/DIN_Alternate.ttf);
}
/******************************************/
/***********      COLORS        ***********/
/******************************************/
/******************************************/
/***********      GLOBAL        ***********/
/******************************************/
html {
  scroll-behavior: unset !important;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
html body {
  font-family: "din_light";
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  height: 100%;
  overflow-x: hidden;
}
html body .main_content {
  width: 100%;
  overflow: hidden;
}
html body .main_content .size {
  width: 90%;
  display: block;
  margin: 0px auto;
}
@media screen and (max-width: 1200px) {
  html body .main_content .size {
    width: 95%;
  }
}
@media screen and (max-width: 992px) {
  html body .main_content .size {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  html body .main_content .size {
    padding: 0px 8px;
  }
}
html body .main_content .margin_cent {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 576px) {
  html body .main_content .padding_mobile {
    padding: 0px 8px;
  }
}
html body .main_content .bandeau {
  background: rgb(40, 169, 226);
  background: linear-gradient(90deg, rgb(40, 169, 226) 0%, rgb(21, 143, 210) 70%, rgb(2, 115, 193) 100%);
  padding: 80px 0px;
}
@media screen and (max-width: 992px) {
  html body .main_content .bandeau {
    padding: 80px 0px;
  }
}
@media screen and (max-width: 767px) {
  html body .main_content .bandeau {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 576px) {
  html body .main_content .bandeau {
    padding: 60px 8px;
  }
}
html body .main_content .bandeau .h1 {
  text-align: center;
}
html body .main_content .bandeau .h1 h1,
html body .main_content .bandeau .h1 h2,
html body .main_content .bandeau .h1 h3,
html body .main_content .bandeau .h1 p {
  color: #ffffff;
}
html body .main_content .bandeau .parent {
  text-transform: uppercase;
  font-family: "din_medium";
  text-align: center;
  font-size: 26px;
  line-height: 40px;
  color: #404040;
}
@media screen and (max-width: 1400px) {
  html body .main_content .bandeau .parent {
    font-size: 24px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1200px) {
  html body .main_content .bandeau .parent {
    font-size: 22px;
    line-height: 36px;
  }
}
@media screen and (max-width: 992px) {
  html body .main_content .bandeau .parent {
    font-size: 20px;
    line-height: 34px;
  }
}
html body .main_content .bandeau .texte {
  text-align: center;
  margin: 30px 220px 0px 220px;
}
@media screen and (max-width: 1400px) {
  html body .main_content .bandeau .texte {
    margin: 30px 180px 0px 180px;
  }
}
@media screen and (max-width: 1200px) {
  html body .main_content .bandeau .texte {
    margin: 30px 130px 0px 130px;
  }
}
@media screen and (max-width: 992px) {
  html body .main_content .bandeau .texte {
    margin: 30px 20px 0px 20px;
  }
}
html body .main_content .bandeau .texte p {
  font-size: 22px;
  line-height: 40px;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  html body .main_content .bandeau .texte p {
    font-size: 21px;
    line-height: 39px;
  }
}
@media screen and (max-width: 992px) {
  html body .main_content .bandeau .texte p {
    font-size: 20px;
    line-height: 38px;
  }
}
@media screen and (max-width: 576px) {
  html body .main_content .bandeau .texte p {
    font-size: 19px;
    line-height: 37px;
  }
}
html body .main_content .bandeau .texte ul {
  padding-left: 0px;
  list-style: none;
}
html body .main_content .bandeau .texte ul li {
  padding-left: 20px;
  position: relative;
  font-size: 22px;
  line-height: 40px;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  html body .main_content .bandeau .texte ul li {
    font-size: 21px;
    line-height: 39px;
  }
}
@media screen and (max-width: 992px) {
  html body .main_content .bandeau .texte ul li {
    font-size: 20px;
    line-height: 38px;
  }
}
@media screen and (max-width: 576px) {
  html body .main_content .bandeau .texte ul li {
    font-size: 19px;
    line-height: 37px;
  }
}
html body .main_content .bandeau .texte ul li:before {
  content: "•";
  color: #ffffff;
  font-size: 20px;
  line-height: 0px;
  position: absolute;
  top: 19px;
  left: 0;
}
html body .main_content .call_to_action {
  padding-top: 80px;
}
@media screen and (max-width: 992px) {
  html body .main_content .call_to_action {
    padding-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  html body .main_content .call_to_action {
    padding: 60px 8px 0px 8px;
  }
}
html body .main_content .call_to_action .block {
  width: 80%;
  display: block;
  margin: 0px auto;
  background: rgb(40, 169, 226);
  background: linear-gradient(90deg, rgb(40, 169, 226) 0%, rgb(21, 143, 210) 70%, rgb(2, 115, 193) 100%);
  padding: 40px 60px;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  html body .main_content .call_to_action .block {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  html body .main_content .call_to_action .block {
    padding: 40px;
  }
}
html body .main_content .call_to_action .block .titre h1,
html body .main_content .call_to_action .block .titre h2,
html body .main_content .call_to_action .block .titre h3,
html body .main_content .call_to_action .block .titre h4,
html body .main_content .call_to_action .block .titre p {
  font-family: "din_black";
  font-size: 42px;
  color: #404040;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  html body .main_content .call_to_action .block .titre h1,
  html body .main_content .call_to_action .block .titre h2,
  html body .main_content .call_to_action .block .titre h3,
  html body .main_content .call_to_action .block .titre h4,
  html body .main_content .call_to_action .block .titre p {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  html body .main_content .call_to_action .block .titre h1,
  html body .main_content .call_to_action .block .titre h2,
  html body .main_content .call_to_action .block .titre h3,
  html body .main_content .call_to_action .block .titre h4,
  html body .main_content .call_to_action .block .titre p {
    font-size: 34px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 576px) {
  html body .main_content .call_to_action .block .titre h1,
  html body .main_content .call_to_action .block .titre h2,
  html body .main_content .call_to_action .block .titre h3,
  html body .main_content .call_to_action .block .titre h4,
  html body .main_content .call_to_action .block .titre p {
    font-size: 30px;
  }
}
html body .main_content .call_to_action .block .titre h1 em,
html body .main_content .call_to_action .block .titre h2 em,
html body .main_content .call_to_action .block .titre h3 em,
html body .main_content .call_to_action .block .titre h4 em,
html body .main_content .call_to_action .block .titre p em {
  color: #3672bb;
  font-style: normal;
  font-weight: normal;
}
html body .main_content .call_to_action .block .titre h1 strong,
html body .main_content .call_to_action .block .titre h2 strong,
html body .main_content .call_to_action .block .titre h3 strong,
html body .main_content .call_to_action .block .titre h4 strong,
html body .main_content .call_to_action .block .titre p strong {
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
}
html body .main_content .call_to_action .block .texte {
  margin-bottom: 35px;
}
html body .main_content .call_to_action .block .texte p {
  font-size: 22px;
  line-height: 40px;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  html body .main_content .call_to_action .block .texte p {
    font-size: 21px;
    line-height: 39px;
  }
}
@media screen and (max-width: 992px) {
  html body .main_content .call_to_action .block .texte p {
    font-size: 20px;
    line-height: 38px;
  }
}
@media screen and (max-width: 576px) {
  html body .main_content .call_to_action .block .texte p {
    font-size: 19px;
    line-height: 37px;
  }
}
html body .main_content .call_to_action .block img {
  width: 180%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 1400px) {
  html body .main_content .call_to_action .block img {
    width: 200%;
  }
}
@media screen and (max-width: 1200px) {
  html body .main_content .call_to_action .block img {
    width: 200%;
  }
}
@media screen and (max-width: 767px) {
  html body .main_content .call_to_action .block img {
    width: 100%;
    margin-bottom: 30px;
  }
}
html body .main_content .h1 h1,
html body .main_content .h1 h2,
html body .main_content .h1 h3,
html body .main_content .h1 p {
  text-transform: uppercase;
  font-family: "din_black";
  font-size: 63px;
  line-height: 73px;
  color: #404040;
  margin-bottom: 0px;
}
@media screen and (max-width: 1400px) {
  html body .main_content .h1 h1,
  html body .main_content .h1 h2,
  html body .main_content .h1 h3,
  html body .main_content .h1 p {
    font-size: 53px;
    line-height: 63px;
  }
}
@media screen and (max-width: 1200px) {
  html body .main_content .h1 h1,
  html body .main_content .h1 h2,
  html body .main_content .h1 h3,
  html body .main_content .h1 p {
    font-size: 43px;
    line-height: 53px;
  }
}
@media screen and (max-width: 992px) {
  html body .main_content .h1 h1,
  html body .main_content .h1 h2,
  html body .main_content .h1 h3,
  html body .main_content .h1 p {
    font-size: 35px;
    line-height: 45px;
  }
}
html body .main_content .h1 h1 strong,
html body .main_content .h1 h2 strong,
html body .main_content .h1 h3 strong,
html body .main_content .h1 p strong {
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
}
html body .main_content .h1 h1 em,
html body .main_content .h1 h2 em,
html body .main_content .h1 h3 em,
html body .main_content .h1 p em {
  font-style: normal;
  font-weight: normal;
  color: #3672bb;
}
html body .main_content .intro p {
  font-family: "din_alternate_regular";
  font-size: 25px;
  line-height: 46px;
  margin: 50px 220px 0px 220px;
}
@media screen and (max-width: 1400px) {
  html body .main_content .intro p {
    font-size: 23px;
    line-height: 44px;
    margin: 0px 180px;
  }
}
@media screen and (max-width: 1200px) {
  html body .main_content .intro p {
    font-size: 21px;
    line-height: 42px;
    margin: 40px 130px 0px 130px;
  }
}
@media screen and (max-width: 992px) {
  html body .main_content .intro p {
    font-size: 19px;
    line-height: 40px;
    margin: 30px 20px 0px 20px;
  }
}
@media screen and (max-width: 767px) {
  html body .main_content .intro p {
    margin: 30px 0px 0px 0px;
  }
}
html body .main_content .bouton a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "din_black";
  font-size: 17px;
  line-height: 17px;
  padding: 15px 25px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  html body .main_content .bouton a {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 992px) {
  html body .main_content .bouton a {
    font-size: 15px;
    line-height: 15px;
  }
}
@media screen and (max-width: 576px) {
  html body .main_content .bouton a {
    font-size: 14px;
    line-height: 14px;
  }
}
html body .main_content .bouton a:hover {
  transition: all 0.2s ease;
}
html body .main_content .bouton.blanc a {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
html body .main_content .bouton.blanc a:hover {
  background-color: #ffffff;
  color: #3672bb;
}
html body .main_content .bouton.bleu a {
  background-color: #3672bb;
  border: 1px solid #3672bb;
  color: #ffffff;
}
html body .main_content .bouton.bleu a:hover {
  background-color: transparent;
  color: #1a559b;
}

/******************************************/
/***********      HEADER        ***********/
/******************************************/
header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  padding: 15px 0px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 992px) {
  header {
    padding: 10px 0px;
  }
}
header .menu_desktop {
  display: block;
}
@media screen and (max-width: 992px) {
  header .menu_desktop {
    display: none;
  }
}
header .menu_desktop .logo {
  width: 200px;
  position: relative;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  header .menu_desktop .logo {
    width: 170px;
  }
}
header .menu_desktop .ensemble {
  float: right;
  margin-top: 16px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  header .menu_desktop .ensemble {
    margin-top: 10.5px;
  }
}
header .menu_desktop .ensemble .main_menu {
  display: inline-block;
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 1200px) {
  header .menu_desktop .ensemble .main_menu {
    top: 2px;
  }
}
header .menu_desktop .ensemble .main_menu li {
  line-height: 50px;
  display: inline-block;
  margin-right: 45px;
}
@media screen and (max-width: 1200px) {
  header .menu_desktop .ensemble .main_menu li {
    margin-right: 30px;
  }
}
header .menu_desktop .ensemble .main_menu li a {
  text-decoration: none;
  font-family: "din_light";
  font-size: 20px;
  color: #404040;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1400px) {
  header .menu_desktop .ensemble .main_menu li a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  header .menu_desktop .ensemble .main_menu li a {
    font-size: 16px;
  }
}
header .menu_desktop .ensemble .main_menu li a:hover {
  color: #3672bb;
  transition: all 0.2s ease;
}
header .menu_desktop .ensemble .main_menu &gt; .menu-item-has-children {
  position: relative;
}
header .menu_desktop .ensemble .main_menu &gt; .menu-item-has-children &gt; .sub-menu {
  text-align: left;
  position: absolute;
  background-color: #ffffff;
  width: 190px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  padding: 0px;
  visibility: hidden;
  box-shadow: 20px 20px 100px rgba(97, 87, 146, 0.2);
  transition: 0.2s ease-out;
}
@media screen and (max-width: 1400px) {
  header .menu_desktop .ensemble .main_menu &gt; .menu-item-has-children &gt; .sub-menu {
    width: 170px;
  }
}
@media screen and (max-width: 1200px) {
  header .menu_desktop .ensemble .main_menu &gt; .menu-item-has-children &gt; .sub-menu {
    width: 150px;
  }
}
header .menu_desktop .ensemble .main_menu &gt; .menu-item-has-children &gt; .sub-menu li {
  text-transform: none;
  display: block;
  margin: 0px;
  line-height: 20px;
  border-bottom: 1px solid #f7f7f7;
  background-color: transparent;
  transition: 0.2s ease-out;
}
header .menu_desktop .ensemble .main_menu &gt; .menu-item-has-children &gt; .sub-menu li a {
  display: block;
  text-transform: none;
  font-size: 17px;
  padding: 9px 15px 7px 15px;
  margin: 0px;
  line-height: 23px;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 1400px) {
  header .menu_desktop .ensemble .main_menu &gt; .menu-item-has-children &gt; .sub-menu li a {
    font-size: 16px;
    line-height: 23px;
  }
}
@media screen and (max-width: 1200px) {
  header .menu_desktop .ensemble .main_menu &gt; .menu-item-has-children &gt; .sub-menu li a {
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 992px) {
  header .menu_desktop .ensemble .main_menu &gt; .menu-item-has-children &gt; .sub-menu li a {
    font-size: 12px;
    line-height: 19px;
  }
}
header .menu_desktop .ensemble .main_menu &gt; .menu-item-has-children &gt; .sub-menu li .sub-menu {
  display: none;
}
header .menu_desktop .ensemble .main_menu &gt; .menu-item-has-children &gt; .sub-menu li:first-child {
  margin-top: 5px;
}
header .menu_desktop .ensemble .main_menu &gt; .menu-item-has-children &gt; .sub-menu li:last-child {
  margin-bottom: 5px;
  border-bottom: 0px;
}
header .menu_desktop .ensemble .main_menu .menu-item-has-children:hover &gt; .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease-out;
}
header .menu_desktop .ensemble .main_menu .menu-item-has-children:hover &gt; .sub-menu li:hover a {
  color: #3672bb;
  transition: 0.2s ease-out;
}
header .menu_desktop .ensemble .linkedin img {
  width: 40px;
  display: inline-block;
  opacity: 1;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  header .menu_desktop .ensemble .linkedin img {
    width: 35px;
  }
}
header .menu_desktop .ensemble .linkedin img path {
  fill: #3672bb;
}
header .menu_desktop .ensemble .linkedin:hover img {
  opacity: 0.8;
  transition: all 0.2s ease;
}
header .menu_mobile {
  display: none;
  transition: all 0.2s ease;
}
@media screen and (max-width: 992px) {
  header .menu_mobile {
    display: block;
  }
}
header .menu_mobile .container {
  position: relative;
}
header .menu_mobile .container .logo_mobile {
  width: 150px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  header .menu_mobile .container .logo_mobile {
    width: 130px;
  }
}
@media screen and (max-width: 576px) {
  header .menu_mobile .container .logo_mobile {
    width: 120px;
    margin-left: 8px;
  }
}
header .menu_mobile .menu {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 900;
  left: -100%;
  top: 0;
  background-color: #ffffff;
  opacity: 0;
}
header .menu_mobile .menu .contenu_menu {
  text-align: center;
  margin-top: 80px;
}
header .menu_mobile .menu .contenu_menu .logo_menu_mobile {
  width: 150px;
}
@media screen and (max-width: 767px) {
  header .menu_mobile .menu .contenu_menu .logo_menu_mobile {
    width: 130px;
  }
}
@media screen and (max-width: 576px) {
  header .menu_mobile .menu .contenu_menu .logo_menu_mobile {
    width: 130px;
  }
}
header .menu_mobile .menu .contenu_menu .main_menu {
  list-style: none;
  text-align: center;
  padding-left: 0px;
  margin-top: 40px;
}
header .menu_mobile .menu .contenu_menu .main_menu li {
  margin-bottom: 20px;
}
header .menu_mobile .menu .contenu_menu .main_menu li a {
  text-decoration: none;
  font-family: "din_light";
  font-size: 22px;
  color: #404040;
  transition: all 0.2s ease;
}
@media screen and (max-width: 576px) {
  header .menu_mobile .menu .contenu_menu .main_menu li a {
    font-size: 20px;
  }
}
header .menu_mobile .menu .contenu_menu .main_menu li a:hover {
  color: #3672bb;
  transition: all 0.2s ease;
}
header .menu_mobile .menu .contenu_menu .main_menu &gt; .menu-item-has-children .carret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
header .menu_mobile .menu .contenu_menu .main_menu &gt; .menu-item-has-children &gt; .sub-menu {
  display: none;
  text-align: center;
  background-color: #ffffff;
  padding: 0px;
}
header .menu_mobile .menu .contenu_menu .main_menu &gt; .menu-item-has-children &gt; .sub-menu li {
  margin-bottom: 10px;
}
header .menu_mobile .menu .contenu_menu .main_menu &gt; .menu-item-has-children &gt; .sub-menu li a {
  font-size: 17px;
  padding: 0px;
  margin: 0px;
}
header .menu_mobile .menu .contenu_menu .main_menu &gt; .menu-item-has-children &gt; .sub-menu li a .carret {
  display: none;
}
header .menu_mobile .menu .contenu_menu .main_menu &gt; .menu-item-has-children &gt; .sub-menu li .sub-menu {
  display: none;
}
header .menu_mobile .menu .contenu_menu .main_menu &gt; .menu-item-has-children &gt; .sub-menu li:first-child {
  margin-top: 5px;
}
header .menu_mobile .menu .contenu_menu .main_menu &gt; .menu-item-has-children &gt; .sub-menu li:last-child {
  margin-bottom: 25px;
  border-bottom: 0px;
}
header .menu_mobile .menu .contenu_menu .main_menu .menu-item-has-children-active &gt; a {
  color: #3672bb;
}
header .menu_mobile .menu .contenu_menu .main_menu .menu-item-has-children-active .carret {
  color: #3672bb;
}
header .menu_mobile .menu .contenu_menu .main_menu .menu-item-has-children-active .sub-menu {
  display: block;
}
header .menu_mobile .menu .contenu_menu .linkedin img {
  width: 40px;
}
header .menu_mobile .visible {
  opacity: 1;
  left: 0;
  transition: all 0.2s ease;
}
header .menu_mobile #menuToggle {
  position: absolute;
  right: 12px;
  top: 21px;
  z-index: 1000;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  header .menu_mobile #menuToggle {
    top: 16.5px;
  }
}
@media screen and (max-width: 576px) {
  header .menu_mobile #menuToggle {
    top: 14.5px;
    right: 20px;
  }
}
header .menu_mobile #menuToggle input {
  color: #3672bb;
  display: flex;
  width: 29px;
  height: 21px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
header .menu_mobile #menuToggle span {
  display: flex;
  background: #3672bb;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
header .menu_mobile #menuToggle span {
  transform-origin: 0% 100%;
}
header .menu_mobile #menuToggle span:last-child {
  transform-origin: 0% 0%;
}
header .menu_mobile #menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-11px, -9px);
  background: #3672bb;
}
header .menu_mobile #menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
header .menu_mobile #menuToggle input:checked ~ span:nth-last-child(1) {
  transform: rotate(-45deg) translate(-1px, -1px);
}

.navshrink header {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}
.navshrink header .menu_desktop .logo {
  width: 140px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .navshrink header .menu_desktop .logo {
    width: 120px;
  }
}
.navshrink header .menu_desktop .ensemble {
  margin-top: 4px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .navshrink header .menu_desktop .ensemble {
    margin-top: 0px;
  }
}
.navshrink header .menu_mobile .logo_mobile {
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .navshrink header .menu_mobile .logo_mobile {
    width: 100px;
  }
}
@media screen and (max-width: 576px) {
  .navshrink header .menu_mobile .logo_mobile {
    width: 90px;
  }
}
.navshrink header .menu_mobile #menuToggle {
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .navshrink header .menu_mobile #menuToggle {
    top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .navshrink header .menu_mobile #menuToggle {
    top: 8.5px;
  }
}

/******************************************/
/***********      HOME        ***********/
/******************************************/
.home header {
  opacity: 0;
}

.home .hero {
  padding-top: 113.5px;
  background: rgb(40, 169, 226);
  background: linear-gradient(90deg, rgb(40, 169, 226) 0%, rgb(21, 143, 210) 70%, rgb(2, 115, 193) 100%);
  min-height: 750px;
  height: calc(100vh - 20px);
  width: 100%;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .home .hero {
    padding-top: 101px;
  }
}
@media screen and (max-width: 767px) {
  .home .hero {
    padding-top: 74px;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .home .hero {
    padding: 70px 8px 0px 8px;
  }
}
.home .hero .container {
  position: relative;
  height: 100%;
}
.home .hero .container .contenu_bandeau {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media screen and (max-width: 992px) {
  .home .hero .container .contenu_bandeau {
    top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .home .hero .container .contenu_bandeau {
    position: inherit;
    top: 0;
    transform: none;
    margin-top: 60px;
  }
}
.home .hero .container .contenu_bandeau .h1 {
  margin-right: 200px;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .home .hero .container .contenu_bandeau .h1 {
    margin-right: 180px;
  }
}
@media screen and (max-width: 992px) {
  .home .hero .container .contenu_bandeau .h1 {
    margin-right: 90px;
  }
}
@media screen and (max-width: 767px) {
  .home .hero .container .contenu_bandeau .h1 {
    margin-right: 0px;
  }
}
.home .hero .container .contenu_bandeau .texte_hero {
  margin-right: 40%;
  margin-top: 50px;
  margin-bottom: 60px;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .home .hero .container .contenu_bandeau .texte_hero {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 992px) {
  .home .hero .container .contenu_bandeau .texte_hero {
    margin-top: 30px;
    margin-bottom: 40px;
    margin-right: 0px;
  }
}
.home .hero .container .contenu_bandeau .texte_hero p {
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}
@media screen and (max-width: 1400px) {
  .home .hero .container .contenu_bandeau .texte_hero p {
    font-size: 22px;
    line-height: 27px;
  }
}
@media screen and (max-width: 1200px) {
  .home .hero .container .contenu_bandeau .texte_hero p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 992px) {
  .home .hero .container .contenu_bandeau .texte_hero p {
    font-size: 18px;
    line-height: 23px;
  }
}
.home .hero .container .img_hero {
  position: absolute;
  width: 400px;
  right: -40px;
  bottom: 0;
  opacity: 0;
}
@media screen and (max-width: 1400px) {
  .home .hero .container .img_hero {
    width: 390px;
  }
}
@media screen and (max-width: 1200px) {
  .home .hero .container .img_hero {
    width: 360px;
  }
}
@media screen and (max-width: 992px) {
  .home .hero .container .img_hero {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .home .hero .container .img_hero {
    position: inherit;
    display: block;
    margin: 30px auto 0px auto;
  }
}
.home .hero .container .arrow_hover .arrow_hero {
  width: 90px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  opacity: 0;
}
.home .ressources {
  padding: 80px 0px 10px 0px;
}
@media screen and (max-width: 992px) {
  .home .ressources {
    padding: 60px 0px 0px 0px;
  }
}
@media screen and (max-width: 576px) {
  .home .ressources {
    padding: 60px 0px 10px 0px;
  }
}
.home .ressources .h1 {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 992px) {
  .home .ressources .h1 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .home .ressources .h1 {
    margin-bottom: 50px;
  }
}
.home .ressources .margin_pers {
  margin-bottom: 70px;
}
@media screen and (max-width: 992px) {
  .home .ressources .margin_pers {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .home .ressources .margin_pers {
    margin-bottom: 50px;
  }
}
.home .ressources .margin_pers a {
  text-decoration: none;
}
.home .ressources .margin_pers a .card_ressource {
  position: relative;
  text-align: center;
  height: 100%;
  padding: 0px 20px 20px 20px;
}
.home .ressources .margin_pers a .card_ressource img {
  position: relative;
  top: 0;
  width: 90px;
  display: block;
  margin: 0px auto 30px auto;
  transition: all 0.2s ease;
}
.home .ressources .margin_pers a .card_ressource .titre {
  margin-bottom: 15px;
}
.home .ressources .margin_pers a .card_ressource .titre h1,
.home .ressources .margin_pers a .card_ressource .titre h2,
.home .ressources .margin_pers a .card_ressource .titre h3,
.home .ressources .margin_pers a .card_ressource .titre h4,
.home .ressources .margin_pers a .card_ressource .titre p {
  text-transform: uppercase;
  font-family: "din_black";
  font-size: 27px;
  color: #404040;
}
@media screen and (max-width: 1400px) {
  .home .ressources .margin_pers a .card_ressource .titre h1,
  .home .ressources .margin_pers a .card_ressource .titre h2,
  .home .ressources .margin_pers a .card_ressource .titre h3,
  .home .ressources .margin_pers a .card_ressource .titre h4,
  .home .ressources .margin_pers a .card_ressource .titre p {
    font-size: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .home .ressources .margin_pers a .card_ressource .titre h1,
  .home .ressources .margin_pers a .card_ressource .titre h2,
  .home .ressources .margin_pers a .card_ressource .titre h3,
  .home .ressources .margin_pers a .card_ressource .titre h4,
  .home .ressources .margin_pers a .card_ressource .titre p {
    font-size: 23px;
  }
}
.home .ressources .margin_pers a .card_ressource .texte p {
  color: #404040;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .home .ressources .margin_pers a .card_ressource .texte p {
    font-size: 18px;
    line-height: 28px;
  }
}
.home .ressources .margin_pers a:hover .card_ressource img {
  top: -10px;
  transition: all 0.2s ease;
}
.home .coaching {
  background: rgb(40, 169, 226);
  background: linear-gradient(90deg, rgb(40, 169, 226) 0%, rgb(21, 143, 210) 70%, rgb(2, 115, 193) 100%);
  padding: 80px 0px;
}
@media screen and (max-width: 992px) {
  .home .coaching {
    padding: 60px 0px;
  }
}
.home .coaching .h1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .home .coaching .h1 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 992px) {
  .home .coaching .h1 {
    margin-bottom: 30px;
  }
}
.home .coaching .texte {
  margin-bottom: 30px;
}
.home .coaching .texte p {
  font-size: 25px;
  line-height: 46px;
  color: #ffffff;
}
@media screen and (max-width: 1400px) {
  .home .coaching .texte p {
    font-size: 23px;
    line-height: 44px;
  }
}
@media screen and (max-width: 1200px) {
  .home .coaching .texte p {
    font-size: 21px;
    line-height: 42px;
  }
}
@media screen and (max-width: 992px) {
  .home .coaching .texte p {
    font-size: 19px;
    line-height: 40px;
  }
}
.home .coaching .position_relative {
  position: relative;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home .coaching .position_relative {
    margin-top: 50px;
  }
}
.home .coaching .position_relative .position_absolute {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .home .coaching .position_relative .position_absolute {
    position: relative;
  }
}
.home .coaching .position_relative .position_absolute img {
  position: relative;
  z-index: 40;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home .coaching .position_relative .position_absolute img {
    width: 90%;
    display: block;
    margin: 0px auto;
  }
}
@media screen and (max-width: 576px) {
  .home .coaching .position_relative .position_absolute img {
    width: 80%;
  }
}
.home .coaching .position_relative .position_absolute .couleur {
  position: absolute;
  z-index: 30;
  height: 100%;
  width: 100%;
  background-color: #8dbce2;
  right: -30px;
  bottom: -30px;
}
@media screen and (max-width: 767px) {
  .home .coaching .position_relative .position_absolute .couleur {
    width: 90%;
    right: -10px;
  }
}
@media screen and (max-width: 576px) {
  .home .coaching .position_relative .position_absolute .couleur {
    width: 80%;
    right: 20px;
  }
}
.home .formation {
  padding: 180px 0px 80px 0px;
}
@media screen and (max-width: 1400px) {
  .home .formation {
    padding: 80px 0px;
  }
}
@media screen and (max-width: 992px) {
  .home .formation {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 576px) {
  .home .formation {
    padding: 60px 8px;
  }
}
.home .formation .h1 {
  text-align: center;
}
.home .formation .intro {
  text-align: center;
}
.home .formation .intro p {
  color: #404040;
}
.home .formation .formation_desktop {
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .home .formation .formation_desktop {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .home .formation .formation_desktop {
    display: none;
  }
}
.home .formation .formation_desktop .fond {
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 60px 40px 80px 40px;
}
.home .formation .formation_desktop .fond .titre {
  text-align: center;
  margin-bottom: 60px;
}
.home .formation .formation_desktop .fond .titre h1,
.home .formation .formation_desktop .fond .titre h2,
.home .formation .formation_desktop .fond .titre h3,
.home .formation .formation_desktop .fond .titre h4,
.home .formation .formation_desktop .fond .titre p {
  font-family: "din_black";
  font-size: 42px;
  line-height: 60px;
  color: #3672bb;
}
@media screen and (max-width: 1400px) {
  .home .formation .formation_desktop .fond .titre h1,
  .home .formation .formation_desktop .fond .titre h2,
  .home .formation .formation_desktop .fond .titre h3,
  .home .formation .formation_desktop .fond .titre h4,
  .home .formation .formation_desktop .fond .titre p {
    font-size: 35px;
    line-height: 53px;
  }
}
.home .formation .formation_desktop .fond .col_gauche .ensemble_picto {
  position: relative;
  left: 0px;
  transition: all 0.2s ease;
}
.home .formation .formation_desktop .fond .col_gauche .ensemble_picto img {
  display: inline-block;
  width: 39px;
}
@media screen and (max-width: 1400px) {
  .home .formation .formation_desktop .fond .col_gauche .ensemble_picto img {
    width: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .home .formation .formation_desktop .fond .col_gauche .ensemble_picto img {
    width: 39px;
    display: block;
  }
}
.home .formation .formation_desktop .fond .col_gauche .ensemble_picto .nom {
  display: inline-block;
  margin-left: 15px;
}
@media screen and (max-width: 1200px) {
  .home .formation .formation_desktop .fond .col_gauche .ensemble_picto .nom {
    margin-left: 0px;
    margin-top: 15px;
    display: block;
  }
}
.home .formation .formation_desktop .fond .col_gauche .ensemble_picto .nom h1,
.home .formation .formation_desktop .fond .col_gauche .ensemble_picto .nom h2,
.home .formation .formation_desktop .fond .col_gauche .ensemble_picto .nom h3,
.home .formation .formation_desktop .fond .col_gauche .ensemble_picto .nom h4,
.home .formation .formation_desktop .fond .col_gauche .ensemble_picto .nom p {
  font-family: "din_medium";
  font-size: 16px;
  line-height: 16px;
  color: #404040;
  margin: 0px;
}
@media screen and (max-width: 1400px) {
  .home .formation .formation_desktop .fond .col_gauche .ensemble_picto .nom h1,
  .home .formation .formation_desktop .fond .col_gauche .ensemble_picto .nom h2,
  .home .formation .formation_desktop .fond .col_gauche .ensemble_picto .nom h3,
  .home .formation .formation_desktop .fond .col_gauche .ensemble_picto .nom h4,
  .home .formation .formation_desktop .fond .col_gauche .ensemble_picto .nom p {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .home .formation .formation_desktop .fond .col_gauche .ensemble_picto .nom h1,
  .home .formation .formation_desktop .fond .col_gauche .ensemble_picto .nom h2,
  .home .formation .formation_desktop .fond .col_gauche .ensemble_picto .nom h3,
  .home .formation .formation_desktop .fond .col_gauche .ensemble_picto .nom h4,
  .home .formation .formation_desktop .fond .col_gauche .ensemble_picto .nom p {
    font-size: 16px;
    line-height: 16px;
  }
}
.home .formation .formation_desktop .fond .col_gauche .ensemble_picto:hover {
  cursor: pointer;
  left: 5px;
  transition: all 0.2s ease;
}
.home .formation .formation_desktop .fond .col_gauche .ensemble_picto:hover .nom h1,
.home .formation .formation_desktop .fond .col_gauche .ensemble_picto:hover .nom h2,
.home .formation .formation_desktop .fond .col_gauche .ensemble_picto:hover .nom h3,
.home .formation .formation_desktop .fond .col_gauche .ensemble_picto:hover .nom h4,
.home .formation .formation_desktop .fond .col_gauche .ensemble_picto:hover .nom p {
  color: #3672bb;
}
.home .formation .formation_desktop .fond .col_gauche .active .nom h1,
.home .formation .formation_desktop .fond .col_gauche .active .nom h2,
.home .formation .formation_desktop .fond .col_gauche .active .nom h3,
.home .formation .formation_desktop .fond .col_gauche .active .nom h4,
.home .formation .formation_desktop .fond .col_gauche .active .nom p {
  color: #3672bb;
}
.home .formation .formation_desktop .fond .col_gauche .trait {
  height: 1px;
  background-color: #cccccc;
  width: 85%;
  margin: 20px 0px;
}
.home .formation .formation_desktop .fond .col_gauche .trait:last-child {
  display: none;
}
.home .formation .formation_desktop .fond .col_droite {
  position: relative;
  width: 100%;
  height: 100%;
}
.home .formation .formation_desktop .fond .col_droite .ensemble_droit {
  display: none;
}
.home .formation .formation_desktop .fond .col_droite .ensemble_droit .position_relative {
  position: relative;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .home .formation .formation_desktop .fond .col_droite .ensemble_droit .position_relative {
    margin-bottom: 50px;
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .home .formation .formation_desktop .fond .col_droite .ensemble_droit .position_relative {
    width: 70%;
  }
}
.home .formation .formation_desktop .fond .col_droite .ensemble_droit .position_relative .position_absolute {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .home .formation .formation_desktop .fond .col_droite .ensemble_droit .position_relative .position_absolute {
    position: relative;
  }
}
.home .formation .formation_desktop .fond .col_droite .ensemble_droit .position_relative .position_absolute img {
  position: relative;
  z-index: 40;
  width: 100%;
}
.home .formation .formation_desktop .fond .col_droite .ensemble_droit .position_relative .position_absolute .couleur {
  position: absolute;
  z-index: 30;
  height: 100%;
  width: 100%;
  background-color: #8dbce2;
  right: -15px;
  bottom: -15px;
}
@media screen and (max-width: 1400px) {
  .home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte {
    margin-left: 0px;
  }
}
.home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .categorie h1,
.home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .categorie h2,
.home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .categorie h3,
.home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .categorie h4,
.home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .categorie p {
  text-transform: uppercase;
  font-family: "din_medium";
  font-size: 18px;
  line-height: 27px;
  color: #3672bb;
}
@media screen and (max-width: 1400px) {
  .home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .categorie h1,
  .home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .categorie h2,
  .home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .categorie h3,
  .home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .categorie h4,
  .home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .categorie p {
    font-size: 17px;
    line-height: 26px;
  }
}
.home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .nom h1,
.home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .nom h2,
.home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .nom h3,
.home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .nom h4,
.home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .nom p {
  text-transform: uppercase;
  font-family: "din_black";
  font-size: 42px;
  line-height: 60px;
  color: #404040;
}
@media screen and (max-width: 1400px) {
  .home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .nom h1,
  .home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .nom h2,
  .home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .nom h3,
  .home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .nom h4,
  .home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .nom p {
    font-size: 35px;
    line-height: 53px;
  }
}
.home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .contenu {
  margin-bottom: 30px;
}
.home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .contenu p {
  font-size: 16px;
  line-height: 28px;
  color: #404040;
}
.home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .contenu p:first-child {
  font-family: "din_medium";
  font-size: 19px;
  line-height: 35px;
  color: #404040;
}
.home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .contenu ul {
  padding-left: 0px;
  list-style: none;
}
.home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .contenu ul li {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #404040;
}
.home .formation .formation_desktop .fond .col_droite .ensemble_droit .ensemble_texte .contenu ul li:before {
  content: "•";
  color: #3672bb;
  font-size: 20px;
  line-height: 0px;
  position: absolute;
  top: 14px;
  left: 0;
}
.home .formation .formation_desktop .fond .col_droite .visible {
  display: block;
}
.home .formation .formation_mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .home .formation .formation_mobile {
    display: block;
    margin-top: 50px;
  }
}
.home .formation .formation_mobile .accordion-item {
  border: 0px;
  border-radius: 20px;
  margin-bottom: 35px;
}
.home .formation .formation_mobile .accordion-item button.collapsed {
  border-radius: 20px;
}
.home .formation .formation_mobile .accordion-item button:not(.collapsed) {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.home .formation .formation_mobile .accordion-item button {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  padding: 20px;
}
.home .formation .formation_mobile .accordion-item button .ensemble_picto {
  position: relative;
  left: 0px;
  transition: all 0.2s ease;
}
.home .formation .formation_mobile .accordion-item button .ensemble_picto img {
  display: inline-block;
  width: 39px;
}
.home .formation .formation_mobile .accordion-item button .ensemble_picto .nom {
  display: inline-block;
  margin-left: 15px;
}
.home .formation .formation_mobile .accordion-item button .ensemble_picto .nom h1,
.home .formation .formation_mobile .accordion-item button .ensemble_picto .nom h2,
.home .formation .formation_mobile .accordion-item button .ensemble_picto .nom h3,
.home .formation .formation_mobile .accordion-item button .ensemble_picto .nom h4,
.home .formation .formation_mobile .accordion-item button .ensemble_picto .nom p {
  font-family: "din_medium";
  font-size: 16px;
  line-height: 16px;
  color: #404040;
  margin: 0px;
}
.home .formation .formation_mobile .accordion-item button:focus {
  box-shadow: none;
  background-color: #f7f7f7;
}
.home .formation .formation_mobile .accordion-item button:after {
  background-image: url("data:image/svg+xml,&lt;svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233672bb'&gt;&lt;path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/&gt;&lt;/svg&gt;") !important;
  background-size: 25px !important;
  height: 25px;
  width: 25px;
}
.home .formation .formation_mobile .accordion-item .collapse .accordion-body,
.home .formation .formation_mobile .accordion-item .collapsing .accordion-body {
  background-color: #f7f7f7;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px 20px 40px 20px;
}
.home .formation .formation_mobile .accordion-item .collapse .accordion-body .position_relative,
.home .formation .formation_mobile .accordion-item .collapsing .accordion-body .position_relative {
  position: relative;
  height: 100%;
  width: 90%;
  margin-bottom: 50px;
}
.home .formation .formation_mobile .accordion-item .collapse .accordion-body .position_relative .position_absolute,
.home .formation .formation_mobile .accordion-item .collapsing .accordion-body .position_relative .position_absolute {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .home .formation .formation_mobile .accordion-item .collapse .accordion-body .position_relative .position_absolute,
  .home .formation .formation_mobile .accordion-item .collapsing .accordion-body .position_relative .position_absolute {
    position: relative;
  }
}
.home .formation .formation_mobile .accordion-item .collapse .accordion-body .position_relative .position_absolute img,
.home .formation .formation_mobile .accordion-item .collapsing .accordion-body .position_relative .position_absolute img {
  position: relative;
  z-index: 40;
  width: 100%;
}
.home .formation .formation_mobile .accordion-item .collapse .accordion-body .position_relative .position_absolute .couleur,
.home .formation .formation_mobile .accordion-item .collapsing .accordion-body .position_relative .position_absolute .couleur {
  position: absolute;
  z-index: 30;
  height: 100%;
  width: 100%;
  background-color: #8dbce2;
  right: -15px;
  bottom: -15px;
}
@media screen and (max-width: 1400px) {
  .home .formation .formation_mobile .accordion-item .collapse .accordion-body .ensemble_texte,
  .home .formation .formation_mobile .accordion-item .collapsing .accordion-body .ensemble_texte {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .home .formation .formation_mobile .accordion-item .collapse .accordion-body .ensemble_texte,
  .home .formation .formation_mobile .accordion-item .collapsing .accordion-body .ensemble_texte {
    margin-left: 0px;
  }
}
.home .formation .formation_mobile .accordion-item .collapse .accordion-body .ensemble_texte .categorie h1,
.home .formation .formation_mobile .accordion-item .collapse .accordion-body .ensemble_texte .categorie h2,
.home .formation .formation_mobile .accordion-item .collapse .accordion-body .ensemble_texte .categorie h3,
.home .formation .formation_mobile .accordion-item .collapse .accordion-body .ensemble_texte .categorie h4,
.home .formation .formation_mobile .accordion-item .collapse .accordion-body .ensemble_texte .categorie p,
.home .formation .formation_mobile .accordion-item .collapsing .accordion-body .ensemble_texte .categorie h1,
.home .formation .formation_mobile .accordion-item .collapsing .accordion-body .ensemble_texte .categorie h2,
.home .formation .formation_mobile .accordion-item .collapsing .accordion-body .ensemble_texte .categorie h3,
.home .formation .formation_mobile .accordion-item .collapsing .accordion-body .ensemble_texte .categorie h4,
.home .formation .formation_mobile .accordion-item .collapsing .accordion-body .ensemble_texte .categorie p {
  text-transform: uppercase;
  font-family: "din_medium";
  font-size: 17px;
  line-height: 26px;
  color: #3672bb;
}
.home .formation .formation_mobile .accordion-item .collapse .accordion-body .ensemble_texte .nom h1,
.home .formation .formation_mobile .accordion-item .collapse .accordion-body .ensemble_texte .nom h2,
.home .formation .formation_mobile .accordion-item .collapse .accordion-body .ensemble_texte .nom h3,
.home .formation .formation_mobile .accordion-item .collapse .accordion-body .ensemble_texte .nom h4,
.home .formation .formation_mobile .accordion-item .collapse .accordion-body .ensemble_texte .nom p,
.home .formation .formation_mobile .accordion-item .collapsing .accordion-body .ensemble_texte .nom h1,
.home .formation .formation_mobile .accordion-item .collapsing .accordion-body .ensemble_texte .nom h2,
.home .formation .formation_mobile .accordion-item .collapsing .accordion-body .ensemble_texte .nom h3,
.home .formation .formation_mobile .accordion-item .collapsing .accordion-body .ensemble_texte .nom h4,
.home .formation .formation_mobile .accordion-item .collapsing .accordion-body .ensemble_texte .nom p {
  text-transform: uppercase;
  font-family: "din_black";
  font-size: 35px;
  line-height: 53px;
  color: #404040;
}
@media screen and (max-width: 576px) {
  .home .formation .formation_mobile .accordion-item .collapse .accordion-body .ensemble_texte .nom h1,
  .home .formation .formation_mobile .accordion-item .collapse .accordion-body .ensemble_texte .nom h2,
  .home .formation .formation_mobile .accordion-item .collapse .accordion-body .ensemble_texte .nom h3,
  .home .formation .formation_mobile .accordion-item .collapse .accordion-body .ensemble_texte .nom h4,
  .home .formation .formation_mobile .accordion-item .collapse .accordion-body .ensemble_texte .nom p,
  .home .formation .formation_mobile .accordion-item .collapsing .accordion-body .ensemble_texte .nom h1,
  .home .formation .formation_mobile .accordion-item .collapsing .accordion-body .ensemble_texte .nom h2,
  .home .formation .formation_mobile .accordion-item .collapsing .accordion-body .ensemble_texte .nom h3,
  .home .formation .formation_mobile .accordion-item .collapsing .accordion-body .ensemble_texte .nom h4,
  .home .formation .formation_mobile .accordion-item .collapsing .accordion-body .ensemble_texte .nom p {
    font-size: 30px;
    line-height: 40px;
  }
}
.home .formation .formation_mobile .accordion-item .collapse .accordion-body .ensemble_texte .contenu,
.home .formation .formation_mobile .accordion-item .collapsing .accordion-body .ensemble_texte .contenu {
  margin-bottom: 30px;
}
.home .formation .formation_mobile .accordion-item .collapse .accordion-body .ensemble_texte .contenu p,
.home .formation .formation_mobile .accordion-item .collapsing .accordion-body .ensemble_texte .contenu p {
  font-size: 16px;
  line-height: 28px;
  color: #404040;
}
.home .formation .formation_mobile .accordion-item .collapse .accordion-body .ensemble_texte .contenu p:first-child,
.home .formation .formation_mobile .accordion-item .collapsing .accordion-body .ensemble_texte .contenu p:first-child {
  font-family: "din_medium";
  font-size: 19px;
  line-height: 35px;
  color: #404040;
}
.home .formation .formation_mobile .accordion-item .collapse .accordion-body .ensemble_texte .contenu ul,
.home .formation .formation_mobile .accordion-item .collapsing .accordion-body .ensemble_texte .contenu ul {
  padding-left: 0px;
  list-style: none;
}
.home .formation .formation_mobile .accordion-item .collapse .accordion-body .ensemble_texte .contenu ul li,
.home .formation .formation_mobile .accordion-item .collapsing .accordion-body .ensemble_texte .contenu ul li {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #404040;
}
.home .formation .formation_mobile .accordion-item .collapse .accordion-body .ensemble_texte .contenu ul li:before,
.home .formation .formation_mobile .accordion-item .collapsing .accordion-body .ensemble_texte .contenu ul li:before {
  content: "•";
  color: #3672bb;
  font-size: 20px;
  line-height: 0px;
  position: absolute;
  top: 14px;
  left: 0;
}
.home .formation .formation_mobile .accordion-item:last-child {
  margin-bottom: 0px;
}
.home .actualites {
  background-color: #f7f7f7;
  padding: 80px 0px;
}
@media screen and (max-width: 992px) {
  .home .actualites {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 576px) {
  .home .actualites {
    padding: 60px 8px;
  }
}
.home .actualites .h1 {
  text-align: center;
  margin-bottom: 50px;
}
.home .actualites a {
  text-decoration: none;
}
.home .actualites a .actu_card {
  margin-bottom: 30px;
  padding: 20px;
  transition: all 0.5s ease;
}
.home .actualites a .actu_card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.home .actualites a .actu_card p {
  font-family: "din_light";
  font-size: 15px;
  color: #404040;
  padding: 10px 0px 0px 0px;
}
@media screen and (max-width: 1200px) {
  .home .actualites a .actu_card p {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .home .actualites a .actu_card p {
    font-size: 13px;
    padding: 10px 0px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .home .actualites a .actu_card p {
    font-size: 15px;
  }
}
.home .actualites a .actu_card .categorie {
  display: inline-block;
  font-family: "din_black";
  font-size: 16px;
  color: #3672bb;
  text-transform: uppercase;
  margin-top: 15px;
  min-height: inherit;
}
@media screen and (max-width: 767px) {
  .home .actualites a .actu_card .categorie {
    margin: 0px auto;
  }
}
.home .actualites a .actu_card .temps {
  display: inline-block;
  font-family: "din_light";
  font-size: 16px;
  color: #404040;
  margin-top: 15px;
  min-height: inherit;
}
.home .actualites a .actu_card h3 {
  font-family: "din_black";
  font-size: 23px;
  color: #404040;
}
@media screen and (max-width: 1200px) {
  .home .actualites a .actu_card h3 {
    min-height: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .home .actualites a .actu_card h3 {
    min-height: 60px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .home .actualites a .actu_card h3 {
    min-height: inherit;
    font-size: 20px;
  }
}
.home .actualites a:hover {
  text-decoration: none;
}
.home .actualites a:hover .actu_card {
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(100, 100, 100, 0.3);
  transition: all 0.5s ease;
}
.home .actualites .bouton {
  text-align: center;
  margin-top: 10px;
}
.home .temoignages {
  padding: 80px 0px 120px 0px;
}
@media screen and (max-width: 992px) {
  .home .temoignages {
    padding: 60px 0px 100px 0px;
  }
}
.home .temoignages .h1 {
  text-align: center;
}
.home .temoignages .intro {
  text-align: center;
}
.home .temoignages .intro p {
  color: #404040;
}
.home .temoignages .carousel-temoignages {
  position: relative;
}
.home .temoignages .carousel-temoignages .item {
  position: relative;
  width: 85%;
  display: block;
  margin: 200px auto 0px auto;
  border: 2px solid #3672bb;
  border-radius: 20px;
  padding: 100px 60px 60px 60px;
}
@media screen and (max-width: 1200px) {
  .home .temoignages .carousel-temoignages .item {
    margin: 150px auto 0px auto;
    padding: 80px 60px 60px 60px;
  }
}
@media screen and (max-width: 767px) {
  .home .temoignages .carousel-temoignages .item {
    width: 95%;
    padding: 80px 50px 60px 50px;
  }
}
@media screen and (max-width: 767px) {
  .home .temoignages .carousel-temoignages .item {
    padding: 80px 40px 60px 40px;
  }
}
@media screen and (max-width: 576px) {
  .home .temoignages .carousel-temoignages .item {
    padding: 80px 30px 50px 30px;
  }
}
.home .temoignages .carousel-temoignages .item .image {
  position: absolute;
  left: 50%;
  top: -180px;
  transform: translateX(-50%);
  border: 30px solid #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  .home .temoignages .carousel-temoignages .item .image {
    top: -140px;
  }
}
.home .temoignages .carousel-temoignages .item .image img {
  width: 200px;
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  .home .temoignages .carousel-temoignages .item .image img {
    width: 150px;
  }
}
.home .temoignages .carousel-temoignages .item .first {
  text-align: center;
}
.home .temoignages .carousel-temoignages .item .first p {
  text-transform: uppercase;
  display: inline-block;
  font-family: "din_alternate_black";
  font-size: 45px;
  line-height: 45px;
  color: #404040;
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .home .temoignages .carousel-temoignages .item .first p {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .home .temoignages .carousel-temoignages .item .first p {
    font-size: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 576px) {
  .home .temoignages .carousel-temoignages .item .first p {
    font-size: 30px;
    line-height: 30px;
  }
}
.home .temoignages .carousel-temoignages .item .first p:first-child {
  color: #3672bb;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .home .temoignages .carousel-temoignages .item .first p:first-child {
    margin-right: 5px;
  }
}
.home .temoignages .carousel-temoignages .item .second {
  text-align: center;
  margin-bottom: 20px;
}
.home .temoignages .carousel-temoignages .item .second p {
  text-transform: uppercase;
  display: inline-block;
  font-family: "din_alternate_black";
  font-size: 24px;
  line-height: 24px;
  color: #404040;
}
@media screen and (max-width: 1200px) {
  .home .temoignages .carousel-temoignages .item .second p {
    font-size: 22px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .home .temoignages .carousel-temoignages .item .second p {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 576px) {
  .home .temoignages .carousel-temoignages .item .second p {
    font-size: 18px;
    line-height: 18px;
  }
}
.home .temoignages .carousel-temoignages .item .second p:last-child {
  color: #3672bb;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .home .temoignages .carousel-temoignages .item .second p:last-child {
    margin-left: 5px;
  }
}
.home .temoignages .carousel-temoignages .item .temoignage p {
  color: #404040;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1400px) {
  .home .temoignages .carousel-temoignages .item .temoignage p {
    font-size: 20px;
    line-height: 33px;
  }
}
@media screen and (max-width: 1200px) {
  .home .temoignages .carousel-temoignages .item .temoignage p {
    font-size: 18px;
    line-height: 31px;
  }
}
.home .temoignages .carousel-temoignages .item .temoignage p:first-child {
  color: #3672bb;
  font-size: 25px;
  line-height: 42px;
}
@media screen and (max-width: 1400px) {
  .home .temoignages .carousel-temoignages .item .temoignage p:first-child {
    font-size: 23px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .home .temoignages .carousel-temoignages .item .temoignage p:first-child {
    font-size: 21px;
    line-height: 38px;
  }
}
@media screen and (max-width: 992px) {
  .home .temoignages .carousel-temoignages .item .temoignage p:first-child {
    font-size: 19px;
    line-height: 36px;
  }
}
.home .temoignages .carousel-temoignages .owl-nav button {
  position: absolute;
  top: calc(50% + 100px);
  width: 60px;
  height: 60px;
  background-image: url(../../src/img/arrow_temoignages.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-position: cover;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .home .temoignages .carousel-temoignages .owl-nav button {
    top: calc(50% + 75px);
  }
}
.home .temoignages .carousel-temoignages .owl-nav button span {
  display: none;
}
.home .temoignages .carousel-temoignages .owl-nav .owl-prev {
  left: -45px;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .home .temoignages .carousel-temoignages .owl-nav .owl-prev {
    left: -40px;
  }
}
.home .temoignages .carousel-temoignages .owl-nav .owl-next {
  right: -45px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .home .temoignages .carousel-temoignages .owl-nav .owl-next {
    right: -40px;
  }
}
.home .temoignages .carousel-temoignages .owl-dots {
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .home .temoignages .carousel-temoignages .owl-dots {
    position: relative;
    left: inherit;
    bottom: inherit;
    transform: none;
    margin-top: 30px;
    text-align: center;
  }
}
.home .temoignages .carousel-temoignages .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #8c9091;
  border-radius: 50%;
  margin: 0px 5px;
}
.home .temoignages .carousel-temoignages .owl-dots .owl-dot.active {
  background-color: #3672bb;
}
.home .background_temoignages {
  background-color: #f7f7f7;
}
.home .background_temoignages .image {
  border: 30px solid #f7f7f7 !important;
}
.home .domaines {
  background-color: #f7f7f7;
  padding: 80px 0px;
}
@media screen and (max-width: 992px) {
  .home .domaines {
    padding: 60px 0px;
  }
}
.home .domaines .h1 {
  text-align: center;
}
.home .domaines .intro {
  text-align: center;
}
.home .domaines .intro p {
  color: #404040;
}
.home .domaines .liste {
  margin-top: 40px;
  text-align: center;
}
.home .domaines .liste .domaine {
  display: inline-block;
  font-family: "din_medium";
  font-size: 23px;
  line-height: 23px;
  background-color: #3672bb;
  padding: 7px 25px;
  color: #ffffff;
  margin: 0px 5px 20px 5px;
  border-radius: 20px;
}
@media screen and (max-width: 1400px) {
  .home .domaines .liste .domaine {
    font-size: 22px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .home .domaines .liste .domaine {
    font-size: 21px;
    line-height: 21px;
  }
}
@media screen and (max-width: 992px) {
  .home .domaines .liste .domaine {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 576px) {
  .home .domaines .liste .domaine {
    font-size: 19px;
    line-height: 19px;
  }
}
.home .background_domaines {
  background-color: #ffffff !important;
}

/******************************************/
/***********      PAGE RÉFÉRENCES        ***********/
/******************************************/
.references {
  padding-top: 113.5px;
}
@media screen and (max-width: 1200px) {
  .references {
    padding-top: 101px;
  }
}
@media screen and (max-width: 767px) {
  .references {
    padding-top: 74px;
  }
}
@media screen and (max-width: 576px) {
  .references {
    padding-top: 70px;
  }
}
.references .first_part,
.references .second_part {
  padding: 80px 0px;
}
@media screen and (max-width: 992px) {
  .references .first_part,
  .references .second_part {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 576px) {
  .references .first_part,
  .references .second_part {
    padding: 60px 8px;
  }
}
.references .first_part .h1,
.references .second_part .h1 {
  text-align: center;
}
.references .first_part .intro,
.references .second_part .intro {
  text-align: center;
}
.references .first_part .intro p,
.references .second_part .intro p {
  color: #404040;
}
.references .first_part .liste,
.references .second_part .liste {
  margin-top: 40px;
  text-align: center;
}
.references .first_part .liste .secteur,
.references .second_part .liste .secteur {
  display: inline-block;
  font-family: "din_medium";
  font-size: 23px;
  line-height: 23px;
  background-color: #3672bb;
  padding: 7px 25px;
  color: #ffffff;
  margin: 0px 5px 20px 5px;
  border-radius: 20px;
}
@media screen and (max-width: 1400px) {
  .references .first_part .liste .secteur,
  .references .second_part .liste .secteur {
    font-size: 22px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .references .first_part .liste .secteur,
  .references .second_part .liste .secteur {
    font-size: 21px;
    line-height: 21px;
  }
}
@media screen and (max-width: 992px) {
  .references .first_part .liste .secteur,
  .references .second_part .liste .secteur {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 576px) {
  .references .first_part .liste .secteur,
  .references .second_part .liste .secteur {
    font-size: 19px;
    line-height: 19px;
  }
}
.references .first_part {
  background-color: #f7f7f7;
}
.references .second_part .liste img {
  margin: 25px 0px;
  width: 200px;
  height: auto;
}
.references .temoignages {
  padding: 80px 0px 120px 0px;
}
@media screen and (max-width: 992px) {
  .references .temoignages {
    padding: 60px 0px 100px 0px;
  }
}
.references .temoignages .h1 {
  text-align: center;
}
.references .temoignages .intro {
  text-align: center;
}
.references .temoignages .intro p {
  color: #404040;
}
.references .temoignages .carousel-temoignages {
  position: relative;
}
.references .temoignages .carousel-temoignages .item {
  position: relative;
  width: 85%;
  display: block;
  margin: 200px auto 0px auto;
  border: 2px solid #3672bb;
  border-radius: 20px;
  padding: 100px 60px 60px 60px;
}
@media screen and (max-width: 1200px) {
  .references .temoignages .carousel-temoignages .item {
    margin: 150px auto 0px auto;
    padding: 80px 60px 60px 60px;
  }
}
@media screen and (max-width: 767px) {
  .references .temoignages .carousel-temoignages .item {
    width: 95%;
    padding: 80px 50px 60px 50px;
  }
}
@media screen and (max-width: 767px) {
  .references .temoignages .carousel-temoignages .item {
    padding: 80px 40px 60px 40px;
  }
}
@media screen and (max-width: 576px) {
  .references .temoignages .carousel-temoignages .item {
    padding: 80px 30px 50px 30px;
  }
}
.references .temoignages .carousel-temoignages .item .image {
  position: absolute;
  left: 50%;
  top: -180px;
  transform: translateX(-50%);
  border: 30px solid #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  .references .temoignages .carousel-temoignages .item .image {
    top: -140px;
  }
}
.references .temoignages .carousel-temoignages .item .image img {
  width: 200px;
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  .references .temoignages .carousel-temoignages .item .image img {
    width: 150px;
  }
}
.references .temoignages .carousel-temoignages .item .first {
  text-align: center;
}
.references .temoignages .carousel-temoignages .item .first p {
  text-transform: uppercase;
  display: inline-block;
  font-family: "din_alternate_black";
  font-size: 45px;
  line-height: 45px;
  color: #404040;
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .references .temoignages .carousel-temoignages .item .first p {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .references .temoignages .carousel-temoignages .item .first p {
    font-size: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 576px) {
  .references .temoignages .carousel-temoignages .item .first p {
    font-size: 30px;
    line-height: 30px;
  }
}
.references .temoignages .carousel-temoignages .item .first p:first-child {
  color: #3672bb;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .references .temoignages .carousel-temoignages .item .first p:first-child {
    margin-right: 5px;
  }
}
.references .temoignages .carousel-temoignages .item .second {
  text-align: center;
  margin-bottom: 20px;
}
.references .temoignages .carousel-temoignages .item .second p {
  text-transform: uppercase;
  display: inline-block;
  font-family: "din_alternate_black";
  font-size: 24px;
  line-height: 24px;
  color: #404040;
}
@media screen and (max-width: 1200px) {
  .references .temoignages .carousel-temoignages .item .second p {
    font-size: 22px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .references .temoignages .carousel-temoignages .item .second p {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 576px) {
  .references .temoignages .carousel-temoignages .item .second p {
    font-size: 18px;
    line-height: 18px;
  }
}
.references .temoignages .carousel-temoignages .item .second p:last-child {
  color: #3672bb;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .references .temoignages .carousel-temoignages .item .second p:last-child {
    margin-left: 5px;
  }
}
.references .temoignages .carousel-temoignages .item .temoignage p {
  color: #404040;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1400px) {
  .references .temoignages .carousel-temoignages .item .temoignage p {
    font-size: 20px;
    line-height: 33px;
  }
}
@media screen and (max-width: 1200px) {
  .references .temoignages .carousel-temoignages .item .temoignage p {
    font-size: 18px;
    line-height: 31px;
  }
}
.references .temoignages .carousel-temoignages .item .temoignage p:first-child {
  color: #3672bb;
  font-size: 25px;
  line-height: 42px;
}
@media screen and (max-width: 1400px) {
  .references .temoignages .carousel-temoignages .item .temoignage p:first-child {
    font-size: 23px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .references .temoignages .carousel-temoignages .item .temoignage p:first-child {
    font-size: 21px;
    line-height: 38px;
  }
}
@media screen and (max-width: 992px) {
  .references .temoignages .carousel-temoignages .item .temoignage p:first-child {
    font-size: 19px;
    line-height: 36px;
  }
}
.references .temoignages .carousel-temoignages .owl-nav button {
  position: absolute;
  top: calc(50% + 100px);
  width: 60px;
  height: 60px;
  background-image: url(../../src/img/arrow_temoignages.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-position: cover;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .references .temoignages .carousel-temoignages .owl-nav button {
    top: calc(50% + 75px);
  }
}
.references .temoignages .carousel-temoignages .owl-nav button span {
  display: none;
}
.references .temoignages .carousel-temoignages .owl-nav .owl-prev {
  left: -45px;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .references .temoignages .carousel-temoignages .owl-nav .owl-prev {
    left: -40px;
  }
}
.references .temoignages .carousel-temoignages .owl-nav .owl-next {
  right: -45px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .references .temoignages .carousel-temoignages .owl-nav .owl-next {
    right: -40px;
  }
}
.references .temoignages .carousel-temoignages .owl-dots {
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .references .temoignages .carousel-temoignages .owl-dots {
    position: relative;
    left: inherit;
    bottom: inherit;
    transform: none;
    margin-top: 30px;
    text-align: center;
  }
}
.references .temoignages .carousel-temoignages .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #8c9091;
  border-radius: 50%;
  margin: 0px 5px;
}
.references .temoignages .carousel-temoignages .owl-dots .owl-dot.active {
  background-color: #3672bb;
}

/******************************************/
/***********      PAGE À PROPOS        ***********/
/******************************************/
.a_propos {
  padding-top: 113.5px;
}
@media screen and (max-width: 1200px) {
  .a_propos {
    padding-top: 101px;
  }
}
@media screen and (max-width: 767px) {
  .a_propos {
    padding-top: 74px;
  }
}
@media screen and (max-width: 576px) {
  .a_propos {
    padding-top: 70px;
  }
}
.a_propos .qui_sommes_nous {
  padding: 80px 0px;
}
@media screen and (max-width: 992px) {
  .a_propos .qui_sommes_nous {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 576px) {
  .a_propos .qui_sommes_nous {
    padding: 60px 8px;
  }
}
.a_propos .qui_sommes_nous h2 {
  text-transform: uppercase;
  font-family: "din_black";
  font-size: 48px;
  line-height: 63px;
  color: #404040;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .a_propos .qui_sommes_nous h2 {
    font-size: 45px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .a_propos .qui_sommes_nous h2 {
    font-size: 42px;
    line-height: 57px;
  }
}
@media screen and (max-width: 992px) {
  .a_propos .qui_sommes_nous h2 {
    font-size: 39x;
    line-height: 54px;
  }
}
.a_propos .qui_sommes_nous h2 strong {
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
}
.a_propos .qui_sommes_nous h2 em {
  font-style: normal;
  font-weight: normal;
  color: #3672bb;
}
.a_propos .qui_sommes_nous h3 {
  text-transform: uppercase;
  font-family: "din_black";
  font-size: 25px;
  line-height: 40px;
  color: #404040;
  margin: 30px 0px 20px 0px;
}
@media screen and (max-width: 1400px) {
  .a_propos .qui_sommes_nous h3 {
    font-size: 23px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1200px) {
  .a_propos .qui_sommes_nous h3 {
    font-size: 21px;
    line-height: 36px;
  }
}
@media screen and (max-width: 992px) {
  .a_propos .qui_sommes_nous h3 {
    font-size: 19px;
    line-height: 34px;
  }
}
.a_propos .qui_sommes_nous h3 strong {
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
}
.a_propos .qui_sommes_nous h3 em {
  font-style: normal;
  font-weight: normal;
  color: #3672bb;
}
.a_propos .qui_sommes_nous p {
  font-size: 22px;
  line-height: 40px;
  color: #404040;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .a_propos .qui_sommes_nous p {
    font-size: 21px;
    line-height: 39px;
  }
}
@media screen and (max-width: 992px) {
  .a_propos .qui_sommes_nous p {
    font-size: 20px;
    line-height: 38px;
  }
}
@media screen and (max-width: 576px) {
  .a_propos .qui_sommes_nous p {
    font-size: 19px;
    line-height: 37px;
  }
}
.a_propos .qui_sommes_nous p strong {
  font-style: normal;
  font-weight: normal;
  font-family: "din_medium";
}
.a_propos .qui_sommes_nous p:first-child {
  margin-top: 30px;
}
.a_propos .qui_sommes_nous ul {
  padding-left: 0px;
  list-style: none;
}
.a_propos .qui_sommes_nous ul li {
  padding-left: 25px;
  position: relative;
  font-size: 22px;
  line-height: 40px;
  color: #404040;
}
@media screen and (max-width: 1200px) {
  .a_propos .qui_sommes_nous ul li {
    font-size: 21px;
    line-height: 39px;
  }
}
@media screen and (max-width: 992px) {
  .a_propos .qui_sommes_nous ul li {
    font-size: 20px;
    line-height: 38px;
  }
}
@media screen and (max-width: 576px) {
  .a_propos .qui_sommes_nous ul li {
    font-size: 19px;
    line-height: 37px;
  }
}
.a_propos .qui_sommes_nous ul li strong {
  font-style: normal;
  font-weight: normal;
  font-family: "din_medium";
}
.a_propos .qui_sommes_nous ul li:before {
  content: "•";
  color: #3672bb;
  font-size: 25px;
  line-height: 0px;
  position: absolute;
  top: 20px;
  left: 0;
}
.a_propos .qui_sommes_nous .wp-block-image {
  width: 90%;
  display: block;
  margin: 20px auto;
}
.a_propos .qui_sommes_nous .wp-block-image img {
  width: 100%;
}
.a_propos .qui_sommes_nous .wp-block-columns {
  margin-bottom: 40px;
}
.a_propos .qui_sommes_nous .wp-block-columns .droite .wp-block-image {
  margin-left: auto;
}
.a_propos .qui_sommes_nous .wp-block-columns .gauche .wp-block-image {
  margin-right: auto;
}
.a_propos .valeurs {
  background-color: #f7f7f7;
  padding: 80px 0px;
}
@media screen and (max-width: 992px) {
  .a_propos .valeurs {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 576px) {
  .a_propos .valeurs {
    padding: 60px 8px;
  }
}
.a_propos .valeurs .titre_valeurs h1,
.a_propos .valeurs .titre_valeurs h2,
.a_propos .valeurs .titre_valeurs h3,
.a_propos .valeurs .titre_valeurs p {
  text-transform: uppercase;
  font-family: "din_black";
  font-size: 48px;
  line-height: 63px;
  color: #404040;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 1400px) {
  .a_propos .valeurs .titre_valeurs h1,
  .a_propos .valeurs .titre_valeurs h2,
  .a_propos .valeurs .titre_valeurs h3,
  .a_propos .valeurs .titre_valeurs p {
    font-size: 45px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .a_propos .valeurs .titre_valeurs h1,
  .a_propos .valeurs .titre_valeurs h2,
  .a_propos .valeurs .titre_valeurs h3,
  .a_propos .valeurs .titre_valeurs p {
    font-size: 42px;
    line-height: 57px;
  }
}
@media screen and (max-width: 992px) {
  .a_propos .valeurs .titre_valeurs h1,
  .a_propos .valeurs .titre_valeurs h2,
  .a_propos .valeurs .titre_valeurs h3,
  .a_propos .valeurs .titre_valeurs p {
    font-size: 39x;
    line-height: 54px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .a_propos .valeurs .titre_valeurs h1,
  .a_propos .valeurs .titre_valeurs h2,
  .a_propos .valeurs .titre_valeurs h3,
  .a_propos .valeurs .titre_valeurs p {
    margin-bottom: 50px;
  }
}
.a_propos .valeurs .titre_valeurs h1 strong,
.a_propos .valeurs .titre_valeurs h2 strong,
.a_propos .valeurs .titre_valeurs h3 strong,
.a_propos .valeurs .titre_valeurs p strong {
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
}
.a_propos .valeurs .titre_valeurs h1 em,
.a_propos .valeurs .titre_valeurs h2 em,
.a_propos .valeurs .titre_valeurs h3 em,
.a_propos .valeurs .titre_valeurs p em {
  font-style: normal;
  font-weight: normal;
  color: #3672bb;
}
.a_propos .valeurs .liste .item {
  margin-bottom: 50px;
}
.a_propos .valeurs .liste .item img {
  width: 130px;
  display: block;
}
@media screen and (max-width: 992px) {
  .a_propos .valeurs .liste .item img {
    margin: 0px auto 30px auto;
  }
}
.a_propos .valeurs .liste .item .titre {
  margin-bottom: 15px;
}
.a_propos .valeurs .liste .item .titre h1,
.a_propos .valeurs .liste .item .titre h2,
.a_propos .valeurs .liste .item .titre h3,
.a_propos .valeurs .liste .item .titre h4,
.a_propos .valeurs .liste .item .titre p {
  text-transform: uppercase;
  font-family: "din_black";
  font-size: 27px;
  color: #404040;
  margin-bottom: 0px;
}
@media screen and (max-width: 1400px) {
  .a_propos .valeurs .liste .item .titre h1,
  .a_propos .valeurs .liste .item .titre h2,
  .a_propos .valeurs .liste .item .titre h3,
  .a_propos .valeurs .liste .item .titre h4,
  .a_propos .valeurs .liste .item .titre p {
    font-size: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .a_propos .valeurs .liste .item .titre h1,
  .a_propos .valeurs .liste .item .titre h2,
  .a_propos .valeurs .liste .item .titre h3,
  .a_propos .valeurs .liste .item .titre h4,
  .a_propos .valeurs .liste .item .titre p {
    font-size: 23px;
  }
}
.a_propos .valeurs .liste .item .titre h1 strong,
.a_propos .valeurs .liste .item .titre h2 strong,
.a_propos .valeurs .liste .item .titre h3 strong,
.a_propos .valeurs .liste .item .titre h4 strong,
.a_propos .valeurs .liste .item .titre p strong {
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
}
.a_propos .valeurs .liste .item .titre h1 em,
.a_propos .valeurs .liste .item .titre h2 em,
.a_propos .valeurs .liste .item .titre h3 em,
.a_propos .valeurs .liste .item .titre h4 em,
.a_propos .valeurs .liste .item .titre p em {
  font-style: normal;
  font-weight: normal;
  color: #3672bb;
}
.a_propos .valeurs .liste .item .texte p {
  color: #404040;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .a_propos .valeurs .liste .item .texte p {
    font-size: 18px;
    line-height: 28px;
  }
}
.a_propos .valeurs .liste .item .texte p strong {
  font-style: normal;
  font-weight: normal;
  font-family: "din_medium";
}
.a_propos .valeurs .liste .item .texte ul {
  padding-left: 0px;
  list-style: none;
}
.a_propos .valeurs .liste .item .texte ul li {
  padding-left: 25px;
  position: relative;
  font-size: 20px;
  line-height: 38px;
  color: #404040;
}
@media screen and (max-width: 1200px) {
  .a_propos .valeurs .liste .item .texte ul li {
    font-size: 18px;
    line-height: 36px;
  }
}
.a_propos .valeurs .liste .item .texte ul li strong {
  font-style: normal;
  font-weight: normal;
  font-family: "din_medium";
}
.a_propos .valeurs .liste .item .texte ul li:before {
  content: "•";
  color: #3672bb;
  font-size: 25px;
  line-height: 0px;
  position: absolute;
  top: 20px;
  left: 0;
}
.a_propos .valeurs .liste .item:last-child {
  margin-bottom: 0px;
}

/******************************************/
/***********      PAGE CONTACT        ***********/
/******************************************/
.contact {
  padding-top: 113.5px;
}
@media screen and (max-width: 1200px) {
  .contact {
    padding-top: 101px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 74px;
  }
}
@media screen and (max-width: 576px) {
  .contact {
    padding-top: 70px;
  }
}
.contact .contactez-nous {
  padding: 80px 0px;
}
@media screen and (max-width: 992px) {
  .contact .contactez-nous {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 576px) {
  .contact .contactez-nous {
    padding: 60px 8px;
  }
}
.contact .contactez-nous .h1 {
  text-align: center;
}
.contact .contactez-nous .informations {
  text-align: center;
  margin-top: 30px;
}
.contact .contactez-nous .informations .phone,
.contact .contactez-nous .informations .mail {
  display: inline-block;
  position: relative;
}
.contact .contactez-nous .informations .phone img,
.contact .contactez-nous .informations .mail img {
  position: absolute;
  left: 0px;
}
.contact .contactez-nous .informations .phone p,
.contact .contactez-nous .informations .phone a,
.contact .contactez-nous .informations .mail p,
.contact .contactez-nous .informations .mail a {
  padding-left: 50px;
  text-decoration: none;
  font-size: 22px;
  line-height: 40px;
  color: #404040;
  margin-bottom: 0px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .contact .contactez-nous .informations .phone p,
  .contact .contactez-nous .informations .phone a,
  .contact .contactez-nous .informations .mail p,
  .contact .contactez-nous .informations .mail a {
    font-size: 21px;
    line-height: 39px;
  }
}
@media screen and (max-width: 992px) {
  .contact .contactez-nous .informations .phone p,
  .contact .contactez-nous .informations .phone a,
  .contact .contactez-nous .informations .mail p,
  .contact .contactez-nous .informations .mail a {
    font-size: 20px;
    line-height: 38px;
  }
}
@media screen and (max-width: 576px) {
  .contact .contactez-nous .informations .phone p,
  .contact .contactez-nous .informations .phone a,
  .contact .contactez-nous .informations .mail p,
  .contact .contactez-nous .informations .mail a {
    font-size: 19px;
    line-height: 37px;
  }
}
.contact .contactez-nous .informations .phone a:hover,
.contact .contactez-nous .informations .mail a:hover {
  color: #3672bb;
  transition: all 0.2s ease;
}
.contact .contactez-nous .informations .phone {
  margin-bottom: 40px;
  margin-right: 30px;
}
.contact .contactez-nous .informations .phone img {
  width: 29px;
  top: 1px;
}
.contact .contactez-nous .informations .mail img {
  width: 32px;
  top: 10px;
}
.contact #map {
  width: 100%;
  height: 800px;
}
@media screen and (max-width: 1200px) {
  .contact #map {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .contact #map {
    height: 400px;
  }
}
.contact #map h5 {
  font-family: "din_black";
  color: #3672bb;
  font-size: 18px;
  margin-bottom: 5px;
}
.contact #map p {
  margin: 0px;
  font-family: "din_light";
  font-size: 16px;
  line-height: 22px;
  color: #404040;
}

/******************************************/
/***********      PAGE ARCHIVE ACTUALITÉS        ***********/
/******************************************/
.archive_actus {
  padding-top: 113.5px;
}
@media screen and (max-width: 1200px) {
  .archive_actus {
    padding-top: 101px;
  }
}
@media screen and (max-width: 767px) {
  .archive_actus {
    padding-top: 74px;
  }
}
@media screen and (max-width: 576px) {
  .archive_actus {
    padding-top: 70px;
  }
}
.archive_actus .actus {
  padding: 80px 0px;
}
@media screen and (max-width: 992px) {
  .archive_actus .actus {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 576px) {
  .archive_actus .actus {
    padding: 60px 8px;
  }
}
.archive_actus .actus a {
  text-decoration: none;
}
.archive_actus .actus a .actu_card {
  margin-bottom: 30px;
  padding: 20px;
  transition: all 0.5s ease;
}
.archive_actus .actus a .actu_card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.archive_actus .actus a .actu_card p {
  font-family: "din_light";
  font-size: 15px;
  color: #404040;
  padding: 10px 0px 0px 0px;
}
@media screen and (max-width: 1200px) {
  .archive_actus .actus a .actu_card p {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .archive_actus .actus a .actu_card p {
    font-size: 13px;
    padding: 10px 0px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .archive_actus .actus a .actu_card p {
    font-size: 15px;
  }
}
.archive_actus .actus a .actu_card .categorie {
  display: inline-block;
  font-family: "din_black";
  font-size: 16px;
  color: #3672bb;
  text-transform: uppercase;
  margin-top: 15px;
  min-height: inherit;
}
@media screen and (max-width: 767px) {
  .archive_actus .actus a .actu_card .categorie {
    margin: 0px auto;
  }
}
.archive_actus .actus a .actu_card .temps {
  display: inline-block;
  font-family: "din_light";
  font-size: 16px;
  color: #404040;
  margin-top: 15px;
  min-height: inherit;
}
.archive_actus .actus a .actu_card h3 {
  font-family: "din_black";
  font-size: 23px;
  color: #404040;
}
@media screen and (max-width: 1200px) {
  .archive_actus .actus a .actu_card h3 {
    min-height: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .archive_actus .actus a .actu_card h3 {
    min-height: 60px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .archive_actus .actus a .actu_card h3 {
    min-height: inherit;
    font-size: 20px;
  }
}
.archive_actus .actus a:hover {
  text-decoration: none;
}
.archive_actus .actus a:hover .actu_card {
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(100, 100, 100, 0.3);
  transition: all 0.5s ease;
}
.archive_actus .actus .pagination {
  display: block;
  margin: 20px auto 0px auto;
  text-align: center;
}
.archive_actus .actus .pagination a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "din_black";
  font-size: 17px;
  line-height: 17px;
  padding: 15px 25px;
  background-color: #3672bb;
  border: 1px solid #3672bb;
  color: #ffffff;
  margin: 0px 20px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .archive_actus .actus .pagination a {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 992px) {
  .archive_actus .actus .pagination a {
    font-size: 15px;
    line-height: 15px;
  }
}
@media screen and (max-width: 576px) {
  .archive_actus .actus .pagination a {
    font-size: 14px;
    line-height: 14px;
  }
}
.archive_actus .actus .pagination a:hover {
  background-color: transparent;
  color: #1a559b;
  transition: all 0.2s ease;
}

/******************************************/
/***********      PAGE SINGLE ACTUALITÉ        ***********/
/******************************************/
.single_actu {
  padding-top: 113.5px;
}
@media screen and (max-width: 1200px) {
  .single_actu {
    padding-top: 101px;
  }
}
@media screen and (max-width: 767px) {
  .single_actu {
    padding-top: 74px;
  }
}
@media screen and (max-width: 576px) {
  .single_actu {
    padding-top: 70px;
  }
}
.single_actu .bandeau_single {
  background: rgb(40, 169, 226);
  background: linear-gradient(90deg, rgb(40, 169, 226) 0%, rgb(21, 143, 210) 70%, rgb(2, 115, 193) 100%);
  padding: 80px 0px;
}
@media screen and (max-width: 992px) {
  .single_actu .bandeau_single {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 576px) {
  .single_actu .bandeau_single {
    padding: 60px 8px;
  }
}
.single_actu .bandeau_single img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .single_actu .bandeau_single img {
    margin-bottom: 30px;
  }
}
.single_actu .bandeau_single .ensemble {
  margin-left: 10%;
}
@media screen and (max-width: 767px) {
  .single_actu .bandeau_single .ensemble {
    margin-left: 0px;
  }
}
.single_actu .bandeau_single .ensemble h1 {
  font-family: "din_black";
  font-size: 37px;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .single_actu .bandeau_single .ensemble h1 {
    font-size: 31px;
  }
}
@media screen and (max-width: 992px) {
  .single_actu .bandeau_single .ensemble h1 {
    font-size: 22px;
  }
}
.single_actu .bandeau_single .ensemble .categorie {
  font-family: "din_black";
  display: inline-block;
  text-transform: uppercase;
  color: #404040;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .single_actu .bandeau_single .ensemble .categorie {
    font-size: 17px;
  }
}
@media screen and (max-width: 992px) {
  .single_actu .bandeau_single .ensemble .categorie {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .single_actu .bandeau_single .ensemble .categorie {
    font-size: 17px;
  }
}
.single_actu .bandeau_single .ensemble .temps {
  display: inline-block;
  color: #ffffff;
  font-family: "din_light";
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .single_actu .bandeau_single .ensemble .temps {
    font-size: 17px;
  }
}
@media screen and (max-width: 992px) {
  .single_actu .bandeau_single .ensemble .temps {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .single_actu .bandeau_single .ensemble .temps {
    font-size: 17px;
    display: inline-block;
  }
}
.single_actu .content {
  padding: 80px 0px;
}
@media screen and (max-width: 992px) {
  .single_actu .content {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 576px) {
  .single_actu .content {
    padding: 60px 8px;
  }
}
.single_actu .content .fond {
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 30px 40px;
}
@media screen and (max-width: 992px) {
  .single_actu .content .fond {
    padding: 20px 30px;
  }
}
.single_actu .content .fond p {
  font-size: 22px;
  line-height: 40px;
  color: #404040;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .single_actu .content .fond p {
    font-size: 21px;
    line-height: 39px;
  }
}
@media screen and (max-width: 992px) {
  .single_actu .content .fond p {
    font-size: 20px;
    line-height: 38px;
  }
}
@media screen and (max-width: 576px) {
  .single_actu .content .fond p {
    font-size: 19px;
    line-height: 37px;
  }
}
.single_actu .content .fond p strong {
  font-style: normal;
  font-weight: normal;
  font-family: "din_medium";
}
.single_actu .content .fond a {
  text-decoration: none;
  font-size: 22px;
  line-height: 40px;
  color: #3672bb;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .single_actu .content .fond a {
    font-size: 21px;
    line-height: 39px;
  }
}
@media screen and (max-width: 992px) {
  .single_actu .content .fond a {
    font-size: 20px;
    line-height: 38px;
  }
}
@media screen and (max-width: 576px) {
  .single_actu .content .fond a {
    font-size: 19px;
    line-height: 37px;
  }
}
.single_actu .content .fond a:hover {
  text-decoration: underline;
  color: #3672bb;
}
.single_actu .content .fond h2 {
  text-transform: uppercase;
  font-family: "din_black";
  font-size: 30px;
  line-height: 40px;
  color: #3672bb;
  margin: 30px 0px 20px 0px;
}
@media screen and (max-width: 1400px) {
  .single_actu .content .fond h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1200px) {
  .single_actu .content .fond h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.single_actu .content .fond h2 strong {
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
}
.single_actu .content .fond h2 em {
  font-style: normal;
  font-weight: normal;
  color: #3672bb;
}
.single_actu .content .fond h3 {
  text-transform: uppercase;
  font-family: "din_black";
  font-size: 25px;
  line-height: 40px;
  color: #3672bb;
  margin: 30px 0px 20px 0px;
}
@media screen and (max-width: 1400px) {
  .single_actu .content .fond h3 {
    font-size: 23px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1200px) {
  .single_actu .content .fond h3 {
    font-size: 21px;
    line-height: 36px;
  }
}
@media screen and (max-width: 992px) {
  .single_actu .content .fond h3 {
    font-size: 19px;
    line-height: 34px;
  }
}
.single_actu .content .fond h4 {
  font-size: 22px;
  line-height: 40px;
  color: #3672bb;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .single_actu .content .fond h4 {
    font-size: 21px;
    line-height: 39px;
  }
}
@media screen and (max-width: 992px) {
  .single_actu .content .fond h4 {
    font-size: 20px;
    line-height: 38px;
  }
}
@media screen and (max-width: 576px) {
  .single_actu .content .fond h4 {
    font-size: 19px;
    line-height: 37px;
  }
}
.single_actu .content .fond .wp-block-image {
  margin: 30px 0px;
}
.single_actu .content .fond .wp-block-image img {
  width: 100%;
  height: auto;
}
.single_actu .content .fond .wp-block-button {
  margin: 20px 0px;
}
.single_actu .content .fond .wp-block-button a {
  border-radius: 0px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "din_black";
  font-size: 17px;
  line-height: 17px;
  padding: 18px 25px 15px 25px;
  background-color: #3672bb;
  border: 1px solid #3672bb;
  color: #ffffff;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .single_actu .content .fond .wp-block-button a {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 992px) {
  .single_actu .content .fond .wp-block-button a {
    font-size: 15px;
    line-height: 15px;
  }
}
@media screen and (max-width: 576px) {
  .single_actu .content .fond .wp-block-button a {
    font-size: 14px;
    line-height: 14px;
  }
}
.single_actu .content .fond .wp-block-button a:hover {
  background-color: transparent;
  color: #1a559b;
  transition: all 0.2s ease;
}
.single_actu .content .fond iframe {
  width: 100%;
}
.single_actu .content .fond .block_encadre {
  display: block;
  margin: 0px auto 50px auto;
  background-color: #3672bb;
  border-radius: 20px;
  padding: 40px 60px;
}
@media screen and (max-width: 767px) {
  .single_actu .content .fond .block_encadre {
    padding: 40px;
  }
}
.single_actu .content .fond .block_encadre p {
  color: #ffffff;
  margin-bottom: 0px;
}
.single_actu .content .fond ul {
  padding-left: 0px;
  list-style: none;
}
.single_actu .content .fond ul li {
  padding-left: 25px;
  position: relative;
  font-size: 22px;
  line-height: 40px;
  color: #404040;
}
@media screen and (max-width: 1200px) {
  .single_actu .content .fond ul li {
    font-size: 21px;
    line-height: 39px;
  }
}
@media screen and (max-width: 992px) {
  .single_actu .content .fond ul li {
    font-size: 20px;
    line-height: 38px;
  }
}
@media screen and (max-width: 576px) {
  .single_actu .content .fond ul li {
    font-size: 19px;
    line-height: 37px;
  }
}
.single_actu .content .fond ul li strong {
  font-style: normal;
  font-weight: normal;
  font-family: "din_medium";
}
.single_actu .content .fond ul li:before {
  content: "•";
  color: #3672bb;
  font-size: 25px;
  line-height: 0px;
  position: absolute;
  top: 20px;
  left: 0;
}
.single_actu .content .fond .addtoany_share_save_container {
  margin-top: 50px;
}
.single_actu .content .fond .addtoany_share_save_container a {
  width: 50px;
  height: 50px;
}
.single_actu .content .fond .addtoany_share_save_container a span {
  background-color: transparent !important;
  width: 100%;
  height: 100%;
}
.single_actu .content .fond .addtoany_share_save_container a span svg {
  width: 100%;
  height: 100%;
}
.single_actu .content .fond .addtoany_share_save_container a span svg path {
  fill: #404040;
  transition: all 0.2s ease;
}
.single_actu .content .fond .addtoany_share_save_container a:hover span svg path {
  fill: #3672bb;
  transition: all 0.2s ease;
}

/******************************************/
/***********      PAGE CLASSIQUE        ***********/
/******************************************/
.page_default {
  padding-top: 113.5px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .page_default {
    padding-top: 101px;
  }
}
@media screen and (max-width: 767px) {
  .page_default {
    padding-top: 74px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .page_default {
    padding-top: 70px;
  }
}
.page_default .contenu {
  padding-top: 80px;
}
@media screen and (max-width: 992px) {
  .page_default .contenu {
    padding-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .page_default .contenu {
    padding: 60px 8px 0px 8px;
  }
}
.page_default .contenu .wp-block-columns {
  margin-bottom: 40px;
}
.page_default .contenu .wp-block-columns .droite .wp-block-image {
  margin-left: auto;
}
.page_default .contenu .wp-block-columns .gauche .wp-block-image {
  margin-right: auto;
}
.page_default .contenu h2 {
  text-transform: uppercase;
  font-family: "din_black";
  font-size: 48px;
  line-height: 63px;
  color: #404040;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .page_default .contenu h2 {
    font-size: 45px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .page_default .contenu h2 {
    font-size: 42px;
    line-height: 57px;
  }
}
@media screen and (max-width: 992px) {
  .page_default .contenu h2 {
    font-size: 39x;
    line-height: 54px;
  }
}
.page_default .contenu h2 strong {
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
}
.page_default .contenu h2 em {
  font-style: normal;
  font-weight: normal;
  color: #3672bb;
}
.page_default .contenu h3 {
  text-transform: uppercase;
  font-family: "din_black";
  font-size: 25px;
  line-height: 40px;
  color: #3672bb;
  margin: 30px 0px 20px 0px;
}
@media screen and (max-width: 1400px) {
  .page_default .contenu h3 {
    font-size: 23px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1200px) {
  .page_default .contenu h3 {
    font-size: 21px;
    line-height: 36px;
  }
}
@media screen and (max-width: 992px) {
  .page_default .contenu h3 {
    font-size: 19px;
    line-height: 34px;
  }
}
.page_default .contenu p {
  font-size: 22px;
  line-height: 40px;
  color: #404040;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .page_default .contenu p {
    font-size: 21px;
    line-height: 39px;
  }
}
@media screen and (max-width: 992px) {
  .page_default .contenu p {
    font-size: 20px;
    line-height: 38px;
  }
}
@media screen and (max-width: 576px) {
  .page_default .contenu p {
    font-size: 19px;
    line-height: 37px;
  }
}
.page_default .contenu p strong {
  font-family: "din_medium";
  font-style: normal;
  font-weight: normal;
}
.page_default .contenu a {
  text-decoration: none;
  font-size: 22px;
  line-height: 40px;
  color: #3672bb;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .page_default .contenu a {
    font-size: 21px;
    line-height: 39px;
  }
}
@media screen and (max-width: 992px) {
  .page_default .contenu a {
    font-size: 20px;
    line-height: 38px;
  }
}
@media screen and (max-width: 576px) {
  .page_default .contenu a {
    font-size: 19px;
    line-height: 37px;
  }
}
.page_default .contenu a:hover {
  text-decoration: underline;
  color: #3672bb;
}
.page_default .contenu ul {
  padding-left: 0px;
  list-style: none;
}
.page_default .contenu ul li {
  padding-left: 25px;
  position: relative;
  font-size: 22px;
  line-height: 40px;
  color: #404040;
}
@media screen and (max-width: 1200px) {
  .page_default .contenu ul li {
    font-size: 21px;
    line-height: 39px;
  }
}
@media screen and (max-width: 992px) {
  .page_default .contenu ul li {
    font-size: 20px;
    line-height: 38px;
  }
}
@media screen and (max-width: 576px) {
  .page_default .contenu ul li {
    font-size: 19px;
    line-height: 37px;
  }
}
.page_default .contenu ul li strong {
  font-style: normal;
  font-weight: normal;
  font-family: "din_medium";
}
.page_default .contenu ul li:before {
  content: "•";
  color: #3672bb;
  font-size: 25px;
  line-height: 0px;
  position: absolute;
  top: 25px;
  left: 0;
}
.page_default .contenu .wp-block-image {
  background-image: url(../../src/img/fond.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
  display: block;
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  .page_default .contenu .wp-block-image {
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 992px) {
  .page_default .contenu .wp-block-image {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 781px) {
  .page_default .contenu .wp-block-image {
    width: 350px;
    height: 350px;
    margin: 60px auto 0px auto !important;
  }
}
@media screen and (max-width: 576px) {
  .page_default .contenu .wp-block-image {
    width: 300px;
    height: 300px;
    margin: 50px auto 0px auto !important;
  }
}
.page_default .contenu .wp-block-image img {
  max-width: none;
  width: 120%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .page_default .contenu .wp-block-image img {
    width: 110%;
  }
}
.page_default .contenu .wp-block-button {
  margin: 20px 0px;
}
.page_default .contenu .wp-block-button a {
  border-radius: 0px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "din_black";
  font-size: 17px;
  line-height: 17px;
  padding: 18px 25px 15px 25px;
  background-color: #3672bb;
  border: 1px solid #3672bb;
  color: #ffffff;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .page_default .contenu .wp-block-button a {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 992px) {
  .page_default .contenu .wp-block-button a {
    font-size: 15px;
    line-height: 15px;
  }
}
@media screen and (max-width: 576px) {
  .page_default .contenu .wp-block-button a {
    font-size: 14px;
    line-height: 14px;
  }
}
.page_default .contenu .wp-block-button a:hover {
  background-color: transparent;
  color: #1a559b;
  transition: all 0.2s ease;
}
.page_default .contenu .block_encadre {
  display: block;
  margin: 0px auto 50px auto;
  background-color: #3672bb;
  border-radius: 20px;
  padding: 40px 60px;
}
@media screen and (max-width: 767px) {
  .page_default .contenu .block_encadre {
    padding: 40px;
  }
}
.page_default .contenu .block_encadre p {
  color: #ffffff;
  margin-bottom: 0px;
}

/******************************************/
/***********      FOOTER        ***********/
/******************************************/
footer {
  background-color: #404040;
  padding-top: 100px;
}
@media screen and (max-width: 992px) {
  footer {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 60px;
  }
}
footer .size {
  width: 80%;
  display: block;
  margin: 0px auto;
}
@media screen and (max-width: 1400px) {
  footer .size {
    width: 85%;
  }
}
@media screen and (max-width: 1200px) {
  footer .size {
    width: 90%;
  }
}
@media screen and (max-width: 992px) {
  footer .size {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  footer .size {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  footer .size {
    padding: 0px 8px;
  }
}
footer .size .col_size {
  width: 80%;
  display: block;
  margin: 0px auto;
}
@media screen and (max-width: 1400px) {
  footer .size .col_size {
    width: 85%;
  }
}
@media screen and (max-width: 1200px) {
  footer .size .col_size {
    width: 90%;
  }
}
@media screen and (max-width: 992px) {
  footer .size .col_size {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  footer .size .col_size {
    width: 100%;
  }
}
footer .size .col_size .logo {
  width: 210px;
  margin-bottom: 60px;
  display: block;
  margin: 0px auto 60px auto;
}
@media screen and (max-width: 767px) {
  footer .size .col_size .logo {
    margin: 0px auto 50px auto;
  }
}
@media screen and (max-width: 767px) {
  footer .size .col_size .logo {
    margin: 0px auto 40px auto;
  }
}
@media screen and (max-width: 767px) {
  footer .size .col_size .center_mobile {
    width: 210px;
    display: block;
    margin: 0px auto 40px auto;
  }
}
@media screen and (max-width: 576px) {
  footer .size .col_size .center_mobile {
    margin: 0px auto 30px auto;
  }
}
footer .size .col_size .center_mobile .adresse,
footer .size .col_size .center_mobile .phone,
footer .size .col_size .center_mobile .mail {
  position: relative;
}
footer .size .col_size .center_mobile .adresse img,
footer .size .col_size .center_mobile .phone img,
footer .size .col_size .center_mobile .mail img {
  position: absolute;
  left: 0px;
}
footer .size .col_size .center_mobile .adresse p,
footer .size .col_size .center_mobile .adresse a,
footer .size .col_size .center_mobile .phone p,
footer .size .col_size .center_mobile .phone a,
footer .size .col_size .center_mobile .mail p,
footer .size .col_size .center_mobile .mail a {
  padding-left: 50px;
  text-decoration: none;
  font-size: 22px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 0px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  footer .size .col_size .center_mobile .adresse p,
  footer .size .col_size .center_mobile .adresse a,
  footer .size .col_size .center_mobile .phone p,
  footer .size .col_size .center_mobile .phone a,
  footer .size .col_size .center_mobile .mail p,
  footer .size .col_size .center_mobile .mail a {
    font-size: 21px;
    line-height: 39px;
  }
}
@media screen and (max-width: 992px) {
  footer .size .col_size .center_mobile .adresse p,
  footer .size .col_size .center_mobile .adresse a,
  footer .size .col_size .center_mobile .phone p,
  footer .size .col_size .center_mobile .phone a,
  footer .size .col_size .center_mobile .mail p,
  footer .size .col_size .center_mobile .mail a {
    font-size: 20px;
    line-height: 38px;
  }
}
@media screen and (max-width: 576px) {
  footer .size .col_size .center_mobile .adresse p,
  footer .size .col_size .center_mobile .adresse a,
  footer .size .col_size .center_mobile .phone p,
  footer .size .col_size .center_mobile .phone a,
  footer .size .col_size .center_mobile .mail p,
  footer .size .col_size .center_mobile .mail a {
    font-size: 19px;
    line-height: 37px;
  }
}
footer .size .col_size .center_mobile .adresse a:hover,
footer .size .col_size .center_mobile .phone a:hover,
footer .size .col_size .center_mobile .mail a:hover {
  color: #3672bb;
  transition: all 0.2s ease;
}
footer .size .col_size .center_mobile .adresse {
  margin-bottom: 40px;
}
footer .size .col_size .center_mobile .adresse img {
  width: 23px;
  top: 2px;
}
footer .size .col_size .center_mobile .phone {
  margin-bottom: 40px;
}
footer .size .col_size .center_mobile .phone img {
  width: 29px;
  top: 1px;
}
footer .size .col_size .center_mobile .mail img {
  width: 32px;
  top: 10px;
}
footer .size .col_size .espace {
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  footer .size .col_size .espace {
    margin-bottom: 30px;
  }
}
footer .size .col_size h4 {
  text-align: center;
  text-transform: uppercase;
  font-family: "din_black";
  font-size: 25px;
  line-height: 40px;
  color: #3672bb;
}
@media screen and (max-width: 1400px) {
  footer .size .col_size h4 {
    font-size: 23px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1200px) {
  footer .size .col_size h4 {
    font-size: 21px;
    line-height: 36px;
  }
}
@media screen and (max-width: 992px) {
  footer .size .col_size h4 {
    font-size: 19px;
    line-height: 34px;
  }
}
footer .size .col_size h4 a {
  text-decoration: none;
  color: #3672bb;
  transition: all 0.2s ease;
}
footer .size .col_size h4 a:hover {
  color: #ffffff;
  transition: all 0.2s ease;
}
footer .size .col_size ul {
  text-align: center;
  padding: 0px;
  list-style: none;
}
footer .size .col_size ul li a {
  text-decoration: none;
  font-size: 22px;
  line-height: 40px;
  color: #ffffff;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  footer .size .col_size ul li a {
    font-size: 21px;
    line-height: 39px;
  }
}
@media screen and (max-width: 992px) {
  footer .size .col_size ul li a {
    font-size: 20px;
    line-height: 38px;
  }
}
@media screen and (max-width: 576px) {
  footer .size .col_size ul li a {
    font-size: 19px;
    line-height: 37px;
  }
}
footer .size .col_size ul li a:hover {
  color: #3672bb;
  transition: all 0.2s ease;
}
footer .size .col_size .logos {
  text-align: center;
  /*                 a:first-child {
                      margin-right: 30px;
                  } */
}
footer .size .col_size .logos a {
  display: inline-block;
}
footer .size .col_size .logos a svg {
  width: 45px;
}
@media screen and (max-width: 1200px) {
  footer .size .col_size .logos a svg {
    width: 40px;
  }
}
@media screen and (max-width: 992px) {
  footer .size .col_size .logos a svg {
    width: 35px;
  }
}
@media screen and (max-width: 767px) {
  footer .size .col_size .logos a svg {
    width: 40px;
  }
}
@media screen and (max-width: 576px) {
  footer .size .col_size .logos a svg {
    width: 35px;
  }
}
footer .size .col_size .logos a svg path {
  fill: #ffffff;
  transition: all 0.2s ease;
}
footer .size .col_size .logos a:hover svg path {
  fill: #3672bb;
  transition: all 0.2s ease;
}
footer .trait {
  height: 1px;
  background-color: #ffffff;
  width: 80%;
  display: block;
  margin: 30px auto;
}
@media screen and (max-width: 1400px) {
  footer .trait {
    width: 85%;
  }
}
@media screen and (max-width: 1200px) {
  footer .trait {
    width: 90%;
  }
}
@media screen and (max-width: 992px) {
  footer .trait {
    width: 95%;
  }
}
footer .credits {
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 576px) {
  footer .credits {
    padding: 0px 8px 10px 8px;
  }
}
footer .credits p,
footer .credits a {
  text-decoration: none;
  font-size: 22px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 0px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  footer .credits p,
  footer .credits a {
    font-size: 21px;
    line-height: 39px;
  }
}
@media screen and (max-width: 992px) {
  footer .credits p,
  footer .credits a {
    font-size: 20px;
    line-height: 38px;
  }
}
@media screen and (max-width: 576px) {
  footer .credits p,
  footer .credits a {
    font-size: 19px;
    line-height: 37px;
  }
}
footer .credits a:hover {
  color: #3672bb;
  transition: all 0.2s ease;
}/*# sourceMappingURL=julie.css.map */</pre></body></html>