@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    color:#000;
    font-family: 'Poppins', sans-serif;
}

a {
    color: #e34d34; 
}

a:hover {
    color: #000; 
}

.navbar-nav .nav-link {
    font-size: 1.2rem;
    /* font-variant-caps: all-petite-caps; */
    text-transform: uppercase;
    display: inline-block;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
    padding-bottom: 0.3rem;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.6);
    border-bottom: 2px solid rgba(1, 1, 1, 0);
    transition: border-bottom 0.3s;
    
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(0 0 0);
    border-bottom: 2px solid #000;
    /*transition: color 0s;*/
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(29, 4, 4, 0.6);
    border-bottom: 2px solid rgba(0, 0, 0, 0.6);
}

.navbar-light .navbar-nav .nav-link.compagnie-cour:focus, .navbar-light .navbar-nav .nav-link.compagnie-cour:hover {
    
    border-bottom: 2px solid rgba(255, 255, 255,0);
}

.navbar-light .navbar-nav .active>.nav-link.compagnie-cour {
    border-bottom: none;
    filter: opacity(1);
}

.navbar-light .navbar-nav .nav-link.compagnie-cour {
    background:url(../images/compagnie_de_la_cour.png) no-repeat; 
    background-size:contain;
    background-position:center center; 
    color:transparent;
    margin-top: 10px;
    margin-bottom: 10px;
    filter: opacity(0.75);
    transition: filter 0.3s;
    font-size: 10px;
    line-height: 32px;
}

.navbar-light .navbar-nav .nav-link.compagnie-cour:hover {
    filter: opacity(1);/*drop-shadow(2px 2px 3px black);*/
}

.dropdown-menu {
    border: none;
    border-radius: 0;
}

.dropdown-item {

    font-weight: 400;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}

.btn {
    border-radius: 0;
    font-variant-caps: all-petite-caps;
}

.btn-lg {
    font-size: 1.6rem;
    padding: 1rem 1.6rem;
}

.btn-outline-dark {
    border-color: #000;
    color: #000;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.content h1 {
    font-size: 2rem;
    font-weight: bold;
    
}

.content h2 {
    font-size: 2rem;
    font-weight: lighter;
    padding: 3rem 0 2rem 0;
}

.jumbotron h1 {
    font-size: 2rem;
    font-weight: bold;
}

.jumbotron h2 {
    font-size: 2rem;
    font-weight: bold;
}

.slick-next {
    right: 1rem;
}

.slick-prev {
    left: 1rem;
    z-index: 999;
}


.slick-dots {
    bottom: 1rem;
}

/* .slick-dots li button:before {
    color: #FFF;
} */

.slick-dots li button:before {
    font-size: 9px;
    opacity: .50;
    color: white;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: white;
}

.home-jumbo{
    min-height: 300px;
    height: calc(75vh - 106px);
    overflow: hidden;
}


.home-jumbo__slider, .pages-jumbo__image {
    position: relative;
}

.home-jumbo__slider img {
    width: 100%;
    height: calc(75vh - 106px);
    min-height: 300px;
    object-fit: cover;
}

.pages-jumbo{

    padding-bottom: 4rem;
}


.pages-jumbo__image img {
    width: 100%;
    height: calc(50vh - 106px);
    min-height: 300px;
    object-fit: cover;
}

.box-shadow {
    box-shadow: none;
    transition: box-shadow 0.3s ease-in-out;
}

.box-shadow:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

.article-date {
    font-size: 1.1rem;
    font-weight: lighter;
}

.articles .categories a {
    text-decoration: none;
}

.article-hover {
    opacity: 0;
    z-index: 999;
    padding: 1.25rem;
    transition: opacity 0.3s ease-in-out;
    /* visibility: hidden; */
    width: 100%;
}

.article-hover:hover {
    opacity: 1;
    /* visibility: hidden; */
}

.badge {
    background-color: #FFF;
    transition: background-color 0.3s ease-in-out;
}
.badge:hover {
    background-color: #000;
}
.badge-acc {
    background-color: #e34d34;
    color: white;
}

.page-link {
    color: #e34d34;
}

.page-item.active .page-link {

    background-color: #e34d34;
    border-color: #e34d34;
}

.page-link:hover {

    color: #e34d34;

}

/* ==========================================================================
	FOOTER
========================================================================== */

.footer {
    background: #000;
    padding: 3rem 0 3rem;
    margin-top: 3rem;
    color: #fff;
}

.footer-sitename {
    color: #fff;
    text-transform: none;
    font-weight: 400;
    font-size: 2rem;
}

.footer-list {
    padding-left: 2.5rem;
    border-left: 2px solid #e34d34;
    margin-right: 5rem;
}

.footer-list:last-child {
    margin-right: 0;
}

.footer-list a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 0.93rem;
    margin-bottom: 0.4rem;
}

.footer-list a.indent {
    margin-left: 0.4rem;
    text-transform: none;
}

.footer a.red {
    color: #e34d34;
}

.footer a {
    color: #fff;
}

.social-list img {
    max-height: 30px;
    width: auto;
    display: block;
}

.list-inline-item:not(:last-child) {
    margin-right: 1.2rem;
}

.copyright-list {
    font-size: 0.7rem;
}

.copyright-list li {
    margin: 0 0.5rem;
}


.savoir-faire {
    padding-bottom: 6rem;

}

.savoir-faire__shape .simpleParallax {
    overflow: visible !important;
}

.savoir-faire__shape {
    position: absolute;
    left: 40%;
    transform: translate(-40%, 80%);
    top: 0;
    z-index: -1;
    opacity: 0.5;
}

.contacts {
    color: #202548;
}
.contact-row {
    margin-top: 3rem;
    margin-bottom: 6rem;
}

.contact-image {
    max-width: 250px;
    transform: scale(1.4);
}

.contact-name {
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1.4rem;
}

.contact-function {
    text-transform: uppercase;
    font-size: 1.6rem;
    padding-bottom: 1rem;
}

.contact-phone, .contact-email {
    font-size: 1.4rem;
    line-height: 1.6rem;
}


.sticky-menu {
    position: sticky;
    bottom: calc(100vh - 160px);
}

.sticky-menu .nav-link {
    color: rgba(0,0,0,.6);
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 0 0 0;
}


.sticky-menu .nav-link.active {
    color: rgb(0,0,0);
    border-bottom: 2px solid #000;
}

blockquote p::before {
    content: '';
    background: url('blockquote-open.png') no-repeat scroll center center transparent;
    display: block;
    width: 26px;
    height: 22px;
    background-size: 100% auto;
    transform: translate(-100%, 0);
}

.blockquote p::after {
    content: '';
    background: url('blockquote-close.png') no-repeat scroll center center transparent;
    display: block;
    width: 26px;
    height: 22px;
    background-size: 100% auto;
    transform: translate(100%, 0);
    float: right;
}

.checklist-list {
    /* margin: 0;
    padding: 0; */
}

.checklist-item {
    background: url('check.png') no-repeat scroll 0 0 transparent;
    background-size: 25px auto;
    min-height: 25px;
    list-style: none;
    padding-left: 3.2rem;
    margin-bottom: 1rem;
}

.arrow-list {
    /* margin: 0;
    padding: 0; */
}

.arrow-item {
    background: url('angle-right-solid.png') no-repeat scroll 0 0 transparent;
    background-size: 25px auto;
    min-height: 25px;
    list-style: none;
    padding-left: 3.2rem;
    margin-bottom: 1rem;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #000;
    display: inline-block;
    position: absolute;
    left: 50px;
    width: 1px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 3.2rem;
}
ul.timeline > li:before {
    content: ' ';
    background: #FFF;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 7px solid #e34d34;
    left: 40px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.content p {
    margin-bottom: 2rem;
}

.subcontent h3 {
    font-size: 3rem;
    /* text-transform: uppercase; */
    font-weight: 400;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.ateliers-categories a {
    text-decoration: none;
}

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

    .content h1 {
        font-size: 3rem;
        
    }

    .content h2 {
        font-size: 2.5rem;
        
    }
    
    .jumbotron h1 {
        font-size: 3rem;
    }
    
    .jumbotron h2 {
        font-size: 2.5rem;
    }
}

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

    .content h1 {
        font-size: 4rem;
        
    }

    .content h2 {
        font-size: 3rem;
        
    }

    .jumbotron h1 {
        font-size: 5rem;
    }

    .jumbotron h2 {
        font-size: 4rem;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        left: 50px;
    }

    .dropdown-item {
        text-align: left;
    }

    .navbar .nav-item .dropdown-menu{ display: none; }
    .navbar .nav-item:hover .nav-link{   }
    .navbar .nav-item:hover .dropdown-menu{ display: block; }
    .navbar .nav-item .dropdown-menu{ margin-top:0; }

    .navbar-light .navbar-nav .nav-link.compagnie-cour {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
}

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

    .content h1 {
        font-size: 5rem;
        
    }

    .content h2 {
        font-size: 4rem;
        
    }

    .jumbotron h1 {
        font-size: 6rem;
    }

    .jumbotron h2 {
        font-size: 5rem;
    }
}


