/*
Noir : #0F0F0F
Blanc : #FFFFFF
Gris : #B4B4B4
*/

/*Général*/
html {
  scroll-behavior: smooth;
}


body {
    font-size: 1em;
    color: #0F0F0F;
    font-family: 'Oswald', sans-serif;
}

header {
			height: 90%;
    color: #B4B4B4;
    position: relative;
}

a:hover {
    text-decoration: none;
    color: white;
}

.ChScroll { position: fixed; bottom: 30px; right: 30px; width: 110px; text-align: center; z-index: 1000; }

.MenuScrol { position: fixed; top: 117px; left: 0px; border-top: solid 1px #dcdcdc; width: 100%;  color: #B4B4B4; 
    font-family: 'Montserrat', sans-serif; background-color: white; z-index: 2000; display: none;
}

.MenuScrol .active { color: #000; }

.MenuScrol a:hover { color: #000; }


header .active {
    color: white;
    transition-duration: 1s;
}
.pointer{
    cursor: pointer;
}
.menu-scroll {
    background-color: white;
}
.menu-scroll a:hover{
    color: #0f0f0f;
}

#menu-top {
    transition-duration: 1s;
}

.img-top {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 3em;
    transition-duration: 1s;
}

.menu-scroll .active {
    color: #0f0f0f;
    transition-duration: 1s;
}

.centrage {
    position: relative;
    top: 50%;
    transform: translateY(-50%);

}
.logo{
    padding-bottom: 20px;
}
.logo img{
    min-height: 18vh;
}
#slogan {
    font-size: 50px;

}
.h-90{
    height: 90% !important
}
#banner {
    background-image: url(../images/banner.png);
    background-position: center;
    background-repeat: no-repeat;
}

.grey {
    color: #B4B4B4;
}

.white {
    color: white;
}

.black {
    color: #0F0F0F;
}

.btn-degrad {
    background-image: url(../images/btn-degrad.png);
    border-radius: 0;
    width: 275px;
    height: 65px;
    font-size: 20px;
}

.btn-degrad:hover {
    color: #0F0F0F;
}

/*Séparateur*/
.separateur {
    font-family: 'Montserrat', sans-serif;
}

.separateur .active {
    color: #0F0F0F;
}

.font1 {
    font-family: 'Oswald', sans-serif;
}

.font2 {
    font-family: 'Montserrat', sans-serif;
}


	.Afficht {  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; 
	position: absolute; top: 0px; left: 0px; width: 100%; opacity: 0.6; background-color: #000; z-index: 900; }
	.Afficht:hover { opacity: 0;  }
	.Aftrt { z-index: 1000; }	
	.Aftrt:hover .Afficht { opacity: 0; }
	

/*GALERIE*/

.galerie div { 

    height: 25vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.galerie a {
	position: relative;
    height: 25vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
	

.galerie p { 
    position: relative;
    top: 75%;
    transform: translateY(-50%);
}

/*Premier p : titre*/
.galerie a p:first-child {
	text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
	line-height: 45px;
    font-weight: bold;
    font-size: 48px;
}

/*Deuxième p : description*/
.galerie a p:last-child {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

/*Découvrir*/

.decouvrir-titre {
    padding-top: 150px;
    padding-bottom: 20px;
    font-size: 20px;
}

.decouvrir-slogan {
    font-size: 20px;
    padding-bottom: 50px;
}

.decouvrir-btn {
    margin-bottom: 150px;
}

/*FOOTER*/
footer {
    color: white;
    background-color: #0F0F0F;
}

.footer-index {
    padding-top: 75px;
    padding-bottom: 75px;

}

/*-----------------CONTACT--------------*/
.reseaux{
    display: flex;
    justify-content: space-between;
    font-size: 1.2em;
}
#contact {
    background-image: url(../images/contact.png);
    background-position: center;
    background-repeat: no-repeat;
}
.contact-haut{
    padding-bottom: 150px;
}
.contact-entete {
    padding-top: 15rem;
}
.contact-entete .texte{
    padding-top: 90px;
}

.contact-box {
    background-color: #E9E9EB;
    margin-bottom: 150px;
}
.contact-box textarea{
    height: 8em;
}

form input {
	
    border-radius: 0px !important;
    margin: 0 0 20px 0;
    border: none !important;
}

form textarea {
    border-radius: 0px !important;
    margin: 20px 0;
    border: none !important;
}

form input:focus,
form textarea:focus {
    border: 1px solid black !important;
    outline: 4px solid #B4B4B4 !important;
}

.contact-slogan {
    font-size: 60px;
    line-height: 120%
}

.contact-titre {
    font-size: 30px;
    padding: 50px 0;
    margin-bottom: 0;
}

form {
    text-align: center;
}

.btn-contact {
    height: 50px;
    margin: 50px 0;
    width: 218px;

}

/*------------------Qui sommes-nous ?--------------------*/
.qsn-banner {
    background-image: url(../images/qsn-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center
}

    .qsn-titre a p { 
		color: #FFF;
	}
	
	
    .qsn-titre a:hover p {
		color: #0cb6fd;
	}
	
	
.qsn-presentation {
    background-color: #0f0f0f;
    padding: 130px 0;
    text-align: center;

}

.qsn-presentation .titre {
    font-size: 40px;
}


.qsn-presentation .titre-carousel {
    font-size: 50px;
}
.qsn-presentation .titre-carousel p{
    margin-bottom: 0;
}

.qsn-contact-titre {
    font-size: 20px;
    padding-top: 150px;
    padding-bottom: 20px;
}

/*Explications*/

.qsn-explications .txt {
    padding-top: 220px;
}

.qsn-explications .titre {
    font-size: 2rem;
}

.qsn-explications img {
    padding: 140px 0 0 0;
}


/*----------CAROUSEL--------------*/

.carousel-titre {
    background-color: #0F0F0F;
    color: white;
    padding: 50px 40px;
}

.carousel-titre span {
    font-size: 20px;
}

.carousel-titre span:hover {
    color: #B4B4B4;
}

/*-------------PROJET----------------*/
.projet-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*images projet*/
.projet-images {
    background-color: #0F0F0F;
    padding-top: 210px;
    padding-bottom: 100px
}

.projet-images img {
    margin-bottom: 150px;
    width: 100%
}

/*On cache ce qui va servir pour la version mobile*/
.desk-hidden {
    display: none;
}
/*-------------Mentions légales----------*/
.mentions-titre{
    color: #000;
}
.mentions-body a:hover{
    color: #b4b4b4;
}

/*-------------MOBILE---------------*/

@media (max-width: 1000px) {
    .not-mobile {
        display: none;
    }

    .desk-hidden {
        display: block;
    }

    body {
        font-size: 2em;
    }

    header {
        background-size: cover;
		height: 50%;
    }
	
	
	.MenuScrol { position: fixed; top: 98px; left: 0px; border-top: solid 2px #dcdcdc; width: 100%;  color: #B4B4B4; 
    font-family: 'Montserrat', sans-serif; background-color: white; z-index: 2900; display: none;
}

    /* ----   Menu ----*/
    .menu-btn {
        background-color: white;
        color: #0F0F0F;
    }



    nav.menu-mobile { position: fixed; width: 100%;  z-index: 3000;
        background-color: #0F0F0F;
        color: white;
        padding: 0;
    }
	
	
	    .menu-btn button i {
        font-size: 5vh;
    }
	
	
    .menu-mobile .nav-link{
        font-size: 2em;
    }

    #menu-contenu { position: absolute; width: 100%;  background-color: #000; z-index: 3000;
        font-size: 20px;
        /*        height: 100vh;*/
    }

    #menu-contenu hr {
        width: 80%;
        margin: auto;
        color: #FFF;
    }

    #menu-contenu li {
        padding: 30px 0;
    }

    #slogan {
        font-size: 2em;
    }

    /*    ----Découvrir----*/
    .decouvrir-slogan {
        font-size: 1em;
    }

    .decouvrir-titre {
        font-size: 2em;
    }

    /*    ---Galerie---*/
	.Afficht { display: none; }
		
		
    .galerie>a {
		
        height: 50vh;
    }


#MenuFixe { width: 100%; }


    .btn-mobile {
        background-color: white;
        color: #0f0f0f;
        border-radius: 100px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 1em;
        text-align: center;
        width: 45vw;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
    }

    .galerie a> *, .galerie a p {
        position: relative;
        top: 60%;
        transform: translateY(-50%);
    }

    .galerie a p:first-child {
        font-size: 3em;  line-height: 80px;
    }
	
	

.galerie a p:last-child {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

    .btn-degrad {
        border-radius: 100px;
        font-size: 2em;
        width: 40vw;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 3em;
    }

    /*    FOOTER*/
    footer {
        text-align: center;
    }

    .reseaux {
        letter-spacing: 1rem;
    }

    /*    Qui sommes nous*/
    #slogan { 
        text-align: center; font-size: 30px;
    }

    .qsn-banner {
        text-align: left;
    }

    .qsn-titre a p { font-size: 16px;
		color: #FFF;
	}
	
	
    .qsn-titre a:hover p hover {
		color: #0cb6fd;
	}
		
		
    .qsn-titre p {
        display: flex;
        justify-content: space-between;

    }

    .qsn-presentation {
        text-align: left;
    }

    .qsn-presentation .titre,
    .qsn-explications .titre,
    .qsn-presentation .titre-carousel {
        font-size: 30px;
    }

    .qsn-explications {
        text-align: center;
    }

    .qsn-explications img {
        padding: 40px 0 0 0;
    }

    .qsn-explications .txt {
        padding-top: 20px;
    }

    .qsn-contact-titre {
        font-size: 1.5em;
    }

    /*    Contact*/
    #contact {
        background-image: url(../images/contact-mobile.png);
        background-size: cover;
        height: auto;
    }

    .contact-entete {
        padding-top: 0;
    }

    .contact-slogan {
        text-align: center;
        font-size: 2em;
    }

    .contact-titre {
        font-size: 2em;
    }

    form input,
    form textarea,
    form input::placeholder {
        font-size: 1em !important;
        color: #0f0f0f !important;
    }

    .contact-box {
        padding: 0 2em;
    }

    .footer-contact {
        padding-top: 75px;
        padding-bottom: 75px;

    }


}
