/*

Theme Name:         Reddingue 2021
Theme URI:          http://www.reddingue.be
Description:        Reddingue 2021 - Responsive Custom Wordpress theme for Reddingue.
Version:            1.0.0
Author:             Mathieu Lancelle

*/


/* CSS */


html
{
    overflow-x: hidden;

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
}

a {
    color: #C30023;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

a:hover{
    color: #FF0000;   
}

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

#cookie-notice .cn-button {
    margin: 0 0 0 10px;
    border: none;
    color: #FFF !important;
}

.btn-danger,
.btn-danger:hover{
    color: #FFF !important;
}

/* HEADER */

header .fixed-top.navbar-expand-lg
{
    -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;

     background: rgba(26, 26, 26, 0);
}

header.shrink .fixed-top.navbar-expand-lg
{
    opacity: 1;
    background: rgba(26, 26, 26, 1);
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 25%);
            box-shadow: 0 1px 5px rgb(0 0 0 / 25%);
}

header.shrink .logo-container a img.logo-reddingue
{
    width: auto;
    height: 60px;

    -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
}

header .logo-container
{
    width: 320px;
    padding: 0 4rem;
}

header .logo-container a
{
    display: block;

    text-align: center;
    padding: 10px 0;
}

header .logo-container a img.logo-reddingue
{
    width: auto;
    height: 100px;

    -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
}

header li.nav-item
{
    margin: 0 2rem;
}

header li.nav-item a
{
    position: relative;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    /*outline: 0;*/
}

header li.nav-item a:after
{
    position: absolute;
    bottom: -2px;
    left: 0;

    display: block;

    width: 100%;
    height: 2px;

    content: '';
    -webkit-transition: all .25s ease-out;
            transition: all .25s ease-out;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;

    opacity: 0;
    background-color: #fff;
}

header li.nav-item a:hover:after
{
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);

    opacity: 1;
}

/* MOBILE */

.logo-reddingue-mobile
{
    width: 60px;
}

button:focus
{
    outline: 0;;
    box-shadow: none;
}

.navbar-toggle
{
    position: relative;

    width: 34px;
    height: 34px;
    margin: 20px 0;
    padding: 0;

    cursor: pointer;

    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
}

.navbar-toggle .icon-bar
{
    display: block;

    width: 34px;
    height: 3px;
    margin: 3px 0;

    background-color: #fff;
}


.navbar-toggle .icon-bar
{
    background-color: #fff;
}


.navbar-toggle .icon-bar
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    margin: 0;

    -webkit-transition: transform .3s;
         -o-transition: transform .3s;
            transition: transform .3s;
    -webkit-transform-origin: 50%;
       -moz-transform-origin: 50%;
            transform-origin: 50%;
}

.navbar-toggle .icon-bar:nth-child(2)
{
    -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
         -o-transform: translate(0, 10px);
            transform: translate(0, 10px);
}

.navbar-toggle .icon-bar:nth-child(4)
{
    -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
         -o-transform: translate(0, -10px);
            transform: translate(0, -10px);
}


body.nav-open .navbar-toggle .icon-bar:nth-child(2)
{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

body.nav-open .navbar-toggle .icon-bar:nth-child(3)
{
    display: none;
}

body.nav-open .navbar-toggle .icon-bar:nth-child(4)
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

#mobile-nav
{
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-flex;
    display: -ms-flexbox;
    display:         flex;
    visibility: hidden;

    -webkit-transition: opacity .3s;
         -o-transition: opacity .3s;
            transition: opacity .3s;

    opacity: 0;
    background-color: rgba(0, 0, 0, .85);
    padding-top: 200px;

    /*-webkit-align-items: center;
       -moz-align-items: center;
            align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;*/
}

body.nav-open #mobile-nav
{
    visibility: visible;

    opacity: 1;
}

#mobile-nav .mobile-nav
{
    position: relative;

    display: block;

    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;
}

#mobile-nav .mobile-nav li
{
    text-align: center;
}

body.nav-open #mobile-nav .mobile-nav li a
{
    font-family: inherit;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 2px;

    position: relative;

    display: block;

    padding: 10px 30px;
    padding-top: 5px;
    padding-bottom: 5px;

    -webkit-animation: fadeInUp 1s both;
         -o-animation: fadeInUp 1s both;
            animation: fadeInUp 1s both;
    text-transform: uppercase;

    color: #fff;
}

body.nav-open #mobile-nav .mobile-nav li a:hover{
    color: #96061f;
    text-decoration: none;
}


body.nav-open #mobile-nav .mobile-nav li:nth-child(1) a
{
    -webkit-animation-delay: .35s;
            animation-delay: .35s;
}

body.nav-open #mobile-nav .mobile-nav li:nth-child(2) a
{
    -webkit-animation-delay: .40s;
            animation-delay: .40s;
}

body.nav-open #mobile-nav .mobile-nav li:nth-child(3) a
{
    -webkit-animation-delay: .45s;
            animation-delay: .45s;
}

body.nav-open #mobile-nav .mobile-nav li:nth-child(4) a
{
    -webkit-animation-delay: .50s;
            animation-delay: .50s;
}

body.nav-open #mobile-nav .mobile-nav li:nth-child(5) a
{
    -webkit-animation-delay: .55s;
            animation-delay: .55s;
}

/* FOOTER */

footer
{
    background: #1a1a1a;
}

.footer-menu .footer-col-title{
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1.3rem;
}

.footer-menu .footer-col-title:after{
    content: '';
    width: 25%;
    height: 2px;
    background: #96061f;
    display: block;
    margin: 15px 0 0 0;
}

.footer-menu p{
    margin-bottom: 0;
}


footer .brand .logo-tf-t{
    width: 180px;
}

.footer-menu-3 .fa.fa-phone,
.footer-menu-3 .fa.fa-envelope{
    width: 20px;
}

ul.social-icons
{
    margin: 0;
    padding: 0;

    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

ul.social-icons li
{
    /*display: inline-block;*/

    /*margin-right: 10px;*/
}

ul.social-icons li a
{
    font-size: 24px;
}

ul.social-icons li a:hover,
ul.social-icons li a:focus,
ul.social-icons li a:active
{
    
}

.qs-rounded-image {
    border-radius: 50%!important;
    width: 175px;
}

/* UTILS */

.full-height-section{
    height: 100vh;
}

.full-height-section.extra-section{
    height: 135vh;
}

/* FRONTPAGE */

/* Carousel */

.carousel-item{
    height: 100vh;
}

.gpdr-landing .carousel-item {
    height: 60vh;
}

.front-landing-section{
    position: relative;
}

.services-container{
    position: absolute;
    bottom: 5em;
    left: 0;
    width: 100%;
}

.img-picto-container{
    max-width: 80px;
    width: 100%;
    margin: 0 auto -10px;
    display: block;
}

.picto{    
    width: 100%;
    height: auto;
    
}

.border-container{
    position: relative;
    padding: .1em 3em;
    margin: 1em 0;
    white-space: nowrap;
    text-align: center;
}

.border-container:after {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #96061f;
}

.service-picto-container:last-child .border-container:after {
    display: none;
}

a.service-picto-container .service-item {
    font-size: 1.5em;   
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;    
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

a.service-picto-container{
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;

}

a.service-picto-container:hover{
    text-decoration: none !important;
    color: #96061f !important;
}

a.service-picto-container:hover .service-item{
    text-decoration: none;
    color: #96061f;
}

/* About */

.about-section{

}


.about-section .left-container{    
    height: 100%;
    width: 50%;
}

.about-section .left-container .content-container{
    width: 100%;
    max-width: 70%;
    text-align: right;
}

.about-section .right-container{
    height: 100%;
    width: 50%;
}

h1{
    font-size: 4rem;
}

.news-content-section h1{
    font-size: 2.5rem;
}

.news-content-section h2{
    margin-top: 3rem;
}

.stack-top {    
    --d:12px; 
    --w:200px;
    --c:#96061f;    
    position: absolute;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    z-index: 1;
    top: 0;
    right: 0;
    transform: translate(29.29%, -100%) rotate(45deg); /* 29.29% = 100%*(1 - cos(45deg)) */
    color: #fff;
    text-align: center;
    width: var(--w);
    transform-origin: bottom left;
    padding:5px 0 calc(var(--d) + 5px);
    background:
    linear-gradient(rgba(0,0,0,0.6) 0 0) bottom/100% var(--d) no-repeat
    var(--c);
    clip-path:polygon(0 100%,0 calc(100% - var(--d)),50% calc(100% - var(--d) - var(--w)/2),100% calc(100% - var(--d)),100% 100%,calc(100% - var(--d)) calc(100% - var(--d)), var(--d) calc(100% - var(--d)))
}


.news-content-section h2,
.main-title{
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
}   

.main-title.center:after{
    content: '';
    width: 25%;
    max-width: 100px;
    height: 2px;   
    display: block;
    margin: 15px auto 0;
    text-align: center;
}


.main-title.left:after {
    content: '';
    width: 75px;
    height: 2px;
    background: #96061f;
    display: block;
    margin: 15px 0 0 auto;
    text-align: right;
}

.news-content-section h2:after,
.main-title:after,
.main-title.right:after {
    content: '';
    width: 75px;
    height: 2px;
    background: #96061f;
    display: block;
    margin: 15px 0 0 0;
}

h2[style="text-align: center;"]:after,
.main-title.center:after{
    margin: 15px auto 0;
}


/* SERVICES MODULE */

a.service-item-link{
    color: #FFF;
    text-decoration: none;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

a.service-item-link:hover{
    text-decoration: none;
    color: #96061f;
}

.service-item-container{
    background: #1a1a1a;
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 25%);
    box-shadow: 0 1px 5px rgb(0 0 0 / 25%);
}

.service-item-picture-container{
    overflow: hidden;
    position: relative;
}

.service-item-picture-container img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;  
}

.service-item-container:hover .service-item-picture-container img{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.service-item-title-container{
    padding: 15px;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
}


/* SINGLE SERVICE */

.main-title-container{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.picto-container{
    max-width: 150px;
    margin-top: 30px;
    width: 100%;
}

.service-single-section{

}

.service-single-section .left-container{    
    height: 100%;
    width: 50%;
}

.service-single-section .left-container .content-container{
    width: 100%;
    max-width: 70%;
    text-align: right;
}

.service-single-section .right-container{
    height: 100%;
    width: 50%;
}

.service-single-section .right-container .content-container{
    width: 100%;
    max-width: 70%;
    text-align: left;
}

/* VIDEO */

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* GOOGLE FORM */

.freebirdFormviewerViewCenteredContent {
    margin: auto;
    max-width: 100% !important;
    width: 100% !important;
}



/* CONTACT */

.contact-section{
    min-height: 100%;
    height: 100%;
}

.contact-section .left-container{
    width: 50%;
    padding-top: 150px;
    padding-bottom: 100px;
    /*height: 100%;*/
}

.contact-section .right-container{
    width: 50%; 
}


.contact-section .form-group
{
    margin-bottom: 3rem;
}

.contact-section label
{
    font-weight: 400;
    display: block;
    margin-bottom: 2px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.form-control
{
    padding: .75rem .75rem;
    color: #333333;
    border: 1px solid #7f7f7f;
}

.form-control:focus
{
    color: #333333;
    border: 1px solid #7f7f7f;
    box-shadow: none;
}

.contact-section .form-control
{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    height: auto !important;
    padding: .75rem .75rem;
    color: #333333;
    border: 0;
    border-bottom: 2px solid #FFF;
    border-radius: 0;
    background-clip: unset;
}

.contact-section .form-control:focus
{
    color: #333333;
    border-color: #96061f;
    outline: 0;
    background-color: #fff;
    box-shadow: none;
}

.contact-section textarea.form-control
{
    min-height: 150px;
}


.contact-section .form-control.valid,
.contact-section .form-control.wpcf7-valid
{
    border-color: #28a745;    
}

.contact-section .form-control.error,
.contact-section .form-control.not-valid,
.contact-section .form-control.wpcf7-not-valid
{
    border-color: #dc3545;
    background: #a94d5d;
}

.wpcf7-validation-errors,
.wpcf7-not-valid-tip
{
    display: none !important;
}

.wpcf7-form label.error
{
    font-size: 12px !important;

    margin-top: 3px !important;
    padding-left: 0 !important;

    color: #dc3545 !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0em;
    padding: 0.75em 1em;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb !important;
    border-radius: 3px;   
}


/* COMMON RULES */

.content-container .text ul{
    text-align: right;
    list-style-position: inside;
}

.right-container .content-container .text ul{
    text-align: left;
}

.content-container .text ul li{   
  /*  position: relative;    
    padding-left: 1.5em;*/
}

.content-container .text ul li:before {
   /* font-family: 'FontAwesome';
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 4px;
    left: 0;
    content: '\f00c';
    color: #96061f;
    text-rendering: auto;*/
}


/*************************/
/* RESPONSIVE WEB DESIGN */
/*************************/

@media(min-width: 992px)
{
    body.nav-open #mobile-nav,
    #mobile-nav
    {
        visibility: hidden;

        opacity: 0;
    }
}


@media (max-height: 900px) and (min-width : 992px)
{
}

@media (max-height: 900px) and (min-width : 1400px)
{
}

@media (max-width: 1499px)
{
    .border-container {    
        padding: .1em 2em;
        margin: 1em 0;      
    }
}

@media (max-width: 1280px)
{
    .border-container {    
        padding: .1em 1.5em;
        margin: 1em 0;      
    }

    .about-section .left-container .content-container,
    .service-single-section .left-container .content-container {
        width: 100%;
        max-width: 80%;     
    }
}

@media (max-width: 1199px)
{
    /* FRONTPAGE */

    .carousel-item {
        height: 60vh;
    }

    .service-picto-container{
        padding: .1em 2em;  
        width: 33%;
    }

    .border-container{     
        padding: .1em 2em;  
       /* width: 33%;*/
    }

    .service-picto-container:nth-child(3n) .border-container:after{
        display: none;
    }

    .about-section .left-container .content-container{
        width: 100%;
        max-width: 90%;
        text-align: right;
    }

    .services-section.full-height-section{
        height: auto;
    }

    .service-single-section .left-container .content-container{
        width: 100%;
        max-width: 85%;
        text-align: right;
    }

    .service-single-section .right-container .content-container{
        width: 100%;
        max-width: 85%;
        text-align: left;
    }

    .picto-container{
        max-width: 100px;        
    }

    .contact-section .left-container .content-container {
        width: 100%;
        max-width: 85%;
        text-align: left !important;
    }
}

@media (max-width: 992px)
{
    h1{
        font-size: 2.5rem;
    }

    /* FRONTPAGE */

    .carousel-item{
        height: 50vh;
    }

     .single-_cpt_news .carousel-item{
        height: 60vh;
    }

    .services-container {     
        bottom: 1em;        
    }

    .service-picto-container{
        width: 50%;    
        padding: .1em 0;
    }

    .border-container{
        position: relative;
        padding: .3em 1em;
        margin: 0.3em 0;  
         
    }

    .service-picto-container:nth-child(3n) .border-container:after{
        display: block;
    }

    .service-picto-container:nth-child(even) .border-container:after{
        display: none !important;
    }   

    a.service-picto-container .service-item {       
        white-space: nowrap;
        font-size: 1em;
        text-transform: uppercase;
        color: #fff;
    }

    .main-title.left:after{
        margin: 15px 0 0 0;
    }

    .full-height-section,
    .full-height-section.extra-section{
        height: auto;
    }

    .about-section .left-container{        
        height: auto;
        width: 100%;
        /*order: 2;*/
    }

    .about-section .left-container .content-container {
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

    .about-section .right-container{       
        height: 50vh;
        width: 100%;
        /*order: 1;*/
    }

    /* SERVICE SINGLE */

    .picto-container{
        max-width: 75px;  
        margin-top: 15px;      
    }

    .service-single-section .left-container{        
        height: auto;
        width: 100%;
        /*order: 2;*/
    }

    .service-single-section .left-container .content-container {
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

    .service-single-section .right-container .content-container {
        width: 100%;
        max-width: 100%;
        text-align: left;
    }


    .service-single-section .right-container{       
        height: auto;
        width: 100%;
        /*order: 1;*/
    }


    /* CONTACT */

    .contact-section{
        height: auto;
        width: 100%;
    }

    .contact-section .left-container{
        width: 100%;
        padding-bottom: 0px;
    }

    .contact-section .left-container .content-container {
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

    .contact-section .right-container{
        width: 100%;    
        height: 50vh;
    }

    /* COMMON RULES */

    .content-container .text ul {
        text-align: left;
        list-style-position: outside;
    }

}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .carousel-item {
        height: 100vh;
    }
 
}

@media (max-width: 1024px) and (max-height: 1366px)
{
}

@media (max-width: 768px) and (max-height: 1025px)
{
}

@media (max-width: 768px) and (max-height: 820px)
{
}

@media (max-width: 767px) and (max-height: 750px)
{
}

@media (max-width: 767px) and (max-height: 668px)
{
}

@media (max-width: 767px) and (max-height: 640px)
{
}

@media (max-width: 767px) and (max-height: 480px)
{
}

@media (max-width: 767px)
{
    
    /* COMMON RULES */

    .main-title {       
        font-size: 2rem;     
    }

    .main-title {       
        font-size: 2rem;     
    }

    .news-content-section h1 {
        font-size: 1.7rem;
    }

    .main-title-container .main-title {    
        padding-bottom: 0;           
    }

    .sub-title{
         font-size: 1.3rem;
    }
   

    /* FRONTPAGE */

    .carousel-item{
        height: 35vh;
    }


    /* SERVICES */

    .service-item-picture-container{
        overflow: hidden;
        height: 180px;
    }

    /* NEWS */

    .single-_cpt_news .carousel-item{
        height: 60vh;
    }

    /* FOOTER */

    .footer-menu .footer-col-title:after {
        content: '';
        width: 25%;
        height: 2px;
        background: #96061f;
        display: block;
        margin: 15px auto 0;
    }
}




@media (max-width: 540px)
{
    .services-container {
        bottom: 0em;
    }



    .border-container {
        position: relative;
        padding: 0em 0.3em;
        margin: 0.2em 0;
        width: 100%;
    }

    a.service-picto-container .service-item {     
       font-size: 0.8em;        
    }
}





/*************/
/* ANIMATION */
/*************/

@keyframes resetSVG
{
    from
    {
        stroke-width: 0;
        stroke-dashoffset: 0;
        fill-opacity: 0;
    }
    to
    {
        fill-opacity: 1;
        stroke-width: 1px;
        stroke-dashoffset: 100;
    }
}

@-webkit-keyframes resetSVG
{
    from
    {
        stroke-width: 0;
        stroke-dashoffset: 0;
        fill-opacity: 0;
    }
    to
    {
        fill-opacity: 1;
        stroke-width: 1px;
        stroke-dashoffset: 100;
    }
}

@keyframes dashSVG
{
    to
    {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes dashSVG
{
    to
    {
        stroke-dashoffset: 0;
    }
}

@keyframes fillSVG
{
    to
    {
        fill-opacity: 1;
        stroke-width: 0;
    }
}
@-webkit-keyframes fillSVG
{
    to
    {
        fill-opacity: 1;
        stroke-width: 0;
    }
}


@-webkit-keyframes bounceOut
{
    0%
    {
        -webkit-transform: scale(1);
    }
    25%
    {
        -webkit-transform: scale(.95);
    }
    50%
    {
        -webkit-transform: scale(1.1);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: scale(.3);

        opacity: 0;
    }
}
@keyframes bounceOut
{
    0%
    {
        transform: scale(1);
    }
    25%
    {
        transform: scale(.95);
    }
    50%
    {
        transform: scale(1.1);

        opacity: 1;
    }
    100%
    {
        transform: scale(.3);

        opacity: 0;
    }
}
.bounceOut
{
    -webkit-animation-name: bounceOut;
            animation-name: bounceOut;
}
@-webkit-keyframes fadeIn
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}
@keyframes fadeIn
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}
.fadeIn
{
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown
{
    0%
    {
        -webkit-transform: translateY(-20px);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateY(0);

        opacity: 1;
    }
}
@keyframes fadeInDown
{
    0%
    {
        transform: translateY(-20px);

        opacity: 0;
    }
    100%
    {
        transform: translateY(0);

        opacity: 1;
    }
}
.fadeInDown
{
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp
{
    0%
    {
        -webkit-transform: translateY(20px);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateY(0);

        opacity: 1;
    }
}
@keyframes fadeInUp
{
    0%
    {
        transform: translateY(20px);

        opacity: 0;
    }
    100%
    {
        transform: translateY(0);

        opacity: 1;
    }
}
.fadeInUp
{
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig
{
    0%
    {
        -webkit-transform: translateY(2000px);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateY(0);

        opacity: 1;
    }
}
@keyframes fadeInUpBig
{
    0%
    {
        transform: translateY(2000px);

        opacity: 0;
    }
    100%
    {
        transform: translateY(0);

        opacity: 1;
    }
}
.fadeInUpBig
{
    -webkit-animation-name: fadeInUpBig;
            animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
    }
}
@keyframes fadeOut
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
    }
}
.fadeOut
{
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown
{
    0%
    {
        -webkit-transform: translateY(0);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateY(20px);

        opacity: 0;
    }
}
@keyframes fadeOutDown
{
    0%
    {
        transform: translateY(0);

        opacity: 1;
    }
    100%
    {
        transform: translateY(20px);

        opacity: 0;
    }
}
.fadeOutDown
{
    -webkit-animation-name: fadeOutDown;
            animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft
{
    0%
    {
        -webkit-transform: translateX(0);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateX(-20px);

        opacity: 0;
    }
}
@keyframes fadeOutLeft
{
    0%
    {
        transform: translateX(0);

        opacity: 1;
    }
    100%
    {
        transform: translateX(-20px);

        opacity: 0;
    }
}
.fadeInRight
{
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRight
{
    0%
    {
        -webkit-transform: translateX(30px);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateX(0px);

        opacity: 1;
    }
}
@keyframes fadeInRight
{
    0%
    {
        transform: translateX(30px);

        opacity: 0;
    }
    100%
    {
        transform: translateX(0px);

        opacity: 1;
    }
}
.fadeOutLeft
{
    -webkit-animation-name: fadeOutLeft;
            animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight
{
    0%
    {
        -webkit-transform: translateX(0);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateX(20px);

        opacity: 0;
    }
}
@keyframes fadeOutRight
{
    0%
    {
        transform: translateX(0);

        opacity: 1;
    }
    100%
    {
        transform: translateX(20px);

        opacity: 0;
    }
}
.fadeOutRight
{
    -webkit-animation-name: fadeOutRight;
            animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUp
{
    0%
    {
        -webkit-transform: translateY(0);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateY(-20px);

        opacity: 0;
    }
}
@keyframes fadeOutUp
{
    0%
    {
        transform: translateY(0);

        opacity: 1;
    }
    100%
    {
        transform: translateY(-20px);

        opacity: 0;
    }
}
.fadeOutUp
{
    -webkit-animation-name: fadeOutUp;
            animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig
{
    0%
    {
        -webkit-transform: translateY(0);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateY(-2000px);

        opacity: 0;
    }
}
@keyframes fadeOutUpBig
{
    0%
    {
        transform: translateY(0);

        opacity: 1;
    }
    100%
    {
        transform: translateY(-2000px);

        opacity: 0;
    }
}
.fadeOutUpBig
{
    -webkit-animation-name: fadeOutUpBig;
            animation-name: fadeOutUpBig;
}
@-webkit-keyframes slideInDown
{
    0%
    {
        visibility: visible;

        -webkit-transform: translate3d(0, -100%, 0);
    }
    100%
    {
        -webkit-transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown
{
    0%
    {
        visibility: visible;

        transform: translate3d(0, -100%, 0);
    }
    100%
    {
        transform: translate3d(0, 0, 0);
    }
}
.slideInDown
{
    -webkit-animation-name: slideInDown;
            animation-name: slideInDown;
}
@-webkit-keyframes zoomInUp
{
    0%
    {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);

        opacity: 0;
    }
    60%
    {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);

        opacity: 1;
    }
}
@keyframes zoomInUp
{
    0%
    {
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);

        opacity: 0;
    }
    60%
    {
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);

        opacity: 1;
    }
}
.zoomInUp
{
    -webkit-animation-name: zoomInUp;
            animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut
{
    0%
    {
        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale3d(.3, .3, .3);

        opacity: 0;
    }
    100%
    {
        opacity: 0;
    }
}
@keyframes zoomOut
{
    0%
    {
        opacity: 1;
    }
    50%
    {
        transform: scale3d(.3, .3, .3);

        opacity: 0;
    }
    100%
    {
        opacity: 0;
    }
}
.zoomOut
{
    -webkit-animation-name: zoomOut;
            animation-name: zoomOut;
}

body:not(.contact)
.grecaptcha-badge
{
    bottom: 65px
    !important;

    display: none;
}


/* SPINNERS */

.spinner-border
{
    display: inline-block;

    width: 2rem;
    height: 2rem;

    -webkit-animation: spinner-border .75s linear infinite;
            animation: spinner-border .75s linear infinite;
    vertical-align: text-bottom;

    border: .25em solid currentColor;
    border-top-width: .25em;
    border-right-width: .25em;
    border-right-color: currentcolor;
    border-right-color: transparent;
    border-bottom-width: .25em;
    border-left-width: .25em;
    border-radius: 50%;
}

.spinner-grow
{
    display: inline-block;

    width: 2rem;
    height: 2rem;

    -webkit-animation: spinner-grow .75s linear infinite;
            animation: spinner-grow .75s linear infinite;
    vertical-align: text-bottom;

    opacity: 0;
    border-radius: 50%;
    background-color: currentColor;
}

.spinner-border-sm
{
    width: 1rem;
    height: 1rem;

    border-width: .2em;
}

.spinner-grow-sm
{
    width: 1rem;
    height: 1rem;
}


@keyframes spinner-border
{
    to
    {
        transform: rotate(360deg);
    }
}

@keyframes spinner-grow
{
    0%
    {
        transform: scale(0);
    }
    50%
    {
        opacity: 1;
    }
}


/* GOOGLE RECAPTCHA FIX */

.grecaptcha-badge
{
    display: none !important;
}


/* FACEBOOK RESPONSIVE */

.facebook-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

video{
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* FORMULAIRE NOEL */

.form-landing form h2{
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;    
}

.form-landing form h2:after{
    content: '';
    width: 60px;
    height: 2px;
    background: #96061f;
    display: block;
    margin: 15px 0 0 0;
}


.form-landing form h3{
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1.3rem;
}

.form-landing form h3:after{
    content: '';
    width: 60px;
    height: 2px;
    background: #96061f;
    display: block;
    margin: 15px 0 0 0;
}

.form-landing form h3 #aff-total-commande{
    font-weight: 700;  
}
