@charset "UTF-8";
/*
*
* Variables générales
*
*/
:root {
  --bs-body-font-family: "Roboto", "Raleway", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
  --bs-body-color: #27335F;
  /* --bs-link-color: #3F3146;
  --bs-link-color-rgb: 63, 49, 70;    
  --bs-link-hover-color: #53405C;
  --bs-link-hover-color-rgb: 83, 64, 92; */
}

.container_large {
  max-width: 1225px;
}

.container_medium {
  max-width: 1000px;
}

.container_small {
  max-width: 900px;
}

.font_18, h2, h3 {
  font-size: 18px;
}

/* header {
    @include color_1;
    @include menu_colors;
    z-index: 1000;
    display: flex;
    .logo_container {
        text-align: center;
        padding: 20px 15px;
        margin-right: 0;
        width: 70%;
        .logo_site {
            width: 100%;
            max-width: 300px;
            object-fit: contain;
        }
    }
    .navbar {
        width: 30%;
        .navbar-toggler {
            margin: auto;
        }
        #offcanvasNavbar {
            .dropdown-menu.show {
                width: inherit;
                min-width: fit-content;
                margin-top: 10px;
                border-radius: 10px;
                padding: 8px;
                .dropdown-item:hover {
                    border-radius: 10px;
                }
            }
        }
    }

}



.bandeau_header {
    display: flex;
    justify-content: start;
    padding-bottom: 20px;
    .thumnail_page_container {
        display: flex;
        justify-content: end;
        position: absolute;
        z-index: -1;
        top: 0;
        height: calc(100%);
        // margin-bottom: 15px;
        padding: 0;
        // margin-top: 35px;
        // padding-bottom: 70px;

        .thumnail_page {
            min-height: 100px;
            width: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
    }
    .page_titre_container {
        .breadcrumbs {
            max-width: 60%;
            margin: 20px;
            width: fit-content;
            background: white;
            padding: 10px;
            border-radius: 10px;
            @include breadcrumbs_colors;
        }
        .page_titre_inner {
            padding: 45px;
            text-align: center;
            border-radius: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 10px;
            @include banner_colors;
            .page_titre_width {
                max-width: 75%;
            }
        }
    }
}




// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {
    body {
        header {
            display: flex;
            .logo_container {
                width: 99%;
            }
            .navbar {
                width: 1%;
                .navbar-toggler {
                    transform: translate(-100px);
                }
            }
        }
    }
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {
    body {
        header {
            .logo_container {
                width: 25%;
            }.navbar {
                width: 75%;
                padding: 0;
                background: unset;
                #offcanvasNavbar {
                    height: 100% !important;
                    .offcanvas-body {
                        height: 100%;
                    }
                    .navbar-nav {
                        flex-wrap: wrap;
                        justify-content: center;
                        height: 100%;
                        .nav-item {
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            .nav-link {
                                text-align: center;
                            }
                        }
                    }
                    .nav_item_rs {
                        display: flex;
                        padding-top: 0;

                    }
                } 
            }
        }
    }
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) {
    body {
        header .navbar #offcanvasNavbar {
            .navbar-nav {
                flex-wrap: initial;
                .nav-item {
                    width: 100%;
                    .nav-link {
                        width: 100%;
                        height: 100%;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    }
                }
                .nav_item_rs {
                    width: 50% !important;
                    // width: fit-content !important;
                    flex-direction: column;
                }
            }
        }
        .bandeau_header {
            padding-bottom: initial;
            .thumnail_page_container {
                margin-top: initial;
                padding-bottom: 64px;
                .thumnail_page {
                    max-width: 60.6%; //A_MODIFIER
                }
            }
            .page_titre_container {
                .page_titre_inner {
                    min-height: 200px; //A_MODIFIER
                }
            }
        } 
    }
}

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
    body {
        .bandeau_header {
            .thumnail_page_container {
                .thumnail_page {
                    max-width: 60.6%; //A_MODIFIER
                }
            }
            .page_titre_container {
                margin-left: 4.5%; //A_MODIFIER
            }
        }
    }
}

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) {
    body {
        .bandeau_header {
            .page_titre_container {
                margin-left: 6.5%; //A_MODIFIER
            }
        }
    }
} */
footer {
  text-align: center;
}
footer .bloc_rs {
  background-color: #BE2965;
  color: #fff;
}
footer .bloc_rs a {
  color: #fff;
}
footer .bloc_rs .phrase_rs_container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
footer .bloc_rs .col_logos_rs {
  text-align: center;
}
footer .bloc_rs .col_logos_rs .picto_rs:hover {
  background-color: #27335F;
}
footer .bloc_footer {
  background-color: #BE2965;
  color: #fff;
}
footer .bloc_footer a {
  color: #fff;
}
footer .bloc_footer a:not(a:has(img)) {
  position: relative;
  text-decoration: none;
  display: inline-block;
}
footer .bloc_footer a:not(a:has(img))::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
footer .bloc_footer a:not(a:has(img)):hover {
  color: #fff;
}
footer .bloc_footer a:not(a:has(img)):hover::after {
  visibility: visible;
  width: 100%;
}
footer .bloc_footer a:not(a:has(img))::after {
  background-color: #fff;
}
footer .bloc_footer a:not(a:has(img)):hover {
  color: #fff;
}
footer .bloc_footer .menu_bas {
  padding-left: 0;
  list-style-type: none;
}
footer .bloc_footer .menu_bas .menu-item {
  margin-bottom: 10px;
}
footer .row_vep {
  text-align: center;
}
footer .row_vep a:not(a:has(img)) {
  position: relative;
  text-decoration: none;
  display: inline-block;
}
footer .row_vep a:not(a:has(img))::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
footer .row_vep a:not(a:has(img)):hover {
  color: #fff;
}
footer .row_vep a:not(a:has(img)):hover::after {
  visibility: visible;
  width: 100%;
}
footer .row_vep a:not(a:has(img))::after {
  background-color: #fff;
}
footer .row_vep a:not(a:has(img)):hover {
  color: #fff;
}

@media (min-width: 576px) {
  body footer {
    text-align: initial;
  }
  body footer .logo_site_container {
    text-align: center;
  }
  body footer .menu_bas {
    column-count: 2;
  }
}
body {
  max-width: 1920px;
  margin: auto;
}
body main {
  overflow: hidden;
}
body img {
  max-width: 100%;
}
body img.arrondi {
  border-radius: 10px;
}
body img.ellipse {
  border-radius: 100%;
}
body p:has(img.aligncenter) {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
body p:has(img.aligncenter) img {
  margin: 5px;
}
body p:has(img.alignleft) {
  display: table;
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
body p:has(img.alignright) {
  display: table;
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
body p:has(img.carre) {
  position: relative;
}
body p:has(img.carre)::after {
  content: "";
  display: block;
  padding-bottom: 100%;
  position: absolute;
  top: 0;
}
body p:has(img.carre) img {
  object-fit: cover;
}
body p:has(img.carre) img.size-large {
  width: 630px;
  height: 630px;
}
body p:has(img.carre) img.size-medium {
  width: 300px;
  height: 300px;
}
body a {
  text-decoration: underline;
  color: #ce0066;
}
body .size-large {
  max-width: 700px;
  width: 100%;
}
body .h1 {
  color: #BE2965;
}
body h1, body .h1,
body h2, body .h2,
body h3, body .h3,
body h4, body .h4,
body h5, body .h5,
body h6, body .h6 {
  font-weight: bold;
}
body h2 {
  text-align: initial;
}
body .box_shadow {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
}
body .rounded_10 {
  border-radius: 10px;
}
body b, body strong {
  font-weight: 700 !important;
}
body .btn, body .wpcf7-submit {
  border: unset;
  background-color: #27335F;
  color: #fff;
}
body .btn a, body .wpcf7-submit a {
  color: #fff;
}
body .btn:hover, body .wpcf7-submit:hover {
  background-color: #BE2965;
  color: #fff;
}
body .btn:hover a, body .wpcf7-submit:hover a {
  color: #fff;
}
body .col_logos_rs a, body .nav_item_rs a {
  margin: 10px;
}
body .col_logos_rs a .picto_rs, body .nav_item_rs a .picto_rs {
  width: 100%;
  max-width: 50px;
  border-radius: 100%;
  padding: 1px;
  min-width: 40px;
}
body .logo_site {
  max-width: 250px;
  max-height: 100px;
}
body .logo_vep {
  max-width: 200px;
}
body .left_contenu, body .right_contenu {
  display: flex;
  align-items: center;
}
body .left_contenu .right_contenu_content, body .left_contenu .left_contenu_content, body .right_contenu .right_contenu_content, body .right_contenu .left_contenu_content {
  width: 100%;
}
body .slick-dots {
  bottom: 10px;
}
body .slick-dots li:first-child:nth-last-child(1) {
  /* -or- li:only-child { */
  display: none;
}
body .slick-dots li {
  width: 20px;
  height: 20px;
}
body .slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  padding: 0;
  background: #BE2965;
  content: "";
}
body .slick-dots li button:before {
  content: unset;
}
body .slick-dots li.slick-active button {
  background: #27335F;
}
body .slick-arrow {
  z-index: 110;
  bottom: 15px;
  left: unset;
  right: 65px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: #27335F;
  border-radius: 5px;
}
body .slick-arrow.slick-prev {
  transform: translate(calc(50% - 20px));
}
body .slick-arrow.slick-prev::before {
  mask-image: url("../images/SVG/arrow_left_sharp.svg");
}
body .slick-arrow.slick-next {
  transform: translate(calc(50% + 30px));
}
body .slick-arrow.slick-next::before {
  mask-image: url("../images/SVG/arrow_right_sharp.svg");
}
body .slick-arrow::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  mask-repeat: no-repeat;
  background-color: #BE2965;
  top: 50%;
  left: 50%;
  height: 80%;
  width: 50%;
  transform: translate(-50%, -50%);
}
body form label {
  width: 100%;
}
body form input:not([type=submit]), body form textarea {
  width: 100%;
}
body form input, body form textarea {
  padding: 10px 25px;
  font-size: 14px;
  border: 1px solid #27335F;
  border-radius: 10px;
}
body form input::placeholder, body form textarea::placeholder {
  opacity: 1;
}
body form .wpcf7-submit, body form .wpcf7-spinner {
  margin: auto;
  display: block;
  margin-top: 10px;
  background-color: #27335F;
}
body form .wpcf7-not-valid-tip {
  color: #BE2965;
}
body form.invalid .wpcf7-response-output, body form .wpcf7 form.unaccepted .wpcf7-response-output, body form .wpcf7 form.payment-required .wpcf7-response-output {
  color: #BE2965;
  border-color: #BE2965 !important;
  border-radius: 10px;
}
body #return_photographies_enfant .wpcf7-not-valid-tip,
body #return_photographies_adulte .wpcf7-not-valid-tip {
  color: #BE2965;
}
body .text_italic {
  font-style: italic;
}
body .text_bold {
  font-weight: bold;
}
body .bg_bleu {
  background-color: #27335F;
  color: #fff;
}
body .bg_gris {
  background-color: #D0D0D0;
}
body .bg_rose {
  background-color: #BE2965;
  color: #fff;
}
body .photographies_categorie {
  margin-bottom: 150px;
}
body .image_vote {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform ease-in-out 0.2s;
}
body .lien_lightbox {
  aspect-ratio: 1.12/1;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .lien_lightbox .overlay_image_vote {
  transition: opacity ease-in-out 0.2s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .lien_lightbox .overlay_image_vote .image_loupe_container {
  width: 65px;
  aspect-ratio: 1/1;
  background: white;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px;
}
body .lien_lightbox .overlay_image_vote .image_loupe_container .image_loupe {
  background-image: url("../images/SVG/Picto_Loupe.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 100%;
}
body .lien_lightbox:hover .image_vote {
  transform: scale(1.1);
  transition: transform ease-in-out 0.2s;
}
body .lien_lightbox:hover .overlay_image_vote {
  transition: opacity ease-in-out 0.2s;
  opacity: 1;
}
body .btn_lien_container {
  position: absolute;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
}
body #header_canal_berry .fille-page .fille-titre h1 {
  font-size: 48px;
  font-weight: bold;
  color: #223362;
  text-align: initial;
}
body #header_canal_berry .sous_titre {
  font-size: 18px;
}
body .btn_vote {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
body .btn_vote .icon_coeur {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../images/SVG/Picto_Je_Vote.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
body .btn_vote .icon_coeur .icon_coeur_hover {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../images/SVG/Picto_Je_Vote_Hover.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
body .btn_vote:hover .icon_coeur .icon_coeur_hover {
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
}
body #lightboxOverlay {
  background-color: white;
}
body #lightbox .lb-outerContainer {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  overflow: hidden;
}
body #lightbox .lb-outerContainer .lb-image {
  border: 25px solid white;
}
body #lightbox .lb-outerContainer .lb-nav {
  top: 25px;
  left: 25px;
  height: calc(100% - 50px);
  width: calc(100% - 50px);
}
body #lightbox .lb-dataContainer {
  box-shadow: unset;
  margin-top: -25px;
  padding-top: 0px;
}
body #lightbox .lb-dataContainer .lb-data {
  padding: 0;
  width: 100%;
}
body #lightbox .lb-dataContainer .lb-data .lb-details {
  width: 100%;
  color: #27335F;
  border: 25px solid white;
  background: white;
  border-radius: 0 0px 20px 20px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
  position: relative;
  z-index: 1000;
}
body #lightbox .lb-dataContainer .lb-data .lb-details::before, body #lightbox .lb-dataContainer .lb-data .lb-details::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: white;
  height: 15px;
  width: 25px;
  top: -35px;
}
body #lightbox .lb-dataContainer .lb-data .lb-details::before {
  left: -25px;
}
body #lightbox .lb-dataContainer .lb-data .lb-details::after {
  right: -25px;
}
body #lightbox .lb-dataContainer .lb-data .lb-close {
  margin-top: 20px;
  width: 50px;
  height: 50px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
  background: url(../images/close_bleu.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  margin-right: 10px;
  opacity: 1;
}
body #lightbox .lb-dataContainer .lb-caption h3 {
  margin: initial;
}
body #module_photographies_vote_container label {
  color: #27335F;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
body #module_photographies_vote_container label .cadre_photo {
  max-width: 120px;
}
body #module_photographies_vote_container label .image_vote {
  aspect-ratio: 1.12/1;
}
body #module_photographies_vote_container label .form-check-input {
  width: 1.6em;
  height: 1.6em;
  border-color: #27335F;
  background-size: 129% !important;
}
body #module_photographies_vote_container label .form-check-input:focus, body #module_photographies_vote_container label .form-check-input:active, body #module_photographies_vote_container label .form-check-input:checked {
  border-color: #27335F !important;
  outline: 0;
  box-shadow: unset !important;
  background-color: white !important;
  filter: unset;
}
body #module_photographies_vote_container label .form-check-input:checked[type=radio] {
  --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%2327335F'/%3e%3c/svg%3e");
}
body #module_photographies_vote_container .photographies_categorie {
  margin-bottom: 60px;
}
body .page_formulaire_concours form input:not([type=submit]),
body .page_formulaire_concours form textarea {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 12px;
  font-weight: bold;
  color: #27335F;
  background-color: white;
  box-shadow: unset;
  transition: initial;
  height: initial;
  padding: 20px 25px;
}
body .page_formulaire_concours form input:not([type=submit])::placeholder,
body .page_formulaire_concours form textarea::placeholder {
  color: #27335F;
}
body .page_formulaire_concours form input:not([type=submit]):active, body .page_formulaire_concours form input:not([type=submit]):focus,
body .page_formulaire_concours form textarea:active,
body .page_formulaire_concours form textarea:focus {
  border: 1px solid #707070 !important;
  background-color: white !important;
  box-shadow: unset !important;
  color: #27335F !important;
}

@media (min-width: 576px) {
  body .slick-dots {
    bottom: 17px;
  }
  body .slick-dots li {
    width: 40px;
    height: 10px;
  }
  body .slick-dots li button {
    width: 40px;
    height: 10px;
  }
}

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