@import url(main.css);
/* -------------Bloc Espacement-----------------*/
.b-bloc-divider { height: 100px !important; border: none !important; box-shadow: none !important; }

/*PAS D'ADRESSE DANS LE FOOTER*/
footer > div.row.justify-content-center.justify-content-lg-around.text-center.text-lg-start > div:nth-child(3) > div:nth-child(2) { display: none !important; }

.navbar-brand { height: 11.5vh !important; width: 12vw !important; }

.logo_nav { height: 10vh !important; }

nav { box-shadow: 0 2px 8px 0 #1E1F16; padding-x: 2rem !important; }

/*-------------------Galerie Custom--------------------------*/
@media screen and (min-width: 991px) { #custom-gallery { padding: 60px 30px 0 30px; } }

#custom-gallery .image { height: 400px !important; margin: 20px 0; }

.img-wrapper { position: relative; height: 100%; margin-top: 15px; }

.img-wrapper img { width: 100%; }

.img-overlay { background: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; opacity: 0; }

.img-overlay i { color: #fff; font-size: 3em; }

#overlay { background: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; position: fixed; top: 0; left: 0; display: flex; justify-content: center; align-items: center; z-index: 999; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

#overlay img { margin: 0; width: 80%; height: auto; object-fit: contain; padding: 5%; }

@media screen and (min-width: 768px) { #overlay img { width: 60%; } }

@media screen and (min-width: 1200px) { #overlay img { width: 50%; } }

#nextButton { color: #fff; font-size: 2em; transition: opacity 0.8s; }

#nextButton:hover { opacity: 0.7; }

@media screen and (min-width: 768px) { #nextButton { font-size: 3em; } }

#prevButton { color: #fff; font-size: 2em; transition: opacity 0.8s; }

#prevButton:hover { opacity: 0.7; }

@media screen and (min-width: 768px) { #prevButton { font-size: 3em; } }

#exitButton { color: #fff; font-size: 2em; transition: opacity 0.8s; position: absolute; top: 15px; right: 15px; }

#exitButton:hover { opacity: 0.7; }

@media screen and (min-width: 768px) { #exitButton { font-size: 3em; } }

.img-responsive { height: 100% !important; object-fit: cover !important; }

/*** MODIFICATION CONTACT ***/
#contact { padding-left: 3rem !important; padding-top: 4rem !important; padding-bottom: 4rem !important; }

@media screen and (max-width: 768px) { #contact { padding-left: 1rem !important; padding-right: 1rem !important; } }

#contact .text-center { text-align: left !important; }

/*** CHANGEMENT TYPO FORMULAIRE DE CONTACT ***/
#formContact { font-family: 'Red Hat Display' !important; }

/*** CHANGEMENT TYPO FOOTER ***/
footer { font-family: 'Red Hat Display' !important; }

.nav-link { color: #F7F5F0 !important; }

/*# sourceMappingURL=custom.css.map */