@charset "UTF-8";
/* CSS Document */



#color_header{
	background-color: #ff9933;
}

#titre{
	font-family: 'signatra_demoregular';
	font-size: 48px;
	color: #ffffff;
	text-align: center;
	padding: 32px;
	letter-spacing: 2px;
	text-shadow: 0 4px 2px #424242;
}

.commentaire_photo{
	font-size: 28px;
	text-shadow: 0 4px 2px #424242;
}

#button_carousel [data-bs-target]{
	width: 12px;
    height: 12px;
    border-radius: 10px 10px 10px 10px;
	border-top: none;
	border-bottom: none;
}

.navbar{
	background-color: #ff9933 !important;   /*important*/   
	padding-top: 0px;
	padding-bottom: 0px;
}

.nav-link{
	padding: 18px;
}

.nav-link:hover{
	background-color: #e7e7e7;
}

#color_contenu{
	background-color: #ffffff; 
	text-align: left;
	padding-top: 18px;
    opacity: 0.7;
}

#color_contenu2{
	background-color: #ffffff;
	opacity: 0.7;
	padding-bottom: 18px;
}

#color_contenu h2{
	font-family: 'champagne__limousinesbold';
	font-size: 24px;
	margin-top: 36px;
	margin-bottom: 18px;
}

#color_contenu p{
	line-height: 18px;
}

#souligne a{
	text-decoration: none;
}



#bordures{
	border-left: 1px solid #424242;
	border-right: 1px solid #424242;
	padding-bottom: 6px;
}

footer p{
	font-size: 16px;
	text-align: center;
	color: #424242;
	background-color: #ff9933;
	padding: 16px;
	box-shadow: 0 4px 10px #424242;
}

.btn{
	color: #0d6efd;
}

.btn:hover{
	background-color: #979797;
}

@media(max-width:768px){
	#titre{
		font-size: 32px;
	}
}

@media(max-width:768px){
	.commentaire_photo{
		font-size: 18px;
	}
}

@media(max-width:767px){
	#bordures{
		border-left: none;
	    border-right: none;
		border-top: 1px solid #424242;
		border-bottom: 1px solid #424242;
	}
}

@media(max-width:576px){
	#titre{
		font-size: 28px;
	}
}

@media(max-width:576px){
	#color_contenu h2{
		font-size: 18px;
	}
}

@media(max-width:576px){
	#color_contenu p{
		font-size: 14px;
	}
}

@media(max-width:576px){
	.btn{
		font-size: 12px;
	}
}

@media(max-width:576px){
	footer p{
		font-size: 12px;
	}
}
