/*****************************************************************

HOME PAGE

*****************************************************************/


.home {}


.section-title {
    
    
    h2  {

        font-family: $contentFont;
        font-size: 16px;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 6px;
        margin-bottom: 22px;
        text-align: center;
    }

    &-variante {

        text-align: center;
        
        h2 {

         font-family: $titleFont;
            font-size: 20px;
            font-weight: 900;
            font-style: italic;
            color: #CE5244;
            letter-spacing: 1.65px;
            text-align: center;
            text-transform: inherit;
            display: inline-block;
            position: relative;

            &:before {

                content: "";
                display: block;
                width:30px;
                height: 1px;
                background-color: $primary-color;
                position: absolute;
                left: -45px;
                top: 20px;
            }

            &:after {

                content: "";
                display: block;
                width:30px;
                height: 1px;
                background-color: $primary-color;
                position: absolute;
                right: -45px;
                top: 20px;
            }
        }
    }

    &-variante-2 {

        text-align: center;
        
        h2 {

            margin-top: 50px;
            margin-bottom: 40px;
            font-size: 20px;
            font-weight: 700;
            letter-spacing: 1.65px;
            text-align: center;
            color: #CE5244;          
            display: inline-block;
            position: relative;

            &:before {

                content: "";
                display: block;
                width:30px;
                height: 1px;
                background-color: $primary-color;
                position: absolute;
                left: -40px;
                top: 10px;
            }

            &:after {

                content: "";
                display: block;
                width:30px;
                height: 1px;
                background-color: $primary-color;
                position: absolute;
                right: -40px;
                top: 10px;
            }
        }
    }

}




@media (min-width: 990px) {

    .section-title {
    
    
        h2  {
    
            font-family: $contentFont;
            font-size: 24px;
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 6px;
            margin-bottom: 22px;
            text-align: center;
        }
    
        &-variante {
    
            text-align: center;
            
            h2 {
    
             font-family: $titleFont;
                font-size: 28px;
                font-weight: 900;
                font-style: italic;
                color: #CE5244;
                letter-spacing: 1.65px;
                text-align: center;
                text-transform: inherit;
                display: inline-block;
                position: relative;
    
                &:before {
    
                    content: "";
                    display: block;
                    width:45px;
                    height: 1px;
                    background-color: $primary-color;
                    position: absolute;
                    left: -85px;
                    top: 20px;
                }
    
                &:after {
    
                    content: "";
                    display: block;
                    width:45px;
                    height: 1px;
                    background-color: $primary-color;
                    position: absolute;
                    right: -85px;
                    top: 20px;
                }
            }
        }
    
        &-variante-2 {
    
            text-align: center;
            
            h2 {
    
                margin-top: 50px;
                margin-bottom: 40px;
                font-size: 18px;
                font-weight: 700;
                letter-spacing: 1.65px;
                text-align: center;
                color: #CE5244;          
                display: inline-block;
                position: relative;
    
                &:before {
    
                    content: "";
                    display: block;
                    width:45px;
                    height: 1px;
                    background-color: $primary-color;
                    position: absolute;
                    left: -60px;
                    top: 10px;
                }
    
                &:after {
    
                    content: "";
                    display: block;
                    width:45px;
                    height: 1px;
                    background-color: $primary-color;
                    position: absolute;
                    right: -60px;
                    top: 10px;
                }
            }
        }
    
    }
    

}



.msg-home {

    background-color: $primary-color;
    color: #ffffff;
    min-height: 50px;
    text-align: center;
    padding: 14px;

    p {
        text-align: center;
        font-size: 14px;
        margin: 0;
        padding: 0;

    }

    a {

        color: #ffffff;
        text-decoration: underline;

        &:hover {

            color: #ffffff;

        }

    }

}


.header {



    .logo-header {

      
        text-align: left;
        

        img {

            padding: 40px 0 10px 0;
            width: 155px;
           

        }
    }

    .header-menu {

        display: none;
        height: 100px;
        padding: 18px 0 0 0;

        .pictos-sociaux {

            text-align: right;
            padding-top: 2px;

        }

        .tel {

            font-weight: 700;
            font-size: 24px;
            text-align: center;

            img {

                vertical-align: text-top;
                margin-right: 8px;

            }

        }
    }

    .search-bar {

       
        display: none;
        text-align: right;

        .btn-billeterie {

            margin-right: 14px;

        }

        .bt-search {

            display: inline-block;
            width: 39px;
            height: 32px;
            text-align: center;

            // &:hover {

            //     background-color: #000000;

            // }

            img {

                padding-top: 1px;

            }

        }

        .formulaire-recherche {


            //display: none;

            input {

                background-color: #ffffff;
                border: 1px solid $dark-color;
                z-index: 1000000;
            }
        }
    }   
}


@media (min-width: 768px) {

    .header {

        height: 160px;
  
        .logo-header {
    
           
            text-align: left;
            img {
                padding: 40px 0 40px 0;
                width: 285px;

            }

        }

        .header-menu {
   
           
    }
}

}

@media (min-width: 990px) {

    .header {

        height: 160px;
  
        .logo-header {
    
           
            text-align: left;
            img {

                

            }

        }

        .header-menu {
   
           
    }
}

}

@media (min-width: 1200px) {


    .header {

        height: 160px;
  
        .logo-header {
    
          
            text-align: left;

        }

        .header-menu {


            display: flex;

        }

        .search-bar {

            
            position: relative;
            display: block;
            text-align: right;
    
            .btn-billeterie {
    
                margin-right: 14px;
                margin-top: 2px;
    
            }
    
            .formulaire-recherche {
       
               display: none;
              
                input {
    
                    background-color: #ffffff;
                    border: 1px solid $dark-color;
                   
                    position: absolute;
                    right: 15px;
                   
                }
            }
        }   
    }

}

#primary {

    margin-top: 0;

}

.menu-desktop {


    #responsive-menu-pro li  {


       a {

        height: 60px;
        line-height: 34px;

       }

        &:hover, &:focus {

            a {

                background-color: $dark-color;
                color: #ffffff;
                
                &:after {

                    content: none;
                    display: none;
                }

            }

        }

        &.current-menu-parent, &.current-page-ancestor {

           > a:after {

                content: '';
                display:block;
                background-color: $primary-color;
                height: 5px;
                width: 100%;
                position: relative;
                margin: 0;
                padding: 0;


            }

            &:hover, &:focus {

                > a:after {

                    content: none;
                }

            }

        }

    }

    #responsive-menu-pro li .responsive-menu-pro-submenu {

        top: 60px;

    }

    #responsive-menu-pro .responsive-menu-pro-item-has-children a:after {

        content: none;

    }

}


.slider-homepage-spectacle {

    // avirer
    //display: none !important;

    &.slick-dotted.slick-slider {

        margin-bottom: 110px;

    }


    &-content {

        padding: 0;

        .categorie {



            background-color: #000000;
            padding: 6px 30px 6px 30px;
            color: white;
            font-weight: 300;
            display: inline-block;
            margin-top: 20px;

        }

        ul {



            &.date {

                list-style: none;
                margin: 0;
                padding: 0;
                text-transform: uppercase;
                margin: 30px 0 16px 0;

                li {

                    line-height: 19px;

                }

            }

        }



        h2 {

            font-family: $titleFont;
            font-size: 30px;
            font-style: italic;
            font-weight: 700;
            margin-bottom: 6px;
            text-transform: lowercase;

            &::first-letter {

                text-transform: uppercase; 

            }

            a {
                color: $dark-color;
               

              

                &:hover {

                    color: $primary-color;
                    text-decoration: none;

                }
            }

        }

        p {

            font-weight: 300;
            line-height: 20px;
            .auteur {

                font-weight: 300;

            }
        }



    }

    .actions {

        text-align: center;

        a {
        
            &.btn-primary {

        
            }
        
        }
        }

        .slick-dots {

            bottom: -4px;
            text-align: center;
            position: inherit;
            bottom: inherit;
            

        }

        .slick-dots li button:before {

            font-size: 12px;

        }

        .slick-dots li {

            margin: 0 2px;

        }

        .slick-dots li button:before {

            color: $dark-color;
            opacity: 1;

        }

        .slick-dots li.slick-active button:before {

            color: $primary-color;
            opacity: 1;

        }
}


@media (min-width: 990px) {

    .slider-homepage-spectacle {
    // avirer
        display: block !important;

        &.slick-dotted.slick-slider {

            margin-bottom: 110px;
    
        }

        &-content {

            padding: 0;

            h2 {

              
                font-size: 40px;
            }

            .categorie {



               
                margin-top: inherit;
    
            }

        }


        .slick-dots {

            bottom: 20px;
            text-align: center;
            position: relative;
            width: 290px;
            position: absolute;
    bottom: -25px;

        }
    }

}

@media (min-width: 1200px) {

    .slider-homepage-spectacle {

        &-content {

            padding: 70px 100px 0 0;

        }

        .slick-dots {

            width: 390px;

        }
    }

}

// .wpv-view-layout-254 {

//     max-width: 390px

// }


.slider-homepage-actualite, .slider-homepage-mobile-actualite {

max-width: 390px;
background-color: $primary-color;


// &.slick-dotted.slick-slider {

//     margin-bottom: 0;
//     padding-bottom: 30px;
// }

.slick-slide {width: 390px;
}


    &-content {

        // background-color: $primary-color;
        color: #ffffff;
            padding: 25px 0 40px 55px;


        h2 {

            font-family: $contentFont;
            
            font-size: 18px;
            line-height: 20px;
            font-weight: 700;
            margin-bottom: 14px;
            margin-top: 14px;
            
             a {
                color: #ffffff;

                 &:hover {

                     color: #ffffff;
                     text-decoration: none;

                 }
             }

        }

        .bt-savoir-plus:hover {

            color: #000000;
        }

        p {

            font-weight: 300;
            line-height: 20px;

        }
    }


        .slick-dots {

            bottom: inherit;
            //text-align: left;
            position: relative;
            //left: 12%;

        }

        .slick-dots li button:before {

            font-size: 12px;

        }

        .slick-dots li {

            margin: 0 2px;

        }

        .slick-dots li button:before {

            color: $dark-color;
            opacity: 1;

        }

        .slick-dots li.slick-active button:before {

            color: #ffffff;
            opacity: 1;

        }



}



.slider-homepage-actualite-rab {

    width:100%;

}

.slider-homepage-actualite .slick-dots {

    width:100%;

}


@media (min-width: 990px) {

    .slider-homepage-actualite .slick-dots {

        width:260px !important;
        padding-left: 10px;
    }
    
    .slider-homepage-actualite-content {

        padding: 25px 0 50px 10px;
    }
    .slider-homepage-actualite-rab {
    
        width:260px !important;
        }
    
}

@media (min-width: 1200px) {
    
    .slider-homepage-actualite .slick-dots {

        width:300px !important;
        padding-left: 35px;

    }    
    .slider-homepage-actualite-content{

        padding: 25px 0 50px 35px;

    }
    .slider-homepage-actualite-rab {
    
        width:300px !important;

  
    }

}

@media (min-width: 1380px) {
    .slider-homepage-actualite .slick-dots {

        width:100% !important;
        padding-left: 55px;

    }    
    .slider-homepage-actualite-content{

        padding: 25px 0 40px 55px;

    }
    
    .slider-homepage-actualite-rab {
    
        width:100% !important;

    }
}

.footer {

    background-color: $primary-color;
    color: #ffffff;
    padding-left: 14%;
    padding-right: 14%;

    .container {

        padding: 40px 0;

        .row {

            &:first-child {

                padding: 40px 0 20px 0;
                border-top: 1px solid #ffffff;
                border-bottom: 1px solid #ffffff;
            }


            margin-left: 15px;
            margin-right: 15px;

        }

    }

    &-left {

        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        padding-left: 0px;
        padding-right: 0;
        text-align: center;

        img {

            
            display: block; 
            float: none;
    /* text-align: center; */
            margin-bottom: 20px;
            margin-left: auto;
            margin-right: auto;

        }

        .adresse {
            
            

        }

        a {

            color: #ffffff;

            &:hover {


            }

        }


    }

    &-right {

        padding-right: 0px;
        padding-left: 0;

        &-container { 
             width: 100%;
            align-self: flex-end;
        }

        &-col {

            display: flex;
            flex-direction: row;
            margin-bottom: 20px;

            .title{

                display: none;

            }

            .pictos-sociaux {


                text-align: center;
                margin-left: auto;
                margin-right: auto;
                margin-top: 20px;

            }
        }



    }

    .newsletter, .pictos-sociaux {

           align-self: flex-end;

    }

    #mailpoet_form_1 form.mailpoet_form {

        padding: 0;
    }

    #mailpoet_form_1 form.mailpoet_form {
        padding: 0px;
    }

    #mailpoet_form_1 .mailpoet_paragraph {

        margin-bottom: 14px;

    }


    .newsletter {

        display: none;

        form {

            display: flex;
            flex-wrap: wrap;
            position: relative;
    
            .mailpoet_validate_success {
    
                margin-top: 20px;
    
            }


            input[type="submit"] {
                height: 40px;
                padding-left: 30px !important;
                padding-right: 30px !important;
                border: none !important;
                color: transparent !important;
                line-height: inherit !important; 
                background: #ffffff url("img/pictos/picto-fleche-newsletter.svg") no-repeat 50% 50% !important;
      
            }

            input[type="checkbox"] {

                width: inherit;

            }

            .newsletter-rgpd {

                a {
                    color: #ffffff;
                    text-decoration: underline;

                    &:hover {

                        color: #ffffff;
                    }
                }
            }

            .mailpoet_paragraph {
                margin-bottom: 0;
                width: 100%;
           
            }

            .mailpoet_paragraph.btn-newsletter {
                margin-bottom: 0;
                position: absolute;
                right: 15px;
                width: 50px;
                top: 5px;

            }

            .mailpoet_text:focus {

                outline-color: #000000;  
            }

            input[type="email"] {
                height: 50px;
                width: 100%;
                background-color: #ffffff;
            
            }

            .parsley-custom-error-message {

                    color: #ffffff;

            }

            .mailpoet_validate_success {

                margin: 0;
            }
        }



        width: 420px;

        input {

            width: 100%;
            border-radius: 0;
            margin-left: auto;

        }
    }

 
    .post-footer {

        margin-top: 20px;
        margin-left: 0;
        margin-right: 0;

    }
    .post-footer-left {

        font-size: 14px;
        font-weight: 300;

        .mentions {
            
        display: none;


            a {

                color: #ffffff;

                &:hover {

                    color: #ffffff;
                }
            }

        }
    
    }



    .post-footer-right {

        font-size: 14px;
        font-weight: 300;

    .copyright {

      
        text-align: center;
    }
}

}

@media (min-width: 990px) {

.footer {

    padding-left: inherit;
    padding-right: inherit;

    .container {

        padding: 70px 0;

        .row {

            &:first-child {

                padding: 40px 0;
               
            }

        }
    }
    &-left {

        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        padding-left: 0px;
        text-align: left;
        margin-top: 18px;

        img {

            margin-right: 20px;
            display: inline; 
            float: left;
    /* text-align: center; */
            
            margin-bottom: inherit;

        }

        .adresse {
            
            padding: 8px 15px 0 0px;

        }


    }

    &-right {



        &-container { 

            width: 420px;

            

        }

        &-col {



                .title{

                    display: block;
                    flex: 1 0 auto;
                    font-weight: 500;
                    letter-spacing: 2px;
                    padding-top: 8px;
                    text-transform: uppercase;


            }


        .pictos-sociaux {

         

            margin-left: inherit;
            margin-right: inherit;
            text-align: right;
            margin-top: 0px;

     
    }
        }
    }
    .newsletter {

        display: block;
    }

    .post-footer {



    }
    .post-footer-left {


        .mentions {
            display: block;

        }
    
    }


    .post-footer-right {


    .copyright {

      
        text-align: right;
    }
}
}
}

@media (min-width: 990px) {

    .footer {

    #mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea {

        width: 100%;      
 
    } 

}

}



.position {

    position: absolute;
    z-index: 10;
    width: 1800px;
    
    background-color: $primary-color;
    display: none;
    
}


@media (min-width: 990px) {


   


}

.position-mobile {

    width: 100%;
    
    background-color: $primary-color;
    display: block;
    position: relative;


    .actualites {

        position: absolute;
        right: 0;
        left: inherit;
        background:none;
        width: 50px;
        z-index: 1;
    
        .bt-actualites {

           cursor: default;

            h2 {

                right: 40px;

            }
        }
    }

    .slider-homepage-actualite-content {

        //padding: 25px 0 40px 0px;
        padding: 25px 20px 40px 20px;

    }

    .slick-dotted.slick-slider {
        margin-bottom: 30px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 18px;
    }
    
    .slider-homepage-mobile-actualite .slick-dots {
    

        left: inherit;
    }

}

@media (min-width: 990px) {

    .position-mobile {
    
        display: none;
    
    }

}

.actualites {

    position: absolute;
    left: -50px;
    background-color: #f00;
    z-index: 100;

    .bt-actualites {
        // transform-origin: bottom left;

        width: 50px;
        height: 253px;
        background-color: $primary-color;
        cursor: pointer;

        h2 {

            &:after {

                content: url(img/pictos/small-arrow-prev.png);
                display: inline-block;
                color: #ffffff;
                transform: rotate(90deg);
                position: absolute;
                right: -30px;
                bottom: -4px;
                width: 20px;
                height: 20px;
            }

            font-family: $contentFont;
            font-size: 18px;
            text-transform: uppercase;
            color: #FFFFFF;
            letter-spacing: 4.6px;
            transform: rotate(-90deg);
            position: absolute;
            right: 30px;
            transform-origin: right top;
            top: 60px;

        }

    }

}

.encart-home-spectacle {

    .section-title h2 {

        text-align: center;
    }

}

@media (min-width: 990px) {
    
    .encart-home-spectacle {

        .section-title h2 {
    
            text-align: left;
        }
    
    }

}

.spectacle-home {
margin-bottom: 10px;

}

.encart-home-film {

    margin-top: 80px;
    margin-bottom: 60px;

    .section-title h2 {

        text-align: center;
    }

    .liste-affiche {

        display: flex;
        flex-wrap: wrap;
        align-content: space-evenly;
        width: 100%;
        margin-bottom: 40px;
       

        &-item {
            flex: 1 0 31%;
           
            background-color: #F1EFED;
            
            position: relative;
            padding: 0 15px 15px 15px;
           width: 100%;

            &:first-child{
                // padding: 0 15px 0 0;

            }

            &:last-child{
                // padding: 0 0 0 15px;

            }

            a {

                text-align: center;
                display: block;
                background-color: #F1EFED;
                padding-top: 14px;
                min-height: 320px;

            img {
//                 max-height: 300px;
//     position: absolute;

// left: inherit;
//     transform: translate(-50%,-50%);
//     top: 50%;
max-height: inherit; 
     position: relative; 
     left: inherit; 
    transform: inherit;
width: 220px;
    
            }

            }

        }
    }

}
@media (min-width: 768px) {

    .encart-home-film {

     
    
        .section-title h2 {
    
          
        }
    
        .liste-affiche {
    
         
            //align-items:end;
    
            &-item {
                
                margin: 0 15px 0 0px;
               width: inherit;
    
                // &:first-child{
                //      padding: 0 60px 0 0;
    
                // }
    
                // &:last-child{
                //      padding: 0 0 0 60px;
    
                // }
    
                a {
    
                   min-height: inherit;
                   height: inherit;
    
                img {
                    width: 190px;
        //width: 85%;
                }
    
                }
    
            }
        }
    }


}

@media (min-width: 990px) {

    .encart-home-film {

     
    
        .section-title h2 {
    
            text-align: left;
          
        }
    
        .liste-affiche {
    
         
            //align-items:end;
    
            &-item {
                
               // padding: 0 30px 0 30px;
               
    
                // &:first-child{
                //      padding: 0 60px 0 0;
    
                // }
    
                // &:last-child{
                //      padding: 0 0 0 60px;
    
                // }
    
                a {
    
                    min-height: inherit;
    
                img {
                    width: 260px;
        //width: 85%;
                }
    
                }
    
            }
        }
    }


}

@media (min-width: 1200px) {
    .encart-home-film {

     
    
        .section-title h2 {
    
          
        }
    
        .liste-affiche {
    
         
            //align-items:end;
    
            &-item {
                
                padding: 0 15px 15px 15px;
               
    
                // &:first-child{
                //      padding: 0 15px 0 0;
    
                // }
    
                // &:last-child{
                //      padding: 0 0 0 15px;
    
                // }
    
                a {
    
                    min-height: inherit;
    
                img {
                    width: inherit;
        //width: 85%;
                }
    
                }
    
            }
        }
    }
}

.encart-home-newsletter {


    background-color: $primary-color;
    padding: 26px 36px 36px 36px;
    margin-top: 70px;
    margin-bottom: 60px;

h2 {

    font-size: 38px;
    font-weight: 900;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 6px;
    text-align: center;
}

p{

    color: #ffffff;
    font-weight: 300;
    width: 100%;
    line-height: 22px;
    margin-bottom: 12px;
    text-align: center;

}

img {
    margin-top: 18px;
}

    .btn-newsletter {

        display: inline;
 

        input[type="submit"] {

            

        }


    }

    form {

        // display: flex;
        // flex-wrap: wrap;

        .mailpoet_validate_success {

            margin-top: 20px;

        }

    }

    // .btn-inscription {

    //     background-color: $dark-color;

    //     &:hover {



    //     }

    // }
    .newsletter-rgpd {
margin-top: 14px;
display: inline-block;

        a {

            color: #ffffff;
            text-decoration: underline;

            &:hover {

                color: #ffffff;

            }


        }

    }

    #mailpoet_form_1 form.mailpoet_form {

        padding: 0;
        position: relative;
    }

    #mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea {

        width: 100%;
        margin: 0 !important;

    }

    #mailpoet_form_1 .mailpoet_text:focus {

        outline-color: $dark-color;
    }
    
    #mailpoet_form_1 .mailpoet_paragraph {

        margin-bottom: 0;
        width: 100%;
        text-align: center;

        &.btn-newsletter {

            text-align: center;
            margin-top: 10px;
            width: 100%;
            display: inline-block;

        }
    }

    input[type="submit"] {

        height: 50px;
        padding-left: 30px !important;
        padding-right: 30px !important;;

    }

    input[type="email"] {

        height: 50px;
        background-color: #ffffff;


    }

}

@media (min-width: 990px) {

    .encart-home-newsletter {

     
    
    h2 {
    
        text-align: left;
    }

    p{

        
        width: 70%;
        text-align: left;
        
    
    }

    #mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea {

        width: 320px;

    }
    
    #mailpoet_form_1 .mailpoet_paragraph {

        width: inherit;
        text-align: inherit;

        &.btn-newsletter {

            text-align: left;
            margin-top: inherit;
            position: absolute;
            width: inherit;
            top: 0;
            right: 50px;

        }

    }

}
}

@media (min-width: 1200px) {

    .encart-home-newsletter {
    #mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea {

        width: 420px;

        
 
    } 

    #mailpoet_form_1 .mailpoet_paragraph {

        width: inherit;

        &.btn-newsletter {


            right: 150px;

        }

    }
}

}


.parsley-required, .parsley-custom-error-message {

color: #ffffff !important;

}

.encart-home-telechargement {

    //avirer
   //display: none;
    background-color: #F1EFED;
    padding-top: 50px;

    h2 {

       
        margin-bottom: 60px;

    }
    
}

.encart-home-mediation-culturelle {

    
   
    background-color: #F1EFED;
    padding-top: 80px;

&-item {

    height:205px;
    background-color: #ffffff;
    margin: 10px 0 10px 0;
    text-align: center;
    padding-top: 30px;
    position: relative;width: 80%;
    margin-left: auto;
    margin-right: auto;

    h3 {


        font-size: 24px;
        font-weight: 900;
        font-style: italic;
        line-height: 32px;
        color: $dark-color;
        letter-spacing: 0.6px;
        text-align: center;

    }

    .bt-savoir-plus {

        position: absolute;
        bottom: 18px;
        display: block;
        transform: translateX(-50%);
        left: 50%;
        width: 100%;

        &::after {
            content: "";
            display: block;
            width: 98px;
            height: 1px;
            background-color: #D3D2D2;
            position: relative;
            top: -36px;
            margin-left: auto;
            margin-right: auto;
            
        }

    }

}

}

@media (min-width: 768px) {
   
    .encart-home-mediation-culturelle {

    
    &-item {

        margin: 20px 0 60px 0;
        width: inherit;
    margin-left: inherit;
    margin-right: inherit;

    }
}

}


.pre-footer-home {

    background-color: $primary-color;
    padding-top: 70px;
    padding-bottom: 0px;
  

    &.ddl-full-width-row>[class*="col-"]:first-child {

        padding-left: 0;
        padding-right: 0;

    }

    &-left {

        position: relative;

        h1 {

            position: absolute;
            z-index: 1;
            width: 400px;
            font-size: 40px;
            font-weight: 700;
            font-style: italic;
            color: #FFFFFF;
            letter-spacing: 1.75px;
            line-height: 40px;
            left: 50%;
            transform: translateX(-50%);
            top: -32px;

        }

        img {

            position: relative;
            max-width: 200%;
            height: inherit;
            width: 100%;
            display: block;
    
        }

        .citation {

            position: absolute;
            z-index: 1;
            width: 400px;
            font-family: $titleFont;
            font-style: italic;
            font-size: 14px;
            color: #FFFFFF;
            letter-spacing: 0;
            line-height: 16px;
            left: 50%;
            transform: translateX(-50%);
            bottom: -56px;

            &::after {

                content: "";
                display: block;
                position: relative;
                bottom: -20px;
                width:77px;
                height: 3px;
                background-color: #ffffff;
    
            }
        }



    }

    &-right {

        margin-top: 100px;
        padding-left: 14%;
        padding-right: 14%;

      

     h2 {

        font-family: $contentFont;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 2px;
        
        text-transform: uppercase;

     }

     p {

        font-size: 14px;
        font-weight: 300;
        color: #FFFFFF;
        line-height: 20px;

     }

    }

}


@media (min-width: 768px) {

    .pre-footer-home {

        padding-top: 100px;
        padding-bottom: 20px;

        &.ddl-full-width-row>[class*="col-"]:first-child {

            padding-left: 0px;
            padding-right: 15px;
    
        }

        &-left {

  
    
            h1 {
    
                font-size: 70px;
                line-height: 70px;
                top: -60px;
                width: 100%;
                padding-left: 14%;
                padding-right: 14%;
            }

            .citation {

                font-size: 24px;
                line-height: 32px;
                bottom: -68px;
                padding-left: 14%;
    padding-right: 14%;
    width: 100%;

                &::after {


                    bottom: -24px;
                    width:180px;
                    height: 4px;

        
                }

            }
        }

        &-right {

            margin-top: 150px;
            padding-left: 14%;
            padding-right: 14%;

            &::before {
    
                content: none;
              
    
            }
    
         h2 {

            font-size: 34;

         }
        }
    }

}

@media (min-width: 990px) {
    
    .pre-footer-home {

        padding-top: 170px;
        padding-bottom: 140px;
        
        
        &-left {

          
    
            h1 {
    
                font-size: 70px;
                line-height: 70px;
                top: -60px;
                width: 400px;
                padding-left: 0;
                padding-right: 0;
            }

            .citation {

                font-size: 24px;
                line-height: 32px;
                bottom: -96px;
                width: 400px;
                padding-left: 0;
                padding-right: 0;

                &::after {


                    bottom: -50px;
                    width:180px;
                    height: 7px;

        
                }

            }
        }
        &-right {

            margin-top: 0px;
            padding-left: 0px;
            padding-right: 0px;

            &::before {
    
                content: "";
                display: block;
                position: relative;
                top: -70px;
                width:180px;
                height: 7px;
                background-color: #ffffff;
    
            }
    
         h2 {

            font-size: 34;

         }


         
        }

    }



}