* {
    padding : 0 ;
    margin : 0 ;
    font-family : 'Lato', sans-serif;
    box-sizing : border-box;
}
html {
    scroll-behavior: smooth;
}
/* TITRES */

h2, h3 {
    padding:0.5em 0 1em 0;
}
/* rgb(242,247,250) */
header{

}
p{
    text-align: justify;
    text-justify: inter-word;
}
nav.nav-header{
    display:flex;
    width:100%;
}
section.gray{
    background-color:rgb(242,247,250);
}
article.an_article{
    display:flex;
    flex-direction: column;
    border: 1px solid rgb(247,247,247);
    border-radius: 10px;
    width:40%;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    background-color: rgb(242,247,250);
}
article.an_article_horizontal{
    display:flex;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    background-color: rgb(242,247,250);
    border: 1px solid rgb(247,247,247);
    border-radius: 10px;
}
footer{
    /* background-image: linear-gradient(rgba(34, 37, 51, 0.9), rgba(34, 37, 51, 0.9)), url("../images/city-bg.jpg");*/
    background: rgba(34, 37, 51, 0.9) none repeat scroll 0 0;
}
/* DIV  linear-gradient(rgba(34, 37, 51, 0.9)) */

div.container{
    margin:auto;
}
div.header-main{
    display:flex;
    height:25vh;
}
div.border{
    display:block;
    border-bottom: 1px solid gray;
    margin-bottom:1em;
}
div.phone{
    background-color:black;
    color:white;
    font-size: 1.2em;
}
div.div-section-aboutus{
    display:flex;
}
div.about-us-left{
    width:70%;
    display:flex;
    flex-direction: column;
    justify-content: center;
}
div.about-us-right{
    width:30%;
    display:flex;
    justify-content:center;
    align-items:center;
}
div.article-container{
    display:flex;
    justify-content: space-between;
}
div.container-anarticle{
    padding:0.5em;
}
div.container-anarticle-2{
    height: 100%;
    display: flex;
    flex-direction: column;
}
div.container-anarticle-vertical{
    display:flex;
    justify-content: center;
    align-items: center;
}
div.contact-top{
    display:flex;
    justify-content: space-between;
}
div.know-more{
    width: 100%;
}
div.footer-div{
    display:flex;
    justify-content: space-between;
    color:white;
}
div.col{
    display: flex;
    flex-direction: column;
}
div.footer-link{

}
div.footer-contact{

}
div.footer-map{

}
div.realisation-table{
    padding-bottom: 2em;
}
div.realisation-row{
    width:100%;
    display:flex;
    justify-content: space-between;
}
div.header-mobile-main{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
div.hidden-container{
    display:none;
}
div.top-div{
    display:flex;
    align-items: center;
}
div.real-container{
    min-height: 50vh;
    display:flex;
    justify-content: space-between;
}
div.picture-galery{
    display:flex;
    width: 100%;
}
div.info-conainter{
    width: 30%;
    border-left: 1px solid gray;
    padding-left: 1em;
    background-color: rgb(242,247,250);
}
div.centeroverbody {
    background-color: white;
    color: black;
    position:fixed;
    z-index:1;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    display:flex;
    flex-direction:column;
}
div.centeronbody {
    width:100%;
    height: 100%;
    position:fixed;
    z-index: 1;
    backdrop-filter: blur(1px);
    display:none;
}
div.centeronbodyv{
    width:100%;
    height: 100%;
    position:fixed;
    z-index: 1;
    backdrop-filter: blur(1px);
    display:block;
}

/* SPAN */
span.seemore{
    padding: 0.5em 0 1em 1em;
}
.realisation-img-container{
    position:relative;
}
.realisation-img-container:hover .realisation-img {
    opacity: 0.5;
}

.realisation-img-container:hover .content {
    opacity: 1;
}
.content {
    position: absolute;
    opacity: 0;
    transition: 0.5s;
    z-index:2;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    border:1px solid black;
    background-color:white;
}
.about-us-left > p {
    line-height: 18px;
    margin-bottom: 18px;
    text-align: justify;
    margin-right: 25px;
}
/* IMAGES */

img.logo{
    width:160px;
    object-fit: contain;
}
img.profile{
    width:80%;
}
img.services_picture{
    width:100%;
    height:20em;
    object-fit: cover;
}
img.services_picture_square{
    width: 100%;
    object-fit: cover;
    border: 1px solid rgb(247,247,247);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
img.realisation-img{
    width:348px;
    height:223px;
}
img.sliderimg{
    width: 100%;
    object-fit: cover;
}
img.gallery-pic{
    height: 225px;
    width:218px;
    object-fit: cover;
    margin: 0 1em 1em 0;
}
img.fullsize{
    width:100%;
}
img.bigsize{
    width: 70vh;
}

/* LIENS */

a{
    color: black;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
a.know-more-link{
    padding: 0.5em;
}
a.socialmedia{
    color: white;
}
a.socialmedia:hover{
    color:gray;
}
/* LISTES */
ul {
    list-style-type: none;
}
ul.nav-list{
    display:flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
ul.nav-list-mobile{
    position: absolute;
    left:5%;
    z-index:9999;
    border-top: 3px solid black;
    display:flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    background-color:white;
}
li.nav-list-item{
    padding-right:1em;
    font-size: 1.2em;
}
li.nav-list-mobile-item{
    margin-top:1em;
}
/* FORMULAIRE */
form.login{
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 30%;
}

/* CLASSES */

.hidden {
    display:none;
}
.padding-right-1em{
    padding-right: 1em;
}
.padding-left-1em{
    padding-left: 1em;
}
.padding-updown-1em{
    padding:1em 0 1em 0;
}
.padding-top-1em{
    padding-top:1em;
}
.padding-bottom-1em{
    padding-bottom: 1em;
}
.white{
    color: white;
}
.margin-top-1em{
    margin-top: 1em;
}
.margin-bottom{
    margin-bottom:1em;
}
.margin-bottom-inter{
    margin-bottom:0.25em;
}
.flexflow{
    flex-flow: row wrap;
}
/* SLIDER */

/* Slideshow container */
.slideshow-container {
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
.icon{
    width: 2.5em;
}
/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

/* MEDIA QUERIES */


/* Extra small devices (phones, 600px and down) */
@media screen and (max-width: 475px){
    #phone{
        display:none;
    }
    #little{
        margin:auto;
    }
    #contactlittle{
        display:block !important;
    }
}
@media screen and (max-width: 600px) {
    .show{
        display:block !important;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }
    header{
        display:none !important;
    }
    div.container{
        width:90%;
    }
    .flex-column {
        display:flex;
        flex-direction: column;
    }
    #contactlittle{
        display:none;
    }
    article.an_article{
        width: 100%;
        margin-top: 3em;
    }
    article.an_article:nth-child(1){
        margin-top: 0;
    }
    img.realisation-img{
        width:100%;
        object-fit: cover;
    }
    div.realisation-img-container:nth-child(1){
        margin-top: 0;
    }
    div.realisation-img-container{
        margin-top: 1em;
    }
    article.vertical-article{
        display:none;
    }
    img.logo{
        width:80px;
        object-fit: contain;
    }
    img.sliderimg{
        height: 300px;
    }
    div.info-conainter{
        width:100%;
        padding: 0 0 0.5em 1em;
    }
    form.login{
        width:60%;
    }
    img.bigsize{
        width: 35vh;
    }
}

@media screen and (min-width: 601px) and (max-width: 980px) {
    header{
        display:none !important;
    }
    .show{
        display:block !important;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }
    div.container{
        width:90%;
    }
    .flex-column {
        display:flex;
        flex-direction: column;
    }
    #contactlittle{
        display:none;
    }
    article.an_article{
        width: 100%;
        margin-top: 3em;
    }
    article.an_article:nth-child(1){
        margin-top: 0;
    }
    img.realisation-img{
        width:100%;
        object-fit: cover;
    }
    div.realisation-img-container:nth-child(1){
        margin-top: 0;
    }
    div.realisation-img-container{
        margin-top: 1em;
    }
    article.vertical-article{
        display:none;
    }
    img.logo{
        width:80px;
        object-fit: contain;
    }
    img.sliderimg{
        height: 400px;
    }
    div.info-conainter{
        width:100%;
        padding: 0 0 0.5em 1em;
    }
    form.login{
        width:60%;
    }
    img.bigsize{
        width: 35vh;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media screen and (min-width: 981px) {
    div.container{
        width: 80%;
        max-width: 1080px;
    }
    div.header-mobile{
        display:none !important;
    }
    article.hidden-article{
        display:none !important;
    }
    img.sliderimg{
        height: 550px;
    }
}

@media screen and (min-width: 981px) and (max-width: 1366px){
    img.realisation-img{
        width:240px;
        height:120px;
    }
}

/* COOKIES */

.cookiePopup {
    background: black;
    position: fixed;
    width:100%;
    bottom: 0;
    color: white;
    box-shadow: 0px 0px 15px gray;
    padding: 5px 10px;
    z-index: 1;
}
.cookiePopup div p{
    text-align: left;
    font-size: 15px;
    color: whitesmoke;
}
.cookieAccept{
    width: 100%;
    border: navajowhite;
    background: white;
    padding: 5px;
    cursor: pointer;
    color: black;
}
.cookieParam{
    width: 100%;
    border: 1px solid gray;
    background: black;
    padding: 5px;
    cursor: pointer;
    color: gray;
}
.cookieForm{
    display:flex;
    margin-top: 0.5em;
}
.margin-right{
    margin-right: 0.5em;
}
.cookieNo{
    background-color: black !important;
    color:white !important;
    padding: 0.5em;
}
.cookieNo h4{
    margin-bottom: 0.5em;
}
/*.cookiePopUpBg{
    z-index: 2147483647;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    width: 100%;
    height: 100%;
    background-color: #000;
}
.cookiePopup{
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    transition: .25s ease-in-out;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    width: 80%;
    height: 571px;
    max-width: 600px;
    max-height: 80%;
    padding: 0;
    box-shadow: -8px -7px 20px 0 rgb(0 0 0 / 10%);
    flex-direction: column;
    background: #fff;
}*/



