/**
** GLOBAL **
**/
@font-face {
    font-family: "Playfair Display";
    src: url("../fonts/PlayfairDisplay-VariableFont_wght.ttf");
}

@font-face {
    font-family: "Raleway Thin";
    src: url("../fonts/Raleway-VariableFont_wght.ttf");
}

@font-face {
    font-family: "Lobster";
    src: url("../fonts/Lobster-Regular.ttf");
}

@font-face {
    font-family: "Dancing Script";
    src: url("../fonts/DancingScript-VariableFont_wght.ttf");
}

@font-face {
    font-family: "DM Serif Display";
    src: url("../fonts/DMSerifDisplay-Regular.ttf");
}

@font-face {
    font-family: "Kalam";
    src: url("../fonts/Kalam-Bold.ttf");
}

@font-face {
    font-family: "Overpass";
    src: url("../fonts/Overpass-VariableFont_wght.ttf");
}

@font-face {
    font-family: "Caveat";
    src: url("../fonts/Caveat-VariableFont_wght.ttf");
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-Regular.ttf");
}

body {
    font-family: "Roboto";
}

.white {
    color: white !important;
}

.black {
    color: black !important;
}

.grey {
    color: #534d47 !important;
}

.bg-dark-grey {
    background-color: #534d47;
}

.bg-grey {
    background-color: #988c81;
}

.title {
    font-size: 4em;
    font-family: "Playfair Display";
}

.subtitle {
    font-size: 2.5em;
    color: white;
    font-family: "Dancing Script";
}

.btn {
    font-weight: bold;
    display: inline !important;
    border-width: 2px;
}

.nav-news a {
    font-weight: bold;
    display: inline !important;
    border: solid 2px #988c81 !important;
    color: #988c81 !important;
    border-radius: 0.25rem;
    background-color: rgba(0, 0, 0, 0);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.nav-news a:hover {
    border-color: #534d47 !important;
    color: #534d47 !important;
    background-color: rgba(0, 0, 0, 0);
}

.btn-white {
    border-color: white;
    color: white !important;
    background-color: rgba(0, 0, 0, 0);
}

.btn-white:hover {
    border-color: #534d47;
    color: #534d47 !important;
    background-color: rgba(0, 0, 0, 0);
}

.btn-grey {
    border-color: #988c81;
    color: #988c81 !important;
    background-color: rgba(0, 0, 0, 0);
}

.btn-grey:hover {
    border-color: #534d47;
    color: #534d47 !important;
    background-color: rgba(0, 0, 0, 0);
}

.mt-110 {
    margin-top: 110px;
}

.mb-50 {
    margin-bottom: 50px;
}

.fs-normal {
    font-size: 1.2em;
}

p {
    font-family: "Roboto";
    margin-bottom: 20px !important;
}

.ken-burns {
    overflow: hidden;
}

.img-burns {
    transition: 0.25s;
}

.img-burns:hover {
    transform: scale(1.2);
}

a:hover {
    text-decoration: none;
}

/**
** HEADER **
**/
.navbar {
    z-index: 2000;
    width: 100%;
    position: fixed;
    transition: 0.25s;
}

.navbar-nav li {
    vertical-align: top;
}

.nav-link {
    border-radius: 0.25rem;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    font-weight: bold;
    font-family: "Playfair Display";
}

.nav-link:hover {
    border-color: rgba(0, 0, 0, .7);
}

.animate-nav {
    background-color: white;
    box-shadow: -10px 10px 5px rgba(0, 0, 0, 0.15), 10px 10px 5px rgba(0, 0, 0, 0.15);
}

.custom-logo {
    width: 70px !important;
}

.logo-link-screen-home {
    transition: 0.25s;
    opacity: 0;
}

.animate-logo {
    opacity: 1;
}

.dropdown-menu{
    width: auto;
    left: auto;
    right: auto;
    margin: 0;
    border: none;
    border-radius: 0;
}

/*********************
* SLIDER ********************
*********************/
.slider {
    position: relative;
    display: inline-block;
}

.tab-slider {
    display: table;
    width: 100%;
    height: 100%;
}

.cell-slider {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 2.5em;
}

.slide-title {
    font-size: 6em;
}

.slide-content {
    z-index: 900;
    position: relative;
    background-color: rgba(255, 255, 255, 0.75);
    width: 1200px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Dancing Script";
    font-size: 2.5em;
    color: black;
    margin-top: 50px;
    color: black;
}

q::before {
    font-size: 3em;
    margin-right: 0;
    top: 15px;
    position: relative;
    z-index: 1000;
}

q {
    quotes: "“""";
    float: left;
    font-family: "Overpass";
    font-style: italic;
}

.logo-home {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 500;
    width: 250px;
}

.logo-home-2 {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 500;
    width: 250px;
}

.slick-prev {
    left: 50px;
    z-index: 1000;
    width: 50px;
    height: 50px;
}

.slick-next {
    right: 50px;
    z-index: 1000;
    width: 50px;
    height: 50px;
}

.slick-prev:before,
.slick-next:before {
    /* color: #0081c2; */
    opacity: 1;
    font-size: 50px;
    font-weight: bold;
}

/**
** ACCUEIL **
**/
.tab-acquisition, .tab-entremise, .tab-expertise {
    display: table;
    width: 100%;
    height: 100%;
}

.cell-acquisition, .cell-entremise, .cell-expertise {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.div-acq, .div-ent, .div-exp {
    /* position: relative; */
    margin-bottom: 25px;
}

.title-acq, .title-ent, .title-exp {
    text-transform: uppercase;
    font-family: "Raleway Thin";
    font-weight: bold;
    font-size: 1.5em;
    position: relative;
    z-index: 600;
    text-align: left;
}

.icon-ent, .icon-exp {
    position: absolute;
    z-index: 500;
    top: -20px;
    left: 0;
    color: #534d47;
    font-size: 5em;
    margin: auto;
    opacity: 0.5;
}

.icon-acq {
    position: absolute;
    z-index: 500;
    top: -20px;
    left: 0;
    color: #988c81;
    font-size: 5em;
    margin: auto;
    opacity: 0.5;
}

.container-equipe {
    background-image: url("../img/montmartre.jpg");
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    background-color: #988c81;
    width: 100%;
}

.equipe {
    border: solid 5px white;
}

.equipe-nom {
    text-align: center;
    color: black;
    font-weight: bold;
    background-color: white;
    font-size: 1.2em;
    /* margin-top: 10px; */
}

.equipe-poste {
    text-align: center;
    color: black;
    background-color: white;
    font-size: 1.2em;
}

.box-carto iframe {
    width: 100%;
    margin-bottom: -10px;
}

/*********************
* REALISATION ********************
*********************/
#map {
    height: 500px;
}

/*********************
* ANIMATION ********************
*********************/
.element-left {
    left: -2000px;
    position: relative;
    opacity: 0;
}

.element-right {
    right: -2000px;
    position: relative;
    opacity: 0;
}

.element-opacity {
    position: relative;
    opacity: 0;
}

.animate-left {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: slideLeft;
}

@keyframes slideLeft {
    from {
        left: -2000px;
    }

    to {
        left: 0px;
        opacity: 1;
    }
}

.animate-right {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: slideRight;
}

@keyframes slideRight {
    from {
        right: -2000px;
    }

    to {
        right: 0px;
        opacity: 1;
    }
}

.animate-opacity {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-name: opacity;
}

@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*********************
* RESPONSIVE ********************
*********************/

@media (max-width: 575px) {
    .box-acquisitions, .box-entremises, .box-expertises, .box-equipe {
        width: auto;
        margin: auto;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .box-acquisitions, .box-entremises, .box-expertises, .box-equipe {
        width: 540px;
        margin: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .box-acquisitions, .box-entremises, .box-expertises, .box-equipe {
        width: 720px;
        margin: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .box-acquisitions, .box-entremises, .box-expertises, .box-equipe {
        width: 960px;
        margin: auto;
    }
}

@media (min-width: 1200px) {
    .box-acquisitions, .box-entremises, .box-expertises, .box-equipe {
        width: 1140px;
        margin: auto;
    }
}

@media (max-width: 1540px) {
    .logo-home {
        display: none !important;
    }
}

@media (max-width: 991px) {
    #wpadminbar {
        position: fixed;
    }

    .navbar {
        background-color: white;
        box-shadow: -10px 10px 5px rgba(0, 0, 0, 0.15), 10px 10px 5px rgba(0, 0, 0, 0.15);
    }

    .logo-home {
        display: none !important;
    }

    ul {
        font-size: 1em;
    }

    .fs-normal {
        font-size: 1em;
    }

    .cell-slider {
        vertical-align: middle;
    }

    .slide-div {
        width: 100%;
        margin-top: auto;
    }

    .slide-content {
        font-size: 1.5em;
        line-height: 1.5em;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .slick-prev {
        display: none !important;
    }

    .slick-next {
        display: none !important;
    }

    .title {
        font-size: 2em;
        text-align: center !important;
    }

    .subtitle {
        font-size: 1.5em;
        text-align: center !important;
    }

    #map {
        height: 300px;
    }

    .img-edito{
        display: none;
    }
}