@charset "UTF-8";

body {
  font-family: 'Roboto-light', sans-serif;
}

body h1 {
  font-family: 'Tinos', serif;
}

body h2,
body h3,
body h4 {
  font-family: 'Roboto-medium', sans-serif;
}



/* MEDIA QUERIES */
@media only screen and (max-width: 991px) {
  .course-banner .course-bannercontent .infos {
    text-align: center;
  }

  .course-banner .course-bannercontent .infos div>div {
    text-align: center;
  }

  .course-banner .course-bannercontent .infos div>div h3 {
    padding-top: 1rem;
  }

  .course-banner .course-bannercontent .infos>div:not(:last-of-type) .banner-smalltext {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #FFFFFF8F;
  }

  .course-banner .course-bannercontent .infos>div:not(:first-of-type) {
    padding-top: 2.6rem;
  }

  .course-info {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .course-info .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .course-info .container .tagContainer {
    text-align: center;
  }

  .course-info .container div.infoTab {
    text-align: center;
  }

  .course-info .container .infodiv {
    margin: 2rem 0 0 0;
  }

  .course-info .container .infodiv ul {
    display: none;
  }
}

h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

h2,
.tag,
.info {
  font-family: 'Times New Roman', Times, serif;
}

.info {
  top: 2.1rem;
}

a.CTA {
  background-color: #CC393E;
  padding: 0.7rem 1rem;
  border-radius: 5px;
  color: #FFF;
  width: 9rem;
  transition: all 0.3s;
  margin-top: 2rem;
  font-family: 'Roboto-medium';
}

@media (max-width: 1200px) {
  a.CTA {
    position: relative;
    display: inline-block;
  }
}

a.CTA:hover,
a.CTA:focus {
  background-color: #FFF;
  color: #CC393E;
  border: 1px solid #CC393E;
  text-decoration: none;
}

a.CTA.inverse {
  background-color: #FFF;
  padding: 0.7rem 1rem;
  border-radius: 5px;
  color: #CC393E;
  width: 9rem;
  transition: all 0.3s;
  margin-top: 2rem;
  font-family: 'Roboto-medium';
}

a.CTA.inverse:hover,
a.CTA.inverse:focus {
  background-color: #CC393E;
  color: #FFF;
  border: 1px solid #FFF;
  text-decoration: none;
}

.red {
  color: #CC393E;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.center-xy {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-y {
  display: flex;
  align-items: center;
}

.general-padding {
  padding: 5rem;
  position: relative;
}

.mobile-only, .tablet-only {
  display: none;
}


h2 {
  font-family: 'Tinos', serif !important;
  color: #cc393e;
  font-size: 0.9rem;
  margin-bottom: -0.25rem;
}

h3 {
  text-transform: uppercase;
}

.bg-light {
  background-color: #f8f8f8 !important;
}

.btn {
  padding: 0.5rem 0.75rem;
}

.offers-content #iframe-taleez {
  height: 850px;
  width: 100%;
  border: none;
}

.offers-content .btn-primary,
.join-contact .btn-primary {
  background-color: #cc393e;
  border-color: #cc393e;
}

.offers-content .btn-outline-primary {
  background-color: #ffffff;
  border: 2px solid #cc393e;
  color: #cc393e;
}

.offers-content .btn-primary:hover,
.join-contact .btn-primary:hover {
  background-color: #9e2d30;
  border-color: #9e2d30;
}

.offers-content .btn-outline-primary:hover {
  background-color: #cc393e;
  border: 2px solid #cc393e;
  color: #ffffff;
}

.offers-content .btn-primary.focus,
.offers-content .btn-primary:focus,
.offers-content .btn-outline-primary.focus,
.offers-content .btn-outline-primary:focus,
.join-contact .btn-primary.focus,
.join-contact .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem #cc393e;
}

.offers-content .btn-primary:not(:disabled):not(.disabled).active,
.offers-content .btn-primary:not(:disabled):not(.disabled):active,
.offers-content .btn-outline-primary:not(:disabled):not(.disabled).active,
.offers-content .btn-outline-primary:not(:disabled):not(.disabled):active,
.join-contact .btn-primary:not(:disabled):not(.disabled).active,
.join-contact .btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: #9e2d30;
  border-color: #9e2d30;
}

.offers-content .btn-primary:not(:disabled):not(.disabled).active:focus,
.offers-content .btn-primary:not(:disabled):not(.disabled):active:focus,
.offers-content .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.offers-content .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.join-contact .btn-primary:not(:disabled):not(.disabled).active:focus,
.join-contact .btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #9e2d30;
}

.join-contact .btn {
  max-height: 3rem;
  margin: auto;
}

.btn-outline-primary {
  color: #cc393e;
  border-color: #cc393e;
}

.btn-outline-primary:hover {
  background-color: #cc393e;
  border-color: #cc393e;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem #9e2d30;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #9e2d30;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  background-color: #9e2d30;
  border-color: #9e2d30;
}

.offers-content .offer-description {
  display: none;
  width: 100%;
}

.offers-content .offer-description.active {
  display: block;
}

.offers-content .offer-description p {
  margin: 0 10% 1rem 10%;
}

.swiper-wrapper {
  padding-bottom: 2rem;
}

.swiper-pagination-bullet-active {
  background: #cc393e;
  height: 10px;
  width: 10px;
}

.fas:not(.burger) {
  color: #cc393e;
  font-size: 2.5rem;
}

.join-header {
  color: #fff;
  background-image: url("../img/rejoindre-header.jpg");
  background-color: #cc393e;
  background-size: cover;
  background-position: 50% 10%;
  text-align: center;
}

.join-header h2 {
  color: #fff;
}

.join-header .redden {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.join-header .container {
  padding: 9vw 0;
}

.join-offers h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 4rem;
  padding: 1rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}

.join-offers .offer-title {
  font-weight: bold;
  margin-top: 2%;
}

.join-offers .offer-title strong {
  padding: 0 0.3rem 0 0.1rem;
  color: black;
}

.join-offers .offer-type {
  color: gray;
  margin-top: 2%;
}

.join-offers .btn {
  font-size: 0.9rem;
  margin: 0.5rem auto;
  width: 8rem;
}

.join-offers p {
  margin-bottom: 0;
}

.join-together h3 {
  font-size: 1.4rem;
}

.join-together .number {
  color: #cc393e;
  text-align: center;
  margin: auto;
  padding-top: 1.2rem;
  padding-bottom: 0.5em;
}

.join-together .delimiter {
  background: #d1d1d1;
  max-width: 2px;
  padding: 0;
  margin: 0 0.5rem;
}

.join-together img {
  max-height: 12rem;
}

.join-together ul {
  flex-direction: column;
}

.join-together li, .join-pictures li {
  list-style: none;
}

.galerie-photo {
  overflow: hidden;
}

.join-contact .form {
  margin: auto;
}

.join-contact .form input,
.join-contact .form textarea {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid #efefef;
  padding: 0.25rem 1rem;
  margin-bottom: 0.5rem;
  resize: none;
}

.join-contact .form .input-loader {
  width: auto;
  border-radius: 1rem;
  border: none;
}

.join-contact .form .text-loader {
  font-size: 0.9rem;
  display: inline-block;
  width: 14rem;
  color: #757575;
}

.join-contact .form .size-input {
  font-size: 0.9rem;
  color: #757575;
}

.join-contact .form .input-validator {
  width: 50%;
  margin: auto;
}

.join-contact .form .piece-joint {
  text-align: left;
}

.join-contact h1, .join-contact h2 {
  text-align: center;
}

.join-contact .dropdown-menu.show {
  padding: 1rem;
}

.join-contact .btn-secondary,
.join-contact .btn-secondary:hover,
.join-contact .show>.btn-secondary.dropdown-toggle,
.join-contact .btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #cc393e;
  border-color: #cc393e;
}

.join-contact .btn-secondary.focus, .join-contact .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem #cc393e;
}

.join-contact .show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #9e2d30;
}

.join-contact .btn-primary {
  margin: 0;
}

.join-contact span.filename {
  display: inline-flex;
  color: #666;
  font-family: 'Roboto', sans-serif;
  align-items: center;
  padding-left: .5rem;
}

.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  /* max-width: 1000px; */
  width: 70%;
}

.grid-item {
  width: 32.66%;
}

.grid-item--width2 {
  width: 66.33%;
  height: 30vw;
}

.grid-item--height2 {
  height: 30vw;
}

.pictureone {
  width: 100%;
  height: 15vw;
  object-fit: cover;
  padding-bottom: .7vw;
}

.grid-sizer {
  width: 32.66%;
}

.gutter-sizer {
  width: 1%;
}

.picturetwo {
  width: 100%;
  height: 30vw;
  object-fit: cover;
  padding-bottom: .7vw;
}

@media only screen and (max-width: 1200px) {
  .offers-content .offer {
    margin-top: 2.5rem;
  }

  .offers-content .offer:first-of-type {
    margin-top: 2rem;
  }

  .general-padding {
    padding: 5rem;
  }

  .tablet-only {
    display: block;
  }

}

@media only screen and (max-width: 782px) {
  .join-contact .form .piece-joint {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-only {
    display: block;
  }

  .no-mobile {
    display: none;
  }

  .join-header .redden {
    padding: 4.5rem 2.5rem;
  }

  .join-header .redden .container {
    padding: 0;
  }
}

@media only screen and (max-width: 576px) {
  join-contact .form label.inline+span input {
    font-size: 0.61rem;
  }

  .general-padding {
    padding: 2.5rem !important;
  }

  .number-title {
    margin-top: 0;
  }

  .join-offers .offer-title strong {
    padding: 0
  }

  .separateur {
    border-bottom: 2px solid black;
    width: 16.6rem;
    margin: 1rem 0;
  }

  .join-contact .form .text-loader {
    font-size: 0.8rem;
  }

  .join-contact .form .input-loader {
    font-size: 0.8rem;
    padding: 0;
  }

  .grid {
    width: 100%;
  }

  label.inline,
  label.inline+span {
    width: 100% !important;
    display: flex !important;
    flex-flow: column-reverse;
  }
}

body h1,
body h2 {
  padding-top: 0;
}

body p.surTitre,
body span.surTitre {
  font-family: 'Tinos', serif !important;
  color: #cc393e;
  font-size: 0.9rem;
  margin-bottom: -0.25rem;
}

body h2,
body h1 {
  font-family: 'Tinos', serif;
  color: #000;
  font-size: 2rem;
  margin-bottom: 2rem;
}

form input {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid #efefef;
  padding: 0.25rem 1rem;
  margin-bottom: 0.5rem;
  resize: none;
}

form .contact-form-top p {
  width: 48%;
  display: inline-block;
}


label.inline,
label.inline+span {
  width: 48%;
  display: inline-flex;
}

form.wpcf7-form label.inline {
  text-align: left;
  /* font-size: 0.9rem; */
  color: #757575;
  /* font-family: 'Roboto-light', sans-serif; */
  font-family: 'Roboto', sans-serif;
  align-items: center;
  padding-left: 0;
}

.join-contact .form label.inline+span input {
  border: none;
}

@media (max-width: 576px) {

  form p:first-of-type,
  form p:nth-of-type(2) {
    width: 100%;
    display: block;
  }

}

.join-contact .form input[type=submit] {
  background: #cc393e;
  border-color: #cc393e;
  border-radius: 0.5rem;
  font-weight: 500;
  padding: 0.75rem 1.25rem;
  margin: 1rem 0;
}

.join-contact .form input[type=submit]:hover {
  background: #9e2d30;
}

.join-contact .form .wpcf7-not-valid {
  border: 1px solid red;
}

.redden h1 {
  color: #FFF;
}