/*-- Variables --*/
/*-- CES --*/
.content > section:not(#ces-hdr), #ces-hdr > h1 {
  padding: 0 50px;
}
@media (max-width: 540px) {
  .content > section:not(#ces-hdr), #ces-hdr > h1 {
    padding: 0 15px;
  }
}

#ces-equipe .slide div, #ces-equipe img {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
#ces-equipe.service .slide > div:last-of-type {
  display: none;
}
#ces-equipe.service > div:last-of-type section h2 {
  display: none;
}
#ces-equipe.service .equipe-title {
  font-weight: normal;
  font-size: 36px;
  color: #005885;
  margin: 0.67em 0;
}

#ces-hdr h1 p {
  margin: 0;
}

#ces-hdr h1 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#ces-hdr h1 #ces-logo {
  width: 10%;
  height: auto;
}

section > .field--label, .content h2, .content h1 {
  font-weight: normal;
  font-size: 36px;
  color: #005885;
  margin: 0.67em 0;
}

/*-- Contact --*/
#contact-centre #ces-contact {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
  /*-- Padding --*/
  /*-- Icons --*/
  /*-- Form --*/
}
#contact-centre #ces-contact .field--label {
  margin: 1em 0;
}
#contact-centre #ces-contact > div {
  background-color: #f8f9f8;
}
#contact-centre #ces-contact > div:first-of-type {
  width: 40%;
  padding: 50px 0 50px 10%;
}
@media (max-width: 768px) {
  #contact-centre #ces-contact > div:first-of-type {
    padding: 50px 0 50px 1%;
  }
}
@media (min-width: 1025px) {
  #contact-centre #ces-contact > div:first-of-type {
    padding: 50px 0 50px 20%;
  }
}
#contact-centre #ces-contact > div:first-of-type .field--name-field-rendez-vous-link {
  display: none;
}
#contact-centre #ces-contact > div:last-of-type {
  width: 59%;
  padding: 0 100px;
}
@media (max-width: 768px) {
  #contact-centre #ces-contact > div:last-of-type {
    padding: 0 20px;
  }
}
#contact-centre #ces-contact div div:first-of-type svg {
  background-color: #00a8c1;
  border-radius: 50%;
  color: #f8f9f8;
  padding: 0.2em;
}
#contact-centre #ces-contact svg {
  font-size: 1.5em;
  width: 1em;
  color: #00a8c1;
}
#contact-centre #ces-contact .field--item p span {
  display: flex;
  align-items: center;
}
#contact-centre #ces-contact > div:last-of-type .form-control, #contact-centre #ces-contact > div:last-of-type button {
  border-radius: unset;
}
#contact-centre #ces-contact > div:last-of-type .form-control {
  color: black;
  padding-left: 5px;
  padding-bottom: 1px;
}
#contact-centre #ces-contact > div:last-of-type .form-control::-moz-placeholder {
  color: black;
  opacity: 1;
  font-weight: normal;
}
#contact-centre #ces-contact > div:last-of-type .form-control:-ms-input-placeholder {
  color: black;
  opacity: 1;
  font-weight: normal;
}
#contact-centre #ces-contact > div:last-of-type .form-control::placeholder, #contact-centre #ces-contact > div:last-of-type label {
  color: black;
  opacity: 1;
  font-weight: normal;
}
#contact-centre #ces-contact > div:last-of-type label {
  padding-left: 5px;
}
#contact-centre #ces-contact > div:last-of-type label:after {
  content: unset;
}
#contact-centre #ces-contact > div:last-of-type .usr-info input {
  border: 0;
  box-shadow: unset;
  background-color: unset;
  border-bottom: 1px solid black;
}
#contact-centre #ces-contact > div:last-of-type .ces-btn button {
  margin: 0;
  margin-bottom: 15px;
  float: right;
  background-color: #00a8c1;
  border: 0;
  padding: 5px 25px;
}

/*--Contact Service*/
#contact-service #ces-contact {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
  /*-- Padding --*/
  /*-- Icons --*/
  /*-- Form --*/
}
#contact-service #ces-contact .field--label {
  margin: 1em 0;
}
#contact-service #ces-contact > div {
  background-color: #f8f9f8;
}
#contact-service #ces-contact > div:first-of-type {
  width: 40%;
  padding: 50px 0 50px 10%;
}
@media (max-width: 768px) {
  #contact-service #ces-contact > div:first-of-type {
    padding: 50px 0 50px 1%;
  }
}
@media (min-width: 1025px) {
  #contact-service #ces-contact > div:first-of-type {
    padding: 50px 0 50px 20%;
  }
}
#contact-service #ces-contact > div:last-of-type {
  width: 59%;
  padding: 0 100px;
}
@media (max-width: 768px) {
  #contact-service #ces-contact > div:last-of-type {
    padding: 0 20px;
  }
}
#contact-service #ces-contact div div:first-of-type svg {
  background-color: #00a8c1;
  border-radius: 50%;
  color: #f8f9f8;
  padding: 0.2em;
}
#contact-service #ces-contact svg {
  font-size: 1.5em;
  width: 1em;
  color: #00a8c1;
}
#contact-service #ces-contact .field--item p span {
  display: flex;
  align-items: center;
}
#contact-service #ces-contact > div:last-of-type .form-control, #contact-service #ces-contact > div:last-of-type button {
  border-radius: unset;
}
#contact-service #ces-contact > div:last-of-type .form-control {
  color: black;
  padding-left: 5px;
  padding-bottom: 1px;
}
#contact-service #ces-contact > div:last-of-type .form-control::-moz-placeholder {
  color: black;
  opacity: 1;
  font-weight: normal;
}
#contact-service #ces-contact > div:last-of-type .form-control:-ms-input-placeholder {
  color: black;
  opacity: 1;
  font-weight: normal;
}
#contact-service #ces-contact > div:last-of-type .form-control::placeholder, #contact-service #ces-contact > div:last-of-type label {
  color: black;
  opacity: 1;
  font-weight: normal;
}
#contact-service #ces-contact > div:last-of-type label {
  padding-left: 5px;
}
#contact-service #ces-contact > div:last-of-type label:after {
  content: unset;
}
#contact-service #ces-contact > div:last-of-type .usr-info input {
  border: 0;
  box-shadow: unset;
  background-color: unset;
  border-bottom: 1px solid black;
}
#contact-service #ces-contact > div:last-of-type .ces-btn button {
  margin: 0;
  margin-bottom: 15px;
  float: right;
  background-color: #00a8c1;
  border: 0;
  padding: 5px 25px;
}

#contact-service #ces-contact > div:first-of-type .field--name-field-horaire-ouverture {
  display: none;
}

#contact-service #ces-contact > div:first-of-type .field--name-field-rendez-vous-link {
  margin: 2em 0;
}
#contact-service #ces-contact > div:first-of-type .field--name-field-rendez-vous-link a {
  color: #6d6e71;
  background-color: transparent;
  border-color: #999999;
  font-weight: 700;
  font-size: 1em;
  transition: linear 350ms;
}
#contact-service #ces-contact > div:first-of-type .field--name-field-rendez-vous-link a:hover {
  background-color: #0fbdca;
  color: white;
}

/*-- Actus --*/
@media only screen and (min-width: 768px) {
  .ces-actu .slick-track {
    display: flex;
  }
  .ces-actu .slide {
    padding: 0 50px;
    height: auto;
  }
}
.ces-actu article {
  border: solid lightgray 2px;
  height: 100%;
  /*padding-bottom: 99999px;
  margin-bottom: -99999px; */
}
.ces-actu article section:nth-of-type(3) p {
  padding: 0 3em;
  text-align: center;
}
.ces-actu article section:not(:first-of-type) {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ces-actu .field--name-field-event-image, .ces-actu .field--name-field-actu-image {
  position: relative;
  padding-bottom: 56.2%;
}
.ces-actu .content img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 540px) {
  .ces-actu .slide:first-of-type:last-of-type {
    margin: 0 auto;
    width: 75%;
  }
}
@media only screen and (min-width: 540px) and (min-width: 1100px) {
  .ces-actu .slide:first-of-type:last-of-type {
    width: 50%;
  }
}
.ces-actu article h2 {
  display: none;
}
.ces-actu article section {
  font-size: 15px;
}
.ces-actu article section:nth-of-type(2) {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ces-actu article section:nth-of-type(2) {
    font-size: 2.7vw;
  }
}
.ces-actu article section:last-of-type {
  font-style: italic;
  color: #00a8c1;
  font-weight: 555;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .ces-actu article section:last-of-type {
    font-size: 2.5vw;
  }
}

/*-- Chiffres --*/
#ces-chiffres {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  background-color: #f8f8f7;
  padding: 25px 50px !important;
}
@media (max-width: 768px) {
  #ces-chiffres {
    display: block;
  }
}
@media (max-width: 540px) {
  #ces-chiffres {
    padding: 25px 15px !important;
  }
}
#ces-chiffres > div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  #ces-chiffres > div {
    position: relative;
  }
  #ces-chiffres > div:not(:last-of-type):after {
    content: "";
    width: 1px;
    height: 75%;
    background: lightgray;
    position: absolute;
    top: 15%;
    bottom: 0;
    right: 0;
  }
  #ces-chiffres > div .paragraph__column {
    padding: 0;
  }
}
#ces-chiffres .paragraph__column div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.5em;
  text-transform: uppercase;
}
#ces-chiffres .paragraph__column div:nth-of-type(2) {
  font-size: 2em;
  font-weight: bold;
  color: #00a8c1;
}
@media (min-width: 768px) and (max-width: 950px) {
  #ces-chiffres .paragraph__column div:nth-of-type(3) {
    font-size: 1em;
  }
}