/* Add here all your CSS customizations */

/* Ajuste la taille des logos uniquement sur mobile */
@media (max-width: 576px) {
    .logo-responsive {
        width: 100px !important;
        height: auto !important;
    }
}


/*Remonté contact*/

div:target,
section:target {
    padding-top: 170px !important;
}


/*Sélection du texte*/

::selection {
    background-color: gray;
    color: white;
}

::-moz-selection {
    background-color: gray;
    color: white;
}


/*img-fluid afficherArticles*/

.articleTexte img {
    max-width: 100%;
}


/*Tailles badges*/

.FacebookLogo,
.MyBusinessLogo {
    max-width: 100%;
    height: 4em;
    margin: 0px 10px;
}


/*Sections éditables*/

.edit p {
    font-size: 1.2em;
    line-height: 1.8;
    text-align: justify;
    opacity: 1 !important;
}

.edit h2 {
    margin-bottom: 1rem !important;
}

.edit h3 {
    font-weight: 700 !important;
}

.edit ul {
    list-style: none;
    font-size: 1.2em;
    line-height: 1.8;
    padding-left: 1rem !important;
    padding-bottom: 1rem !important;
    text-align: justify;
}

.articleTexte a {
    color: #d8d8d8;
}

html #header.header-transparent .header-body:before {
    background: #090a0b !important;
}

@media (max-width: 1205px) {
    #header .header-nav-main nav>ul>li>a {
        font-size: 0.80rem !important;
    }
}

@media (max-width: 370px) {
    h2.font-weight-bold.text-6.text-light {
        font-size: 1.1rem !important;
    }
}

@media (min-width: 992px) {
    .offset-lg--1 {
        margin-left: -8.333333%;
    }
}

.bg-dark-transparent {
    background-color: rgba(0, 0, 0, 0.8);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1305px) {
    .franchise {
        position: absolute;
        right: 0px;
        transform: rotate(25deg);
        top: 15px
    }
}

@media (max-width: 1304px) {
    .franchise-little {
        position: absolute;
        right: 10px;
        transform: rotate(25deg);
        top: 5px;
        width: min-content;
        font-size: 0.8rem !important;
    }
}