@charset "UTF-8";
/* variables */
/**
 * La map des tailles de breakpoints par défaut.
 * Elle est basé sur la nommenclature de Bootstrap avec quelques tailles supplémentaires.
 */
/**
 * Les valeurs qui seront utilisées pour facilité la construction et la maintenabilité d'une structure de style en SASS
 */
/* common */
@import url("//fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
.subtitle-h2 h2 {
  font-size: 24px;
}

.subsection-title h4 {
  font-size: 14px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
}

/* templates */
#ct-js-wrapper .cities-campaign__header {
  text-align: center;
  padding-top: 0 !important;
  padding-bottom: 80px !important;
}
@media (min-width: 600px) {
  #ct-js-wrapper .cities-campaign__header {
    padding-bottom: 140px !important;
  }
}
@media (min-width: 768px) {
  #ct-js-wrapper .cities-campaign__header {
    padding-top: 50px !important;
    padding-bottom: 300px !important;
  }
}
@media (min-width: 1200px) {
  #ct-js-wrapper .cities-campaign__header {
    padding-bottom: 400px !important;
  }
}

.wpb_wrapper .cities-campaign__page-title {
  text-align: center;
  font-family: "Ubuntu", "Open Sans", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .wpb_wrapper .cities-campaign__page-title {
    font-size: 64px;
  }
}
.wpb_wrapper .cities-campaign__page-title strong {
  display: block;
  color: #e7393d;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .wpb_wrapper .cities-campaign__page-title strong {
    margin-bottom: 20px;
  }
}
.wpb_wrapper .cities-campaign__section-title {
  font-family: "Ubuntu", "Open Sans", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
}
@media (min-width: 600px) {
  .wpb_wrapper .cities-campaign__section-title {
    font-size: 32px;
  }
}
.wpb_wrapper .inner-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.municipalites-slider__title {
  font-family: "Ubuntu", "Open Sans", Helvetica, Arial, sans-serif !important;
}

.solution-columns-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .solution-columns-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1441px) {
  .solution-columns-wrapper {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 1681px) {
  .solution-columns-wrapper {
    padding-left: 180px;
    padding-right: 180px;
  }
}

/* form section*/
.cities-campaign__form-section {
  padding-top: 500px !important;
  padding-bottom: 150px;
}
@media (max-width: 599.98px) {
  .cities-campaign__form-section {
    padding-top: 200px !important;
    padding-bottom: 80px;
  }
}
.cities-campaign__form-section .vc_separator {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
@media (min-width: 992px) {
  .cities-campaign__form-section .vc_separator {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
.cities-campaign__form-section .wpcf7 {
  margin-top: 25px;
}
.cities-campaign__form-section .wpcf7 .wpcf7-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cities-campaign__form-section .wpcf7 .wpcf7-form .form-field {
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cities-campaign__form-section .wpcf7 .wpcf7-form .form-field.form-field--half {
    width: calc(50% - 15px);
  }
}
.cities-campaign__form-section .wpcf7 .wpcf7-form .form-field .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.cities-campaign__form-section .wpcf7 .wpcf7-form input[type=text],
.cities-campaign__form-section .wpcf7 .wpcf7-form input[type=email],
.cities-campaign__form-section .wpcf7 .wpcf7-form input[type=tel] {
  background-color: #4c7bbe;
  border-color: #4c7bbe;
  color: #fff;
}
.cities-campaign__form-section .wpcf7 .wpcf7-form p {
  color: #81a4d6;
}
.cities-campaign__form-section .wpcf7 .wpcf7-form .contact-preference-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.cities-campaign__form-section .wpcf7 .wpcf7-form .contact-preference-wrapper .contact-preference-wrapper__label {
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cities-campaign__form-section .wpcf7 .wpcf7-form .contact-preference-wrapper .contact-preference-wrapper__label {
    width: calc(50% - 15px);
    margin-bottom: 0;
  }
}
.cities-campaign__form-section .wpcf7 .wpcf7-form .contact-preference-wrapper .contact-preference-wrapper__checkboxes {
  width: 100%;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .cities-campaign__form-section .wpcf7 .wpcf7-form .contact-preference-wrapper .contact-preference-wrapper__checkboxes {
    width: calc(50% - 15px);
  }
}
.cities-campaign__form-section .wpcf7 .wpcf7-form .contact-preference-wrapper .contact-preference-wrapper__checkboxes .wpcf7-form-control-wrap {
  margin: 0;
}
.cities-campaign__form-section .wpcf7 .wpcf7-form .contact-preference-wrapper .contact-preference-wrapper__checkboxes .wpcf7-checkbox {
  background-color: transparent;
  color: #81a4d6;
  display: flex;
  align-items: center;
}
.cities-campaign__form-section .wpcf7 .wpcf7-form .contact-preference-wrapper .contact-preference-wrapper__checkboxes .wpcf7-checkbox .wpcf7-list-item {
  width: 50%;
  flex: 0 0 auto;
  margin: 0;
}
.cities-campaign__form-section .wpcf7 .wpcf7-form .contact-preference-wrapper .contact-preference-wrapper__checkboxes .wpcf7-checkbox .control-label input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.cities-campaign__form-section .wpcf7 .wpcf7-form .contact-preference-wrapper .contact-preference-wrapper__checkboxes .wpcf7-checkbox .control-label .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  font-weight: 400;
}
.cities-campaign__form-section .wpcf7 .wpcf7-form .contact-preference-wrapper .contact-preference-wrapper__checkboxes .wpcf7-checkbox .control-label .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #4c7bbe;
  border: 3px solid #4c7bbe;
  position: absolute;
  top: 0;
  left: 0;
}
.cities-campaign__form-section .wpcf7 .wpcf7-form .contact-preference-wrapper .contact-preference-wrapper__checkboxes .wpcf7-checkbox .control-label input[type=checkbox]:checked + .wpcf7-list-item-label {
  font-weight: 700;
}
.cities-campaign__form-section .wpcf7 .wpcf7-form .contact-preference-wrapper .contact-preference-wrapper__checkboxes .wpcf7-checkbox .control-label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #fff;
  background-color: #22509f;
}
.cities-campaign__form-section .wpcf7 .wpcf7-response-output {
  color: #fff;
}

#formulaire-municipalites {
  scroll-margin-top: 30vh;
}

/*
* (?) Importer ce fichier à la fin complètement du stylesheet principal (?)
*/
