/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat-ExtraBoldItalic.woff2") format("woff2"), url("./../fonts/Montserrat-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat-BlackItalic.woff2") format("woff2"), url("./../fonts/Montserrat-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat-Bold.woff2") format("woff2"), url("./../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("./../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat-BoldItalic.woff2") format("woff2"), url("./../fonts/Montserrat-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat-Black.woff2") format("woff2"), url("./../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat-ExtraLight.woff2") format("woff2"), url("./../fonts/Montserrat-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat-Regular.woff2") format("woff2"), url("./../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat-ExtraLightItalic.woff2") format("woff2"), url("./../fonts/Montserrat-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("./../fonts/Montserrat-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat-Light.woff2") format("woff2"), url("./../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat-Italic.woff2") format("woff2"), url("./../fonts/Montserrat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("./../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat-Thin.woff2") format("woff2"), url("./../fonts/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat-MediumItalic.woff2") format("woff2"), url("./../fonts/Montserrat-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat-Medium.woff2") format("woff2"), url("./../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat-LightItalic.woff2") format("woff2"), url("./../fonts/Montserrat-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat-ThinItalic.woff2") format("woff2"), url("./../fonts/Montserrat-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
}

img {
  display: initial;
  vertical-align: initial;
}

a:hover {
  text-decoration: underline;
}

.messenger-link {
  display: inline-block;
  position: fixed;
  bottom: 50px;
  right: 50px;
}
.messenger-link img {
  width: 50px;
  height: auto;
}

.hidden-before-loaded {
  opacity: 0;
}

.btn {
  display: inline-block;
  padding: 10px 15px;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-primary {
  color: #FFF;
  background-color: #114ACE;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, opacity 0.3s;
}
.btn-primary:hover {
  background-color: #0C3491;
}
.btn-primary:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn-secondary {
  color: #FFF;
  background-color: #E71D23;
}

.btn-outline-primary {
  color: #114ACE;
  background-color: #FFF;
  border: 1px solid #114ACE;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: color 0.3s, background-color 0.3s;
}
.btn-outline-primary:hover {
  color: #FFF;
  background-color: #114ACE;
}

.articles-grid {
  display: grid;
  gap: 50px;
}
@media (min-width: 768px) {
  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .articles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.article-preview {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 15px 15px;
  color: #114ACE;
  border-radius: 15px;
  box-shadow: 0 0 15px #114ACE;
  transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .article-preview {
    padding: 20px 20px;
  }
}
.article-preview:nth-child(2) {
  animation-delay: 500ms;
}
.article-preview:nth-child(3) {
  animation-delay: 1000ms;
}
.article-preview:nth-child(4) {
  animation-delay: 1500ms;
}
.article-preview:nth-child(5) {
  animation-delay: 2000ms;
}
.article-preview:nth-child(6) {
  animation-delay: 2500ms;
}
.article-preview:hover {
  color: #fff;
  background-color: #114ACE;
}
.article-preview:hover a {
  color: #fff;
}
.article-preview:hover .article-preview-category {
  color: #114ACE;
  background-color: #fff;
}
.article-preview a {
  color: #114ACE;
  text-decoration: none;
}
.article-preview .article-preview-thumbnail {
  overflow: hidden;
  border-radius: 15px;
}
.article-preview .article-preview-thumbnail img {
  width: 100%;
  object-fit: cover;
}
.article-preview .article-preview-title {
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
}
.article-preview .article-preview-read-more {
  margin-top: 15px;
  font-weight: 600;
  font-style: italic;
}
.article-preview .article-preview-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  font-size: 0.8em;
  font-weight: 600;
  font-style: italic;
}
.article-preview .article-preview-footer .article-preview-duration {
  display: flex;
  align-items: center;
}
.article-preview .article-preview-footer .article-preview-duration img {
  width: 25px;
  margin-right: 5px;
}
.article-preview .article-preview-category {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 10px;
  color: #fff;
  font-weight: bold;
  border: 2px solid #114ACE;
  border-radius: 10px;
  background-color: #114ACE;
  box-shadow: 0 0 10px #114ACE;
  transition: all 0.3s;
}

.home-articles-grid {
  display: grid;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .home-articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .home-articles-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}

.find-centre {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1000px) {
  .find-centre {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.find-centre .title {
  color: #114ACE;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.find-centre .title span {
  display: inline-block;
  color: white;
  background-color: #114ACE;
  margin-left: 10px;
  padding: 5px 20px;
  border-radius: 10px;
  transform: rotate(-4deg) translateY(-10px);
}
@media (max-width: 767px) {
  .find-centre .title span {
    transform: rotate(-2deg);
    margin-top: 10px;
  }
}
.find-centre .find-centre-body {
  display: flex;
  margin-top: 50px;
  background: #d1dfff;
  border-radius: 20px;
  box-shadow: 0 3px 40px rgba(79, 78, 78, 0.1);
}
@media (min-width: 991px) {
  .find-centre .find-centre-body {
    background: linear-gradient(90deg, #fff 20%, #d1dfff 20%);
  }
}
@media (min-width: 1200px) {
  .find-centre .find-centre-body {
    margin-top: 65px;
  }
}
.find-centre .find-centre-body .icone-centre {
  margin-left: 30px;
  padding: 0 70px 0 20px;
  background-color: white;
  border-radius: 20px 100em 100em 20px;
}
.find-centre .find-centre-body .icone-centre img {
  max-width: 200px;
}
@media (max-width: 991px) {
  .find-centre .find-centre-body .icone-centre {
    display: none;
  }
}
.find-centre .find-centre-body .find-centre-form {
  width: 100%;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .find-centre .find-centre-body .find-centre-form {
    padding: 20px 15px;
    text-align: center;
  }
  .find-centre .find-centre-body .find-centre-form form > div:not(:last-child) {
    margin-bottom: 20px;
  }
}
.find-centre .find-centre-body .find-centre-form form {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}
.find-centre .find-centre-body .find-centre-form form p {
  margin: 0;
}
.find-centre .find-centre-body .find-centre-form form p span {
  margin-left: 5px;
  color: #E71D23;
  font-size: 1.7em;
}
.find-centre .find-centre-body .find-centre-form form input {
  width: 70%;
  padding: 7px 15px;
  border: 1px solid #707070;
  border-radius: 10px;
}
.find-centre .find-centre-body .find-centre-form form input:focus {
  outline: 1px solid #114ACE;
}

.testimonials {
  padding: 50px 0;
}
.testimonials .title {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.testimonials .slider-items {
  width: 80%;
  margin: 50px auto 0 auto;
}
@media (min-width: 1200px) {
  .testimonials .slider-items {
    width: 90%;
  }
}
.testimonials .slider-items .slick-arrow {
  width: 35px;
  height: 35px;
  color: #fff;
  font-size: 1em;
  border: 2px solid #fff;
  border-radius: 100em;
}
.testimonials .slider-items .slick-arrow::before {
  content: none;
}
.testimonials .slider-items .slick-arrow.slick-prev {
  left: -30px;
}
.testimonials .slider-items .slick-arrow.slick-next {
  right: -30px;
}
@media (min-width: 1200px) {
  .testimonials .slider-items .slick-arrow.slick-prev {
    left: -55px;
  }
  .testimonials .slider-items .slick-arrow.slick-next {
    right: -55px;
  }
}
.testimonials .slider-items .slick-track {
  padding: 10px 0;
}
.testimonials .slider-item {
  margin: 0 20px;
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 15px rgba(50, 50, 50, 0.54);
}
.testimonials .slider-item .name {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 600;
}
.testimonials .slider-item .name .photo {
  overflow: hidden;
  display: inline-block;
  border-radius: 100em;
  width: 56px;
  height: 56px;
}
.testimonials .slider-item .name img {
  display: inline;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
}
.testimonials .slider-item .rating {
  margin-top: 15px;
}
.testimonials .slider-item .rating img {
  width: 20px;
  display: inline;
}
.testimonials .slider-item .description {
  margin-top: 15px;
}
.testimonials .slider-item .logo-google {
  margin-top: 5px;
  text-align: right;
}
.testimonials .slider-item .logo-google img {
  display: inline;
}

#color-calendar .color-calendar.basic {
  box-shadow: none;
}
#color-calendar .color-calendar.basic .calendar__arrow-inner::before,
#color-calendar .color-calendar.basic .calendar__monthyear {
  color: #114ACE;
  text-transform: capitalize;
}
#color-calendar .color-calendar.basic .calendar__days .calendar__day-selected .calendar__day-box {
  background-color: #114ACE;
  border-radius: 100em;
}

.cta-codes {
  color: #fff;
}
@media (min-width: 768px) {
  .cta-codes {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .cta-codes .code {
    width: 100%;
  }
}
.cta-codes .code {
  position: relative;
  min-width: 240px;
  margin-top: 75px;
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
}
@media (min-width: 1280px) {
  .cta-codes .code {
    margin-top: 0;
  }
}
.cta-codes .code .illustration {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.cta-codes .code .illustration.voiture {
  max-width: 118px;
}
.cta-codes .code .illustration.moto {
  max-width: 87px;
}
.cta-codes .code .code-title {
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
}
.cta-codes .code .btn {
  font-weight: 500;
  border-radius: 100em;
}

.autocomplete-cities-parent {
  position: relative;
}

.autocomplete-cities {
  z-index: 10;
  position: absolute;
  top: 105%;
  left: 0;
  padding: 5px 10px;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.autocomplete-cities p {
  margin: 0;
  color: #114ACE;
  font-weight: 500;
}
.autocomplete-cities ul {
  margin: 5px 0 0 0;
  padding: 0;
  color: #000;
  list-style: none;
}
.autocomplete-cities ul li {
  padding: 2px 0;
  cursor: pointer;
}

header {
  z-index: 10000;
  position: sticky;
  top: 0;
  padding: 30px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to right, #2169E1, #0A35C0);
  border-radius: 0 0 25px 25px;
}
@media screen and (min-width: 1400px) {
  header {
    padding: 30px 80px;
  }
}
header .header-logo {
  display: flex;
  align-items: center;
}
header .header-logo .logo-small {
  width: 40px;
}
@media screen and (min-width: 550px) {
  header .header-logo .logo-small {
    width: 70px;
  }
}
header .header-logo .logo-large {
  width: 150px;
  margin-left: 20px;
}
@media screen and (min-width: 380px) {
  header .header-logo .logo-large {
    width: 200px;
  }
}
@media screen and (min-width: 550px) {
  header .header-logo .logo-large {
    width: 300px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 1200px) {
  .main-menu {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    transform: translate3d(-100%, 0, 0);
    transition: all 500ms;
  }
  .main-menu .menu-menu-principal-container {
    height: 100vh;
    padding-top: 30px;
    background-color: #114ACE;
  }
}
.main-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main-menu .menu li {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 1200px) {
  .main-menu .menu {
    flex-direction: row;
    align-items: center;
  }
  .main-menu .menu li {
    margin: 0;
  }
}
@media screen and (min-width: 1400px) {
  .main-menu .menu {
    gap: 60px;
  }
}
.main-menu .menu li a {
  color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}
.main-menu .menu li:last-child {
  padding: 13px 17px;
  border-radius: 10px;
  background: #FFF;
}
.main-menu .menu li:last-child a {
  color: #114ACE;
  font-weight: 600;
}

.burger {
  color: #FFF;
  font-size: 3em;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .burger {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .shadow-for-menu {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s, opacity 0.5s;
  }
}

.menu-is-open {
  overflow: hidden;
}
.menu-is-open .shadow-for-menu {
  visibility: visible;
  opacity: 0.5;
}
.menu-is-open .main-menu {
  transform: translate3d(0, 0, 0);
}

footer {
  padding-top: 40px;
  color: #FFF;
  background: linear-gradient(20deg, #2677ea, #072eba);
  border-radius: 25px 25px 0 0;
}
@media screen and (min-width: 1200px) {
  footer {
    padding-top: 50px;
  }
}
footer a {
  color: #FFF;
  text-decoration: none;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-top {
  position: relative;
}
@media screen and (min-width: 1200px) {
  footer .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
footer .footer-top .footer-logo {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  footer .footer-top .footer-logo {
    width: 30%;
    margin: 0;
  }
}
footer .footer-top .footer-logo img {
  width: 100%;
}
footer .footer-top .footer-villes {
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  footer .footer-top .footer-villes {
    margin-top: 0;
  }
}
footer .footer-top .footer-villes .footer-villes-list {
  margin-top: 15px;
  line-height: 1.8;
}
@media screen and (min-width: 1200px) {
  footer .footer-top .footer-villes .footer-villes-list {
    line-height: 1.3;
  }
}
footer .footer-top .footer-menu {
  margin-top: 30px;
  line-height: 2;
}
@media screen and (min-width: 1200px) {
  footer .footer-top .footer-menu {
    margin-top: 0;
  }
}
footer .footer-top .footer-menu a {
  font-size: 1.4em;
  font-weight: bold;
}
footer .footer-top .footer-social-medias {
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  footer .footer-top .footer-social-medias {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
footer .footer-top .footer-social-medias .footer-social-medias-list {
  margin-top: 10px;
  display: flex;
  gap: 20px;
  font-size: 1.5em;
}
footer .footer-bottom {
  margin: 30px auto 0 auto;
  padding: 15px 0;
  border-top: 1px solid #FFF;
  text-align: center;
}
@media (min-width: 800px) {
  footer .footer-bottom {
    width: 70%;
    margin-top: 50px;
    padding: 30px 0;
  }
}

@media (min-width: 1024px) {
  .form-primary .form-inline {
    display: flex;
    gap: 30px;
  }
  .form-primary .form-inline .form-group {
    width: 100%;
  }
}
.form-primary .form-group {
  margin-bottom: 20px;
}
.form-primary .form-group label {
  display: inline-block;
  margin-bottom: 7px;
  color: #114ACE;
  font-weight: 600;
}
.form-primary .form-group label .require {
  color: red;
}
.form-primary .form-group .form-control {
  display: block;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #707070;
  border-radius: 10px;
  background-color: #fff;
}
.form-primary .form-group .error-message {
  margin-top: 6px;
  color: red;
}
.form-primary .form-group.error .form-control {
  border-color: red;
}
.form-primary .form-check {
  margin-bottom: 20px;
}
.form-primary .form-check .form-check-label {
  margin-left: 7px;
}
.form-primary .form-check .wpcf7-list-item.first {
  margin-left: 0;
}
.form-primary .form-check input,
.form-primary .form-check label {
  cursor: pointer;
}
.form-primary .form-description {
  color: #114ACE;
  font-weight: 600;
}

.page-header {
  margin-top: -25px;
  padding: 125px 0 100px 0;
  color: #fff;
  background-size: cover;
  background-position: center;
}

body.blog .page-header {
  padding: 70px 0 100px 0;
  color: #fff;
  background-size: cover;
  background-position: center;
}
body.blog .page-header .categories {
  margin-top: 40px;
}
body.blog .page-header .categories ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
}
body.blog .page-header .categories ul li {
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.5s;
}
body.blog .page-header .categories ul li:hover {
  background-color: #114ACE;
}
body.blog .page-header .categories ul li:hover a {
  color: #fff;
}
body.blog .page-header .categories ul li a {
  display: inline-block;
  padding: 10px 15px;
  color: #114ACE;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.5s;
}

.layout-contact .contact-body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .layout-contact .contact-body {
    flex-direction: row;
  }
  .layout-contact .contact-body .contact-form,
  .layout-contact .contact-body .contact-more {
    width: 100%;
  }
}
.layout-contact .contact-form {
  padding: 30px 40px 50px 40px;
  border-radius: 45px;
  box-shadow: 0px 0px 10px #a9a9a9;
}
.layout-contact .contact-more {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.layout-contact .contact-more .contact-illustration {
  display: none;
  text-align: right;
}
@media (min-width: 1024px) {
  .layout-contact .contact-more .contact-illustration {
    display: initial;
  }
  .layout-contact .contact-more .contact-illustration img {
    width: 90%;
  }
}
@media screen and (min-width: 1400px) {
  .layout-contact .contact-more .contact-illustration img {
    width: 80%;
  }
}
.layout-contact .contact-details {
  padding: 30px 20px 50px 20px;
  color: #fff;
  background: linear-gradient(150deg, #011fb3, #0e40c7);
  border-radius: 45px;
}
@media screen and (min-width: 640px) {
  .layout-contact .contact-details {
    padding: 30px 40px 50px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-contact .contact-details {
    padding: 30px 75px 50px 75px;
  }
}
.layout-contact .contact-details a {
  color: #fff;
}
.layout-contact .contact-details .contact-details-title {
  margin-top: 0;
  font-size: 1.6em;
}
.layout-contact .contact-details .contact-details-title,
.layout-contact .contact-details .contact-details-subtitle {
  text-align: center;
}
.layout-contact .contact-details .contact-details-item {
  display: flex;
  margin: 40px 0;
}
.layout-contact .contact-details .contact-details-item .contact-details-item-icon {
  font-size: 2em;
}
.layout-contact .contact-details .contact-details-item .contact-details-item-description {
  padding-top: 7px;
  padding-left: 30px;
}
.layout-contact .contact-details .social-networks a {
  display: inline-block;
  margin-right: 10px;
  font-size: 2em;
}

body.page-template-template-code-route .header {
  margin-top: -25px;
  padding-top: 65px;
  padding-bottom: 50px;
  color: #fff;
  background: linear-gradient(20deg, #2677ea, #072eba);
  border-radius: 0 0 30px 30px;
}
@media (min-width: 1280px) {
  body.page-template-template-code-route .header {
    padding-top: 105px;
    padding-bottom: 100px;
    border-radius: 0 0 50px 50px;
  }
  body.page-template-template-code-route .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body.page-template-template-code-route .header .header-head {
    max-width: 550px;
  }
}
body.page-template-template-code-route .header .header-title {
  margin-top: 0;
  font-size: 3em;
}
body.page-template-template-code-route .header .header-description {
  font-size: 2em;
  line-height: 2;
}
body.page-template-template-code-route .header .header-description span {
  padding: 5px 15px;
  color: #114ACE;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 0 #789bee;
  white-space: nowrap;
}
body.page-template-template-code-route main h2 {
  color: #114ACE;
}
body.page-template-template-code-route main .steps {
  margin-top: 50px;
}
@media (min-width: 1000px) {
  body.page-template-template-code-route main .steps {
    margin-top: 100px;
  }
}
body.page-template-template-code-route main .steps .step {
  margin-bottom: 40px;
}
body.page-template-template-code-route main .steps .step .illustration {
  width: 200px;
  margin: 15px auto 0 auto;
}
body.page-template-template-code-route main .steps .step .illustration img {
  width: 100%;
  height: auto;
}
body.page-template-template-code-route main .steps .step .content {
  margin-top: 15px;
}
body.page-template-template-code-route main .steps .step.step-2 .voiture-road, body.page-template-template-code-route main .steps .step.step-3 .voiture-road {
  display: none;
}
body.page-template-template-code-route main .steps .step.step-2 .voiture-road img, body.page-template-template-code-route main .steps .step.step-3 .voiture-road img {
  width: 100%;
  height: auto;
}
@media (min-width: 1000px) {
  body.page-template-template-code-route main .steps .step {
    margin-bottom: 60px;
  }
  body.page-template-template-code-route main .steps .step.step-1 {
    display: flex;
    align-items: center;
  }
  body.page-template-template-code-route main .steps .step.step-1 .illustration {
    width: 300px;
    margin: 0 50px 0 0;
  }
  body.page-template-template-code-route main .steps .step.step-2 {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    width: 50%;
    margin-left: auto;
  }
  body.page-template-template-code-route main .steps .step.step-2 .illustration {
    width: 300px;
  }
  body.page-template-template-code-route main .steps .step.step-2 .voiture-road {
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    width: 350px;
  }
  body.page-template-template-code-route main .steps .step.step-3 {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
  }
  body.page-template-template-code-route main .steps .step.step-3 .illustration {
    margin: 0;
  }
  body.page-template-template-code-route main .steps .step.step-3 .content {
    max-width: 285px;
  }
  body.page-template-template-code-route main .steps .step.step-3 .voiture-road {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
  }
}
@media (min-width: 1000px) {
  body.page-template-template-code-route main .steps .step.step-3 .voiture-road {
    right: 130px;
  }
}
@media (min-width: 1400px) {
  body.page-template-template-code-route main .steps .step.step-2 .voiture-road {
    width: 540px;
  }
  body.page-template-template-code-route main .steps .step.step-3 .voiture-road {
    width: 450px;
  }
}
body.page-template-template-code-route main .steps .step h3 {
  color: #E71D23;
  font-size: 1.8em;
  font-weight: bold;
}
body.page-template-template-code-route main .steps .step h3 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  font-weight: bold;
  background-color: #E71D23;
  border-radius: 100em;
}
body.page-template-template-code-route main .steps .step p {
  margin-top: 20px;
  color: #114ACE;
  font-size: 1.3em;
  font-weight: 500;
}
body.page-template-template-code-route main .main-cta {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 1000px) {
  body.page-template-template-code-route main .main-cta {
    margin-top: 100px;
  }
}

.page-template-template-centres .title {
  margin-top: 100px;
  color: #114ACE;
  font-weight: 600;
  text-align: center;
}
.page-template-template-centres .title span {
  padding: 5px 20px;
  color: #fff;
  background-color: #114ACE;
  border-radius: 10px;
}
.page-template-template-centres .search-block {
  margin-top: 50px;
  padding: 30px 40px;
  color: #fff;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
}
.page-template-template-centres .search-block .search-form {
  display: flex;
  align-items: flex-end;
}
.page-template-template-centres .search-block .search-form .search-form-group {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 50%;
}
.page-template-template-centres .search-block .search-form .search-form-group label {
  font-weight: 500;
}
.page-template-template-centres .search-block .search-form .search-form-group input {
  margin-top: 10px;
  padding: 10px 7px;
  border: none;
  border-radius: 10px;
  color: #000;
}
.page-template-template-centres .search-block .search-form .search-form-group input:focus {
  outline-color: #114ACE;
}
.page-template-template-centres .search-block .search-form .search-form-button {
  margin-left: 30px;
}
.page-template-template-centres .search-block .search-form .list-cities {
  z-index: 10;
  position: absolute;
  top: 105%;
  left: 0;
  padding: 5px 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.page-template-template-centres .search-block .search-form .list-cities p {
  margin: 0;
  color: #114ACE;
  font-weight: 500;
}
.page-template-template-centres .search-block .search-form .list-cities ul {
  margin: 5px 0 0 0;
  padding: 0;
  color: #000;
  list-style: none;
}
.page-template-template-centres .search-block .search-form .list-cities ul li {
  padding: 2px 0;
  cursor: pointer;
}
.page-template-template-centres .search-block .find-close-me {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.page-template-template-centres .search-block .find-close-me span {
  font-size: 1.5em;
  margin-right: 10px;
}
.page-template-template-centres #map {
  width: 100%;
  height: 500px;
  margin-top: 40px;
  border-radius: 20px;
}
.page-template-template-centres #map .storerocket-popup-location-cover img {
  max-width: 500px;
  max-height: 100px;
}
.page-template-template-centres #map .storerocket-popup-name {
  margin-top: 5px;
  font-size: 1.2em;
  font-weight: 500;
}
.page-template-template-centres #map .storerocket-popup-address {
  margin-top: 5px;
  font-weight: 300;
}
.page-template-template-centres #map .storerocket-popup-phone {
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.page-template-template-centres #map .storerocket-popup-phone span {
  margin-right: 10px;
  color: #114ACE;
  font-size: 1.5em;
}
.page-template-template-centres #map .storerocket-popup-phone a {
  color: #000;
}
.page-template-template-centres #map .storerocket-popup-cta {
  margin-top: 10px;
}

.list-centres {
  margin-top: 50px;
  padding: 0;
  list-style: none;
}
.list-centres .center-item {
  padding: 20px 0;
}
.list-centres .center-item:not(:last-child) {
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 992px) {
  .list-centres .center-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.list-centres .center-item .center-body {
  display: flex;
}
.list-centres .center-item .center-body .center-logo img {
  width: 50px;
}
.list-centres .center-item .center-body .center-infos {
  padding-left: 10px;
}
.list-centres .center-item .center-name {
  font-weight: 500;
}
.list-centres .center-item .center-address {
  font-weight: 300;
}
.list-centres .center-item .center-phone {
  display: flex;
  align-items: center;
}
.list-centres .center-item .center-phone span {
  margin-right: 10px;
  color: #114ACE;
  font-size: 1.5em;
}
.list-centres .center-item .center-phone a {
  color: #000;
}

.page-template-template-contact .container {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .page-template-template-contact .container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.page-template-template-faq .subtitle {
  color: #114ACE;
}
.page-template-template-faq .questions {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  .page-template-template-faq .questions {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.page-template-template-faq .questions .question {
  padding: 15px 15px;
  background: #114ACE;
  border-radius: 15px;
  box-shadow: 0 0 10px #114ACE;
  cursor: pointer;
  transition: all 0.2s;
}
.page-template-template-faq .questions .question:hover {
  box-shadow: 0 0 20px #114ACE;
}
.page-template-template-faq .questions .question.open {
  background: #fff;
}
.page-template-template-faq .questions .question.open .title {
  color: #114ACE;
}
.page-template-template-faq .questions .question.open .dropdown {
  transform: rotate(180deg);
}
.page-template-template-faq .questions .question.open .answer {
  height: initial;
  margin-top: 10px;
}
.page-template-template-faq .questions .question.close .dropdown {
  transform: rotate(0);
}
.page-template-template-faq .questions .question.close .answer {
  height: 0;
}
.page-template-template-faq .questions .question .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.page-template-template-faq .questions .question .title .dropdown {
  font-size: 1.5em;
  transition: all 0.5s;
}
.page-template-template-faq .questions .question .answer {
  overflow: hidden;
  height: 0;
  color: #565656;
  transition: all 0.5s;
}
.page-template-template-faq .questions .question .answer .answer-body {
  padding-bottom: 15px;
}
.page-template-template-faq .link-to-contact {
  margin-top: 50px;
  color: #114ACE;
  text-align: center;
}
.page-template-template-faq .link-to-contact .btn {
  margin-top: 10px;
  padding: 15px 30px;
  font-size: 1.5em;
}

body.page-template-template-reservation .page-body {
  position: relative;
}
body.page-template-template-reservation .page-body .page-illustration {
  display: none;
  position: absolute;
  top: 0;
  width: 150px;
}
@media screen and (min-width: 800px) {
  body.page-template-template-reservation .page-body .page-illustration {
    display: initial;
    top: 95px;
  }
  body.page-template-template-reservation .page-body .page-illustration.left {
    top: 135px;
  }
}
@media screen and (min-width: 1200px) {
  body.page-template-template-reservation .page-body .page-illustration {
    width: 250px;
  }
}
body.page-template-template-reservation .page-body .page-illustration.left {
  left: 0;
}
body.page-template-template-reservation .page-body .page-illustration.right {
  right: 0;
}
body.page-template-template-reservation .slide-fade-enter-active,
body.page-template-template-reservation .slide-fade-leave-active {
  transition: opacity 0.2s ease;
}
body.page-template-template-reservation .slide-fade-enter-from,
body.page-template-template-reservation .slide-fade-leave-to {
  opacity: 0;
}
body.page-template-template-reservation .reservation-title {
  text-align: center;
}
body.page-template-template-reservation .reservation-title h2 {
  display: inline-flex;
  align-items: center;
  padding: 13px 30px;
  color: #114ACE;
  background-color: rgba(17, 74, 206, 0.16);
  border-radius: 10px;
}
body.page-template-template-reservation .reservation-title h2 span {
  margin-right: 20px;
  font-size: 2em;
}
body.page-template-template-reservation .reservation-progress {
  position: relative;
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  body.page-template-template-reservation .reservation-progress {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
@media (max-width: 520px) {
  body.page-template-template-reservation .reservation-progress .reservation-progress-item:not(.active) {
    display: none;
  }
}
body.page-template-template-reservation .reservation-progress::after {
  content: "";
  position: absolute;
  bottom: 30px;
  width: 70%;
  border-top: 1px solid #707070;
}
@media (min-width: 1200px) {
  body.page-template-template-reservation .reservation-progress::after {
    bottom: 54px;
  }
}
body.page-template-template-reservation .reservation-progress .reservation-progress-item:not(.active) .title, body.page-template-template-reservation .reservation-progress .reservation-progress-item:not(.active) .image img {
  opacity: 0.5;
}
body.page-template-template-reservation .reservation-progress .reservation-progress-item .title {
  margin-bottom: 20px;
  color: #114ACE;
  font-size: 1.3em;
  font-weight: bold;
}
body.page-template-template-reservation .reservation-progress .reservation-progress-item .image {
  z-index: 10;
  position: relative;
  width: 50px;
  margin: 0 auto;
  background: #FFF;
}
@media (min-width: 1200px) {
  body.page-template-template-reservation .reservation-progress .reservation-progress-item .image {
    width: 100px;
  }
}
body.page-template-template-reservation .reservation-progress .reservation-progress-item .image img {
  width: 100%;
  height: auto;
}
body.page-template-template-reservation .reservation-recap {
  margin-top: 20px;
  padding: 30px 40px;
  border-radius: 20px;
  box-shadow: 0 3px 15px #114ACE;
}
@media (min-width: 800px) {
  body.page-template-template-reservation .reservation-recap {
    margin-top: 50px;
  }
}
body.page-template-template-reservation .reservation-recap .reservation-recap-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
body.page-template-template-reservation .reservation-recap .reservation-recap-item .icon {
  margin-right: 30px;
  color: #114ACE;
  font-size: 3em;
}
body.page-template-template-reservation .reservation-recap .reservation-recap-item .description {
  color: #114ACE;
  font-size: 1.3em;
  font-weight: bold;
}
body.page-template-template-reservation .reservation-recap .reservation-recap-item .description span {
  color: #313131;
}
body.page-template-template-reservation .reservation-recap .reservation-recap-cta {
  text-align: center;
  text-transform: uppercase;
}
body.page-template-template-reservation .reservation-exam-type {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 40px;
  border-radius: 20px;
  box-shadow: 0 3px 15px #114ACE;
}
@media (min-width: 1000px) {
  body.page-template-template-reservation .reservation-exam-type {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
body.page-template-template-reservation .reservation-exam-type .reservation-exam-type-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.page-template-template-reservation .reservation-exam-type .reservation-exam-type-item label {
  color: #114ACE;
  font-weight: bold;
}
body.page-template-template-reservation .reservation-exam-type .reservation-exam-type-item .reservation-exam-type-radio input[type=radio] {
  margin-right: 10px;
}
body.page-template-template-reservation .reservation-exam-type .reservation-exam-type-item .reservation-exam-type-select {
  width: 50%;
}
body.page-template-template-reservation .reservation-exam-type .error-message {
  margin-top: 6px;
  color: red;
}
body.page-template-template-reservation .reservation-personal-details {
  margin-top: 20px;
  padding: 30px 40px;
  border-radius: 20px;
  box-shadow: 0 3px 15px #114ACE;
}
@media (min-width: 1000px) {
  body.page-template-template-reservation .reservation-personal-details {
    margin-top: 40px;
  }
}
body.page-template-template-reservation .snu-help {
  position: relative;
  display: inline-block;
  margin-left: 7px;
}
body.page-template-template-reservation .snu-help:hover .snu-help-content {
  visibility: visible;
  opacity: 1;
}
body.page-template-template-reservation .snu-help .snu-help-icon {
  color: #114ACE;
  cursor: pointer;
}
body.page-template-template-reservation .snu-help .snu-help-content {
  z-index: 1;
  position: absolute;
  bottom: 125%;
  left: 50%;
  visibility: hidden;
  width: 250px;
  margin-left: -60px;
  padding: 5px 5px;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  background-color: #555;
  border-radius: 6px;
  opacity: 0;
  transition: opacity 0.3s;
}
body.page-template-template-reservation .reservation-cta {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}
@media (min-width: 1000px) {
  body.page-template-template-reservation .reservation-cta {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
body.page-template-template-reservation .reservation-cta .btn {
  font-size: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
}
body.page-template-template-reservation .validate-user-info-error-message {
  margin-top: 12px;
  color: red;
}

body.page-template-template-reservation section.recapitulatif {
  margin-top: 30px;
  margin-bottom: 70px;
}
@media screen and (min-width: 800px) {
  body.page-template-template-reservation section.recapitulatif {
    margin-top: 155px;
    padding: 20px 40px;
  }
}
@media screen and (min-width: 1200px) {
  body.page-template-template-reservation section.recapitulatif {
    margin-top: 190px;
    padding: 20px 50px;
  }
}
body.page-template-template-reservation section.recapitulatif .step-title {
  margin-bottom: 50px;
  padding: 10px 10px;
  border-radius: 20px;
  color: #00C77B;
  font-size: 1.35em;
  text-align: center;
  box-shadow: 0 3px 15px #114ACE;
}
body.page-template-template-reservation section.recapitulatif .cta {
  margin-top: 30px;
  text-align: center;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body.home .home-section-title {
  margin-bottom: 50px;
  color: #114ACE;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
body.home .home-section-title .red {
  color: #E71D23;
}
@media (min-width: 1000px) {
  body.home .home-section-title {
    font-size: 2em;
  }
}
body.home .home-section-title span {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
  padding: 5px 20px;
  color: #fff;
  background-color: #114ACE;
  border-radius: 10px;
  transform: rotate(-5deg);
}
body.home .home-header {
  position: relative;
  overflow: hidden;
  margin-top: -25px;
  padding-top: 75px;
  padding-bottom: 150px;
  background: linear-gradient(20deg, #2677ea, #072eba);
  border-radius: 0 0 80px 80px;
}
@media (min-width: 768px) {
  body.home .home-header {
    padding-top: 100px;
  }
}
@media (min-width: 1000px) {
  body.home .home-header {
    position: relative;
    padding-bottom: 180px;
  }
}
@media (min-width: 1280px) {
  body.home .home-header {
    padding-top: 150px;
    padding-bottom: 200px;
  }
  body.home .home-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
body.home .home-header .triangle,
body.home .home-header .carre,
body.home .home-header .octogone {
  position: absolute;
  animation: rotating 30s linear infinite;
}
body.home .home-header .triangle {
  top: 30%;
  left: -5%;
}
body.home .home-header .carre {
  bottom: 10%;
  right: 10%;
}
body.home .home-header .octogone {
  top: 0;
  right: -5%;
}
@media screen and (min-width: 768px) {
  body.home .home-header .triangle {
    width: 200px;
    top: 5%;
    left: 5%;
  }
  body.home .home-header .carre {
    width: 150px;
    bottom: 10%;
    right: initial;
    left: 45%;
  }
  body.home .home-header .octogone {
    top: 0%;
    right: 10%;
  }
}
body.home .home-header .container {
  z-index: 5;
  position: relative;
}
body.home .home-header .home-header-content {
  text-align: center;
}
body.home .home-header .home-header-content .home-header-hero {
  margin: 0;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
}
body.home .home-header .home-header-content .home-header-hero .span-1 {
  margin: 20px 0;
  font-size: 1.6rem;
}
body.home .home-header .home-header-content .home-header-hero span {
  display: inline-block;
  margin: 20px;
  padding: 5px;
  color: #114ACE;
  background-color: #fff;
  border-radius: 10px;
  white-space: nowrap;
  text-transform: uppercase;
  transform: rotate(-5deg);
}
@media (min-width: 768px) {
  body.home .home-header .home-header-content .home-header-hero {
    font-size: 2.5em;
  }
  body.home .home-header .home-header-content .home-header-hero .span-1 {
    margin: 20px;
  }
}
@media (min-width: 1000px) {
  body.home .home-header .home-header-content {
    text-align: left;
  }
  body.home .home-header .home-header-image {
    position: absolute;
    top: 25px;
    right: 0;
    overflow: hidden;
    display: initial;
    width: 387px;
    border-radius: 100em 0 0 100em;
  }
  body.home .home-header .home-header-image img {
    width: 100%;
    height: auto;
  }
}
body.home .home-advantages {
  position: relative;
  margin-top: -50px;
}
@media (min-width: 1000px) {
  body.home .home-advantages {
    margin-top: -75px;
  }
}
body.home .home-advantages .home-advantages-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}
body.home .home-advantages .item {
  width: 45%;
  padding: 20px 0;
  color: #114ACE;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(71, 70, 70, 0.35);
}
@media screen and (min-width: 640px) {
  body.home .home-advantages .item {
    width: 175px;
  }
}
body.home .home-advantages .item .illustration {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
body.home .home-advantages .item .illustration img {
  width: 75px;
}
body.home .home-advantages .item .description {
  margin-top: 10px;
  font-weight: 600;
}
body.home .home-advantages .item.animate__animated.animate__fadeInDown:nth-child(2) {
  animation-delay: 500ms;
}
body.home .home-advantages .item.animate__animated.animate__fadeInDown:nth-child(3) {
  animation-delay: 1000ms;
}
body.home .home-advantages .item.animate__animated.animate__fadeInDown:nth-child(4) {
  animation-delay: 1500ms;
}
body.home .home-video {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1000px) {
  body.home .home-video {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
body.home .home-video .video-container {
  text-align: center;
}
body.home .home-video .video-iframe {
  display: inline-block;
  width: 100%;
  max-width: 640px;
  padding: 40px;
  border-radius: 40px;
  box-shadow: 0px 0px 10px #a9a9a9;
}
body.home .home-video .cta {
  margin-top: 50px;
  text-align: center;
  font-size: 1.3em;
}
body.home .home-video .cta .btn {
  padding: 15px 30px;
}
body.home .home-rdv .home-rdv-body {
  color: #114ACE;
  border-radius: 20px;
  box-shadow: 0px 0px 90px rgba(17, 74, 206, 0.1607843137);
}
body.home .home-rdv .home-rdv-body .illustration > img {
  max-width: 230px;
}
@media screen and (min-width: 1280px) {
  body.home .home-rdv .home-rdv-body {
    display: flex;
    justify-content: space-between;
  }
  body.home .home-rdv .home-rdv-body .description {
    width: 60%;
  }
  body.home .home-rdv .home-rdv-body .illustration {
    width: 300px;
  }
  body.home .home-rdv .home-rdv-body .illustration > img {
    width: 100%;
  }
}
body.home .home-rdv .description {
  text-align: center;
  line-height: 2;
  font-size: 1.3em;
}
body.home .home-rdv .description span {
  padding: 5px 7px;
  color: #fff;
  border-radius: 7px;
  background-color: #114ACE;
}
body.home .home-rdv .illustration {
  text-align: center;
  font-weight: 500;
}
body.home .home-rdv .illustration > img {
  width: 100%;
  height: auto;
}
body.home .home-rdv .illustration .illustration-description {
  font-weight: bold;
  text-transform: uppercase;
}
body.home .home-chrono .description {
  display: inline-block;
  margin-top: -100px;
  color: #114ACE;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 20px;
  box-shadow: 0px 3px 40px rgba(17, 74, 206, 0.1607843137);
  background-color: #fff;
}
body.home .home-chrono .description strong {
  color: #E71D23;
}
@media screen and (min-width: 640px) {
  body.home .home-chrono .description {
    margin-top: 0;
    margin-left: -70px;
    font-size: 1.5em;
  }
}
body.home .home-atouts .items {
  border-radius: 30px;
  background-color: rgba(32, 98, 255, 0.08);
}
@media screen and (min-width: 768px) {
  body.home .home-atouts .items {
    max-width: 80%;
  }
}
body.home .home-atouts .items .item {
  color: #114ACE;
}
body.home .home-atouts .items .item:not(:last-child) {
  margin-bottom: 30px;
}
body.home .home-atouts .items .item .illustration {
  text-align: center;
}
body.home .home-atouts .items .item .illustration img {
  width: 100%;
  max-width: 200px;
}
body.home .home-atouts .items .item h3 {
  text-transform: uppercase;
}
body.home .home-atouts .items .item .item-description {
  padding: 1rem;
  line-height: 1.5;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 3px 90px rgba(17, 74, 206, 0.1607843137);
}
body.home .home-atouts .items .item:nth-child(2) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  body.home .home-atouts .items .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body.home .home-atouts .items .item h3 {
    font-size: 1.25rem;
  }
  body.home .home-atouts .items .item .illustration img {
    width: 200px;
  }
  body.home .home-atouts .items .item:nth-child(1) .illustration {
    transform: translate(-95px);
  }
  body.home .home-atouts .items .item:nth-child(2) .illustration {
    transform: translate(115px);
  }
  body.home .home-atouts .items .item:nth-child(3) .illustration {
    transform: translate(-80px);
  }
  body.home .home-atouts .items .item .item-description {
    min-height: 90px;
  }
}
body.home .home-atouts .btn-cta {
  margin-top: 50px;
  text-align: center;
  font-size: 1.3em;
}
body.home .home-articles {
  margin-top: 30px;
}
@media (min-width: 1000px) {
  body.home .home-articles {
    margin-top: 50px;
  }
}
body.home .home-contact {
  margin-top: 50px;
}
@media (min-width: 1000px) {
  body.home .home-contact {
    margin-top: 100px;
  }
}

body.single .single-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1200px) {
  body.single .single-body {
    flex-direction: row;
    gap: 50px;
  }
  body.single .single-body .single-more {
    width: 30%;
    flex-shrink: 0;
  }
}
body.single .single-content {
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
body.single .single-content .single-thumbnail img {
  width: 100%;
  height: auto;
}
body.single .single-content .single-text {
  padding: 20px 30px;
}
body.single .single-content .single-text .single-infos {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
body.single .single-content .single-text .single-infos .single-info {
  color: #565656;
}
body.single .single-content .single-text .single-infos .single-info span {
  margin-right: 10px;
  color: #114ACE;
  font-size: 1.4em;
}
body.single .single-more .single-more-content {
  padding: 38px 40px 45px;
  border-radius: 20px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
body.single .single-more .single-more-content .single-more-title {
  margin-bottom: 20px;
  color: #114ACE;
  font-size: 1.2em;
  font-weight: 600;
}
body.single .single-more .single-more-content .single-more-articles a {
  color: #565656;
  text-decoration: none;
}
body.single .single-more .single-more-content .single-more-articles a:not(:last-child) .single-more-article {
  margin-bottom: 20px;
}
body.single .single-more .single-more-content .single-more-articles .single-more-article {
  display: flex;
}
body.single .single-more .single-more-content .single-more-articles .single-more-article .single-more-article-thumbnail {
  margin-right: 10px;
}
body.single .single-more .single-more-content .single-more-articles .single-more-article .single-more-article-thumbnail img {
  border-radius: 10px;
}
body.single .single-more .single-more-content .single-more-articles .single-more-article .single-more-article-content-title {
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.3;
}
body.single .single-more .single-more-content .single-more-articles .single-more-article .single-more-article-content-date {
  margin-top: 5px;
  font-size: 0.65em;
}
body.single .single-more .single-more-content .single-more-articles .single-more-article .single-more-article-content-date span {
  margin-right: 5px;
}

body.single-centres-examens .centre-closed {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 110;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.single-centres-examens .page-background {
  position: relative;
}
body.single-centres-examens .page-background .page-illustration {
  display: none;
  position: absolute;
  top: 0;
  width: 150px;
}
@media screen and (min-width: 800px) {
  body.single-centres-examens .page-background .page-illustration {
    display: initial;
  }
}
@media screen and (min-width: 1200px) {
  body.single-centres-examens .page-background .page-illustration {
    width: 250px;
  }
}
body.single-centres-examens .page-background .page-illustration.left {
  left: 0;
}
body.single-centres-examens .page-background .page-illustration.right {
  right: 0;
}
body.single-centres-examens .container-single-centres-examens {
  position: relative;
  padding-top: 75px;
}
body.single-centres-examens .page-title {
  margin-bottom: 50px;
  color: #114ACE;
  text-align: center;
}
body.single-centres-examens .section-title {
  color: #114ACE;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}
body.single-centres-examens .theory-test-type .theory-test-type-buttons {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 50px;
}
body.single-centres-examens .theory-test-type .theory-test-type-buttons button {
  padding: 20px 30px;
  color: #114ACE;
  font-size: 1.4em;
  font-weight: 600;
  border: 3px solid #114ACE;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(71, 70, 70, 0.3490196078);
  transition: color 0.3s, background-color 0.3s;
}
body.single-centres-examens .theory-test-type .theory-test-type-buttons button:hover, body.single-centres-examens .theory-test-type .theory-test-type-buttons button.active {
  color: #fff;
  background-color: #114ACE;
  cursor: pointer;
}
body.single-centres-examens .examination-date {
  margin-top: 100px;
}
body.single-centres-examens .examination-date .examination-date-body {
  margin-top: 50px;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 2px 6px #114ACE;
}
@media screen and (min-width: 1200px) {
  body.single-centres-examens .examination-date .examination-date-body {
    display: flex;
    justify-content: space-around;
  }
  body.single-centres-examens .examination-date .examination-date-body .hours {
    width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  body.single-centres-examens .examination-date .examination-date-body .hours {
    width: 40%;
  }
}
body.single-centres-examens .examination-date #color-calendar {
  display: flex;
  justify-content: center;
}
body.single-centres-examens .examination-date .hours {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
body.single-centres-examens .examination-date .hours li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  color: #114ACE;
  font-size: 1.4em;
  font-weight: 600;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 3px 5px rgba(62, 62, 62, 0.2);
  transition: color 0.3s, background-color 0.3s;
}
body.single-centres-examens .examination-date .hours li:hover {
  color: #fff;
  background-color: #114ACE;
  cursor: pointer;
}
body.single-centres-examens .center-main {
  margin-top: 50px;
}
@media screen and (min-width: 1200px) {
  body.single-centres-examens .center-main {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  body.single-centres-examens .center-body {
    display: flex;
    justify-content: space-between;
  }
  body.single-centres-examens .center-body .center-description {
    padding-right: 30px;
  }
  body.single-centres-examens .center-body .center-thumbnail {
    width: 40%;
    flex-shrink: 0;
  }
}
body.single-centres-examens .center-body .center-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}
body.single-centres-examens .center-details {
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  body.single-centres-examens .center-details {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  body.single-centres-examens .center-details .center-address {
    width: 50%;
  }
  body.single-centres-examens .center-details .center-contact {
    width: 40%;
    margin-top: 0 !important;
  }
}
body.single-centres-examens .center-details .center-details-title {
  display: inline-flex;
  align-items: center;
  padding: 10px 30px;
  min-width: 290px;
  color: #114ACE;
  font-size: 1.1em;
  font-weight: bold;
  background-color: rgba(17, 74, 207, 0.1607843137);
  border-radius: 10px;
}
body.single-centres-examens .center-details .center-details-title span {
  margin-right: 20px;
  font-size: 2em;
}
body.single-centres-examens .center-details .center-details-body {
  padding-top: 30px;
}
body.single-centres-examens .center-details .center-details-body .center-details-accessibility {
  margin-top: 10px;
}
body.single-centres-examens .center-details .center-details-body .center-details-phone {
  display: inline-block;
  padding: 13px 30px;
  font-weight: bold;
  font-size: 1.3em;
  background-color: #114ACE;
  border-radius: 10px;
}
body.single-centres-examens .center-details .center-details-body .center-details-phone a {
  color: #fff;
  text-decoration: none;
}
body.single-centres-examens .center-details .center-details-body .center-details-mail {
  margin-top: 25px;
}
body.single-centres-examens .center-details .center-details-body .center-details-mail a {
  display: flex;
  align-items: center;
  color: #114ACE;
  font-weight: bold;
}
body.single-centres-examens .center-details .center-details-body .center-details-mail span {
  margin-right: 20px;
  font-size: 2.5em;
}
body.single-centres-examens .center-details .center-contact {
  margin-top: 50px;
}
body.single-centres-examens #map {
  height: 450px;
  margin: 30px 0;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  body.single-centres-examens #map {
    margin: 50px 0;
  }
}

/*# sourceMappingURL=style.css.map */
