@charset "UTF-8";
/*
*   Variables
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
.d-flex {
  display: flex;
}

.d-flex-wrap {
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.justify-space-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.divider_container {
  padding-bottom: 22px;
}

.divider__50 {
  width: 50%;
}
.divider__60 {
  width: 60%;
}
.divider__70 {
  width: 70%;
}
.divider__85 {
  width: 85%;
}
.divider__150 {
  width: 150%;
}
.divider__r {
  margin: 0 0 0 auto;
}
.divider__l {
  margin: 0 auto 0 0;
}
.divider__blanc {
  border-bottom: 5px solid #fff;
}
.divider__bleu {
  border-bottom: 5px solid #4589C8;
}
.divider__bleu-f {
  border-bottom: 5px solid #232E48;
}
.divider__orange {
  border-bottom: 5px solid #DF4311;
}
.divider__translate_15 {
  transform: translate(15%);
}

.texte_orange {
  color: #DF4311;
}

.texte_orange_2 {
  color: #FF5F2D;
  font-weight: 300;
  font-style: italic;
}

.button_custom, .wpcf7-submit, .search-submit {
  background: white;
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: bold;
  color: #232E48;
  display: flex;
  align-items: center;
  width: max-content;
  border: unset;
  cursor: pointer;
}
.button_custom:hover, .button_custom:focus, .wpcf7-submit:hover, .wpcf7-submit:focus, .search-submit:hover, .search-submit:focus {
  color: #FF5F2D;
}

.wpcf7-submit {
  margin: auto;
}

.button_custom2 {
  background: #4589C8;
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  width: max-content;
  border: unset;
  cursor: pointer;
}
.button_custom2:hover, .button_custom2:focus {
  color: #232E48;
}

.button_custom3 {
  background: #DF4311;
  padding: 10px 30px;
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  width: max-content;
  border: unset;
  cursor: pointer;
  font-size: 25px;
}
.button_custom3:hover, .button_custom3:focus {
  color: #fff;
  background: #DE4C1D;
}

.chevrons_container {
  position: relative;
}
.chevrons_container .chevrons_button::before {
  content: "";
  background-image: url("../images/PNG/Chevrons_Degrade_Blanc_l.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 100px;
  transform: translate(-100%, -50%);
  position: absolute;
  top: 50%;
  left: -10px;
}
.chevrons_container .chevrons_button::after {
  content: "";
  background-image: url("../images/PNG/Chevrons_Degrade_Blanc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 100px;
  transform: translate(100%, -50%);
  position: absolute;
  top: 50%;
  right: -10px;
}

.container_img {
  position: relative;
  flex-wrap: wrap;
}
.container_img .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.container_img .overlay__tl {
  background: linear-gradient(180deg, #232E48 0%, rgba(35, 46, 72, 0) 33%, rgba(35, 46, 72, 0) 100%), linear-gradient(90deg, #232E48 0%, rgba(35, 46, 72, 0) 33%, rgba(35, 46, 72, 0) 100%);
}
.container_img .overlay__tr {
  background: linear-gradient(180deg, #232E48 0%, rgba(35, 46, 72, 0) 33%, rgba(35, 46, 72, 0) 100%), linear-gradient(-90deg, #232E48 0%, rgba(35, 46, 72, 0) 33%, rgba(35, 46, 72, 0) 100%);
}
.container_img .overlay__t {
  background: linear-gradient(180deg, #232E48 0%, rgba(35, 46, 72, 0) 33%, rgba(35, 46, 72, 0) 100%);
}

h3 {
  margin-bottom: 30px;
  line-height: 0.9;
  font-weight: 300;
  font-style: italic;
  color: #DF4311;
}
h3 span {
  display: block;
  font-weight: 300;
  font-style: italic;
}
h3 .ss_titre_1 {
  color: #fff;
}
h3 .ss_titre_2 {
  color: #DF4311;
  margin-left: 10%;
  width: 100%;
}
h3 .ss_titre_3 {
  color: #DF4311;
  margin-left: 20%;
  width: 100%;
}

.image_cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

label {
  color: #fff !important;
}

.container_page_content a {
  color: #DF4311;
}
.container_page_content a:hover {
  color: #FF5F2D;
}

input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

input[type=checkbox]:checked + label:before {
  background: #fff;
  color: #4589C8;
}

input[type=checkbox] + label:before {
  text-align: center;
  line-height: 1;
  border: 0.0625rem solid #fff;
  /* width: 1rem;
  height: 1rem; */
  margin-right: 0.5rem;
  font-size: 0.875rem;
  color: #fff;
  background: white;
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 40% !important;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

input[type=checkbox] + label:before {
  content: "⬤";
  padding-right: 1px;
  border-radius: 0.125rem;
}

#form_mediatheque legend {
  font-weight: 700;
}
#form_mediatheque label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.card-shadow {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3254901961);
}

/* //_____________________________________
.owl-carousel {
    //width: 90% !important;
    .owl-item img {
        height: 420px;
        width: 100%;
        object-fit: cover;
    }
    .owl-prev, .owl-next {
        background: unset !important; 
        width: 39px;
        height: 53px;
        position: absolute;
        background-color: red !important;
        img {
            display: none;
        }
    }
    .owl-prev {
        left: -45px !important;
        content: "";
    }
    .owl-next {
        right: -45px !important;
        content: "";
    }
} */
input,
textarea {
  border-radius: 20px !important;
}

@media (max-width: 639px) {
  .small-0 {
    display: none;
  }
  header .top-bar {
    padding: 10px !important;
  }
  header .title-bar {
    background-color: #232E48;
  }
  header #menu-menu {
    display: initial;
    width: 100%;
    text-align: center;
  }
  header #menu-menu li {
    padding: 0 !important;
  }
  header .header_bg {
    height: 360px;
  }
  header .header_bg .header_content {
    padding: 20px !important;
  }
  header .header_bg .header_content .title_container {
    max-width: 100% !important;
    margin-bottom: unset;
  }
  header .header_bg .header_content .title_container h1::before {
    content: unset !important;
  }
  .home .mtglf-centre {
    max-width: 480px;
  }
  .home .panel-1 {
    padding-bottom: 40px;
  }
  .home .section_2 #parallax-nomove {
    padding-top: 200px;
  }
  .home .section_2 #parallax-bg-fast {
    margin-bottom: 150px;
  }
  .home .section_2 #parallax-bg-fast #bg-fast-1 {
    bottom: -230px;
    left: 9%;
  }
  .home .section_2 #parallax-bg-fast #bg-fast-2 {
    bottom: -20px;
    left: 11%;
  }
  .home .section_2 #parallax-bg-fast #bg-fast-3 {
    bottom: 0;
    right: 15%;
  }
  .home .section_2 #parallax-bg-fast #bg-fast-4 {
    bottom: -250px;
    right: 61%;
  }
  .home .section_2 #parallax-bg-mid-f {
    margin-bottom: 150px;
  }
  .home .section_2 #parallax-bg-mid-f #bg-mid-f-1 {
    bottom: -100px;
    left: 12.5%;
  }
  .home .section_2 #parallax-bg-mid-f #bg-mid-f-2 {
    bottom: 10px;
    left: 17%;
  }
  .home .section_2 #parallax-bg-mid-f #bg-mid-f-3 {
    bottom: 120px;
    right: 26%;
  }
  .home .section_2 #parallax-bg-mid-f #bg-mid-f-4 {
    bottom: -280px;
    right: 0;
  }
  .home .section_2 #parallax-bg-mid-s {
    margin-bottom: 150px;
  }
  .home .section_2 #parallax-bg-mid-s #bg-mid-s-1 {
    bottom: 120px;
    right: 40%;
  }
  .home .section_2 #parallax-bg-mid-s #bg-mid-s-2 {
    bottom: -120px;
    right: 29%;
  }
  .home .section_2 #parallax-bg-mid-s #bg-mid-s-3 {
    display: none;
  }
  .home .section_2 #parallax-bg-slow {
    margin-bottom: 150px;
  }
  .home .section_2 #parallax-bg-slow #bg-slow-1 {
    bottom: -60px;
    left: 1%;
  }
  .home .section_2 #parallax-bg-slow #bg-slow-2 {
    bottom: 170px;
    right: 11%;
  }
  .home .section_2 #parallax-bg-slow #bg-slow-3 {
    bottom: -50px;
    right: 34%;
  }
  .home .section_3 .container_img {
    height: 350px;
  }
  .home .section_3 .container_img .titre-left {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .home .section_4 {
    padding: 50px 0;
  }
  .home .section_4 .divider_arrow {
    display: none;
  }
  .home .section_4 .card-shadow {
    transform: unset !important;
  }
  #global .entry-content {
    padding: 0 !important;
  }
  #global .demi_container_custom {
    margin: auto !important;
  }
  #global .bloc_title_col {
    margin-top: 50px !important;
  }
  #global .montgolfiere_envol {
    transform: unset !important;
  }
  #global .col_border_orange {
    border-bottom: 3px solid #DF4311;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  #global .title_right {
    text-align: left !important;
  }
  #global .title_right span::before {
    content: unset !important;
  }
  #global h2::after {
    content: unset !important;
  }
  #global h3 .ss_titre_2, #global h3 .ss_titre_3 {
    margin-left: 0 !important;
  }
  #global .actu-content .content_text {
    padding-top: 30px;
  }
  #global .fix_mt {
    margin-top: -30px;
  }
  #global .fix_mb_40 {
    margin-bottom: 30px;
  }
  #global.tpl_partenaires .titles_container {
    text-align: center;
  }
  #global.tpl_partenaires .titles_container h3, #global.tpl_partenaires .titles_container .bloc_formule {
    width: fit-content;
    margin: auto;
  }
  #global #slickMediatheque .slick-prev {
    margin-left: 3px;
    width: 7%;
  }
  #global #slickMediatheque .slick-next {
    margin-right: 6px;
    width: 7%;
  }
  #global .cards_container .card_container .card .card-header .card_header_titres .titre_1 {
    margin-bottom: -5px !important;
  }
  footer .divider__150 {
    width: 100%;
  }
  footer .footer_col_img {
    text-align: center;
  }
  footer .footer_col_img .footer-logo {
    max-height: 150px;
    transform: translate(0, -10%);
  }
  footer .montgolfiade_infos {
    margin: auto;
  }
  footer .montgolfiade_infos .texte_1, footer .montgolfiade_infos .texte_2 {
    margin-bottom: -10px !important;
  }
  footer #menu-menu-bas {
    left: unset !important;
  }
  .small-0, .logo_chartres_montgolfiere {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .medium-0 {
    display: none;
  }
  header .top-bar {
    padding: 10px !important;
  }
  header .title-bar {
    background-color: #232E48;
  }
  header #menu-menu {
    display: initial;
    width: 100%;
    text-align: center;
  }
  header #menu-menu li {
    padding: 0 !important;
  }
  header .menu_mobile_container .title-bar {
    justify-content: space-between;
    background: #9D9D9C;
  }
  header .header_bg {
    height: 490px;
  }
  header .header_bg .header_content .title_container {
    max-width: 75% !important;
    /* h1 {
        &::before {
            content: unset !important;
        }
    } */
  }
  header .header_bg .header_content .title_container h1 {
    padding-right: 40px;
    padding-left: 40px;
  }
  header .header_bg .header_content .header_sous_titres {
    padding: 20px !important;
  }
  .home .cards_container .card_container {
    max-width: 50%;
  }
  .home .cards_container .card_container.last {
    margin: auto;
  }
  .home .mtglf-centre {
    max-width: 480px;
  }
  .home .panel-1 {
    padding-bottom: 80px;
  }
  .home .section_2 #parallax-nomove {
    padding-top: 200px;
  }
  .home .section_2 #parallax-bg-fast {
    margin-bottom: 150px;
  }
  .home .section_2 #parallax-bg-fast #bg-fast-1 {
    bottom: -230px;
    left: 9%;
  }
  .home .section_2 #parallax-bg-fast #bg-fast-2 {
    bottom: -20px;
    left: 16%;
  }
  .home .section_2 #parallax-bg-fast #bg-fast-3 {
    bottom: 0;
    right: 15%;
  }
  .home .section_2 #parallax-bg-fast #bg-fast-4 {
    bottom: -250px;
    right: 61%;
  }
  .home .section_2 #parallax-bg-mid-f {
    margin-bottom: 150px;
  }
  .home .section_2 #parallax-bg-mid-f #bg-mid-f-1 {
    bottom: -100px;
    left: 12.5%;
  }
  .home .section_2 #parallax-bg-mid-f #bg-mid-f-2 {
    bottom: 10px;
    left: 7%;
  }
  .home .section_2 #parallax-bg-mid-f #bg-mid-f-3 {
    bottom: 120px;
    right: 37%;
  }
  .home .section_2 #parallax-bg-mid-f #bg-mid-f-4 {
    bottom: -280px;
    right: 0;
  }
  .home .section_2 #parallax-bg-mid-s {
    margin-bottom: 150px;
  }
  .home .section_2 #parallax-bg-mid-s #bg-mid-s-1 {
    bottom: 120px;
    right: 52%;
  }
  .home .section_2 #parallax-bg-mid-s #bg-mid-s-2 {
    bottom: -120px;
    right: 41%;
  }
  .home .section_2 #parallax-bg-mid-s #bg-mid-s-3 {
    bottom: -60px;
    right: 16%;
  }
  .home .section_2 #parallax-bg-slow {
    margin-bottom: 150px;
  }
  .home .section_2 #parallax-bg-slow #bg-slow-1 {
    bottom: -60px;
    left: 1%;
  }
  .home .section_2 #parallax-bg-slow #bg-slow-2 {
    bottom: 170px;
    right: 9%;
  }
  .home .section_2 #parallax-bg-slow #bg-slow-3 {
    bottom: -50px;
    right: 34%;
  }
  .home .section_3 .container_img {
    height: 400px;
  }
  .home .section_3 .container_img .titre-left {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .home .section_4 {
    padding: 50px 0;
  }
  .home .section_4 .divider_arrow {
    display: none;
  }
  #global {
    /* .container_img {
        margin-bottom: 40px;
    } */
  }
  #global .entry-content {
    padding: 40px 0 !important;
  }
  #global .pr_lg {
    padding-right: 65px;
  }
  #global .pl_lg {
    padding-left: 65px;
  }
  #global .chevron_ltor, #global .logo_chartres_montgolfiere {
    display: none;
  }
  #global .fix_mt {
    margin-top: -50px;
  }
  #global .fix_mb_40 {
    margin-bottom: 40px;
  }
  #global .col_border_orange {
    border-right: 3px solid #DF4311;
  }
  #global .medium-12 .demi_container_custom {
    max-width: 100% !important;
    margin: auto !important;
  }
  #global .medium-12 .image_cover {
    width: 100%;
    height: 450px;
  }
  #global .actu-content .content_text {
    padding: 0 30px;
  }
  #global .cards_container .card_container .card .card-header .card_header_titres .titre_1 {
    margin-bottom: -12px !important;
  }
  footer .montgolfiade_infos .texte_1, footer .montgolfiade_infos .texte_2 {
    margin-bottom: -10px !important;
  }
  footer #menu-menu-bas {
    left: unset !important;
  }
}
@media (min-width: 1024px) {
  header .header_bg {
    height: 590px;
  }
  header .header_bg .header_content h1 {
    padding-right: 40px;
    padding-left: 40px;
  }
  header .header_bg .header_content h3 {
    margin-right: 250px;
  }
  .home .panel-1 {
    margin-top: 50px;
    padding-bottom: 150px;
  }
  .home .panel-1 .chiffre-7 {
    text-align: right !important;
  }
  .home .section_2 #parallax-bg-fast #bg-fast-1 {
    bottom: -230px;
    left: 3%;
  }
  .home .section_2 #parallax-bg-fast #bg-fast-2 {
    bottom: -20px;
    left: 8%;
  }
  .home .section_2 #parallax-bg-fast #bg-fast-3 {
    bottom: 0;
    right: 15%;
  }
  .home .section_2 #parallax-bg-fast #bg-fast-4 {
    bottom: -250px;
    right: 38%;
  }
  .home .section_2 #parallax-bg-mid-f #bg-mid-f-1 {
    bottom: -100px;
    left: 4.5%;
  }
  .home .section_2 #parallax-bg-mid-f #bg-mid-f-2 {
    bottom: 10px;
    left: 3%;
  }
  .home .section_2 #parallax-bg-mid-f #bg-mid-f-3 {
    bottom: 120px;
    right: 29%;
  }
  .home .section_2 #parallax-bg-mid-f #bg-mid-f-4 {
    bottom: -280px;
    right: 0;
  }
  .home .section_2 #parallax-bg-mid-s #bg-mid-s-1 {
    bottom: 120px;
    right: 32%;
  }
  .home .section_2 #parallax-bg-mid-s #bg-mid-s-2 {
    bottom: -120px;
    right: 29%;
  }
  .home .section_2 #parallax-bg-mid-s #bg-mid-s-3 {
    bottom: -60px;
    right: 13%;
  }
  .home .section_2 #parallax-bg-slow #bg-slow-1 {
    bottom: -60px;
    left: 1%;
  }
  .home .section_2 #parallax-bg-slow #bg-slow-2 {
    bottom: 170px;
    right: 6%;
  }
  .home .section_2 #parallax-bg-slow #bg-slow-3 {
    bottom: -50px;
    right: 34%;
  }
  .home .section_3 {
    padding-bottom: 80px;
  }
  .home .section_3 .left {
    min-height: 730px;
  }
  .home .section_3 .left .container_img {
    position: absolute;
    height: 100%;
  }
  .home .section_4 .divider_arrow {
    transform: translate(0, -35%);
    position: absolute;
    width: 100%;
  }
  .home .section_4 .bg_opacity_fix {
    padding-top: 80px;
  }
  .home .cards_container .card_container {
    max-width: 33%;
  }
  #global h3 {
    padding-top: 50px;
  }
  #global .pr_lg {
    padding-right: 130px;
  }
  #global .pl_lg {
    padding-left: 130px;
  }
  #global .col_border_orange {
    border-right: 3px solid #DF4311;
  }
  #global .cards_container .card_container {
    max-width: 25%;
  }
  #global .actu-content .content_text {
    padding: 0 50px;
  }
  #global.tpl_association .section_3 .col_left img {
    max-height: 380px;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .tpl_partenaires .card_container {
    max-width: 33% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .tpl_partenaires .card_container {
    max-width: 33% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tpl_partenaires .card_container {
    max-width: 50% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tpl_partenaires .card_container {
    max-width: 50% !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .tpl_partenaires .card_container {
    max-width: 100% !important;
  }
}
@media (max-width: 576px) {
  .tpl_partenaires .card_container {
    max-width: 100% !important;
  }
}
@media (max-width: 450px) {
  .home .section_2 #parallax-nomove {
    padding-top: 200px;
  }
  .home .section_2 #parallax-bg-fast, .home .section_2 #parallax-bg-mid-f, .home .section_2 #parallax-bg-mid-s, .home .section_2 #parallax-bg-slow {
    margin-bottom: 250px;
  }
}
.d-flex {
  display: flex;
}

.d-flex-wrap {
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.justify-space-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.divider_container {
  padding-bottom: 22px;
}

.divider__50 {
  width: 50%;
}
.divider__60 {
  width: 60%;
}
.divider__70 {
  width: 70%;
}
.divider__85 {
  width: 85%;
}
.divider__150 {
  width: 150%;
}
.divider__r {
  margin: 0 0 0 auto;
}
.divider__l {
  margin: 0 auto 0 0;
}
.divider__blanc {
  border-bottom: 5px solid #fff;
}
.divider__bleu {
  border-bottom: 5px solid #4589C8;
}
.divider__bleu-f {
  border-bottom: 5px solid #232E48;
}
.divider__orange {
  border-bottom: 5px solid #DF4311;
}
.divider__translate_15 {
  transform: translate(15%);
}

.texte_orange {
  color: #DF4311;
}

.texte_orange_2 {
  color: #FF5F2D;
  font-weight: 300;
  font-style: italic;
}

.button_custom, .wpcf7-submit, .search-submit {
  background: white;
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: bold;
  color: #232E48;
  display: flex;
  align-items: center;
  width: max-content;
  border: unset;
  cursor: pointer;
}
.button_custom:hover, .button_custom:focus, .wpcf7-submit:hover, .wpcf7-submit:focus, .search-submit:hover, .search-submit:focus {
  color: #FF5F2D;
}

.wpcf7-submit {
  margin: auto;
}

.button_custom2 {
  background: #4589C8;
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  width: max-content;
  border: unset;
  cursor: pointer;
}
.button_custom2:hover, .button_custom2:focus {
  color: #232E48;
}

.button_custom3 {
  background: #DF4311;
  padding: 10px 30px;
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  width: max-content;
  border: unset;
  cursor: pointer;
  font-size: 25px;
}
.button_custom3:hover, .button_custom3:focus {
  color: #fff;
  background: #DE4C1D;
}

.chevrons_container {
  position: relative;
}
.chevrons_container .chevrons_button::before {
  content: "";
  background-image: url("../images/PNG/Chevrons_Degrade_Blanc_l.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 100px;
  transform: translate(-100%, -50%);
  position: absolute;
  top: 50%;
  left: -10px;
}
.chevrons_container .chevrons_button::after {
  content: "";
  background-image: url("../images/PNG/Chevrons_Degrade_Blanc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 100px;
  transform: translate(100%, -50%);
  position: absolute;
  top: 50%;
  right: -10px;
}

.container_img {
  position: relative;
  flex-wrap: wrap;
}
.container_img .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.container_img .overlay__tl {
  background: linear-gradient(180deg, #232E48 0%, rgba(35, 46, 72, 0) 33%, rgba(35, 46, 72, 0) 100%), linear-gradient(90deg, #232E48 0%, rgba(35, 46, 72, 0) 33%, rgba(35, 46, 72, 0) 100%);
}
.container_img .overlay__tr {
  background: linear-gradient(180deg, #232E48 0%, rgba(35, 46, 72, 0) 33%, rgba(35, 46, 72, 0) 100%), linear-gradient(-90deg, #232E48 0%, rgba(35, 46, 72, 0) 33%, rgba(35, 46, 72, 0) 100%);
}
.container_img .overlay__t {
  background: linear-gradient(180deg, #232E48 0%, rgba(35, 46, 72, 0) 33%, rgba(35, 46, 72, 0) 100%);
}

h3 {
  margin-bottom: 30px;
  line-height: 0.9;
  font-weight: 300;
  font-style: italic;
  color: #DF4311;
}
h3 span {
  display: block;
  font-weight: 300;
  font-style: italic;
}
h3 .ss_titre_1 {
  color: #fff;
}
h3 .ss_titre_2 {
  color: #DF4311;
  margin-left: 10%;
  width: 100%;
}
h3 .ss_titre_3 {
  color: #DF4311;
  margin-left: 20%;
  width: 100%;
}

.image_cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

label {
  color: #fff !important;
}

.container_page_content a {
  color: #DF4311;
}
.container_page_content a:hover {
  color: #FF5F2D;
}

input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

input[type=checkbox]:checked + label:before {
  background: #fff;
  color: #4589C8;
}

input[type=checkbox] + label:before {
  text-align: center;
  line-height: 1;
  border: 0.0625rem solid #fff;
  /* width: 1rem;
  height: 1rem; */
  margin-right: 0.5rem;
  font-size: 0.875rem;
  color: #fff;
  background: white;
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 40% !important;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

input[type=checkbox] + label:before {
  content: "⬤";
  padding-right: 1px;
  border-radius: 0.125rem;
}

#form_mediatheque legend {
  font-weight: 700;
}
#form_mediatheque label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.card-shadow {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3254901961);
}

/* //_____________________________________
.owl-carousel {
    //width: 90% !important;
    .owl-item img {
        height: 420px;
        width: 100%;
        object-fit: cover;
    }
    .owl-prev, .owl-next {
        background: unset !important; 
        width: 39px;
        height: 53px;
        position: absolute;
        background-color: red !important;
        img {
            display: none;
        }
    }
    .owl-prev {
        left: -45px !important;
        content: "";
    }
    .owl-next {
        right: -45px !important;
        content: "";
    }
} */
input,
textarea {
  border-radius: 20px !important;
}

@media (min-width: 1600px) {
  header #menu-menu a {
    font-size: 27px;
  }
  header .header_bg .header_content h1 {
    font-size: 83px;
  }
  header .header_bg .header_content .header_sous_titres .ss_titre_1 {
    font-size: 88px;
  }
  header .header_bg .header_content .header_sous_titres .ss_titre_2 {
    font-size: 45px !important;
  }
  header .header_bg .header_content .header_sous_titres .ss_titres_header .ss_titre_2 {
    font-size: 75px;
  }
  header .header_bg .header_content .header_sous_titres .ss_titres_header .ss_titre_3 {
    font-size: 35px;
  }
  .home h2.titre {
    font-size: 51px;
  }
  .home .panel-1 .right .date {
    font-size: 83px;
  }
  .home .panel-1 .right .date div {
    font-size: 51px;
  }
  .home .panel-1 .right .chiffre-7 {
    font-size: 360px;
  }
  .home .panel-1 .right .texte {
    font-size: 35px;
  }
  .home .panel-3 .left .titre-left {
    font-size: 35px;
  }
  .home .panel-3 .left .titre-left .auteur {
    font-size: 14px;
  }
  .home .section_4 .card-titre, .home .panel-4 .card-titre {
    font-size: 31px;
  }
  .home .section_4 .card-titre .texte_2, .home .panel-4 .card-titre .texte_2 {
    font-size: 40px;
  }
  .home .section_4 .card-texte, .home .panel-4 .card-texte {
    font-size: 25px;
  }
  .carousel_texte h5 {
    font-size: 25px;
  }
  #global h2, .global h2 {
    font-size: 66px;
  }
  #global h3, .global h3 {
    font-size: 68px;
  }
  #global p, #global label, .global p, .global label {
    font-size: 19px;
  }
  #global .bloc_formule .bloc_formule_nombre, .global .bloc_formule .bloc_formule_nombre {
    font-size: 150px;
  }
  #global .bloc_formule .texte_blanc, #global .bloc_formule .texte_orange, .global .bloc_formule .texte_blanc, .global .bloc_formule .texte_orange {
    font-size: 64px;
  }
  #global .badge_container .badge_vol, .global .badge_container .badge_vol {
    font-size: 44px;
  }
  #global .cards_container .card-header .card_header_nombre, .global .cards_container .card-header .card_header_nombre {
    font-size: 83px;
  }
  #global .cards_container .card-header .card_header_titres .titre_1, .global .cards_container .card-header .card_header_titres .titre_1 {
    font-size: 31px;
  }
  #global .cards_container .card-header .card_header_titres .titre_2, .global .cards_container .card-header .card_header_titres .titre_2 {
    font-size: 51px;
  }
  #global .cards_container .card-header .card_header_titres .titre_2_sm, .global .cards_container .card-header .card_header_titres .titre_2_sm {
    font-size: 40px;
  }
  #global .cards_container .card-body *, .global .cards_container .card-body * {
    font-size: 25px;
  }
  #global .cards_container .card-body .card_texte_1 .card_chiffre, #global .cards_container .card-body .card_texte_2 .card_chiffre, .global .cards_container .card-body .card_texte_1 .card_chiffre, .global .cards_container .card-body .card_texte_2 .card_chiffre {
    font-size: 64px;
  }
  #global article h3, .global article h3 {
    font-size: 55px !important;
  }
  #global .carousel_texte h5, .global .carousel_texte h5 {
    font-size: 25px;
  }
  footer .montgolfiade_infos .bg_orange, footer .montgolfiade_infos .texte_1 {
    font-size: 28px;
  }
  footer .montgolfiade_infos .texte_2 {
    font-size: 75px;
  }
  footer .montgolfiade_infos .texte_3 {
    font-size: 40px;
  }
  footer .montgolfiade_infos .texte_4 {
    font-size: 27px;
  }
  footer #menu-menu-bas a {
    font-size: 28px;
  }
}
@media (min-width: 769px) and (max-width: 1600px) {
  header #menu-menu a {
    font-size: calc(18px + 9 * (100vw - 768px) / 832);
  }
  header .header_bg .header_content h1 {
    font-size: calc(40px + 43 * (100vw - 768px) / 832);
  }
  header .header_bg .header_content .header_sous_titres .ss_titre_1 {
    font-size: calc(40px + 48 * (100vw - 768px) / 832);
  }
  header .header_bg .header_content .header_sous_titres .ss_titre_2 {
    font-size: calc(26px + 19 * (100vw - 768px) / 832) !important;
  }
  header .header_bg .header_content .header_sous_titres .ss_titres_header .ss_titre_2 {
    font-size: calc(38px + 37 * (100vw - 768px) / 832);
  }
  header .header_bg .header_content .header_sous_titres .ss_titres_header .ss_titre_3 {
    font-size: calc(20px + 15 * (100vw - 768px) / 832);
  }
  .home h2.titre {
    font-size: calc(29px + 22 * (100vw - 768px) / 832);
  }
  .home .panel-1 .right .date {
    font-size: calc(40px + 43 * (100vw - 768px) / 832);
  }
  .home .panel-1 .right .date div {
    font-size: calc(29px + 22 * (100vw - 768px) / 832);
  }
  .home .panel-1 .right .chiffre-7 {
    font-size: calc(130px + 230 * (100vw - 768px) / 832);
  }
  .home .panel-1 .right .texte {
    font-size: calc(20px + 15 * (100vw - 768px) / 832);
  }
  .home .panel-3 .left .titre-left {
    font-size: calc(20px + 15 * (100vw - 768px) / 832);
  }
  .home .panel-3 .left .titre-left .auteur {
    font-size: 14px;
  }
  .home .section_4 .card-titre, .home .panel-4 .card-titre {
    font-size: calc(19px + 12 * (100vw - 768px) / 832);
  }
  .home .section_4 .card-titre .texte_2, .home .panel-4 .card-titre .texte_2 {
    font-size: calc(23px + 17 * (100vw - 768px) / 832);
  }
  .home .section_4 .card-texte, .home .panel-4 .card-texte {
    font-size: calc(18px + 7 * (100vw - 768px) / 832);
  }
  .carousel_texte h5 {
    font-size: calc(18px + 7 * (100vw - 768px) / 832);
  }
  #global h2, .global h2 {
    font-size: calc(38px + 28 * (100vw - 768px) / 832);
  }
  #global h3, .global h3 {
    font-size: calc(38px + 30 * (100vw - 768px) / 832);
  }
  #global p, #global label, .global p, .global label {
    font-size: calc(16px + 3 * (100vw - 768px) / 832);
  }
  #global .bloc_formule .bloc_formule_nombre, .global .bloc_formule .bloc_formule_nombre {
    font-size: calc(85px + 65 * (100vw - 768px) / 832);
  }
  #global .bloc_formule .texte_blanc, #global .bloc_formule .texte_orange, .global .bloc_formule .texte_blanc, .global .bloc_formule .texte_orange {
    font-size: calc(34px + 30 * (100vw - 768px) / 832);
  }
  #global .badge_container .badge_vol, .global .badge_container .badge_vol {
    font-size: calc(26px + 18 * (100vw - 768px) / 832);
  }
  #global .cards_container .card-header .card_header_nombre, .global .cards_container .card-header .card_header_nombre {
    font-size: calc(40px + 43 * (100vw - 768px) / 832);
  }
  #global .cards_container .card-header .card_header_titres .titre_1, .global .cards_container .card-header .card_header_titres .titre_1 {
    font-size: calc(19px + 12 * (100vw - 768px) / 832);
  }
  #global .cards_container .card-header .card_header_titres .titre_2, .global .cards_container .card-header .card_header_titres .titre_2 {
    font-size: calc(29px + 22 * (100vw - 768px) / 832);
  }
  #global .cards_container .card-header .card_header_titres .titre_2_sm, .global .cards_container .card-header .card_header_titres .titre_2_sm {
    font-size: calc(23px + 17 * (100vw - 768px) / 832);
  }
  #global .cards_container .card-body *, .global .cards_container .card-body * {
    font-size: calc(18px + 7 * (100vw - 768px) / 832);
  }
  #global .cards_container .card-body .card_texte_1 .card_chiffre, #global .cards_container .card-body .card_texte_2 .card_chiffre, .global .cards_container .card-body .card_texte_1 .card_chiffre, .global .cards_container .card-body .card_texte_2 .card_chiffre {
    font-size: calc(34px + 30 * (100vw - 768px) / 832);
  }
  #global article h3, .global article h3 {
    font-size: calc(31px + 24 * (100vw - 768px) / 832) !important;
  }
  #global .carousel_texte h5, .global .carousel_texte h5 {
    font-size: calc(18px + 7 * (100vw - 768px) / 832);
  }
  footer .montgolfiade_infos .bg_orange, footer .montgolfiade_infos .texte_1 {
    font-size: calc(18px + 10 * (100vw - 768px) / 832);
  }
  footer .montgolfiade_infos .texte_2 {
    font-size: calc(38px + 37 * (100vw - 768px) / 832);
  }
  footer .montgolfiade_infos .texte_3 {
    font-size: calc(23px + 17 * (100vw - 768px) / 832);
  }
  footer .montgolfiade_infos .texte_4 {
    font-size: calc(18px + 9 * (100vw - 768px) / 832);
  }
  footer #menu-menu-bas a {
    font-size: calc(18px + 10 * (100vw - 768px) / 832);
  }
}
@media (max-width: 768px) {
  header #menu-menu a {
    font-size: 18px;
  }
  header .header_bg .header_content h1 {
    font-size: 40px;
  }
  header .header_bg .header_content .header_sous_titres .ss_titre_1 {
    font-size: 40px;
  }
  header .header_bg .header_content .header_sous_titres .ss_titre_2 {
    font-size: 26px !important;
  }
  header .header_bg .header_content .header_sous_titres .ss_titres_header .ss_titre_2 {
    font-size: 38px;
  }
  header .header_bg .header_content .header_sous_titres .ss_titres_header .ss_titre_3 {
    font-size: 20px;
  }
  .home h2.titre {
    font-size: 29px;
  }
  .home .panel-1 .right .date {
    font-size: 40px;
  }
  .home .panel-1 .right .date div {
    font-size: 29px;
  }
  .home .panel-1 .right .chiffre-7 {
    font-size: 130px;
  }
  .home .panel-1 .right .texte {
    font-size: 20px;
  }
  .home .panel-3 .left .titre-left {
    font-size: 20px;
  }
  .home .panel-3 .left .titre-left .auteur {
    font-size: 14px;
  }
  .home .section_4 .card-titre, .home .panel-4 .card-titre {
    font-size: 19px;
  }
  .home .section_4 .card-titre .texte_2, .home .panel-4 .card-titre .texte_2 {
    font-size: 23px;
  }
  .home .section_4 .card-texte, .home .panel-4 .card-texte {
    font-size: 18px;
  }
  .carousel_texte h5 {
    font-size: 18px;
  }
  #global h2, .global h2 {
    font-size: 38px;
  }
  #global h3, .global h3 {
    font-size: 38px;
  }
  #global p, #global label, .global p, .global label {
    font-size: 16px;
  }
  #global .bloc_formule .bloc_formule_nombre, .global .bloc_formule .bloc_formule_nombre {
    font-size: 85px;
  }
  #global .bloc_formule .texte_blanc, #global .bloc_formule .texte_orange, .global .bloc_formule .texte_blanc, .global .bloc_formule .texte_orange {
    font-size: 34px;
  }
  #global .badge_container .badge_vol, .global .badge_container .badge_vol {
    font-size: 26px;
  }
  #global .cards_container .card-header .card_header_nombre, .global .cards_container .card-header .card_header_nombre {
    font-size: 40px;
  }
  #global .cards_container .card-header .card_header_titres .titre_1, .global .cards_container .card-header .card_header_titres .titre_1 {
    font-size: 19px;
  }
  #global .cards_container .card-header .card_header_titres .titre_2, .global .cards_container .card-header .card_header_titres .titre_2 {
    font-size: 29px;
  }
  #global .cards_container .card-header .card_header_titres .titre_2_sm, .global .cards_container .card-header .card_header_titres .titre_2_sm {
    font-size: 23px;
  }
  #global .cards_container .card-body *, .global .cards_container .card-body * {
    font-size: 18px;
  }
  #global .cards_container .card-body .card_texte_1 .card_chiffre, #global .cards_container .card-body .card_texte_2 .card_chiffre, .global .cards_container .card-body .card_texte_1 .card_chiffre, .global .cards_container .card-body .card_texte_2 .card_chiffre {
    font-size: 34px;
  }
  #global article h3, .global article h3 {
    font-size: 31px !important;
  }
  #global .carousel_texte h5, .global .carousel_texte h5 {
    font-size: 18px;
  }
  footer .montgolfiade_infos .bg_orange, footer .montgolfiade_infos .texte_1 {
    font-size: 18px;
  }
  footer .montgolfiade_infos .texte_2 {
    font-size: 38px;
  }
  footer .montgolfiade_infos .texte_3 {
    font-size: 23px;
  }
  footer .montgolfiade_infos .texte_4 {
    font-size: 18px;
  }
  footer #menu-menu-bas a {
    font-size: 18px;
  }
}
*, h1, h2, h3 {
  font-family: "Roboto", sans-serif;
}

header, #global, footer {
  overflow: hidden;
}

header .top-bar, header .top-bar ul {
  background-color: unset !important;
}
header #menu-menu {
  justify-content: space-between;
  align-items: center;
}
header #menu-menu li {
  padding: 20px 10px;
}
header #menu-menu a {
  color: white;
  text-transform: uppercase;
}
header #menu-menu a:hover {
  color: #FF5F2D;
}
header .header_bg .header_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
}
header .header_bg .header_content .title_container {
  position: relative;
  margin-bottom: 40px;
  max-width: 60%;
}
header .header_bg .header_content .title_container h1 {
  text-transform: uppercase;
  border-bottom: 5px solid #fff;
  font-weight: 900;
  font-style: italic;
  text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4823529412);
  width: 1200px;
  word-break: break-all;
  max-width: 100%;
  word-break: initial;
}
header .header_bg .header_content .title_container h1::before {
  content: "";
  background-image: url("../images/SVG/chevron_blanc_light.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 230px;
  width: 20%;
  position: absolute;
  display: flex;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}
header .header_bg .header_content .header_sous_titres {
  text-align: right;
}
header .header_bg .header_content .header_sous_titres * {
  font-style: italic;
  text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4823529412);
}
header .header_bg .header_content .header_sous_titres h3 {
  line-height: 1.4 !important;
  padding-top: unset !important;
  margin-bottom: 0px !important;
}
header .header_bg .header_content .header_sous_titres .ss_titre_1 {
  font-weight: 700 !important;
  display: block;
  position: relative;
}
header .header_bg .header_content .header_sous_titres .ss_titre_1::after {
  content: url("../images/PNG/Chevrons_Degrade_Blanc.png");
  position: absolute;
  display: flex;
  height: auto;
  width: 230px;
  transform: translate(100%, -50%);
  top: 50%;
  right: -30px;
}
header .header_bg .header_content .header_sous_titres .ss_titre_2 {
  font-weight: 300 !important;
  color: #DF4311;
  display: block;
  margin-top: unset !important;
  margin-left: unset !important;
}
header .header_bg .header_content .header_sous_titres .ss_titres_header .ss_titre_2 {
  margin-bottom: -5px !important;
}
header .header_bg .header_content .header_sous_titres .ss_titres_header .ss_titre_3 {
  color: #fff !important;
  display: block;
  margin-top: unset !important;
  margin-bottom: -25px !important;
  margin-left: unset !important;
  font-style: initial !important;
}
header .header_bg .header_content_orange .title_container h1 {
  color: #DF4311 !important;
  border-bottom: 5px solid #DF4311;
}
header .header_bg .header_content_orange .title_container h1::before {
  background-image: url("../images/SVG/chevron_orange_light.svg");
}

.home .cards_container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.home .cards_container .card_container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 15px;
}
.home .cards_container .card_container .card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-radius: 100px;
  max-width: 320px;
  overflow: visible;
  margin: auto;
  border: none !important;
  width: 90%;
}
.home .cards_container .card_container .card .card-header {
  position: relative;
  padding: 20px;
}
.home .cards_container .card_container .card .card-header .card_header_titres {
  font-weight: bold;
}
.home .cards_container .card_container .card .card-header .card_header_titres .titre_1 {
  color: #DF4311;
  text-align: center;
}
.home .cards_container .card_container .card .card-header .card_header_titres .titre_2 {
  font-weight: 900;
  color: #232E48;
  text-align: center;
}
.home .cards_container .card_container .card .card-body {
  padding: 10px 0px 30px 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.home .cards_container .card_container .card .card-body .card-texte {
  color: #232E48;
  text-align: center;
}
.home .cards_container .card_container .card .card-body .card-texte .vol_texte, .home .cards_container .card_container .card .card-body .card-texte .badge_orange_container {
  padding: 10px 15px;
}
.home .cards_container .card_container .card .card-body .card-texte .badge_orange_container {
  position: relative;
  display: flex;
  justify-content: center;
}
.home .cards_container .card_container .card .card-body .card-texte .badge_orange_container div {
  width: fit-content;
}
.home .cards_container .card_container .card .card-body .card-texte .badge_orange_container div::before {
  content: "";
  background-image: url("../images/SVG/chevron_bleu.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  top: 50%;
}
.home .cards_container .card_container .card .card-body .card-texte .badge_orange {
  background: #DF4311;
  color: #fff;
  border-radius: 25px;
  padding: 10px 20px;
  display: inline-block;
  width: fit-content;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #DF4311 !important;
}

#global .cards_container {
  display: flex;
  flex-wrap: wrap;
}
#global .cards_container .card_container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 15px;
}
#global .cards_container .card_container .card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-radius: 100px;
  max-width: 320px;
  overflow: visible;
  margin: auto;
  border: none !important;
  width: 90%;
}
#global .cards_container .card_container .card .card-header {
  position: relative;
  padding: 40px 35px 35px 80px;
}
#global .cards_container .card_container .card .card-header .card_header_nombre {
  font-weight: 900;
  position: absolute;
  color: #fff;
  border-radius: 100%;
  /* width: 110px;
  height: 110px; */
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  transform: translate(-50%);
  max-width: 110px;
  max-height: 110px;
  width: 35%;
}
#global .cards_container .card_container .card .card-header .card_header_nombre::before {
  background-image: url("../images/SVG/circle.svg");
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#global .cards_container .card_container .card .card-header .card_header_titres .titre_1 {
  font-weight: 500;
  color: #232E48;
  margin-bottom: -20px;
}
#global .cards_container .card_container .card .card-header .card_header_titres .titre_2 {
  font-weight: 900;
  color: #DF4311;
}
#global .cards_container .card_container .card .card-body {
  padding: 0 20px 20px 20px;
}
#global .cards_container .card_container .card .card-body .grid-x .card_texte {
  padding-left: 15px;
}
#global .cards_container .card_container .card .card-body .card_texte_1 .card_chiffre, #global .cards_container .card_container .card .card-body .card_texte_2 .card_chiffre {
  font-weight: 900;
  color: #232E48;
}
#global .cards_container .card_container .card .card-body .card_texte_1 .card_texte, #global .cards_container .card_container .card .card-body .card_texte_2 .card_texte {
  color: #232E48;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#global .cards_container .card_container .card .card-body .card_texte_3 {
  color: #DF4311;
  font-style: italic;
  padding: 0 20px;
}
#global .cards_container .card_container:last-child .card {
  background-color: #4589C8;
}
#global .cards_container .card_container:last-child .card .card-header .card_header_nombre {
  color: #232E48;
}
#global .cards_container .card_container:last-child .card .card-header .card_header_nombre::before {
  content: "";
  background-image: url("../images/SVG/circle_blanc.svg");
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#global .cards_container .card_container:last-child .card .card-header .card_header_titres .titre_1 {
  color: #fff;
}
#global .cards_container .card_container:last-child .card .card-header .card_header_titres .titre_2 {
  color: #232E48;
  font-style: italic;
}
#global .cards_container .card_container:last-child .card .card-body .card_texte_1 .card_texte {
  color: #fff !important;
}
#global .cards_container .card_container:last-child .card .card-body .card_texte_1 .card_texte span {
  color: #232E48 !important;
}

#global {
  /* h3 {
      margin-bottom: 30px;
      line-height: 0.9;
      font-weight: $light;
      font-style: italic;
      color: $orange-fonce;
      span {
          display: block;
          font-weight: $light;
          font-style: italic;            
      }
      .ss_titre_1 {
          color: #fff;
      }
      .ss_titre_2 {
          color: $orange-fonce;
          margin-left: 10%;
          //margin-top: -35px;
          width: 100%;
      }
      .ss_titre_3 {
          color: $orange-fonce;
          margin-left: 20%;
          //margin-top: -35px;
          width: 100%;
      }

  } */
}
#global .entry-content {
  padding: 80px 0;
}
#global h2 {
  padding-top: 80px;
  -webkit-text-stroke: 1.5px white;
  color: transparent;
  font-weight: bold;
  font-style: italic;
  position: relative;
  text-align: left;
  /* span {
      &::before {
          content: "";
          width: 100%;
          height: 5px;
          background-color: #fff;
          position: absolute;
          bottom: 0;
          transform: translate(-100%, -22px);
          margin-left: -5px;
      }
  }
  &.title_left {
      text-align: left;
      span {
          &::after {
              content: "";
              width: 100%;
              height: 5px;
              background-color: #fff;
              position: absolute;
              bottom: 0;
              transform: translate(0, -22px);
              margin-left: 5px;
          }
          &::before {
              content: unset;
          }
      }
  } */
}
#global h2::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  transform: translate(0, -22px);
  margin-left: 5px;
}
#global h2.title_right {
  text-align: right;
}
#global h2.title_right span::before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  transform: translate(-100%, -22px);
  margin-left: -5px;
}
#global h2.title_right span span::before {
  content: unset !important;
}
#global h2.title_right::after {
  content: unset;
}
#global .col_left .demi_container_custom {
  max-width: 815px;
  width: 90%;
  margin: 0 0 0 auto;
}
#global .col_right .demi_container_custom {
  max-width: 815px;
  width: 90%;
  margin: 0 auto 0 0;
}
#global .bloc_title_col {
  margin: auto;
  width: inherit;
}
#global .chevron_ltor {
  max-width: 435px;
  margin: 20px;
  width: 45%;
}
#global .img_pastille {
  float: right;
  background: white;
  padding: 50px;
  border-radius: 100px;
}
#global .container_flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
#global .montgolfiere_envol {
  width: auto;
  max-height: 350px;
  transform: translate(0, -50%);
}
#global .bloc_formule {
  font-style: italic;
}
#global .bloc_formule .col_texte {
  padding-right: 30px;
}
#global .bloc_formule .bloc_formule_nombre {
  color: #DF4311;
  font-weight: 700;
  line-height: 0;
}
#global .bloc_formule .texte_blanc {
  font-weight: 700;
}
#global .bloc_formule .texte_orange {
  font-weight: 300;
  margin-top: -35px;
}
#global .badge_container .badge_vol {
  background-color: #fff;
  color: #232E48;
  font-weight: 700;
  font-weight: 700;
  display: block ruby;
  padding: 10px 20px;
  break-inside: avoid;
  border-radius: 25px;
  width: max-content;
}
#global .badge_container .col-right {
  margin-top: 10px;
}
#global .actu-content .actu_img {
  max-width: 550px;
  max-height: 315px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#global article h3 {
  font-style: italic;
}
#global.tpl_partenaires .section_2 .title_custom {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: -10px;
  color: rgba(255, 255, 255, 0.3529411765);
}
#global.tpl_partenaires .section_2 .title_custom::after {
  content: unset;
}
#global.tpl_partenaires .container_page_content .title_custom_2 {
  text-transform: uppercase;
  color: #DF4311;
  -webkit-text-stroke: unset;
}
#global.tpl_partenaires .container_page_content .title_custom_2 span {
  color: #fff;
}
#global.tpl_partenaires .container_page_content .title_custom_2::after {
  content: unset;
}

#slickMediatheque .slide-item {
  margin-bottom: 2px;
}
#slickMediatheque .slick_media {
  display: block;
  object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  width: 260px !important;
  height: 260px !important;
  background-color: #fff;
  margin: auto;
}
#slickMediatheque .slick-slide {
  margin: 0 5px;
}
#slickMediatheque .slick-list {
  margin: 0 -5px;
}
#slickMediatheque .slick-prev {
  width: 39px;
  height: 53px;
  transform: translate(-100%, -50%);
  left: -5px !important;
}
#slickMediatheque .slick-prev::before {
  content: url("../images/SVG/chevron_orange_prev.svg");
  opacity: 1;
}
#slickMediatheque .slick-next {
  width: 39px;
  height: 53px;
  transform: translate(100%, -50%);
  right: -10px !important;
}
#slickMediatheque .slick-next::before {
  content: url("../images/SVG/chevron_orange.svg");
  opacity: 1;
}

.slick-prev {
  z-index: 10;
}

.owl-carousel {
  /* .owl-item {
      margin-right: 170px !important;
  } */
}
.owl-carousel .owl-item img {
  height: 420px;
  width: 100%;
  object-fit: cover;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next {
  background: unset !important;
  width: 39px;
  height: 53px;
  position: absolute;
  /* width: 53px;
  height: 61px;
  padding: 0 !important; */
  opacity: 1 !important;
  padding: 0 !important;
}
.owl-carousel .owl-prev img, .owl-carousel .owl-next img {
  display: none;
}
.owl-carousel .owl-prev {
  left: -45px !important;
  content: url("../images/SVG/chevron_orange_prev.svg");
  /* -webkit-transform: scaleX(-1);
  transform: scaleX(-1); */
  top: 210px !important;
}
.owl-carousel .owl-next {
  right: -45px !important;
  content: url("../images/SVG/chevron_orange.svg");
  top: 210px !important;
}
.owl-carousel .carousel_texte h5 {
  font-weight: 900;
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 20px;
}

.container_custom_md {
  max-width: 1500px;
  margin: auto;
  width: 85%;
}

.container_custom_lg {
  max-width: 1630px;
  margin: auto;
  width: 90%;
}

.container_custom_xl {
  max-width: 1800px;
  margin: auto;
  width: 95%;
}

footer .footer-logo {
  max-height: 260px;
  transform: translate(-20px, -30%);
}
footer .montgolfiade_infos {
  width: max-content;
}
footer .montgolfiade_infos .bg_orange {
  color: #fff;
  background-color: #FF5F2D;
  text-align: center;
}
footer .montgolfiade_infos .texte_1 {
  margin-bottom: -20px;
}
footer .montgolfiade_infos .texte_2 {
  font-weight: 900;
  font-style: italic;
  margin-bottom: -30px;
}
footer .montgolfiade_infos .texte_3 {
  text-align: right;
}
footer .montgolfiade_infos .texte_4 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
footer .montgolfiade_infos .texte_4 span {
  color: #FF5F2D;
}
footer #menu-menu-bas {
  display: block;
  columns: 2;
  margin-top: 40px;
}
footer #menu-menu-bas a {
  text-transform: uppercase;
  color: white;
  font-weight: lighter;
  padding: 20px 16px;
}
footer #menu-menu-bas a:hover {
  color: #FF5F2D !important;
}

.grid-container-big {
  max-width: 2500px;
  margin: 0 auto;
}

.grid-container-1920 {
  max-width: 1920px;
  margin: 0 auto;
}

.separator {
  height: 5px;
  background-color: white;
  width: 100%;
}

.separator.orange {
  background-color: #FF5F2D;
}

.separator.blue {
  background-color: #4589C8;
}

.separator.noir {
  background-color: black;
}

h2.titre {
  padding: 20px 20px 0 0;
  font-style: italic;
  line-height: 1;
  /* .ligne-2{
      padding-left: 40px;
  }
  .ligne-3{
      padding-left: 80px;
  } */
}
h2.titre .orange {
  color: #DF4311;
}

body {
  background-color: #232E48;
  color: white;
  font-family: "Roboto", sans-serif;
}
body .home {
  overflow: hidden;
}
body .home .panel-1 {
  background-repeat: no-repeat;
  /* padding-bottom: 150px; */
  background-size: cover;
}
body .home .panel-1 .centre, body .home .panel-1 .right {
  margin-top: 50px;
}
body .home .panel-1 .centre .container {
  text-align: center;
}
body .home .panel-1 .centre .mtglf-centre {
  width: 90%;
  max-width: 570px;
  z-index: 9999;
}
body .home .panel-1 .right .date {
  text-align: right;
  line-height: 1;
}
body .home .panel-1 .right .chiffre-7 {
  -webkit-text-stroke: 4px white;
  color: transparent;
  text-align: center;
  line-height: 0.8;
  font-weight: bold;
}
body .home .panel-1 .right .texte {
  text-align: right;
}
body .home .panel-1 .right .fleche-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .home .panel-1 .right .fleche-container img {
  position: absolute;
  /* bottom: 15px;
  height: 100px; */
  width: 100%;
  height: auto;
}
body .home .section_2 .parallax-bg div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
body .home .section_2 #parallax-moveleft .parallax-divider {
  position: absolute;
  width: 60%;
  border-bottom: 5px solid #fff;
  left: 0;
}
body .home .section_2 #parallax-moveright .parallax-divider {
  position: absolute;
  width: 60%;
  border-bottom: 5px solid #fff;
  right: 0;
}
body .home .section_2 #parallax-nomove .texte {
  background-color: #232E48;
}
body .home .section_2 #parallax-bg-fast {
  width: 100%;
}
body .home .section_2 #parallax-bg-fast .bg-fast-item {
  position: absolute;
}
body .home .section_2 #parallax-bg-fast #bg-fast-1 {
  height: 50px;
  width: 50px;
  /* bottom: -230px;
  left: 3%; */
}
body .home .section_2 #parallax-bg-fast #bg-fast-2 {
  height: 100px;
  width: 100px;
  /* bottom: -20px;
  left: 8%; */
}
body .home .section_2 #parallax-bg-fast #bg-fast-3 {
  height: 30px;
  width: 30px;
  /* bottom: 0;
  right: 15%; */
}
body .home .section_2 #parallax-bg-fast #bg-fast-4 {
  height: 75px;
  width: 75px;
  /* bottom: -250px;
  right: 38%; */
}
body .home .section_2 #parallax-bg-mid-f {
  width: 100%;
}
body .home .section_2 #parallax-bg-mid-f .bg-mid-f-item {
  position: absolute;
}
body .home .section_2 #parallax-bg-mid-f #bg-mid-f-1 {
  height: 35px;
  width: 35px;
  /* bottom: -100px;
  left: 4.5%; */
}
body .home .section_2 #parallax-bg-mid-f #bg-mid-f-2 {
  height: 150px;
  width: 150px;
  /* bottom: 10px;
  left: 3%; */
}
body .home .section_2 #parallax-bg-mid-f #bg-mid-f-3 {
  height: 80px;
  width: 80px;
  /* bottom: 120px;
  right: 29%; */
}
body .home .section_2 #parallax-bg-mid-f #bg-mid-f-4 {
  height: 165px;
  width: 165px;
  /* bottom: -280px;
  right: 0; */
  background-position: right center;
}
body .home .section_2 #parallax-bg-mid-s {
  width: 100%;
}
body .home .section_2 #parallax-bg-mid-s .bg-mid-s-item {
  position: absolute;
}
body .home .section_2 #parallax-bg-mid-s #bg-mid-s-1 {
  height: 95px;
  width: 95px;
  /* bottom: 120px;
  right: 32%; */
}
body .home .section_2 #parallax-bg-mid-s #bg-mid-s-2 {
  height: 120px;
  width: 120px;
  /* bottom: -120px;
  right: 29%; */
}
body .home .section_2 #parallax-bg-mid-s #bg-mid-s-3 {
  height: 260px;
  width: 260px;
  /* bottom: -60px;
  right: 13%; */
}
body .home .section_2 #parallax-bg-slow {
  width: 100%;
}
body .home .section_2 #parallax-bg-slow .bg-slow-item {
  position: absolute;
}
body .home .section_2 #parallax-bg-slow #bg-slow-1 {
  height: 95px;
  width: 95px;
  /* bottom: -60px;
  left: 1%; */
}
body .home .section_2 #parallax-bg-slow #bg-slow-2 {
  height: 100px;
  width: 100px;
  /* bottom: 170px;
  right: 6%; */
}
body .home .section_2 #parallax-bg-slow #bg-slow-3 {
  height: 50px;
  width: 50px;
  /* bottom: -50px;
  right: 34%; */
}
body .home .panel-2 {
  margin-top: 20px;
}
body .home .panel-2 .bloc-texte {
  padding: 50px 0;
}
body .home .panel-2 .bloc-texte .titre {
  padding-left: 20%;
}
body .home .panel-2 .bloc-texte .texte {
  padding: 20px;
  z-index: 1;
  position: relative;
}
body .home .panel-2 .mglf-container-left {
  position: relative;
}
body .home .panel-2 .mglf-container-left #mglf-1 {
  top: 100px;
  right: 20%;
}
body .home .panel-2 .mglf-container-left #mglf-2 {
  top: 300px;
  left: 20%;
}
body .home .panel-2 .mglf-container-left #mglf-3 {
  top: 320px;
  left: 30%;
}
body .home .panel-2 .mglf-container-left #mglf-4 {
  top: 450px;
  left: 15%;
}
body .home .panel-2 .mglf-container-left #mglf-5 {
  top: -50px;
  right: 20%;
}
body .home .panel-2 .mglf-container-right {
  position: relative;
}
body .home .panel-2 .mglf-container-right #mglf-logo {
  top: 40%;
  left: 35%;
}
body .home .panel-2 .mglf-container-right #mglf-right-1 {
  top: 20px;
  left: 25%;
}
body .home .panel-2 .mglf-container-right #mglf-right-2 {
  top: 150px;
  left: 15%;
}
body .home .panel-2 .mglf-container-right #mglf-right-3 {
  top: 300px;
  left: 5%;
}
body .home .panel-2 .mglf-container-right #mglf-right-4 {
  top: 400px;
  left: 25%;
}
body .home .panel-2 .mglf-container-right #mglf-right-5 {
  top: 500px;
  left: 20%;
}
body .home .panel-2 .mglf-container-right #mglf-right-6 {
  top: 20px;
  right: 30%;
}
body .home .panel-2 .mglf-container-right #mglf-right-7 {
  top: 150px;
  right: 10%;
}
body .home .panel-2 .mglf-container-right #mglf-right-8 {
  top: 400px;
  right: 15%;
}
body .home .section_3 {
  /*  #fleche_orange {
       -webkit-transform: scaleX(-1);
       transform: scaleX(-1);
       position: relative;
       left: 0;
   } */
}
body .home .section_3 #titre_home {
  position: relative;
  right: 0;
}
body .home .panel-3 {
  margin-top: 20px;
  background-color: #232E48;
}
body .home .panel-3 .right {
  padding: 50px;
}
body .home .panel-3 .right .texte {
  padding: 20px;
}
body .home .panel-3 .left {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
body .home .panel-3 .left .titre-left {
  padding: 20px;
  position: absolute;
  top: 20%;
  left: 30%;
  font-style: italic;
}
body .home .panel-3 .left .titre-left .auteur {
  text-align: right;
  font-style: normal;
}
body .home .panel-3 .fleche {
  max-height: 200px;
}
body .home .section_4 {
  position: relative;
  width: 100%;
  background-size: cover;
  /* padding: 50px 0; */
}
body .home .section_4::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(35, 46, 72, 0.6);
}
body .home .section_4 .bg_opacity_fix {
  position: relative;
}
body .home .section_4 #fleche_orange {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: relative;
  left: 0;
  margin-left: 10px;
}
body .home .panel-4 {
  padding: 0 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
body .home .panel-4 h2 {
  margin-bottom: 50px;
  padding-left: 10%;
}
body .home .panel-4 .texte {
  margin-bottom: 40px;
}
body .home .panel-4 .texte.bas {
  padding: 20px 50px;
  margin-top: 20px;
  margin-bottom: 0;
}
body .home .panel-4 .texte.bas .sous-texte {
  font-style: italic;
  font-weight: 100;
  margin-top: 10px;
}
body .home .panel-4 .card-date.first .card-texte {
  margin-top: 17%;
}
body .home .panel-4 .card-date {
  background-color: white;
  border-radius: 100px;
  text-align: center;
  margin: 0 15px;
  min-width: 180px;
  max-width: 320px;
  padding: 0 0 30px 0;
  height: 350px;
  position: relative;
  top: 0;
  transform: unset;
}
body .home .panel-4 .card-date .separator {
  width: 90%;
}
body .home .panel-4 .card-date .card-titre {
  color: #DF4311;
  padding: 20px;
  font-weight: bold;
  line-height: 1;
}
body .home .panel-4 .card-date .card-titre .texte_2 {
  color: #232E48;
}
body .home .panel-4 .card-date .card-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
body .home .panel-4 .card-date .card-texte {
  color: #232E48;
}
body .home .panel-4 .card-date .card-texte .vol_texte, body .home .panel-4 .card-date .card-texte .badge_orange_container {
  padding: 10px 15px;
}
body .home .panel-4 .card-date .card-texte .badge_orange_container {
  position: relative;
  display: flex;
  justify-content: center;
}
body .home .panel-4 .card-date .card-texte .badge_orange_container div {
  width: fit-content;
}
body .home .panel-4 .card-date .card-texte .badge_orange_container div::before {
  content: "";
  background-image: url("../images/SVG/chevron_bleu.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  top: 50%;
}
body .home .panel-4 .card-date .card-texte .badge_orange {
  background: #DF4311;
  color: #fff;
  border-radius: 25px;
  padding: 10px 20px;
  display: inline-block;
  width: fit-content;
}
body .home .panel-timeline .timeline {
  margin-top: 100px;
}
body .home .panel-timeline .timeline .separator {
  height: 5px;
  width: 80%;
  position: relative;
}
body .home .panel-timeline .timeline .separator::before {
  content: "";
  height: 5px;
  width: 100%;
  background-color: white;
  left: 0;
  transform: translate(-100%);
  position: absolute;
}
body .home .panel-timeline .timeline .separator .timeline-dot {
  background-color: white;
  width: 20px;
  height: 20px;
  top: -8px;
  border-radius: 50px;
  position: absolute;
}
body .home .panel-timeline .timeline .separator .mtglf-timeline {
  left: 19%;
  top: -70px;
  position: absolute;
  height: 50px;
}
body .home .panel-timeline .timeline .separator #dot-1 {
  left: 20%;
}
body .home .panel-timeline .timeline .separator #dot-2 {
  left: 40%;
}
body .home .panel-timeline .timeline .separator #dot-3 {
  left: 60%;
}
body .home .panel-timeline .timeline .separator #dot-4 {
  left: 80%;
}
body .home .panel-timeline .timeline .separator #dot-5 {
  left: 100%;
}
body .home .section_5 {
  padding: 50px 0 50px 0;
}
body .home .panel-5 h2 {
  margin-bottom: 50px;
  padding-left: 10%;
}
body .home .panel-5 .actus .bloc-actu {
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  padding: 0 10px 20px 10px;
  margin: 0 auto;
}
body .home .panel-5 .actus .bloc-actu .actu-image {
  height: 500px;
  max-width: 500px;
  width: 100%;
  object-fit: cover;
}
body .home .panel-5 .actus .bloc-actu .actu-titre {
  color: white;
  position: absolute;
  bottom: 10%;
  right: 10px;
  background-color: #4589C8;
  padding: 5px 10px;
  padding-left: 30px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  line-height: 1.2;
  max-width: 250px;
  font-weight: bold;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-bottom-scroll {
  0% {
    transform: scale(0.75) translateY(100px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@keyframes fade-bottom-scroll-mglf-left-1 {
  0% {
    transform: translateY(400px) scale(0.75);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes fade-bottom-scroll-mglf-left-2 {
  0% {
    transform: translateY(300px) scale(0.75);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes fade-bottom-scroll-mglf-left-3 {
  0% {
    transform: translateY(200px) scale(0.75);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes fade-bottom-scroll-mglf-left-4 {
  0% {
    transform: translateY(10px) scale(0.75);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes fade-bottom-scroll-mglf-logo {
  0% {
    transform: translateY(200px) scale(0.75);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes fade-bottom-scroll-mglf-3 {
  0% {
    transform: translateY(100px) scale(0.75);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes fade-bottom-scroll-mglf-1 {
  0% {
    transform: translateY(300px) scale(0.75);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes fade-bottom-scroll-mglf-8 {
  0% {
    transform: translateY(20px) scale(0.75);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes fade-card-in {
  0% {
    transform: translateY(100px) rotate3d(1, 5, 0.5, 60deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 0deg);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-left-scroll {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right-scroll {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

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