/*
Theme Name: Axone
Description: Theme enfant de blankslate
Author: Mediapilote
Template: blankslate
Version: 0.1.0
*/
.fond_jaune {
  background: #f2b711;
}

.fond_rose {
  background: #d52e52;
}

.fond_bleu {
  background: #0a7f98;
}

.fond_orange {
  background: #f18924;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "magallanes", sans-serif !important;
}
body h1 {
  font-size: 60px;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.18;
  margin-top: 25px;
}
body h2 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.125;
}
@media (max-width: 1200px) {
  body h2 {
    font-size: 35px;
  }
}
body h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  body h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
body h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
}
body h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
}
body h6 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}

body p,
body li,
body label,
body th,
body td {
  color: #2f3f48;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  line-height: 1.4;
}
body p a,
body li a,
body label a,
body th a,
body td a {
  color: #2f3f48;
}
@media (max-width: 1024px) {
  body p,
  body li,
  body label,
  body th,
  body td {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
body p strong,
body li strong,
body label strong,
body th strong,
body td strong {
  font-weight: 700;
}
body p em,
body li em,
body label em,
body th em,
body td em {
  font-style: italic;
}
body p a:hover,
body li a:hover,
body label a:hover,
body th a:hover,
body td a:hover {
  color: #0a7f98;
}
body p {
  margin-bottom: 10px;
}
body a:hover {
  color: #0a7f98;
}
body table,
body th,
body td {
  padding: 5px 15px;
  border: 1px solid #2f3f48;
}
body th {
  background: #f9f5f3;
}
body .caractere_rose {
  color: #d52e52;
}

h1 span {
  text-decoration: none !important;
  position: relative;
}
h1 span:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #ffffff;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

html {
  font-size: 10px !important;
}

body {
  font-family: "Muli", "Trebuchet MS", Helvetica, sans-serif !important;
}
body #content {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

a {
  text-decoration: none;
}

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

.contenu {
  overflow: hidden;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
img {
  border: 0;
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
  width: auto;
}

header {
  position: fixed;
  top: 0;
  z-index: 3;
  height: 125px;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
}
@media (max-width: 767px) {
  header {
    position: relative;
  }
}
header .contenu {
  position: relative;
  overflow: visible;
}
header .widget_text {
  display: inline-block;
}
header .logo_header {
  margin-top: 20px;
}
@media (max-width: 1200px) {
  header .logo_header {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  header .logo_header {
    margin-top: 5px;
  }
}
header .logo_header .icon-logo {
  width: 195px;
  height: 85px;
}
@media (max-width: 1024px) {
  header .logo_header .icon-logo {
    width: 120px;
    height: 50px;
  }
}
header .telephone_header {
  position: absolute;
  top: 10px;
  right: 350px;
}
@media (max-width: 1200px) {
  header .telephone_header {
    right: 315px;
  }
}
@media (max-width: 924px) {
  header .telephone_header {
    display: none;
  }
}
header .telephone_header p {
  color: #2f3f48;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
}
header .telephone_header p a {
  color: #2f3f48;
}
header .telephone_header .icon-telephone {
  margin-bottom: -5px;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  fill: #2f3f48;
}
header .liens_barre_bleu {
  position: absolute;
  right: 0;
  z-index: 1;
  background: #0a7f98;
  padding: 10px 0;
}
header .liens_barre_bleu ul > li {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: none;
  font-style: normal;
}
header .liens_barre_bleu ul > li a {
  color: #ffffff;
}
@media (max-width: 1200px) {
  header .liens_barre_bleu ul > li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
header .liens_barre_bleu ul > li:first-child {
  cursor: pointer;
}
header .liens_barre_bleu ul > li:hover {
  color: #2f3f48;
}
header .liens_barre_bleu ul > li a {
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: none;
  font-style: normal;
}
header .liens_barre_bleu ul > li a a {
  color: #ffffff;
}
@media (max-width: 1200px) {
  header .liens_barre_bleu ul > li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
header .liens_barre_bleu ul > li a:hover {
  color: #2f3f48;
}
header .liens_barre_bleu ul > li > ul {
  background-color: #0a7f98;
  left: 0;
  display: -ms-grid;
  display: grid;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding-top: 10px;
  white-space: nowrap;
  width: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 2s;
  -o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 2s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 2s;
}
header .liens_barre_bleu ul > li > ul li a {
  padding: 10px;
  padding-left: 0;
  display: block;
}
header .liens_barre_bleu ul > li:focus ul,
header .liens_barre_bleu ul > li:focus-within ul,
header .liens_barre_bleu ul > li:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(5%);
  -ms-transform: translateY(5%);
  transform: translateY(5%);
  -webkit-transition-delay: 0s, 0s, 0.3s;
  -o-transition-delay: 0s, 0s, 0.3s;
  transition-delay: 0s, 0s, 0.3s;
}
header .contact {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1200px) {
  header .contact {
    right: 20px;
  }
}
@media (max-width: 1024px) {
  header .contact {
    top: 10px;
  }
}
header .contact div > div {
  position: relative;
}
header .contact .icon-bulle_contact {
  width: 108px;
  height: 150px;
}
header .contact p {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  color: #2f3f48;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  font-style: normal;
}
header .contact p a {
  color: #2f3f48;
}
@media (max-width: 1200px) {
  header .contact p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
header .contact p a:hover {
  color: #0a7f98;
}

.item_mobile {
  display: none;
}

#menu {
  width: 70%;
  margin: 0 auto;
  padding-left: 60px;
}
@media (max-width: 1024px) {
  #menu {
    margin-top: 65px;
    padding-left: 0;
    width: 70%;
    margin-left: 100px;
  }
}
@media (max-width: 850px) {
  #menu {
    margin-left: 50px;
  }
}
#menu .menu {
  margin-top: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#menu .menu .menu-item {
  position: relative;
  color: #2f3f48;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: none;
  font-style: normal;
  padding-bottom: 24px;
}
#menu .menu .menu-item a {
  color: #2f3f48;
}
@media (max-width: 1200px) {
  #menu .menu .menu-item {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  #menu .menu .menu-item {
    padding-bottom: 15px;
  }
}
@media (max-width: 850px) {
  #menu .menu .menu-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#menu .menu .menu-item a {
  position: relative;
  padding-bottom: 47px;
}
#menu .menu > .menu-item > a:hover {
  color: #0a7f98;
}
#menu .menu > .menu-item > a:hover:after {
  content: "";
  position: absolute;
  border-bottom: 3px solid #0a7f98;
  width: 100%;
  bottom: 43px;
  left: 0;
}
#menu .menu .sub-menu > .menu-item > a:hover {
  color: #0a7f98;
}
#menu .menu .sub-menu > .menu-item > a:hover:after {
  content: "";
  position: absolute;
  border-bottom: 3px solid #0a7f98;
  width: 100%;
  bottom: 2px;
  left: 0;
}
#menu .menu .menu-item-34,
#menu .menu .menu-item-35 {
  width: 15%;
}
@media (max-width: 850px) {
  #menu .menu .menu-item-34,
  #menu .menu .menu-item-35 {
    width: 20%;
  }
}
#menu .menu .menu-item-34 .sub-menu li:first-child a {
  padding-top: 0;
}
#menu .menu .menu-item-36 .sub-menu {
  left: -119px;
}
@media (max-width: 1200px) {
  #menu .menu .menu-item-36 .sub-menu {
    left: -115px;
  }
}
#menu .menu .sub-menu {
  display: block;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: -15px;
  padding: 15px;
  padding-bottom: 10px;
  white-space: nowrap;
  width: auto;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 2s;
  -o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 2s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 2s;
}
#menu .menu .sub-menu li {
  padding-bottom: 5px;
}
#menu .menu .sub-menu li a {
  padding: 5px;
  padding-left: 0;
  display: block;
}
#menu .menu li > a:hover + .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 2;
  -webkit-transform: translateY(46px);
  -ms-transform: translateY(46px);
  transform: translateY(46px);
  -webkit-transition-delay: 0s, 0s, 0.3s;
  -o-transition-delay: 0s, 0s, 0.3s;
  transition-delay: 0s, 0s, 0.3s;
}
@media (max-width: 1200px) {
  #menu .menu li > a:hover + .sub-menu {
    -webkit-transform: translateY(49px);
    -ms-transform: translateY(49px);
    transform: translateY(49px);
  }
}
@media (max-width: 1024px) {
  #menu .menu li > a:hover + .sub-menu {
    -webkit-transform: translateY(34px);
    -ms-transform: translateY(34px);
    transform: translateY(34px);
  }
}
#menu .menu li:hover .sub-menu,
#menu .menu li:focus-within .sub-menu,
#menu .menu li:hover .sub-menu,
#menu .menu li:active .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(46px);
  -ms-transform: translateY(46px);
  transform: translateY(46px);
  -webkit-transition-delay: 0s, 0s, 0.3s;
  -o-transition-delay: 0s, 0s, 0.3s;
  transition-delay: 0s, 0s, 0.3s;
}
@media (max-width: 1200px) {
  #menu .menu li:hover .sub-menu,
  #menu .menu li:focus-within .sub-menu,
  #menu .menu li:hover .sub-menu,
  #menu .menu li:active .sub-menu {
    -webkit-transform: translateY(49px);
    -ms-transform: translateY(49px);
    transform: translateY(49px);
  }
}
@media (max-width: 1024px) {
  #menu .menu li:hover .sub-menu,
  #menu .menu li:focus-within .sub-menu,
  #menu .menu li:hover .sub-menu,
  #menu .menu li:active .sub-menu {
    -webkit-transform: translateY(34px);
    -ms-transform: translateY(34px);
    transform: translateY(34px);
  }
}
#menu .menu .menu-item-34 > a:hover + .sub-menu {
  -webkit-transform: translateY(24px);
  -ms-transform: translateY(24px);
  transform: translateY(24px);
}
@media (max-width: 1200px) {
  #menu .menu .menu-item-34 > a:hover + .sub-menu {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@media (max-width: 1024px) {
  #menu .menu .menu-item-34 > a:hover + .sub-menu {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
}
#menu .menu .menu-item-34:focus .sub-menu,
#menu .menu .menu-item-34:focus-within .sub-menu,
#menu .menu .menu-item-34:hover .sub-menu,
#menu .menu .menu-item-34:active .sub-menu {
  -webkit-transform: translateY(24px);
  -ms-transform: translateY(24px);
  transform: translateY(24px);
}
@media (max-width: 1200px) {
  #menu .menu .menu-item-34:focus .sub-menu,
  #menu .menu .menu-item-34:focus-within .sub-menu,
  #menu .menu .menu-item-34:hover .sub-menu,
  #menu .menu .menu-item-34:active .sub-menu {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@media (max-width: 1024px) {
  #menu .menu .menu-item-34:focus .sub-menu,
  #menu .menu .menu-item-34:focus-within .sub-menu,
  #menu .menu .menu-item-34:hover .sub-menu,
  #menu .menu .menu-item-34:active .sub-menu {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
}
#menu .menu .current-menu-parent > a:after {
  content: "";
  position: absolute;
  border-bottom: 3px solid #2f3f48;
  width: 100%;
  left: 0;
  bottom: 43px;
}
#menu .menu .current-menu-item > a:after {
  content: "";
  position: absolute;
  border-bottom: 3px solid #2f3f48;
  width: 100%;
  left: 0;
  bottom: 3px;
}

footer {
  background: #2f3f48;
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  footer {
    padding: 0 20px !important;
  }
}
@media (max-width: 900px) {
  footer {
    height: auto;
  }
}
footer .contenu {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 25px;
}
footer .qualiopi {
  max-width: 430px;
}
@media (max-width: 995px) {
  footer .qualiopi {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .qualiopi .textwidget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  footer .qualiopi .textwidget {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer .qualiopi p {
  max-width: calc(100% - 200px);
  color: #ffffff;
  margin: 0 0 0 15px;
  line-height: 1.2;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  footer .qualiopi p {
    max-width: 100%;
    margin-top: 10px;
  }
}
footer .qualiopi a {
  color: #ffffff;
}
footer .qualiopi a:hover {
  color: #ffffff;
  text-decoration: underline;
}
footer .datadock {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 995px) {
  footer .datadock {
    margin-left: 0;
  }
}
footer .datadock img {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  footer .datadock {
    display: none;
  }
}
footer .datadock p {
  color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  margin-top: -10px;
  margin-left: 95px;
}
footer .datadock p a {
  color: #ffffff;
}
@media (max-width: 900px) {
  footer .datadock p {
    margin-top: -15px;
  }
}
footer .rs {
  margin-left: auto;
}
@media (max-width: 767px) {
  footer .rs {
    display: none;
  }
}
footer .rs div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
footer .rs div p {
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 200;
  text-transform: none;
  font-style: normal;
  margin-bottom: 0;
  margin-right: 10px;
}
footer .rs div p a {
  color: #ffffff;
}
footer .rs .icon-lkn,
footer .rs .icon-vdo,
footer .rs .icon-fbk {
  width: 40px;
  height: 40px;
}
footer .liens_footer {
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #ffffff;
  margin-top: 15px;
}
footer .liens_footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  footer .liens_footer ul {
    display: block;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
footer .liens_footer ul li {
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  footer .liens_footer ul li {
    margin: 0 0 10px;
  }
}
footer .liens_footer ul li:before {
  content: "";
  width: 1px;
  height: 10px;
  background: #ffffff;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 767px) {
  footer .liens_footer ul li:before {
    display: none;
  }
}
footer .liens_footer ul li:first-child:before {
  display: none;
}
footer .liens_footer ul li.coypright {
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 901px) {
  footer .liens_footer ul li.coypright:before {
    display: none;
  }
}
@media (max-width: 900px) {
  footer .liens_footer ul li.coypright {
    margin-left: 0;
  }
}
footer .liens_footer li {
  color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
}
footer .liens_footer li a {
  color: #ffffff;
}
footer .liens_footer li a:hover {
  color: #0a7f98;
}
@media (max-width: 1100px) {
  footer .liens_footer li {
    font-size: 1.2rem;
  }
}
@media (max-width: 900px) {
  footer .liens_footer li {
    font-size: 1rem;
  }
}

.page-id-25 #breadcrumbs,
.page-id-27 #breadcrumbs,
.page-id-92 #breadcrumbs {
  display: none;
}

form .instruction {
  font-style: italic;
  margin-bottom: 45px;
}
form .champs {
  padding-right: 6%;
}
@media (max-width: 1200px) {
  form .champs {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  form .champs {
    width: 100% !important;
  }
}
form .champs p {
  text-align: right;
}
@media (max-width: 980px) {
  form .champs p {
    text-align: left;
  }
}
form .champs p label {
  margin-right: 15px;
}
form .champs p input,
form .champs p textarea,
form .champs p select {
  -webkit-appearance: none;
  width: 72.5%;
  padding: 10px;
}
@media (max-width: 980px) {
  form .champs p input,
  form .champs p textarea,
  form .champs p select {
    width: 100%;
    margin-top: 5px;
  }
}
form .champs p:last-child {
  position: relative;
}
form .champs p:last-child label {
  display: inline-block;
  vertical-align: top;
}
form .form_fin {
  width: 68.5%;
  display: inline-block;
  margin-left: 25.75%;
}
@media (max-width: 767px) {
  form .form_fin {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
form .form_fin .autorisation {
  float: left;
}
form .form_fin .autorisation > span > span {
  margin-left: 0;
}
form .form_fin .autorisation > span > span input {
  margin: 0;
}
form .form_fin p a {
  color: #0a7f98;
  text-decoration: underline;
}
form .form_fin p:first-of-type {
  margin-left: 25px;
}
form .form_fin .envoyer {
  position: relative;
  margin-top: 40px;
}
form .form_fin .envoyer .icon-fleche {
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 15px;
  top: 50%;
  -webkit-transform: translate(0, -60%);
  -ms-transform: translate(0, -60%);
  transform: translate(0, -60%);
  left: 15px;
  stroke: #2f3f48;
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}
form .form_fin .envoyer .wpcf7-submit {
  position: relative;
  background: #f2b711;
  color: #2f3f48;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0;
  padding-left: 30px;
  padding-right: 15px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
form .form_fin .envoyer:hover .wpcf7-submit {
  background: #2f3f48;
  color: #f2b711;
  cursor: pointer;
}
form .form_fin .envoyer:hover .icon-fleche {
  stroke: #f2b711;
  cursor: pointer;
}

.page-id-92 form .instruction {
  text-align: center;
  margin-left: 10%;
}
@media (max-width: 980px) {
  .page-id-92 form .instruction {
    margin-left: 0;
  }
}
.page-id-92 form .champs {
  width: 65%;
  padding-right: 0;
  margin: 0 auto;
}
.page-id-92 form .champs p input,
.page-id-92 form .champs p textarea {
  width: 75%;
}
@media (max-width: 980px) {
  .page-id-92 form .champs p input,
  .page-id-92 form .champs p textarea {
    width: 100%;
  }
}
.page-id-92 form .champs p:nth-child(4) label {
  display: inline-block;
  vertical-align: top;
}
.page-id-92 form .champs p:last-child label {
  vertical-align: inherit;
}
.page-id-92 form .champs .piece_identite_1 input,
.page-id-92 form .champs .piece_identite_2 input {
  border: 1px solid darkgray;
}
.page-id-92 form .form_fin {
  width: 65%;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  padding-left: 16.5%;
}
@media (max-width: 980px) {
  .page-id-92 form .form_fin {
    padding-left: 0;
  }
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  background-color: #f6abab !important;
}

.wpcf7-response-output {
  clear: both;
  text-align: center;
}

.grecaptcha-badge {
  display: none;
}

.page-id-482 .grecaptcha-badge,
.page-id-25 .grecaptcha-badge,
.page-id-27 .grecaptcha-badge,
.page-id-92 .grecaptcha-badge {
  display: block;
}

@media (min-width: 768px) {
  .wow {
    visibility: hidden;
  }
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
.menu_mobile {
  display: none;
}

.menu_moins:before {
  content: "-" !important;
}

@media (max-width: 767px) {
  header .logo_header {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  header .logo_header .icon-logo {
    width: 140px;
    height: 60px;
  }

  #menu {
    display: none;
  }

  .contact,
  .liens_barre_bleu {
    display: none !important;
  }

  .menu_mobile {
    display: block;
  }
  .menu_mobile #menu {
    display: block;
    margin: 0;
    width: 100%;
    margin-top: -13px;
  }
  .menu_mobile #menu .rs_mobile {
    display: none;
  }
  .menu_mobile #menu .burger {
    position: absolute;
    z-index: 5;
    top: 93px;
    right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu_mobile #menu .burger .trait_1,
  .menu_mobile #menu .burger .trait_2,
  .menu_mobile #menu .burger .trait_3 {
    background: #2f3f48;
    width: 25px;
    height: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu_mobile #menu .burger .trait_2 {
    margin: 3px 0;
  }
  .menu_mobile #menu .menu {
    margin-top: -50px;
  }
  .menu_mobile #menu .menu-item > a {
    border: none;
  }
  .menu_mobile #menu .menu-item .sub-menu {
    display: none;
    position: unset;
    left: unset;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    text-align: center;
    visibility: unset !important;
    opacity: unset !important;
    background-color: unset;
    padding: unset;
  }
  .menu_mobile #menu .menu-item .sub-menu li {
    padding-bottom: unset;
    padding-top: 10px;
  }
  .menu_mobile #menu .menu-item .sub-menu a {
    padding: unset;
  }
  .menu_mobile input {
    visibility: hidden;
  }
  .menu_mobile .accueil {
    display: none;
  }
  .menu_mobile p {
    text-align: center;
    margin-bottom: 0 !important;
  }
  .menu_mobile p label {
    position: relative;
    z-index: 6;
    font-family: "magallanes", sans-serif;
    color: #2f3f48;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    top: 7px;
    padding-top: 14px;
    padding-bottom: 11px;
    display: block;
  }
  .menu_mobile p label a {
    color: #2f3f48;
  }
  .menu_mobile p label:hover {
    cursor: pointer;
  }
  .menu_mobile input ~ nav > .menu-menu-container {
    background: #c4e1f1;
    position: absolute;
    top: 80px;
    width: 100%;
    max-height: 45px;
    z-index: 4;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    padding-top: 31px;
  }
  .menu_mobile input ~ nav > .menu-menu-container > ul {
    display: block !important;
    text-align: center;
    position: relative;
    padding-top: 50px;
  }
  .menu_mobile input ~ nav > .menu-menu-container > ul > li {
    display: block;
    opacity: 0;
    padding: 10px 0 !important;
    margin-top: 0;
    border-bottom: 1px solid #2f3f48;
    color: #2f3f48;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
  }
  .menu_mobile input ~ nav > .menu-menu-container > ul > li a {
    color: #2f3f48;
  }
  .menu_mobile input ~ nav > .menu-menu-container > ul > li:after {
    content: none !important;
  }
  .menu_mobile input ~ nav > .menu-menu-container > ul > li:last-child {
    border-bottom: none;
  }
  .menu_mobile input ~ nav > .menu-menu-container > ul > li > a:after {
    content: none !important;
  }
  .menu_mobile input ~ nav > .menu-menu-container > ul > li .sub-menu li a:hover:after {
    content: none !important;
  }
  .menu_mobile input ~ nav > .menu-menu-container > ul .menu-item-34,
  .menu_mobile input ~ nav > .menu-menu-container > ul .menu-item-35 {
    width: unset !important;
  }
  .menu_mobile input ~ nav > .menu-menu-container > ul .current-menu-parent > a,
  .menu_mobile input ~ nav > .menu-menu-container > ul .current-menu-item > a {
    color: #0a7f98 !important;
  }
  .menu_mobile input ~ nav > .menu-menu-container > ul .current-menu-parent > a:after,
  .menu_mobile input ~ nav > .menu-menu-container > ul .current-menu-item > a:after {
    content: unset !important;
  }
  .menu_mobile input ~ nav > .menu-menu-container > ul .menu-item-has-children > a:before {
    content: "+";
    position: absolute;
    right: -15px;
  }
  .menu_mobile input:checked ~ nav .accueil {
    position: relative;
    border-bottom: 1px solid #000000;
    display: block;
    z-index: 5;
    padding: 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .menu_mobile input:checked ~ nav .accueil a:active,
  .menu_mobile input:checked ~ nav .accueil a:hover {
    color: #0a7f98;
  }
  .menu_mobile input:checked ~ nav .rs_mobile {
    display: block !important;
    position: absolute;
    z-index: 6;
    right: 10px;
    top: 15px;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .menu_mobile input:checked ~ nav .rs_mobile {
    right: 20px;
    top: 25px;
  }
}
@media (max-width: 767px) {
  .menu_mobile input:checked ~ nav .rs_mobile svg {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .menu_mobile input:checked ~ nav .rs_mobile svg {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .menu_mobile input:checked ~ nav .burger {
    top: 100px !important;
  }
  .menu_mobile input:checked ~ nav .burger .trait_1 {
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu_mobile input:checked ~ nav .burger .trait_2 {
    display: none;
  }
  .menu_mobile input:checked ~ nav .burger .trait_3 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .menu_mobile input:checked ~ nav > .menu-menu-container {
    max-height: 500%;
    height: auto;
  }
  .menu_mobile input:checked ~ nav > .menu-menu-container > ul > li {
    opacity: 1;
  }
}
#menu .menu *:hover {
  visibility: visible;
  opacity: 1;
}

@media screen\0 {
  #menu .menu .sub-menu {
    -webkit-transform: translateY(46px);
    -ms-transform: translateY(46px);
    transform: translateY(46px);
  }

  #menu .menu .menu-item-34 .sub-menu {
    -webkit-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
  }

  .liens_barre_bleu ul ul {
    display: block !important;
  }
  .liens_barre_bleu ul ul li {
    display: block !important;
  }

  .sous_menu #menu .menu .current-menu-parent .sub-menu {
    margin-top: -46px;
  }

  #menu .menu .current-menu-item > a:after {
    border-bottom: none;
  }

  #menu .menu .sub-menu > .menu-item > a:hover::after {
    border-bottom: none;
  }

  .page-id-63 .sous_menu #menu .menu .current-menu-parent .sub-menu,
  .page-id-65 .sous_menu #menu .menu .current-menu-parent .sub-menu,
  .page-id-67 .sous_menu #menu .menu .current-menu-parent .sub-menu {
    margin-top: -24px;
  }
}
@supports (-ms-ime-align: auto) {
  #menu .menu .sub-menu {
    -webkit-transform: translateY(46px);
    -ms-transform: translateY(46px);
    transform: translateY(46px);
  }

  #menu .menu .menu-item-34 .sub-menu {
    -webkit-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
  }
}
.lien_sur_image {
  position: absolute;
  width: 100%;
  margin-top: 105px;
  z-index: 1;
}
@media (max-width: 767px) {
  .lien_sur_image {
    height: 300px;
    margin-top: -20px;
  }
}
.lien_sur_image a {
  display: block;
}
@media (max-width: 767px) {
  .lien_sur_image a {
    height: 300px;
  }
}

.image_fond_haut_de_page_accueil {
  background-repeat: no-repeat;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  margin-top: 105px;
}
@media (max-width: 1024px) {
  .image_fond_haut_de_page_accueil {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .image_fond_haut_de_page_accueil {
    margin-top: -20px;
  }
}
.image_fond_haut_de_page_accueil .contenu > h1 {
  margin-bottom: 5px;
  font-weight: 300;
  line-height: 1;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .image_fond_haut_de_page_accueil .contenu > h1 {
    margin-left: 20px;
    font-size: 50px;
    font-size: 5rem;
    width: 405px;
  }
}
@media (max-width: 1024px) {
  .image_fond_haut_de_page_accueil .contenu > h1 {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .image_fond_haut_de_page_accueil .contenu > h1 {
    margin: 0 auto;
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media (max-width: 480px) {
  .image_fond_haut_de_page_accueil .contenu > h1 {
    width: 100%;
    text-align: center;
  }
}
.image_fond_haut_de_page_accueil .contenu > h1 strong {
  font-weight: 700;
}
.image_fond_haut_de_page_accueil .contenu > .lien_en_dessous_titre_page {
  width: 45%;
  font-family: "magallanes", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .image_fond_haut_de_page_accueil .contenu > .lien_en_dessous_titre_page {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .image_fond_haut_de_page_accueil .contenu > .lien_en_dessous_titre_page {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}
.image_fond_haut_de_page_accueil .contenu > .lien_en_dessous_titre_page a {
  color: #ffffff;
}
.image_fond_haut_de_page_accueil .contenu > .lien_en_dessous_titre_page a:hover {
  color: #0a7f98;
}

.home .image_fond_haut_de_page_accueil .contenu {
  position: relative;
  overflow: visible;
}
.texte_a_gauche_accueil {
  margin-top: 70px;
}
.texte_a_gauche_accueil h2 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
  color: #0a7f98;
  margin-bottom: 30px;
}
.texte_a_gauche_accueil h2 strong {
  font-weight: 700;
}
.texte_a_gauche_accueil p {
  margin-bottom: 25px;
}

.widget_accueil {
  display: inline-block;
  vertical-align: middle;
}
.widget_accueil > div > p {
  font-family: "magallanes", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
  color: #0a7f98;
  text-align: left;
  margin-bottom: 30px;
}
.widget_accueil .liste_svg div {
  display: inline-block;
  vertical-align: top;
  width: 32.5%;
}
.widget_accueil .liste_svg div svg {
  width: 56px;
  height: 56px;
}
.widget_accueil .liste_svg div p {
  font-weight: 700;
  margin-top: 10px;
}
.widget_accueil .liste_svg div a:hover p {
  color: #0a7f98;
}

.equipe {
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .equipe {
    margin-top: 30px;
  }
}
.equipe > p {
  text-align: center;
  color: #0a7f98;
}
.equipe > p:first-child {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.equipe > p:last-child {
  font-weight: 700;
  line-height: 1.3;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .equipe > p:last-child {
    margin-top: 20px;
  }
}
.equipe > p:last-child a {
  color: #0a7f98;
}
.equipe > p:last-child a:hover {
  color: #2f3f48;
}
.equipe > p:last-child a:hover .icon-fleche {
  stroke: #0a7f98;
}
.equipe > p:last-child .icon-fleche {
  width: 8px;
  height: 12px;
  stroke: #f2b711;
  margin-right: 5px;
}

.slider_accueil_notre_equipe .owl-item > div {
  position: relative;
}
.slider_accueil_notre_equipe .serieux {
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.slider_accueil_notre_equipe .serieux:hover {
  /*opacity: 0;*/
}
.slider_accueil_notre_equipe .drole {
  /*position: absolute;
  top: 0;
  z-index: -1;*/
}
/*.slider_accueil_notre_equipe .drole p,*/
.slider_accueil_notre_equipe .serieux p {
  position: absolute;
  bottom: 5px;
  right: 45%;
  font-family: "magallanes", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  padding: 0 10px;
  padding-top: 5px;
}
@media (max-width: 1200px) {
  /*.slider_accueil_notre_equipe .drole p,*/
  .slider_accueil_notre_equipe .serieux p {
    right: 40%;
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (max-width: 640px) {
  /*.slider_accueil_notre_equipe .drole p,*/
  .slider_accueil_notre_equipe .serieux p {
    right: 25%;
  }
}

.bloc_espace_candidat {
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 35px;
  height: 650px;
  background-position-x: center;
}
@media (max-width: 1200px) {
  .bloc_espace_candidat {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .bloc_espace_candidat {
    display: none;
  }
}
.bloc_espace_candidat .contenu {
  position: relative;
  overflow: visible;
}
.bloc_espace_candidat .bloc_bleu {
  position: absolute;
  background: #0a7f98;
  border-radius: 0 0 35px 0;
  margin-top: 110px;
  padding: 40px;
  width: 50%;
}
@media (max-width: 1200px) {
  .bloc_espace_candidat .bloc_bleu {
    margin-left: 20px;
  }
}
.bloc_espace_candidat .bloc_bleu h2,
.bloc_espace_candidat .bloc_bleu p,
.bloc_espace_candidat .bloc_bleu a {
  color: #ffffff;
}
.bloc_espace_candidat .bloc_bleu p,
.bloc_espace_candidat .bloc_bleu a {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25;
}
@media (max-width: 1200px) {
  .bloc_espace_candidat .bloc_bleu p,
  .bloc_espace_candidat .bloc_bleu a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.bloc_espace_candidat .bloc_bleu h2 {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .bloc_espace_candidat .bloc_bleu h2 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.bloc_espace_candidat .bloc_bleu p:first-of-type {
  font-weight: 300;
  margin-bottom: 50px;
}
.bloc_espace_candidat .bloc_bleu .lien_2 {
  margin-top: 40px;
}
.bloc_espace_candidat .bloc_bleu a {
  font-weight: 700;
  background: #f2b711;
  padding: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bloc_espace_candidat .bloc_bleu a:hover {
  background: #ffffff;
  color: #0a7f98;
}
.bloc_espace_candidat .bloc_bleu .icon-pointe_bulle {
  position: absolute;
  bottom: -38px;
  left: 40px;
  width: 38px;
  height: 38px;
  fill: #0a7f98;
}

.lien_vers_nos_offres {
  position: absolute;
  width: 70%;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1200px) {
  .lien_vers_nos_offres {
    width: 100%;
    height: 73%;
    top: 160px;
  }
}
@media (max-width: 837px) {
  .lien_vers_nos_offres {
    height: 84%;
  }
}
.lien_vers_nos_offres a {
  height: 100%;
  display: block;
}

.texte_remontee_offres,
.texte_remontee_actus {
  display: inline-block;
  width: 25%;
  margin-right: 4%;
}
@media (max-width: 1200px) {
  .texte_remontee_offres,
  .texte_remontee_actus {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .texte_remontee_offres,
  .texte_remontee_actus {
    width: 100%;
  }
}
.texte_remontee_offres h2,
.texte_remontee_actus h2 {
  color: #0a7f98;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .texte_remontee_offres h2,
  .texte_remontee_actus h2 {
    margin-bottom: 15px;
  }
}
.texte_remontee_offres p,
.texte_remontee_actus p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25;
}
.texte_remontee_offres p:last-child,
.texte_remontee_actus p:last-child {
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .texte_remontee_offres p:last-child,
  .texte_remontee_actus p:last-child {
    margin-top: 25px;
  }
}
.texte_remontee_offres p:last-child > a,
.texte_remontee_actus p:last-child > a {
  font-weight: 700;
  color: #ffffff;
  background: #0a7f98;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.texte_remontee_offres p:last-child > a:hover,
.texte_remontee_actus p:last-child > a:hover {
  color: #0a7f98;
  background: #ffffff;
  border: 1px solid #0a7f98;
}

.dernieres_offres {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .dernieres_offres {
    margin-top: 30px;
  }
}
.dernieres_offres .trois_offres {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1200px) {
  .dernieres_offres .trois_offres {
    width: 100%;
    text-align: center;
  }
}
.dernieres_offres h2 {
  font-family: "magallanes", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 30px;
}
.dernieres_offres h2 a {
  color: #d52e52;
}
.dernieres_offres h2 a:hover {
  color: #0a7f98;
}
@media (max-width: 1200px) {
  .dernieres_offres .offres {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 20px;
  }
}
.dernieres_offres .offre {
  display: inline-block;
  vertical-align: top;
  width: 264px;
  height: auto;
  background: #f9f5f3;
  padding: 20px 25px 60px 25px;
  margin-right: 2.4%;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .dernieres_offres .offre {
    text-align: left;
    display: unset;
    vertical-align: unset;
    width: unset;
    height: unset;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
  }
}
@media (max-width: 767px) {
  .dernieres_offres .offre {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
.dernieres_offres .offre:nth-child(3n) {
  margin-right: 0;
}
.dernieres_offres .description_offre {
  margin-top: 30px;
}

.les_dernieres_actus {
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .les_dernieres_actus {
    margin-top: 30px;
  }
}

.texte_remontee_actus p:last-child {
  margin-top: 0;
}

.dernieres_actus {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}
@media (max-width: 1200px) {
  .dernieres_actus {
    display: block;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
.dernieres_actus .actu_accueil {
  display: inline-block;
  vertical-align: top;
  width: 31.5%;
  margin-right: 2.4%;
  margin-bottom: 15px;
  background: #f9f5f3;
}
@media (max-width: 1200px) {
  .dernieres_actus .actu_accueil {
    width: 264px;
    text-align: left;
  }
}
@media (max-width: 1200px) {
  .dernieres_actus .actu_accueil {
    text-align: left;
    display: unset;
    vertical-align: unset;
    width: unset;
    height: unset;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
  }
}
@media (max-width: 767px) {
  .dernieres_actus .actu_accueil {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
.dernieres_actus .actu_accueil .image_actu_accueil {
  text-align: center;
}
@media (max-width: 767px) {
  .dernieres_actus .actu_accueil .image_actu_accueil img {
    height: 250px;
  }
}
.dernieres_actus .actu_accueil .contenu_actu_accueil {
  padding: 10px 15px;
}
.dernieres_actus .actu_accueil .contenu_actu_accueil p {
  color: #000000;
}
.dernieres_actus .actu_accueil .contenu_actu_accueil h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 10px;
}
.dernieres_actus .actu_accueil .contenu_actu_accueil h3 a {
  color: #000000;
}
.dernieres_actus .actu_accueil .contenu_actu_accueil h3 a:hover {
  color: #0a7f98;
}
.dernieres_actus .actu_accueil .contenu_actu_accueil .lire_la_suite {
  text-align: right;
}
.dernieres_actus .actu_accueil .contenu_actu_accueil .lire_la_suite a {
  color: #0a7f98;
}
.dernieres_actus .actu_accueil .contenu_actu_accueil .lire_la_suite a:hover {
  color: #2f3f48;
}
.dernieres_actus .actu_accueil:last-child {
  margin-right: 0;
}

.ils_nous_font_confiance {
  clear: both;
  color: #2f3f48;
  text-align: center;
  padding-top: 70px;
  margin-bottom: 35px;
}
@media (max-width: 1200px) {
  .ils_nous_font_confiance {
    padding-top: 30px;
    margin-bottom: 0;
  }
}

.slider_logos {
  width: 85% !important;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .slider_logos {
    width: 68% !important;
  }
}
@media (max-width: 480px) {
  .slider_logos {
    width: 33% !important;
  }
}
.slider_logos .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider_logos .owl-item {
  position: relative;
  height: 160px;
  margin: 0 25px;
}
.slider_logos .owl-item > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slider_logos .owl-item > div img {
  max-width: 160px;
  max-height: 160px;
  width: 100%;
  height: 100%;
}
.slider_logos .owl-item:after {
  content: "";
  position: absolute;
  background: #2f3f48;
  width: 15px;
  height: 3px;
  top: 50%;
  right: -35px;
}
.slider_logos .owl-prev,
.slider_logos .owl-next {
  position: absolute;
  top: 55px;
}
.slider_logos .owl-prev svg,
.slider_logos .owl-next svg {
  width: 50px;
  height: 50px;
  fill: #2f3f48;
}
.slider_logos .owl-prev svg:hover,
.slider_logos .owl-next svg:hover {
  fill: #0a7f98;
}
.slider_logos .owl-prev {
  left: -90px;
}
@media (max-width: 1200px) {
  .slider_logos .owl-prev {
    left: -70px;
  }
}
.slider_logos .owl-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider_logos .owl-prev:after {
  content: "";
  position: absolute;
  background: #2f3f48;
  height: 3px;
  width: 40px;
  top: 25px;
}
@media (max-width: 1200px) {
  .slider_logos .owl-prev:after {
    width: 25px;
  }
}
.slider_logos .owl-next {
  right: -90px;
}
@media (max-width: 1200px) {
  .slider_logos .owl-next {
    right: -70px;
  }
}
.slider_logos .owl-next:before {
  content: "";
  position: absolute;
  background: #2f3f48;
  height: 3px;
  width: 40px;
  top: 25px;
  left: -40px;
}
@media (max-width: 1200px) {
  .slider_logos .owl-next:before {
    left: -21px;
    width: 25px;
  }
}

.lien_nos_references {
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.lien_nos_references a {
  color: #0a7f98;
}
.lien_nos_references a:hover {
  color: #2f3f48;
}
.lien_nos_references a:hover .icon-fleche {
  stroke: #0a7f98;
}
.lien_nos_references .icon-fleche {
  width: 8px;
  height: 12px;
  stroke: #f2b711;
  margin-right: 5px;
}

[data-id="home"] .image_fond_haut_de_page_accueil {
  position: relative;
  height: 490px;
}
@media (max-width: 767px) {
  [data-id="home"] .image_fond_haut_de_page_accueil {
    height: auto;
  }
}
[data-id="home"] .image_fond_haut_de_page_accueil .contenu > h1 {
  width: 100%;
  padding-top: 25px;
}
[data-id="home"] .lien_sur_image {
  height: 490px;
}
[data-id="home"] .lien_sur_image a {
  height: 490px;
}
@media (max-width: 767px) {
  [data-id="home"] .lien_sur_image {
    height: 100%;
  }
  [data-id="home"] .lien_sur_image a {
    height: 100%;
  }
}
[data-id="home"] .texte_a_gauche_accueil {
  display: inline-block;
  width: 55.5%;
  margin-left: 0;
}
@media (max-width: 1200px) {
  [data-id="home"] .texte_a_gauche_accueil {
    margin-left: 2%;
  }
}
@media (max-width: 767px) {
  [data-id="home"] .texte_a_gauche_accueil {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    margin-top: 30px;
  }
}
[data-id="home"] .bulle_aide {
  position: relative;
  display: inline-block;
  width: 37%;
  vertical-align: top;
  margin-left: 7.5%;
  margin-top: 70px;
  right: unset;
}
[data-id="home"] .bulle_aide .textwidget {
  position: relative;
}
[data-id="home"] .bulle_aide .question {
  background: #f2b711;
  width: 100%;
}
[data-id="home"] .bulle_aide .contenu_bulle_aide {
  display: block;
}
@media (max-width: 1200px) {
  [data-id="home"] .bulle_aide {
    margin-left: 4.5%;
  }
}
@media (max-width: 767px) {
  [data-id="home"] .bulle_aide {
    width: 100%;
    margin: 30px 0;
    padding: 0 20px;
  }
}
[data-id="home"] .widget_accueil {
  width: 100%;
  text-align: left;
  margin-top: 30px;
  margin-left: 0;
}
@media (max-width: 1200px) {
  [data-id="home"] .widget_accueil {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  [data-id="home"] .widget_accueil {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  [data-id="home"] .widget_accueil {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 850px) {
  [data-id="home"] .widget_accueil .liste_svg {
    text-align: center;
  }
}
[data-id="home"] .widget_accueil .liste_svg div {
  display: inline-block;
  vertical-align: top;
  width: 16.5%;
  text-align: center;
  margin: 0 1.9%;
}
[data-id="home"] .widget_accueil .liste_svg div:first-child {
  margin-left: 0;
}
@media (max-width: 850px) {
  [data-id="home"] .widget_accueil .liste_svg div {
    width: 29.5%;
  }
}
[data-id="home"] .widget_accueil .liste_svg div svg {
  width: 50px;
  height: 50px;
}
[data-id="home"] .widget_accueil .liste_svg div p {
  font-weight: 700;
  margin-top: 10px;
  font-size: 1.35rem;
  line-height: 1.1;
}
[data-id="home"] .widget_accueil .liste_svg div a:hover p {
  color: #0a7f98;
}

.barre_bleu {
  background: #0a7f98;
  padding-top: 125px;
}
@media (max-width: 1200px) {
  .barre_bleu {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .barre_bleu {
    padding-top: 0;
  }
}
.barre_bleu .contenu {
  position: relative;
  height: 220px;
  padding: 15px 0;
  overflow: visible;
}
@media (max-width: 767px) {
  .barre_bleu .contenu {
    height: auto;
  }
}
.barre_bleu .contenu #breadcrumbs a,
.barre_bleu .contenu #breadcrumbs span {
  color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
}
.barre_bleu .contenu #breadcrumbs a a,
.barre_bleu .contenu #breadcrumbs span a {
  color: #ffffff;
}
.barre_bleu .contenu #breadcrumbs a:hover {
  color: #2f3f48;
}
.barre_bleu .contenu #breadcrumbs .breadcrumb_last {
  font-weight: 700;
}
.barre_bleu .contenu h1 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.125;
  color: #ffffff;
  width: 62.5%;
  position: absolute;
  top: 40px;
}
@media (max-width: 1200px) {
  .barre_bleu .contenu h1 {
    font-size: 35px;
  }
}
@media (max-width: 1200px) {
  .barre_bleu .contenu h1 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media (max-width: 950px) {
  .barre_bleu .contenu h1 {
    width: 100%;
    margin-top: 10px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .barre_bleu .contenu h1 {
    position: relative;
    top: unset;
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.bulle_aide {
  position: absolute;
  right: 0;
  width: 440px;
  margin-top: 79px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .bulle_aide {
    width: 350px;
    margin-top: 97px;
  }
}
@media (max-width: 767px) {
  .bulle_aide {
    display: none;
  }
}
.bulle_aide .contenu_bulle_aide {
  display: none;
  background: #f2b711;
  border-radius: 0 0 35px 0;
  padding-top: 15px;
  padding-bottom: 20px;
}
.bulle_aide .contenu_bulle_aide a p {
  margin-bottom: 30px;
}
.bulle_aide .contenu_bulle_aide a:hover .icon-fleche_rond {
  fill: #2f3f48;
}
.bulle_aide .contenu_bulle_aide a:hover p {
  color: #ffffff;
}
.bulle_aide .contenu_bulle_aide p {
  color: #2f3f48;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: none;
  font-style: normal;
  margin-left: 80px;
}
.bulle_aide .contenu_bulle_aide p a {
  color: #2f3f48;
}
@media (max-width: 1200px) {
  .bulle_aide .contenu_bulle_aide p {
    margin-left: 0;
  }
}
.bulle_aide .contenu_bulle_aide p span {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 300;
  margin-left: 15px;
}
@media (max-width: 1200px) {
  .bulle_aide .contenu_bulle_aide p span {
    font-size: 20px;
    font-size: 2rem;
  }
}
.bulle_aide .contenu_bulle_aide p:nth-child(4) {
  margin-bottom: 5px;
}
.bulle_aide .contenu_bulle_aide p:nth-child(5) {
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .bulle_aide .contenu_bulle_aide p:nth-child(4),
  .bulle_aide .contenu_bulle_aide p:nth-child(5),
  .bulle_aide .contenu_bulle_aide p:nth-child(6) {
    text-align: center;
  }
}
.bulle_aide .contenu_bulle_aide .icon-pointe_bulle {
  position: absolute;
  bottom: -35px;
  left: 70px;
  width: 36px;
  height: 36px;
  fill: #f2b711;
}
.bulle_aide .question {
  display: inline-block;
  background: #f3be29;
  padding: 0 30px;
  padding-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 0;
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  -o-transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  color: #ffffff;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  font-family: "magallanes", sans-serif;
}
.bulle_aide .question a {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .bulle_aide .question {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.bulle_aide .question:hover {
  cursor: pointer;
}
.bulle_aide .question:hover,
.bulle_aide .question:active,
.bulle_aide .question:focus {
  background: #f2b711;
}
.bulle_aide .icon-fleche_rond,
.bulle_aide .icon-tete_sourire {
  width: 39px;
  height: 39px;
  float: left;
  margin-left: 30px;
  margin-top: -2px;
}
@media (max-width: 1200px) {
  .bulle_aide .icon-fleche_rond,
  .bulle_aide .icon-tete_sourire {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.bulle_aide .icon-fleche_rond {
  fill: #ffffff;
}
.bulle_aide .icon-tete_sourire {
  fill: rgba(0, 0, 0, 0);
  stroke: white;
}

.page-id-57 .sous_menu,
.page-id-61 .sous_menu {
  margin-bottom: 30px;
}

.page-id-42 .sous_menu,
.page-id-44 .sous_menu,
.page-id-482 .sous_menu {
  display: none;
}

.sous_menu {
  background: #c4e1f1;
}
@media (max-width: 767px) {
  .sous_menu {
    display: none;
  }
}
.sous_menu .contenu {
  overflow: visible;
}
.sous_menu #menu {
  padding-left: 0;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
}
.sous_menu #menu .menu {
  visibility: hidden;
  margin-top: 0;
}
.sous_menu #menu .menu li:not(.current-menu-parent) {
  display: none;
}
.sous_menu #menu .menu li {
  width: unset;
}
.sous_menu #menu .menu .current-menu-parent {
  z-index: 1;
  top: -22px;
  width: 100%;
  visibility: hidden;
}
@media (max-width: 1200px) {
  .sous_menu #menu .menu .current-menu-parent {
    top: -19px;
  }
}
.sous_menu #menu .menu .current-menu-parent .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  visibility: visible;
  opacity: 1;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  padding: 0;
  left: 0;
  width: 100%;
  white-space: normal;
  background: #c4e1f1;
}
.sous_menu #menu .menu .current-menu-parent .sub-menu li {
  position: relative;
  display: inline-block;
  padding: 12px 25px;
  height: auto;
}
@media (max-width: 1200px) {
  .sous_menu #menu .menu .current-menu-parent .sub-menu li {
    padding: 15px 10px;
    margin-top: 0;
  }
}
.sous_menu #menu .menu .current-menu-parent .sub-menu .current-menu-item {
  background: #0a7f98;
  border-bottom: 0;
}
.sous_menu #menu .menu .current-menu-parent .sub-menu .current-menu-item a {
  color: #ffffff;
  border-bottom: 0;
}
.sous_menu #menu .menu .current-menu-parent .sub-menu .current-menu-item a:after {
  content: unset;
}
.sous_menu #menu .menu .current-menu-parent .sub-menu a {
  text-transform: uppercase;
  color: #0a7f98;
  padding: 0;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .sous_menu #menu .menu .current-menu-parent .sub-menu a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.sous_menu #menu .menu .current-menu-parent .sub-menu a:hover {
  color: #2f3f48;
}
.sous_menu #menu .menu .current-menu-parent .sub-menu a:hover:after {
  position: unset;
}
.sous_menu #menu .menu .current-menu-parent .sub-menu a a:after {
  position: unset;
}

@media (max-width: 800px) {
  .page-id-55 #content,
  .page-id-59 #content,
  .page-id-63 #content,
  .page-id-67 #content,
  .page-id-75 #content {
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .page-id-55 #content,
  .page-id-59 #content,
  .page-id-63 #content,
  .page-id-67 #content,
  .page-id-75 #content {
    padding-bottom: 30px;
  }
}
.page-id-71 #slide .contenu .texte_slide_a_gauche {
  padding-top: 35px;
}

.texte_et_image_de_fond_haut_de_page {
  position: relative;
  height: 615px;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: -20px;
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: right;
}
@media (max-width: 1200px) {
  .texte_et_image_de_fond_haut_de_page {
    background-position-x: center;
  }
  .texte_et_image_de_fond_haut_de_page .contenu {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .texte_et_image_de_fond_haut_de_page {
    background-image: unset !important;
    height: auto;
    margin-bottom: 10px;
  }
}
.texte_et_image_de_fond_haut_de_page .icon-logo_vide {
  position: absolute;
  top: 105px;
  width: 94px;
  height: 99px;
  fill: none;
  stroke: #2f3f48;
}
@media (max-width: 1024px) {
  .texte_et_image_de_fond_haut_de_page .icon-logo_vide {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .texte_et_image_de_fond_haut_de_page .icon-logo_vide {
    display: none;
  }
}
.texte_et_image_de_fond_haut_de_page .texte_haut_de_page {
  width: 50%;
  margin-left: 115px;
  padding-top: 100px;
}
@media (max-width: 1200px) {
  .texte_et_image_de_fond_haut_de_page .texte_haut_de_page {
    width: 52%;
  }
}
@media (max-width: 1024px) {
  .texte_et_image_de_fond_haut_de_page .texte_haut_de_page {
    padding-top: 50px;
    width: 70%;
  }
}
@media (max-width: 767px) {
  .texte_et_image_de_fond_haut_de_page .texte_haut_de_page {
    width: 100%;
    margin: 0;
    padding-top: 30px;
  }
}
.texte_et_image_de_fond_haut_de_page .texte_haut_de_page p {
  font-family: "magallanes", sans-serif;
  color: #0a7f98;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  line-height: 1.3;
  margin-bottom: 30px;
}
.texte_et_image_de_fond_haut_de_page .texte_haut_de_page p a {
  color: #0a7f98;
}
@media (max-width: 1200px) {
  .texte_et_image_de_fond_haut_de_page .texte_haut_de_page p {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .texte_et_image_de_fond_haut_de_page .texte_haut_de_page p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.image_grande_a_gauche_et_bloc_texte_a_droite {
  position: relative;
  z-index: 1;
  margin-top: -180px;
}
@media (max-width: 1024px) {
  .image_grande_a_gauche_et_bloc_texte_a_droite {
    margin-top: 0;
  }
}
.image_grande_a_gauche_et_bloc_texte_a_droite .image_grande {
  overflow: hidden;
  width: 70%;
}
@media (max-width: 1400px) {
  .image_grande_a_gauche_et_bloc_texte_a_droite .image_grande {
    width: 65%;
  }
}
@media (max-width: 980px) {
  .image_grande_a_gauche_et_bloc_texte_a_droite .image_grande {
    margin: 0 auto;
  }
}
.image_grande_a_gauche_et_bloc_texte_a_droite .image_grande img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.image_grande_a_gauche_et_bloc_texte_a_droite .image_grande img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.image_grande_a_gauche_et_bloc_texte_a_droite .bloc_texte_a_droite {
  background: #ffffff;
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 32.5%;
  padding: 25px;
}
@media (max-width: 1400px) {
  .image_grande_a_gauche_et_bloc_texte_a_droite .bloc_texte_a_droite {
    width: 37.5%;
  }
}
@media (max-width: 1200px) {
  .image_grande_a_gauche_et_bloc_texte_a_droite .bloc_texte_a_droite {
    width: 40%;
  }
}
@media (max-width: 980px) {
  .image_grande_a_gauche_et_bloc_texte_a_droite .bloc_texte_a_droite {
    width: 100%;
    bottom: unset;
    position: relative;
  }
}
@media (max-width: 767px) {
  .image_grande_a_gauche_et_bloc_texte_a_droite .bloc_texte_a_droite {
    padding-bottom: 0;
  }
}
.image_grande_a_gauche_et_bloc_texte_a_droite .bloc_texte_a_droite h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  color: #0a7f98;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .image_grande_a_gauche_et_bloc_texte_a_droite .bloc_texte_a_droite h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.image_grande_a_gauche_et_bloc_texte_a_droite .bloc_texte_a_droite li {
  position: relative;
  margin-left: 20px;
  margin-bottom: 10px;
}
.image_grande_a_gauche_et_bloc_texte_a_droite .bloc_texte_a_droite li:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #0a7f98;
  margin-left: -20px;
  margin-top: 4px;
}

.image_longue_en_fond_et_bloc_texte_a_gauche {
  position: relative;
  background-repeat: no-repeat;
  background-position-x: center;
  height: 650px;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .image_longue_en_fond_et_bloc_texte_a_gauche {
    background-image: unset !important;
    height: auto;
    margin-top: 0;
  }
}
.image_longue_en_fond_et_bloc_texte_a_gauche .contenu {
  position: relative;
  overflow: visible;
}
.image_longue_en_fond_et_bloc_texte_a_gauche .contenu .bloc_texte_a_gauche {
  background: #ffffff;
  width: 51%;
  padding: 25px;
  position: absolute;
  top: -100px;
  left: 0;
  margin-left: 30px;
}
@media (max-width: 1024px) {
  .image_longue_en_fond_et_bloc_texte_a_gauche .contenu .bloc_texte_a_gauche {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .image_longue_en_fond_et_bloc_texte_a_gauche .contenu .bloc_texte_a_gauche {
    position: relative;
    top: unset;
    width: 96%;
    margin-left: 2%;
    padding: 0 25px;
  }
}
.image_longue_en_fond_et_bloc_texte_a_gauche .contenu .bloc_texte_a_gauche p {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .image_longue_en_fond_et_bloc_texte_a_gauche .contenu .bloc_texte_a_gauche p {
    margin-bottom: 30px;
  }
}
.image_longue_en_fond_et_bloc_texte_a_gauche .contenu .bloc_texte_a_gauche li {
  margin-left: 20px;
  margin-bottom: 15px;
}
.image_longue_en_fond_et_bloc_texte_a_gauche .contenu .bloc_texte_a_gauche li:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #0a7f98;
  margin-left: -20px;
  margin-top: 4px;
}
.image_longue_en_fond_et_bloc_texte_a_gauche .contenu .bloc_texte_a_gauche li:last-child {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .image_longue_en_fond_et_bloc_texte_a_gauche .contenu .bloc_texte_a_gauche li:last-child {
    margin-bottom: 30px;
  }
}
.image_longue_en_fond_et_bloc_texte_a_gauche .contenu .bloc_texte_a_gauche h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  color: #0a7f98;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .image_longue_en_fond_et_bloc_texte_a_gauche .contenu .bloc_texte_a_gauche h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.image_longue_en_fond_et_bloc_texte_a_gauche .contenu .bloc_texte_a_gauche .lien {
  width: unset;
  margin-bottom: 0;
}

.texte {
  width: 52%;
  margin-left: 9%;
  margin-top: 30px;
}
@media (max-width: 800px) {
  .texte {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
  }
}
.texte h2 {
  color: #0a7f98;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .texte h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.texte li {
  margin-left: 20px;
  margin-bottom: 25px;
}
.texte li:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #0a7f98;
  margin-left: -20px;
  margin-top: 4px;
}
.texte p:last-child {
  margin-bottom: 25px;
}

.lien {
  width: 52%;
  margin-left: 9%;
  position: relative;
  text-align: right;
  padding-right: 55px;
  color: #2f3f48;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: none;
  font-style: normal;
}
@media (max-width: 800px) {
  .lien {
    width: 100%;
    margin-left: -20px;
  }
}
.lien a {
  color: #2f3f48;
}
.lien:hover {
  color: #0a7f98;
  cursor: pointer;
}
.lien:after {
  content: "";
  position: absolute;
  border-bottom: 3px solid #f2b711;
  width: 40px;
  bottom: 4px;
  margin-left: 15px;
}

.en_savoir_plus {
  background-image: url(./assets/img/en_savoir_plus.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 64%;
  bottom: 35px;
}
@media (max-width: 800px) {
  .en_savoir_plus {
    left: unset;
    right: 5%;
    bottom: 5px;
  }
}
@media (max-width: 767px) {
  .en_savoir_plus {
    display: none;
  }
}
.en_savoir_plus p {
  color: #2f3f48;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  width: 169px;
  height: 125px;
  padding: 15px;
  line-height: 1;
}
.en_savoir_plus p a {
  color: #2f3f48;
}

.texte_a_gauche_aligne_en_haut_et_texte_a_droite_aligne_en_bas {
  margin-top: 10px;
}

.texte_a_gauche_aligne_en_haut,
.texte_a_droite_aligne_en_bas,
.texte_a_gauche {
  width: 50%;
}
.texte_a_gauche_aligne_en_haut h2,
.texte_a_droite_aligne_en_bas h2,
.texte_a_gauche h2 {
  color: #0a7f98;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 25px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .texte_a_gauche_aligne_en_haut h2,
  .texte_a_droite_aligne_en_bas h2,
  .texte_a_gauche h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.texte_a_gauche_aligne_en_haut .lien,
.texte_a_droite_aligne_en_bas .lien,
.texte_a_gauche .lien {
  width: unset;
  padding-top: 5px;
}

.texte_a_gauche_aligne_en_haut,
.texte_a_droite_aligne_en_bas {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .texte_a_gauche_aligne_en_haut,
  .texte_a_droite_aligne_en_bas {
    margin-top: 30px;
  }
}

.texte_a_gauche_aligne_en_haut,
.texte_a_gauche {
  padding-left: 9.5%;
  padding-right: 3%;
}
@media (max-width: 800px) {
  .texte_a_gauche_aligne_en_haut,
  .texte_a_gauche {
    width: 100%;
    padding: 0 20px;
    margin-top: 30px;
  }
}

.texte_a_droite_aligne_en_bas {
  position: relative;
  left: 50%;
  padding-right: 9.5%;
  padding-left: 3%;
}
@media (max-width: 800px) {
  .texte_a_droite_aligne_en_bas {
    width: 100%;
    left: 0;
    padding: 0 20px;
    margin-top: 30px;
  }
}

.texte_a_gauche_et_image_a_droite {
  position: relative;
  min-height: 545px;
  margin-top: 50px;
  overflow: visible;
}
@media (max-width: 800px) {
  .texte_a_gauche_et_image_a_droite {
    margin-top: 30px;
    min-height: auto;
  }
}
.texte_a_gauche_et_image_a_droite .texte_a_gauche {
  position: relative;
  z-index: 1;
  padding-top: 90px;
}
@media (max-width: 800px) {
  .texte_a_gauche_et_image_a_droite .texte_a_gauche {
    padding-top: 0;
  }
}
.texte_a_gauche_et_image_a_droite .image_a_droite {
  position: absolute;
  top: 30px;
  right: -200px;
}
@media (max-width: 1400px) {
  .texte_a_gauche_et_image_a_droite .image_a_droite {
    right: -100px;
  }
}
@media (max-width: 800px) {
  .texte_a_gauche_et_image_a_droite .image_a_droite {
    display: none;
  }
}

#slide {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
  top: 100%;
  background-color: #f18924;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: 75px;
}
#slide .contenu {
  position: relative;
  overflow: visible;
  margin-top: 125px;
}
@media (max-width: 767px) {
  #slide .contenu {
    margin-top: 0;
  }
}
@media (max-width: 800px) {
  #slide .contenu {
    overflow: auto;
    height: 100%;
  }
}
#slide .contenu .titre_slide {
  margin-left: 6%;
  padding-top: 75px;
  margin-bottom: 15px;
}
#slide .contenu .titre_slide h2 {
  margin-bottom: 0;
}
#slide .contenu .sans_titre {
  margin-top: 75px !important;
}
#slide .contenu .sb-content {
  max-height: unset !important;
}
#slide .contenu .texte_slide_a_gauche,
#slide .contenu .texte_slide_a_droite {
  display: inline-block;
  width: 40%;
}
@media (max-width: 800px) {
  #slide .contenu .texte_slide_a_gauche,
  #slide .contenu .texte_slide_a_droite {
    height: auto !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 20px;
    padding-bottom: unset !important;
  }
}
#slide .contenu .texte_slide_a_gauche {
  position: relative;
  margin: 0 6%;
  vertical-align: top;
  height: 75vh;
  overflow: hidden;
  padding-bottom: 90px;
}
#slide .contenu .texte_slide_a_droite {
  position: relative;
  height: 75vh;
  overflow: hidden;
  padding-bottom: 90px;
}
@media (max-width: 800px) {
  #slide .contenu .texte_slide_a_droite {
    margin: 0 !important;
  }
  #slide .contenu .texte_slide_a_droite .icon-barre_pointe {
    display: none;
  }
}
#slide .contenu .texte_slide_a_droite .icon-barre_pointe {
  position: absolute;
  top: -60px;
  stroke: #ffffff;
  width: 100%;
}
#slide .contenu h2,
#slide .contenu h3,
#slide .contenu p,
#slide .contenu li {
  color: #ffffff;
}
#slide .contenu h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.15;
  text-transform: uppercase;
  margin-bottom: 55px;
}
@media (max-width: 1024px) {
  #slide .contenu h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
#slide .contenu h3 {
  line-height: 1;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  #slide .contenu h3 {
    font-size: 25px;
    font-size: rem;
  }
}
#slide .contenu h3,
#slide .contenu p {
  margin-bottom: 25px;
}
#slide .contenu li {
  position: relative;
  margin-left: 20px;
}
#slide .contenu li:before {
  content: "- ";
  position: absolute;
  left: -20px;
}

.lien_fermer {
  position: absolute;
  right: 0;
  font-family: "magallanes", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .lien_fermer {
    margin-right: 20px;
  }
}
.lien_fermer:hover {
  cursor: pointer;
  color: #2f3f48 !important;
}

.page-template-pages_footer h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .page-template-pages_footer h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.page-template-pages_footer #content .contenu {
  padding: 0 20px;
}
.page-template-pages_footer #content .contenu li:before {
  content: "- " !important;
}
.page-template-pages_footer #content .contenu a {
  color: #0a7f98;
}
.page-template-pages_footer #content .contenu a:hover {
  color: #2f3f48;
}

.page-id-90 h2 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.125;
}
@media (max-width: 1200px) {
  .page-id-90 h2 {
    font-size: 35px;
  }
}

.page-id-850 #content .contenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.page-id-850 #content .contenu h2 {
  color: #0a7f98;
}
.page-id-850 #content .contenu .colonne {
  width: 48%;
}
@media (max-width: 767px) {
  .page-id-850 #content .contenu .colonne {
    width: 100%;
  }
}
.page-id-850 #content .contenu .colonne + .colonne {
  margin-left: auto;
}
@media (max-width: 767px) {
  .page-id-850 #content .contenu .colonne + .colonne {
    margin-left: 0;
  }
}

.page-id-48 #content {
  padding-bottom: 0;
}

.personnes {
  background: #c4e1f1;
  width: 100%;
  padding: 50px 0;
}
.personnes .personne {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 15px;
}
@media (max-width: 767px) {
  .personnes .personne {
    width: 50%;
  }
}
.personnes .personne img:hover {
  cursor: pointer;
}
.personnes .fonction,
.personnes .prenom_personne {
  color: #0a7f98;
  margin-left: 10px;
}
.personnes .fonction {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 767px) {
  .personnes .fonction {
    padding: 5px;
  }
}
.personnes .prenom_personne {
  font-family: "magallanes", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .personnes .prenom_personne {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .personnes .prenom_personne {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 5px;
  }
}

.fond_slide_bleu_clair {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #c4e1f1;
  opacity: 0;
}

.slide_personne .contenu {
  position: relative;
  height: 100%;
}
.slide_personne .lien_fermer_personne {
  font-family: "magallanes", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 40px;
  position: absolute;
  top: -10px;
  right: 25%;
}
@media (max-width: 800px) {
  .slide_personne .lien_fermer_personne {
    right: 5%;
  }
}
@media (max-width: 600px) {
  .slide_personne .lien_fermer_personne {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.slide_personne .lien_fermer_personne:hover {
  cursor: pointer;
  color: #2f3f48 !important;
}
.slide_personne .fond_slide_gauche_bleu_clair {
  opacity: 0;
  background: #c4e1f1;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 50%;
  width: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .slide_personne .fond_slide_gauche_bleu_clair {
    display: none !important;
  }
}
.slide_personne .slide_personne_gauche {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 45%;
  z-index: 4;
  width: 40%;
}
@media (max-width: 1400px) {
  .slide_personne .slide_personne_gauche {
    right: 50% !important;
  }
}
@media (max-width: 1200px) {
  .slide_personne .slide_personne_gauche {
    right: 55% !important;
  }
}
@media (max-width: 767px) {
  .slide_personne .slide_personne_gauche {
    right: unset !important;
    width: 80%;
    height: 215px;
  }
}
@media (max-width: 600px) {
  .slide_personne .slide_personne_gauche {
    width: 75%;
  }
}
.slide_personne .slide_personne_droite {
  display: none;
  background: #0a7f98;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 3;
  width: 60%;
}
@media (max-width: 767px) {
  .slide_personne .slide_personne_droite {
    left: 0;
    width: 100%;
  }
}
.slide_personne img {
  opacity: 0;
}
.slide_personne p {
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.5;
}
.slide_personne .slide_fonction_et_prenom {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 5%;
  bottom: 0;
}
@media (max-width: 767px) {
  .slide_personne .slide_fonction_et_prenom {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    display: inline-block;
    left: 20%;
    bottom: unset;
    top: 15px;
    position: absolute;
  }
  .slide_personne .slide_fonction_et_prenom p {
    color: #ffffff;
  }
  .slide_personne .slide_fonction_et_prenom .image_qui_apparait {
    width: auto;
    float: left;
    margin-right: 10px;
    max-height: 200px;
    height: 100%;
  }
  .slide_personne .slide_fonction_et_prenom .prenom_personne,
  .slide_personne .slide_fonction_et_prenom .fonction {
    position: relative;
    bottom: -95px;
    display: inline-block;
    margin: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .slide_personne .slide_fonction_et_prenom .fonction {
    width: 50%;
  }
}
@media (max-width: 767px) and (max-width: 600px) {
  .slide_personne .slide_fonction_et_prenom .fonction {
    width: unset;
  }
}
@media (max-width: 600px) {
  .slide_personne .slide_fonction_et_prenom {
    left: unset;
    width: 50%;
    text-align: center;
    left: 65%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 176px;
  }
  .slide_personne .slide_fonction_et_prenom .prenom_personne,
  .slide_personne .slide_fonction_et_prenom .fonction {
    bottom: -5px;
  }
}
.slide_personne .slide_fonction_et_prenom .prenom_personne {
  margin-bottom: 10px;
}
.slide_personne .contenu_personne {
  opacity: 0;
  width: 70%;
  margin-left: 15%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 800px) {
  .slide_personne .contenu_personne {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .slide_personne .contenu_personne {
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    top: 65%;
  }
}
@media (max-width: 600px) {
  .slide_personne .contenu_personne {
    top: 78%;
  }
}
.slide_personne .contenu_personne .texte_slide_personne {
  height: 75vh;
  padding-right: 40px;
  padding-bottom: 55px;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .slide_personne .contenu_personne .texte_slide_personne {
    height: 55vh;
    padding: 20px 0;
  }
}
@media (max-width: 600px) {
  .slide_personne .contenu_personne .texte_slide_personne {
    height: 50vh;
  }
}
.slide_personne .contenu_personne .aime p:first-of-type,
.slide_personne .contenu_personne .personne_ne_le_sait p:first-of-type {
  margin-bottom: 0;
}
.slide_personne .contenu_personne .personne_ne_le_sait p:last-child {
  margin-bottom: 0;
}

.sb-container {
  position: relative;
  overflow: hidden;
  padding-right: 20px;
}

.sb-content {
  height: 100%;
  width: 120%;
  padding-right: 20%;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .sb-content {
    width: 110%;
  }
}

.sb-scrollbar-container {
  position: absolute;
  right: 5px;
  bottom: 5px;
  top: 5px;
  width: 10px;
}

.sb-container-noscroll .sb-scrollbar-container {
  right: 0;
}

.sb-scrollbar {
  position: absolute;
  right: 0;
  height: 100px;
  width: 10px;
  border-radius: 10px;
  background: rgba(169, 169, 169, 0.5);
}

.sb-scrollbar:hover {
  background: rgba(169, 169, 169, 0.85);
}

#slide .contenu .texte_slide_a_gauche .sb-scrollbar,
#slide .contenu .texte_slide_a_droite .sb-scrollbar {
  background: rgba(255, 255, 255, 0.5);
}
#slide .contenu .texte_slide_a_gauche .sb-scrollbar:hover,
#slide .contenu .texte_slide_a_droite .sb-scrollbar:hover {
  background: rgba(255, 255, 255, 0.85);
}

.logos {
  text-align: center;
  margin-top: 30px;
}
.logos li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 200px;
  margin-bottom: 30px;
  padding: 15px;
}

.page-id-61 .image_grande_a_gauche_et_bloc_texte_a_droite {
  margin-top: 0;
}

.page-id-75 .image_grande_a_gauche_et_bloc_texte_a_droite {
  margin-top: 0;
}

.formationZone {
  position: relative;
  margin-bottom: 50px;
}
.formationZone .introduction {
  width: 100%;
  margin: 0 auto 25px;
}
.formationZone .icon-logo_vide {
  position: absolute;
  top: 105px;
  width: 94px;
  height: 99px;
  fill: none;
  stroke: #2f3f48;
}
@media (max-width: 1024px) {
  .formationZone .icon-logo_vide {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .formationZone .icon-logo_vide {
    display: none;
  }
}
.formationZone .texte_haut_de_page {
  width: 70%;
  margin-left: 115px;
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .formationZone .texte_haut_de_page {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .formationZone .texte_haut_de_page {
    width: 100%;
    margin: 0;
    padding-top: 30px;
  }
}
.formationZone .texte_haut_de_page p {
  font-family: "magallanes", sans-serif;
  color: #0a7f98;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  line-height: 1.3;
  margin-bottom: 30px;
}
.formationZone .texte_haut_de_page p a {
  color: #0a7f98;
}
@media (max-width: 1200px) {
  .formationZone .texte_haut_de_page p {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .formationZone .texte_haut_de_page p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.formationZone .listingFormation {
  margin-bottom: 25px;
}
.formationZone .listingFormation .fiches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .formationZone .listingFormation .fiches {
    padding: 0 20px;
  }
}
.formationZone .listingFormation .fiche {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 31%;
  height: auto;
  background: #f9f5f3;
  padding: 20px 25px 75px 25px;
  margin-right: 1.75%;
  margin-bottom: 25px;
  text-align: left;
}
@media (max-width: 800px) {
  .formationZone .listingFormation .fiche {
    width: 48%;
  }
}
@media (max-width: 640px) {
  .formationZone .listingFormation .fiche {
    width: 100%;
  }
}
.formationZone .listingFormation .fiche .gras {
  font-weight: 700;
}
.formationZone .listingFormation .fiche h2 {
  font-family: "magallanes", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 30px;
  color: #d52e52;
}
.formationZone .listingFormation .fiche h2 a {
  color: #d52e52;
}
.formationZone .listingFormation .fiche h2 a:hover {
  color: #0a7f98;
}
.formationZone .listingFormation .fiche .description_formation {
  margin: 15px 0 20px;
}
.formationZone .listingFormation .fiche .cible_formation,
.formationZone .listingFormation .fiche .lieu_formation {
  margin: 0;
}
.formationZone .listingFormation .fiche .en_savoir_plus_formation {
  position: absolute;
  bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.formationZone .listingFormation .fiche .en_savoir_plus_formation a {
  color: #d52e52;
}
.formationZone .listingFormation .fiche .en_savoir_plus_formation a .icon-dlButton {
  margin-bottom: -2px;
}
.formationZone .listingFormation .fiche .en_savoir_plus_formation a:hover {
  color: #0a7f98;
}

.page-id-25 #content .contenu > p:first-child,
.page-id-27 #content .contenu > p:first-child {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .page-id-25 #content .contenu > p:first-child,
  .page-id-27 #content .contenu > p:first-child {
    margin-left: 20px;
    margin-bottom: 30px;
  }
}
.page-id-25 .bulle_aide,
.page-id-27 .bulle_aide {
  display: none;
}
.page-id-25 .wpcf7,
.page-id-27 .wpcf7 {
  width: 55%;
}
@media (max-width: 1200px) {
  .page-id-25 .wpcf7,
  .page-id-27 .wpcf7 {
    margin-left: 20px;
    width: 60%;
  }
}
@media (max-width: 980px) {
  .page-id-25 .wpcf7,
  .page-id-27 .wpcf7 {
    margin-left: 35px;
  }
}
@media (max-width: 767px) {
  .page-id-25 .wpcf7,
  .page-id-27 .wpcf7 {
    width: 96%;
    margin-left: 2%;
  }
}
.page-id-25 .wpcf7,
.page-id-25 .widget_bulle_infos_orange,
.page-id-27 .wpcf7,
.page-id-27 .widget_bulle_infos_orange {
  display: inline-block;
  vertical-align: top;
}

.widget_bulle_infos_orange {
  position: relative;
  margin-left: 8.75%;
  background: #f18924;
  border-radius: 0 0 35px 0;
  width: 28.75%;
  background: #f18924;
  border-radius: 0 0 35px 0;
  padding: 30px 25px;
}
@media (max-width: 1200px) {
  .widget_bulle_infos_orange {
    margin-left: 5.75%;
  }
}
@media (max-width: 980px) {
  .widget_bulle_infos_orange {
    margin-left: 3.75%;
  }
}
@media (max-width: 767px) {
  .widget_bulle_infos_orange {
    display: none !important;
  }
}
.widget_bulle_infos_orange .bulle_droite h2,
.widget_bulle_infos_orange .bulle_droite h3,
.widget_bulle_infos_orange .bulle_droite p {
  color: #ffffff;
}
.widget_bulle_infos_orange .bulle_droite h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .widget_bulle_infos_orange .bulle_droite h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.widget_bulle_infos_orange .bulle_droite h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.widget_bulle_infos_orange .bulle_droite p {
  margin-bottom: 50px;
}
.widget_bulle_infos_orange .bulle_droite p:last-child {
  margin-bottom: 0;
}
.widget_bulle_infos_orange .bulle_droite .icon-pointe_bulle {
  position: absolute;
  bottom: -41px;
  left: 120px;
  width: 41px;
  height: 41px;
  fill: #f18924;
}

.page-template-nos_offres_demploi {
  font-size: 10px !important;
  line-height: 10px !important;
}
.page-template-nos_offres_demploi a {
  text-decoration: unset !important;
}
.page-template-nos_offres_demploi .liens_barre_bleu ul,
.page-template-nos_offres_demploi [id="menu-menu-1"] {
  margin-bottom: unset !important;
}

.gras {
  font-weight: 700;
}

.offre {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 31%;
  height: auto;
  background: #f9f5f3;
  padding: 20px 25px 60px 25px;
  margin-right: 1.75%;
  margin-bottom: 25px;
  text-align: left;
}
@media (max-width: 800px) {
  .offre {
    width: 48%;
  }
}
@media (max-width: 640px) {
  .offre {
    width: 100%;
  }
}
.offre h2 {
  font-family: "magallanes", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 30px;
}
.offre h2 a {
  color: #d52e52;
}
.offre h2 a:hover {
  color: #0a7f98;
}
.offre .en_savoir_plus_offre {
  position: absolute;
  bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.offre .en_savoir_plus_offre a {
  color: #d52e52;
}
.offre .en_savoir_plus_offre a .icon-fleche {
  margin-bottom: -2px;
}
.offre .en_savoir_plus_offre a:hover {
  color: #0a7f98;
}
.offre .metier_offre,
.offre .region_offre,
.offre .lieu_offre {
  margin: 0;
}
.offre .description_offre {
  margin-top: 30px;
}

.page-template-nos_offres_demploi .offres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .page-template-nos_offres_demploi .offres {
    padding: 0 20px;
  }
}
.page-template-nos_offres_demploi .pagination_offres {
  text-align: center;
}
.page-template-nos_offres_demploi .pagination_offres a {
  font-size: 15px;
  font-size: 1.5rem;
  color: #0a7f98;
  margin: 0 15px;
}
.page-template-nos_offres_demploi .pagination_offres a:hover {
  color: #d52e52;
}
.page-template-nos_offres_demploi .pagination_offres .icon-fleche {
  margin-bottom: -2px;
}
.page-template-nos_offres_demploi .pagination_offres .fleche_precedent {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.offre_seul {
  position: relative;
}
@media (max-width: 1200px) {
  .offre_seul {
    padding: 0 20px;
  }
}
.offre_seul h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25;
  color: #d52e52;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .offre_seul h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.offre_seul .titre_offre {
  display: inline-block;
}
.offre_seul .titre_offre h2 {
  background: #d52e52;
  font-family: "magallanes", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  padding: 20px;
}
@media (max-width: 800px) {
  .offre_seul .titre_offre h2 {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 0;
  }
}
.offre_seul .metier_offre {
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 2px;
  margin-top: 10px;
}
.offre_seul .description_entreprise {
  margin-top: 50px;
  margin-bottom: 30px;
  width: 90%;
}
@media (max-width: 800px) {
  .offre_seul .description_entreprise {
    width: 100%;
  }
}
.offre_seul .description_poste,
.offre_seul .profil_recherche {
  display: inline-block;
  width: 48%;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .offre_seul .description_poste,
  .offre_seul .profil_recherche {
    width: 100%;
  }
}
.offre_seul .description_poste {
  margin-top: 40px;
}
.offre_seul .profil_recherche {
  vertical-align: top;
  margin-left: 3.5%;
  background: #f9f5f3;
  padding: 25px 35px;
  margin-top: 15px;
}
@media (max-width: 800px) {
  .offre_seul .profil_recherche {
    margin-left: 0;
    margin-top: 0;
    background: unset;
    padding: unset;
  }
}
.offre_seul .type_contrat h3,
.offre_seul .type_contrat p,
.offre_seul .lieu_travail h3,
.offre_seul .lieu_travail p {
  display: inline;
}
.offre_seul .type_contrat {
  margin-top: 30px;
}
@media (max-width: 800px) {
  .offre_seul .bouton_postuler,
  .offre_seul .bouton_retour {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.lien_bouton {
  text-align: center;
  margin: 30px 0;
}
.lien_bouton a {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
}
.lien_bouton a .icon-fleche {
  margin-bottom: -2px;
}

.bouton_postuler {
  background: #f2b711;
  cursor: pointer;
  padding: 15px;
  margin-right: 15px;
  color: #2f3f48;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bouton_postuler:hover {
  background: #2f3f48;
  color: #f2b711;
}

.bouton_retour {
  margin-bottom: 15px;
  background: #f9f5f3;
  color: #2f3f48;
  padding: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bouton_retour .icon-fleche {
  stroke: #d52e52;
}
.bouton_retour:hover {
  background: #2f3f48;
  color: #ffffff;
}
.bouton_retour:hover .icon-fleche {
  stroke: #ffffff;
}

#form_reference {
  position: relative;
  height: 35px;
}
#form_reference > .form-group {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
@media (max-width: 767px) {
  #form_reference > .form-group {
    position: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    left: unset;
    width: 100%;
    text-align: center;
  }
}
#form_reference > .form-group > label {
  width: auto !important;
}
#form_reference > .form-group > div {
  width: auto !important;
  display: inline-block;
}

.pos-rel {
  width: 100% !important;
}

#human-form-apply {
  width: 60%;
  margin: 0 auto;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #human-form-apply {
    width: 100%;
  }
}
#human-form-apply #form_formQuestions {
  width: 100%;
}
#human-form-apply #form_formQuestions label {
  color: #2f3f48 !important;
}
#human-form-apply #form_formQuestions [id="16981_0_38223_1_c"] {
  width: unset;
}
#human-form-apply #form_formQuestions select2-selection,
#human-form-apply #form_formQuestions input {
  width: 100%;
  padding: 10px;
  border: 1px solid darkgray;
}
#human-form-apply #form_save {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  background: #2f3f48 !important;
  color: #f2b711 !important;
  cursor: pointer;
  border: none;
  opacity: 1;
  padding: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#human-form-apply #form_save:hover {
  background: #f2b711 !important;
  color: #2f3f48 !important;
}
#human-form-apply .ace-file-input .ace-file-container:hover {
  border-color: #0a7f98;
}

#grid[data-columns]::before {
  content: "3 .column.size-1of3";
}

@media (max-width: 767px) {
  #grid[data-columns]::before {
    content: "2 .column.size-1of2";
  }

  .size-1of2 {
    width: 46%;
  }

  .column:first-child {
    margin-right: 8%;
  }

  .column:nth-child(2) {
    margin: 0 !important;
  }
}
@media (max-width: 480px) {
  #grid[data-columns]::before {
    content: "1 .column.size-1of1";
  }

  .size-1of1 {
    width: 100%;
  }
}
.column {
  float: left;
}

.size-1of3 {
  width: 30.5%;
}

#grid .column:nth-child(2) {
  margin: 0 30px;
}

.blog .bulle_aide,
.category .bulle_aide,
.single .bulle_aide,
.blog .sous_menu,
.category .sous_menu,
.single .sous_menu {
  display: none;
}

@media (max-width: 767px) {
  .blog .barre_bleu .contenu,
  .category .barre_bleu .contenu,
  .single .barre_bleu .contenu {
    height: auto;
  }
}
.blog #breadcrumbs,
.category #breadcrumbs,
.single #breadcrumbs {
  display: none;
}
.blog #content > .contenu,
.category #content > .contenu,
.single #content > .contenu {
  padding: 0 20px;
}

.blog .lire_la_suite,
.category .lire_la_suite {
  text-align: right;
}
.blog .lire_la_suite a,
.category .lire_la_suite a {
  color: #2f3f48;
}
.blog .lire_la_suite a:hover,
.category .lire_la_suite a:hover {
  color: #d52e52;
}

.liste_categories {
  position: absolute;
  bottom: 25px;
}
@media (max-width: 767px) {
  .liste_categories {
    position: unset;
    bottom: unset;
    padding-bottom: 5px;
  }
}
.liste_categories .cat-item {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  margin-top: 27px;
}
.liste_categories .cat-item a {
  background: #ffffff;
  padding: 10px 15px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.liste_categories .cat-item a:hover {
  background: #0a7f98;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.liste_categories .current-cat a {
  color: #d52e52;
  font-weight: 700;
}

article header {
  position: relative;
}

.article {
  margin-bottom: 45px;
}
.article .image_article {
  overflow: hidden;
  max-height: 250px;
  height: 100%;
  margin-bottom: 15px;
}
.article .image_article img {
  width: 100%;
}
.article .date_article {
  color: #d52e52;
  margin-bottom: 15px;
}
.article .lien_titre_article {
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .article .lien_titre_article {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .article .lien_titre_article {
    font-size: 17.5px;
    font-size: 1.75rem;
  }
}
.article .lien_titre_article a {
  color: #2f3f48;
}
.article .lien_titre_article a:hover {
  color: #d52e52;
}
.article .extrait_article {
  font-size: 20px;
  font-size: 2rem;
}

.post-categories {
  margin: 15px 0;
}
.post-categories li {
  display: inline-block;
  background: #f9f5f3;
  padding: 10px 5px;
  margin-right: 5px;
  margin-bottom: 6px;
}
.post-categories li a:hover {
  color: #d52e52;
}
.post-categories li:last-child {
  margin-right: 0;
}

.single .contenu {
  position: relative;
}
.single .contenu .post-categories {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .single .contenu .post-categories {
    margin-top: 50px;
    text-align: center;
  }
}

.lien_retour_actualites_haut,
.lien_retour_actualites_bas {
  position: absolute;
  right: 0;
  display: inline-block;
  background: #f2b711;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: "magallanes", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 800px) {
  .lien_retour_actualites_haut,
  .lien_retour_actualites_bas {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.lien_retour_actualites_haut .icon-fleche,
.lien_retour_actualites_bas .icon-fleche {
  margin-bottom: -2px;
  margin-right: 10px;
  stroke: #2f3f48;
  width: 10px;
  height: 15px;
}
.lien_retour_actualites_haut:hover,
.lien_retour_actualites_bas:hover {
  background: #2f3f48;
}
.lien_retour_actualites_haut:hover .icon-fleche,
.lien_retour_actualites_bas:hover .icon-fleche {
  stroke: #f2b711;
}
.lien_retour_actualites_haut:hover a,
.lien_retour_actualites_bas:hover a {
  color: #f2b711;
}

.lien_retour_actualites_haut {
  top: 0;
}

.lien_retour_actualites_bas {
  bottom: 0;
}

.introduction_et_image {
  margin-bottom: 30px;
}

.introduction {
  display: inline-block;
  width: 47.5%;
  vertical-align: middle;
  margin-right: 5%;
}
@media (max-width: 767px) {
  .introduction {
    width: 100%;
    margin-right: 0;
  }
}
.introduction p {
  font-size: 20px;
  font-size: 2rem;
}
.introduction .date_article {
  font-size: 15px;
  font-size: 1.5rem;
}

.introduction_seul {
  width: 87.5%;
}

.image_article_seul {
  display: inline-block;
  width: 47.5%;
  max-height: 420px;
  height: auto;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}
@media (max-width: 767px) {
  .image_article_seul {
    width: 100%;
  }
}

.image_seul {
  width: 100%;
}

.contenu_article {
  width: 87.5%;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .contenu_article {
    width: 100%;
  }
}
.contenu_article h2 {
  font-size: 20px;
  font-size: 2rem;
  color: #d52e52;
  margin-top: 35px;
  margin-bottom: 10px;
}
.contenu_article a {
  color: #0a7f98;
  text-decoration: underline;
}
.contenu_article a:hover {
  color: #2f3f48;
}
.contenu_article li {
  position: relative;
  padding-left: 15px;
}
.contenu_article li:after {
  content: "- ";
  position: absolute;
  top: 0;
  left: 0;
}
