@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-family: "Montserrat";
	color: black;
	background-color: white;
}
/*
{
	outline: 1px solid rgba(0,255,0,0.25);
}
*/
h1{
	font-weight: 600;
	font-size: 2.5rem;
	text-transform: uppercase;
}

h2{
	font-weight: 600;
	font-size: 25px;
	text-transform: uppercase;
}

h3{
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
}

h4{
	font-weight: 200;
	font-size: 15px;
}

a{
	color: black;
	text-decoration: none;
}

a:hover{
	color: black;
}

.w200{
	font-weight: 200;
}

.w300{
	font-weight: 300;
}

.w400{
	font-weight: 400;
}

.w500{
	font-weight: 500;
}

.w700{
	font-weight: 700;
}

.no-mp{
	margin: 0px;
	padding: 0px;
}

.m20{
	margin: 20px;
}

.p20{
	padding: 20px;
}

.mt20{
	margin-top: 20px;
}

.mb20{
	margin-bottom: 20px;
}

.ml20{
	margin-left: 20px;
}

.mt50{
	margin-top: 50px;
}

.mb50{
	margin-bottom: 50px;
}

.margin-auto{
	margin: auto;
}

.center{
	justify-content: center;
}

.header {
	background-color: white;
}

.navbar-brand{
	display:block;
	justify-content: center;
	margin: auto;
	width: 60px;
	padding-top: 30px;
}

.navbar-nav{
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}

.navbar{
	background-color: white;
	border-bottom: solid black 2px;
	z-index: 0;
}

.nav-secondary{
	background-color: white;
	top:175px;
	z-index: 2;
}

.inline-block{
	display: inline-block;
}

button{
	text-decoration:none;
}

.btn {
	color: black;
	text-transform: uppercase;
	background-color: white;
	border-radius: 2rem;
	font-size: 0.8rem;
	text-decoration: none;
}

.btn:hover {
	color: black;
	border: 1px solid black !important;
}

.clicable {
	color: black;
	border: 1px solid black !important;
	text-decoration: none;
}

.clicable:hover {
	color: white;
	background-color: black;
}

.active {
	color: white;
	background-color: black;
}

a.nav-link .btn.active {
	color: white;
	background-color: black !important;
}

.navbar .navbar-toggler {
	border-color: black;
	border-radius: 40px;
	border-width: 2px;
	width: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar_toggler_icon{
	width: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.no-gutters{
	margin-right: 0;
	margin-left: 0;
}

.no-gutters .col,
.no-gutters [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.day-stack{
	max-width: 400px;
}

footer{
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: white;
	border-top: 2px solid black;
}

.logo_dv_footer{
	margin-top: 30px;
	max-width: 70px;
}

.contact{
	justify-content: center;
}

/* N'EST PAS PRIS EN COMPTE POURQUOI ? */
.ft-above{
	width: 50px !important;
	outline: 2px solid orange;
}

hr{
	border: 1px solid black;
}

.underline{
	text-decoration: underline;
}

.border-black{
	border: 3px solid black;
	padding: 10px;
}

.img-fluid{
	width: 100%;
}

.card{
	margin: auto;
}
/*
margin-block-end: 10px;
margin-block-start: 10px;
margin-bottom:10px;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
*/
.gallery img{
	max-width: 500px;
	margin: auto;
	height: auto;
	padding: 10px;
	border-radius: 25px;
}

.gallery-psg img{
	max-width: 900px;
	margin: auto;
	height: auto;
	padding: 10px;
	border-radius: 25px;
}

.photo_dv{
	max-width: 500px;
	margin: auto;
}

.video{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
}

.video iframe{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid black;
}

.video-padding{
	padding-left: 15%;
	padding-right: 15%;
}

@media (min-width: 800px) {
	.home_title_hide{
		display: none;
}
}

@media (max-width: 1300px) {
	.gallery img{
		width: calc(100% / 3);
}
	.gallery-psg img{
		width: 100%;
}
}

@media (max-width: 1200px) {
	.navbar-brand{
		display: flex;
		position: absolute;
		left: 120px;
		z-index: 1;
		margin-left: 10px;
}
	h1{
		font-size: 2rem;
}
	.navbar-brand img{
		width: 50px;
		margin-right: 10px;
}
	.navbar-brand h2{
	 	height: 10px;
}
	.nav-secondary{
	top: 85px;
}
}

@media (max-width: 800px) {
	.gallery img{
		width: calc(100% / 2);
}
	.gallery-psg img{
		width: calc(100% / 1);
}
	.phone_hide{
	display: none;
}
}

@media (max-width: 600px) {
	.gallery img{
		width: 100%;
}
	.gallery-psg img{
		width: 100%;
}
}
