/* General */

.white-round {
	border: 5px solid white;
    border-radius: 5px;
	background : white !important;
	-webkit-box-shadow: 0px 0px 10px -3px #000000;
    box-shadow: 0px 0px 7px -3px #000000;
}

.white-border-bottom {
	border: 5px solid white;
    border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	background : white !important;
}

.titre-section {
	text-align: center;
	font-weight : 500;
	font-size : 1.8rem;
	color: #00175a;
}

.titre-section-bg {
	text-align: center;
	font-weight : 500;
	font-size : 2.2rem;
	color: #00175a;
}

.header-bloc {
	min-height : 170px;
}

.header-bloc-3 {
	min-height : 185px;
}

.white-border-bottom {
}

/* Fin General */

/********************/
/* MOBILE */
/********************/

@media screen and (max-width: 768px) {
.header-bloc {
	min-height : 125px!important;
}

.header-bloc-3 {
	min-height : 175px!important;
}
}
/********************/
/* MOBILE */
/********************/

/********************/
/* DESKTOP ONLY */
/********************/
@media screen and (min-width: 769px) {
.container-bloc-img-top {
	width : 500px;
}

.container-bloc-img-top-3 {
	width : 400px;
}
]
/********************/
/* FIN DESKTOP ONLY */
/********************/