/* CSS Document */

@media screen and (max-width: 1450px) {
    .accueil-services #slider-services .swiper-button-prev {
        left: -30px;
    }
    .accueil-services #slider-services .swiper-button-next {
        right: -30px;
    }
}

@media screen and (min-width: 1280px) {

    body.padding-topped {
        padding-top: 80px !important;
    }
}

@media screen and (max-width: 1279px) {
    /*Header*/
    body.padding-topped {
        padding-top: 60px !important;
    }

    #superfish-main {
        display: none;
    }

    header .region-header {
        height: 60px;
        padding: 0 0 0 25px;
    }

    #block-cna2c-vitrine-theme-logoheader {
        max-width: 150px;
    }

    header .block-superfish {
        width: auto;
        height: 60px;
    }

    .block-superfish .gl-supermenu-overlay {
        height: 100vh !important;
    }

    #superfish-main-accordion {
        height: 100vh !important;
        top: 0 !important;
        width: 100% !important;
        max-width: 600px;
        background: #FEEBA9 !important;
        padding-top: 50px !important;
        padding-bottom: 60px !important;
    }

    .sf-accordion-toggle {
        position: absolute;
        top: 15px;
        right: 25px;
        z-index: 9999;
    }

    #superfish-main-accordion > li {
        padding: 5px 20px;
    }

    #superfish-main-accordion > li > a {
        display: inline-block;
        color: var(--Dark, #231F20);
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration: none;
        padding: 5px 20px;
        font-family: "breeregular", sans-serif;
    }

    .layout-container, footer {
        overflow: hidden;
    }

    #superfish-main-accordion .sf-sub-indicator {
        right: 0;
        font-size: 12px;
        top: 22px;
    }

    #superfish-main-accordion > li > ul {
        display: flex;
        flex-wrap: wrap;
        gap: 24px 16px;
        padding: 20px;
    }

    #superfish-main-accordion > li > ul li {
        width: calc(50% - 8px);
    }

    #superfish-main-accordion > li > ul li a {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        text-decoration: none;
    }

    #superfish-main-accordion > li > ul li a img {
        border-radius: 10px;
        overflow: hidden;
        border: solid 1px rgba(0, 0, 0, .1);
    }

    #superfish-main-accordion > li > ul li a .titre {
        display: inline-block;
        color: var(--Dark, #231F20);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration: none;
        padding: 0;
        width: 100%;
        font-family: "breeregular", sans-serif;
    }
}

@media screen and (max-width: 1200px) {
    .points-forts .liste-points-forts {
        flex-wrap: wrap;
        justify-content: center;
    }

    .points-forts .liste-points-forts .point-fort {
        width: calc(33.3333333% - 20px);
    }

    .accueil-services .liste-solutions {
        flex-direction: column;
        align-items: center;
    }

    .accueil-services .liste-solutions .solution {
        width: 100%;
        display: flex;
        height: auto;
        align-items: center;
        border-radius: 15px;
        background: #052842;
        color: #fff;
        text-decoration: none;
    }

    footer .footer-contenu {
        padding: 30px 0;
        display: flex;
        gap: 25px;
        flex-direction: column;
        align-items: center;
    }

    footer .footer-contenu .logo-contacts {
        max-width: none;
        padding-right: 0;
        border-right: none;
        border-bottom: solid 1px #fff;
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 1100px) {
    .accueil-presentation {
        padding: 50px 0;
        flex-direction: column;
    }

    .accueil-presentation .contenu ul {
        gap: 4px;
        padding-left: 0;
    }

    .accueil-presentation .contenu ul li {
        line-height: 24px;
    }

    .accueil-presentation .contenu ul li:before {
        top: 3px;
    }

    .liste-services a {
        width: calc(50% - 12px);
    }
}

@media screen and (max-width: 1000px) {

    .node--type-service .block-cta {
        position: relative;
        display: flex;
        height: auto;
        padding: 30px;
        align-items: center;
        gap: 15px;
        justify-content: space-between;
        border-radius: 10px;
        background: var(--Light-grey, #F4F4F4);
        margin-top: 70px;
        flex-direction: column;
    }

    .node--type-service .block-cta:before {
        content: "";
        position: absolute;
        left: -22px;
        top: -35px;
        transform: none;
        width: 50px;
        height: 75px;
        background: url(../images/interface/cta-service.png) no-repeat center / contain;
    }

    .page-node-type-service .block-page-title-block,
    .page-node-type-service .block-system-breadcrumb-block {
        padding-right: 0;
    }

    .node--type-service .entete-service {
        padding-top: 35px;
        gap: 50px;
        flex-direction: column;
    }

    .node--type-service .entete-service .block-points-forts {
        position: relative;
        width: 100%;
        margin-top: 0;
        display: flex;
        width: 100%;
        padding: 32px 30px 20px 60px;
    }

    .node--type-service .entete-service .block-points-forts ul {
        padding-left: 0;
    }

    .mise-en-avant {
        height: 450px;
        position: relative;
        background: url(../images/interface/bg-mise-en-avant.png) no-repeat bottom center / cover;
    }

    .mise-en-avant .container-content .content {
        padding-top: 0;
    }

    .mise-en-avant .container-content .content .logo {
        display: none;
    }

    .mise-en-avant .container-content {
        flex-direction: column-reverse;
        align-items: center;
    }

    .mise-en-avant .container-content .content .inner {
        padding-left: 0;
    }

    .mise-en-avant .container-content .content .inner h1 {
        font-size: 28px;
        line-height: 32px;
        margin: 0 0 10px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    }

    .mise-en-avant .container-content .content .inner h1 span {
        font-size: 18px;
    }

    .mise-en-avant .container-content .visuel {
        width: 100%;
        max-width: 250px;
    }

    .region-newsletter .newsletter-form-container {
        padding: 50px 0 5px;
    }

    .region-newsletter .newsletter-form-container form {
        flex-direction: column;
        gap: 10px;
    }

    .region-newsletter .newsletter-form-container form .bloc-titre {
        max-width: none;
    }
}

@media screen and (max-width: 900px) {

    .points-forts {
        padding: 120px 0 50px;
        text-align: center;
    }

    .points-forts h2 {
        font-size: 28px;
    }

    .points-forts .texte-intro {
        line-height: 22px;
    }

    .points-forts .liste-points-forts .point-fort .picto {
        min-height: 60px;
        margin-top: -20px;
    }

    .points-forts .liste-points-forts .point-fort .picto img {
        max-height: 60px;
    }

    .points-forts .liste-points-forts .point-fort h3 {
        margin: 15px 0 5px;
    }

    .points-forts .liste-points-forts {
        flex-direction: column;
        align-items: center;
        gap: 30px 30px;
    }

    .points-forts .liste-points-forts .point-fort {
        width: 100%;
        max-width: 400px;
        padding: 0 20px 20px;
    }

    .accueil-services .liste-solutions .solution {
        flex-direction: column;
    }

    .accueil-services .liste-solutions .solution .image {
        max-width: none;
    }

    .accueil-presentation .contenu h2 {
        font-size: 28px;
        margin-bottom: 12px;
        margin-top: 15px;
    }

    /*Paragraphes*/
    .para-item-paragraphe .container-para {
        flex-direction: column-reverse;
    }

    .para-item-paragraphe .para-desc,
    .para-item-paragraphe .para-photos {
        width: 100% !important;
        margin-right: 0;
    }

    .para-item-paragraphe .para-photos,
    .para-item-paragraphe .para-desc {
        width: 100% !important;
    }

    .paragraphes .para-item.full-width.pos-photo-4 .container-para {
        padding-left: 30px;
    }

    .paragraphes .para-item.full-width.pos-photo-3 .container-para {
        padding-right: 30px;
    }

}

@media screen and (max-width: 800px) {

    .page-contact {
        display: flex;
        gap: 20px;
        margin-top: 30px;
        flex-direction: column;
    }

    .page-contact .infos-contact {
        width: 100%;
        max-width: none;
        padding: 20px;
        gap: 15px;
    }

    .page-contact #blockMap {
        height: 300px;
    }

    .webform-submission-form .form-type-textfield, .webform-submission-form .form-type-email, .webform-submission-form .form-type-tel, .webform-submission-form .form-type-select, .webform-submission-form .form-type-date, .webform-submission-form .form-type-number {
        width: 100%;
    }

    .webform-submission-form .form-type-textfield.form-item-code-postal, .webform-submission-form .form-type-textfield.form-item-ville, .webform-submission-form .form-type-email.form-item-code-postal, .webform-submission-form .form-type-email.form-item-ville, .webform-submission-form .form-type-tel.form-item-code-postal, .webform-submission-form .form-type-tel.form-item-ville, .webform-submission-form .form-type-select.form-item-code-postal, .webform-submission-form .form-type-select.form-item-ville, .webform-submission-form .form-type-date.form-item-code-postal, .webform-submission-form .form-type-date.form-item-ville, .webform-submission-form .form-type-number.form-item-code-postal, .webform-submission-form .form-type-number.form-item-ville {
        width: 100%;
    }

    .region-page-title {
        min-height: 0;
        padding: 15px 0;
    }

    .block-page-title-block h1 {
        font-size: 28px;
    }

    .accueil-chiffres-cles{
        gap: 20px;
        padding: 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .accueil-chiffres-cles .bloc-chiffre-cle {
        width: calc(50% - 10px);
    }

    .region-newsletter .newsletter-form-container form .bloc-titre .form-titre {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .region-newsletter .newsletter-form-container:after {
        content: "";
        position: absolute;
        left: -3px;
        top: -20px;
        width: 70px;
        height: 60px;
        background: url(../images/interface/picto-newsletter.png) no-repeat center / contain;
    }

    .liste-services a {
        width: 100%;
    }

    .liste-services a h3 {
        font-size: 16px;
        padding: 10px 10px 10px 15px;
    }

    footer .footer-contenu .logo-contacts .btns {
        flex-wrap: wrap;
    }

    footer .footer-contenu .menus .menu-services .liste-liens {
        column-count: 1;
    }

    footer .footer-contenu .menus .menu-classique {
        gap: 15px 25px;
        flex-wrap: wrap;
        justify-content: center;
    }

    footer .gl-copy {
        font-size: 14px;
    }

    .paragraphes h2 {
        font-size: 22px;
    }

    .paragraphes h3 {
        font-size: 20px;
        margin: 25px 0 15px;
    }

    .paragraphes h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 600px) {

    .accueil-services {
        padding: 50px 0;
    }

    .accueil-services h2 {
        font-size: 28px;
    }

    .bloc-service .contenu {
        gap: 15px;
        padding: 25px;
    }

    .accueil-services .texte-intro {
        margin: 10px auto 20px;
    }

    .bloc-service .contenu .titre {
        font-size: 20px;
    }

    /*tarteaucitron*/
    body #tarteaucitronRoot div#tarteaucitronAlertBig {
        width: 90% !important;
        padding: 15px 15px 20px !important;
        box-sizing: border-box;
    }

    #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
        margin: 85px 0px 20px !important;
    }

    #tarteaucitronAlertBig #tarteaucitronCloseAlert,
    #tarteaucitronAlertBig #tarteaucitronPersonalize,
    #tarteaucitronAlertBig #tarteaucitronPersonalize2,
    .tarteaucitronCTAButton,
    #tarteaucitron #tarteaucitronPrivacyUrl,
    #tarteaucitron #tarteaucitronPrivacyUrlDialog,
    #tarteaucitronRoot .tarteaucitronDeny,
    #tarteaucitronRoot .tarteaucitronAllow {
        width: 100% !important;
        display: block !important;
        margin: 0 0 15px 0 !important;
        box-sizing: border-box !important;
    }

    /*Paragraphes*/
    .pos-photo-1 .para-photos,
    .pos-photo-2 .para-photos {
        flex-direction: column;
    }

    .pos-photo-1 .para-photos .para-photo,
    .pos-photo-2 .para-photos .para-photo {
        margin: 5px 0;
        display: flex;
    }

    .pos-photo-1 .para-photo-img,
    .pos-photo-2 .para-photo-img {
        width: 100%;
    }

    .pos-photo-1 .para-photos .para-photo a,
    .pos-photo-1 .para-photos .para-photo img,
    .pos-photo-2 .para-photos .para-photo a,
    .pos-photo-2 .para-photos .para-photo img {
        display: inline-block;
        width: auto;
        height: auto;
    }

}