/*  ------------- TRANSAGRI --------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

/*  ------------- REGLES GENERALES ------------- --------------------------------------------------------------*/
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	color: #e11f1f;
	text-align: center;
}

nav {
	height: 90px;
}

img,
.navbar {
	padding: 0;
	margin: 0;
}

a {
	color: rgba(80, 80, 80, 0.9);
	text-decoration: none;
}

/* ------------- STRUCTURE ------------------------------------------------------------------------------------------*/

a.nav-link {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bolder;
	color: #222C34 !important;
	padding: 5px;
}

.navbar a {
	color: #222C34 !important;
	opacity: 1;
	white-space: nowrap;
	border-bottom: rgba(0, 0, 0, 0) solid 1px;
	border-top: rgba(0, 0, 0, 0) 1px;
}

.navbar a:hover {
	border-bottom: #e11f1f solid 1px;
	border-top: #e11f1f solid 1px;
	opacity: 0.7;
}

.navbar {
	text-align: center;
}

#navbarCollapse {
	background-color: white;
	margin-top: 6px;
}

.agence {
	border-color: #cccccc;
}

.dropdown-toggle::after {
	content: none;
}

header {
	position: fixed;
	height: 90px;
	width: 100%;
	top: 0;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	color: black;
	text-align: center;
	vertical-align: center;
	z-index: 5;
}

footer {
	height: 40px;
	width: 100%;
	position: fixed;
	bottom: 0;
	background: white;
	padding-top: 5px;
	position: fixed;
	z-index: 1;
	text-align: center;
	vertical-align: center;
}

h1 {
	color: #ffffff;
	text-align: center;
	font-size: 1.5 em;
}

.grosTitre h1 {
	font-size: 1.8 em;
	background-color: white;
	color: #222C34;
	padding: 15px;

}

.logo {
	padding-left: 15px;
	margin: 0px;
	padding: 0px;
}

#main {
	position: relative;
	height: 100%;
	width: 100%;
	padding: 90px 0 40px 0;
	/* Header height and footer height */
	margin: 0 auto 0 auto;
	/* Center content */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


#contenu {
	height: 100%;
	margin: auto;
	padding: 0px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: over;
}

#accueil {
	width: 100%;
	height: 100%;
	background-size: cover;
	padding: 0px;
	background: #FFFFFF;
}

#services,
#produits,
#contact,
#bonplans {
	width: 100%;
	height: 100%;
}

#mentions {
	width: 100%;
	height: 100%;
	background: url(../design/fond.jpg)no-repeat center fixed;
	background-size: cover;
	overflow: auto;
}

/*--------------- Valable toute section -----------------------------------------------------------------------------------------------*/
#monCarousel {
	border-bottom: 1px solid #E11F1F;
}

#monCarousel .carousel-caption {
	margin: auto;
	top: 0px;
}

.now {
	top: 105px;
	z-index: 4;
	background-color: white;
	color: #222C34;
	border: 2px solid #E11F1F;
	padding: 5px 15px;
	white-space: nowrap;
}

#monCarousel .carousel,
#monCarousel .carousel-inner {
	height: 60vh;
	position: relative;
}

#monCarousel .carousel-item {
	height: 60vh;
	/*min-height: 350px;*/
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.carousel-indicators [data-bs-target] {
	width: 180px;
	height: auto;
	border: 1px solid #E11F1F;
	border-radius: 5px;
	overflow: hidden;
	padding: 12px;
	background-color: #222C34;
	color: white;
	box-shadow: 0 0px 5px rgba(255, 255, 255, 0.9);
	opacity: 0.85;
	margin: 15px;

}

.carousel-indicators .active {
	opacity: 1;
	box-shadow: 0 0px 10px rgba(255, 255, 255, 0.9);
	background-color: white;
	color: #222C34;
}

.carousel-indicators [data-bs-target] .active {
	opacity: 1;
	color: #222C34;
}

.carousel-indicators [data-bs-target]:hover {
	box-shadow: 0 0px 10px rgba(255, 0, 0, 1);
	color: #222C34;
	background-color: white;

}

.carousel-indicators .text[data-bs-target] {
	width: 180px;
	height: auto;
	text-indent: 0;
}

hr {
	background-color: #E11F1F;
	border: none;
	text-align: center;
}

h2 {
	color: #222C34;
	padding: 10px;
	border-bottom: 1px solid #E11F1F !important;
	font-size: 1.em;
}

h3 {
	color: rgb(200, 200, 200);
	font-size: 1.1em;
}

h6,
h6 a {
	font-weight: bolder;
	text-transform: uppercase;
	background-color: #222C34;
	color: #E11F1F;
}

.fondgris {
	background-color: white;
}

.aFlouter {
	height: 175px;
	width: 100%;
	margin: 0px;
	background-position: center;
}

.aFlouter h1 {
	color: rgb(75, 75, 75);
	-webkit-backdrop-filter: blur(5px);
	/* assure la compatibilité avec safari */
	backdrop-filter: blur(5px);
	background-color: rgba(182, 182, 182, 0.2);
	width: 40%;
	border-radius: 0px;
	padding: 10px;
}

/*--------------- acceuil.php ----------------------------------------------------------------------------------- ------------*/
#divVideo {
	padding: 40px;
	background-color: black;
	background: url("../design/fondvid.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-position: center;
	border-top: #E11F1F solid 1px;

}

@media (max-width: 833px) {
	#divVideo {
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
		height: 0;
	}

	#divVideo iframe {
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		position: absolute;
	}
}

.videop {
	max-width: 620px;
}

#laVideo {
	border-radius: 10px;
	box-shadow: 0 0px 15px #E11F1F;
}

.jumboPerso {
	background-color: #222C34;
	margin: 0;
	border-radius: 0;
	padding-bottom: 10px;
	padding-top: 15px;
	width: 100%;
	color: white;
	border-bottom: 2px solid #E11F1F;
	border-top: 2px solid #E11F1F;
	position: relative;
}

.vide {
	height: 50px;
	clear: both;
}

.textmentions {
	text-align: justify;
	position: relative;
	margin: auto;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.15) inset, 0 0px 10px rgba(255, 153, 51, 0.4);
	padding: 25px;
	margin-top: 50px;
	margin-bottom: 50px;
	color: black;
}

.textmentions h1 {
	font-family: arial;
	color: #990000;
	font-size: 1.5em;
	font-style: normal;
	font-Weight: bold;
	text-decoration: none;
	text-align: center;
}

.vignets {
	animation: fadein 2s;
	-moz-animation: fadein 2s;
	/* Firefox */
	-webkit-animation: fadein 2s;
	/* Safari et Chrome */
	-o-animation: fadein 2s;
	/* Opera */
}

.vignets2 {
	position: relative;
	animation: fadein 2s;
	-moz-animation: fadein 2s;
	/* Firefox */
	-webkit-animation: fadein 2s;
	/* Safari et Chrome */
	-o-animation: fadein 2s;
	/* Opera */
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-moz-keyframes fadein {

	/* sur Firefox */
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {

	/* sur Safari et Chrome */
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-o-keyframes fadein {

	/* sur Opera */
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.titre {
	background-color: #222C34;
	margin: 0;
	padding: 20px;
	font-size: 1.8em;
}

.titre2 {
	background-color: #E11F1F;
	margin: 0;
	padding: 20px;
	font-size: 1.8em;
}

.soustitre {
	white-space: nowrap;
	font-size: 0.9em;
}

.arrow-down {
	width: 0;
	height: 0;
	top: 40px;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 10px solid #E11F1F;
}


#lesservices {
	color: rgba(80, 80, 80, 0.9);
	text-align: start;
}

.far,
.fas {
	margin: 20px;
}

.gallery,
.gallery1,
.gallery2,
.gallery3,
.gallery4,
.gallery5,
.gallery6,
.gallery7,
.gallery8,
.gallery9,
.gallery10,
.gallery11,
.gallery12 .gallery13 .gallery14 {
	padding: 0px;
}

.gallery img,
.gallery1 img,
.gallery2 img,
.gallery3 img,
.gallery4 img,
.gallery5 img,
.gallery6 img,
.gallery7 img,
.gallery8 img,
.gallery9 img,
.gallery10 img,
.gallery11 img,
.gallery12 img,
.gallery13 img,
.gallery14 img {
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25), 0 0px 10px rgba(200, 200, 200, 0.4);
	margin: 10px;
}

.gallery img:hover,
.gallery1 img:hover,
.gallery2 img:hover,
.gallery3 img:hover,
.gallery4 img:hover,
.gallery5 img:hover,
.gallery6 img:hover,
.gallery7 img:hover,
.gallery8 img:hover,
.gallery9 img:hover,
.gallery10 img:hover,
.gallery11 img:hover,
.gallery12 img:hover,
.gallery13 img:hover,
.gallery14 img:hover {
	opacity: 0.5;
	cursor: pointer;
}

#lesplus {
	background-color: rgba(80, 80, 80, 0.9);
}

.presentation {
	color: #222C34
}

#menu2 {
	margin: auto;
	text-align: center;
	position: relative;
	height: 30px;
	top: 1px;
	pointer-events: auto;
}

#menu2 img {
	padding: 0px 5px 0px 5px;
	margin-top: -2px;
}

#menu2 li {
	display: inline;
	list-style: none;
}

#menu2 a {
	text-align: center;
	display: inline-block;
}

#menu2 a:hover {
	transform: scale(0.9);
}

.fin {
	padding-bottom: 75px;
}

/*---------------------------------------------- CONTACT ---------------------------------*/

#contact {

	background: url(../design/fond.jpg)no-repeat center fixed;
	width: 100%;
	height: 100%;
	background-size: cover;
	overflow: auto;
	padding: 0px;
}

#produitsls,
#produits,
#bonplans,
#accueil,
#reponse,
#services {
	width: 100%;
	height: 100%;
	background-size: cover;
	overflow: auto;
	padding: 0px;
}

#map {
	width: 100%;
	height: 350px;
}

#carteVisite {
	padding: 15px;
	color: darkslategray;
}

#conteneurform {
	background-color: #222C34;
	width: 100%;

}

#conteneurform p {

	color: white;
}

#divform {
	position: relative;
	font-family: arial;
	color: black;
	font-size: 1em;
	max-width: 950px;
	margin: auto;
	clear: both;
}

#divform h1 {
	position: relative;
	color: white;
	border-bottom: 3px;
	border-bottom-color: orange;
	padding: 0px;
	margin: 0px;
	top: 25px;
	font-size: 2.5em;
}

input {
	width: 500px;
}

input[type=submit] {
	width: 500px;
	position: relative;
	font-size: 1em;
}

textarea {
	resize: none;
	width: 500px;
}

.fPerso {
	background: rgba(200, 200, 200, 0.719);
	border-radius: 5px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.mentionsleg {
	color: rgba(80, 80, 80, 0.9);
}

.iconlegal {
	color: #FF6600;
}

.card-body h1 {
	color: #e11f1f;
}

.lescards {
	margin-top: 20px;
}

.btn-warning {
	color: #000;
	background-color: white;
	border-color: white;

}

.form-select {
	/* display: block; */
	width: 53%;
	margin: auto;
}

#text {

	color: white;
}

.row-cols-md-3>* {

	margin: auto;
}

.iconeContact {

	margin-right: 10px;
	color: #990000;
}

span {

	color: #000000;
	font-size: 0.9em;

}

/*---------------------------------------------- PRODUITS ---------------------------------*/


#idTitre {
	background-color: #222C34;
}

#reponse {
	background-color: #222C34;
}

/*-----------------------------------------------------*/
.boxreponse {
	text-align: center;
	background-color: white;
	color: #222C34;
	margin: 30px auto;
	padding: 30px;
}

.boxreponse h1 {
	color: #222C34;
}

/***** CAROUSSEL VIDEO 

.top-content { width: 100%; padding: 60px 0 120px 0;}
.top-content .carousel { box-shadow: 0 0 15px 0 #444; }
.top-content .carousel-control-prev { left: -110px; border-bottom: 0; }
.top-content .carousel-control-next { right: -110px; border-bottom: 0; }
.top-content .carousel-indicators { bottom: -80px; }
.top-content .carousel-indicators li { width: 16px; height: 16px; margin-left: 5px; margin-right: 5px; border-radius: 50%; }

@media (min-width: 992px) and (max-width: 1199px) {
	.top-content .carousel-control-prev { left: -92px; }
	.top-content .carousel-control-next { right: -92px; }
}

@media (min-width: 768px) and (max-width: 991px) {
	.top-content .carousel-control-prev { left: -86px; }
	.top-content .carousel-control-next { right: -86px; }
}

@media (max-width: 767px) {
	.top-content { padding: 20px 0 100px 0; }
	.top-content .carousel-control-prev, 
	.top-content .carousel-control-next { display: none; }
	.top-content .carousel-indicators li { margin-left: 10px; margin-right: 10px; }
	}*****/

#carouselExampleControls2 {
	background-image: url('../design/fondvid.jpg');
	background-color: black;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-position: center;
	border-top: #E11F1F solid 2px;
	border-bottom: #E11F1F solid 2px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#carouselExampleControls2 .carousel-inner {
	max-width: 900px;
	margin: auto;
	border-radius: 10px;
	box-shadow: 0 0px 15px #E11F1F;
}

#banderouge {
	position: Absolute;
	top: 90px;
	width: 100%;
	background: #e11f1f;
	height: 2px;
	z-index: 10;
}

#banderouge2 {
	position: Absolute;
	bottom: 40px;
	width: 100%;
	background: #e11f1f;
	height: 2px;
	z-index: 10;
}

/*.dropdown:hover>.dropdown-menu {
	display: block;
}*/


/*---------------------------------------------- PRODUITS ---------------------------------*/

.detailProduit {
	margin: 20px;
	padding: 20px;
	background-color: white;
	color: #222C34;
	box-shadow: 1px 5px 25px #ddd;
	border-radius: 2px;
}

#imageProduit {

	padding: 0;
}

.exempleProduit {

	background-color: #222C34;
	color: white;

}

.exempleProduit h1 {

	color: white;

}

.tooltip-inner {
	color: white;
	background-color: #222C34;
	font-size: 1.1em;
	font-family: 'Poppins', sans-serif;
	padding: 10px;
	border: #E11F1F 1px solid;
}

html {
	scroll-behavior: smooth;
}

.slider {
	margin-bottom: 20px;
	position: relative;
}

.slider .owl-item.active.center .slider-card {
	transform: scale(1.15);
	opacity: 1;
	background: #E11F1F;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #E11F1F, #E11F1F);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #E11F1F, #E11F1F);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #fff;
}

.slider-card {
	background: #fff;
	padding: 0px 0px;
	margin: 40px 15px 40px 15px;
	border-radius: 5px;
	box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
	transform: scale(0.9);
	opacity: 0.5;
	transition: all 0.3s;
}

.slider-card img {
	border-radius: 5px 5px 0px 0px;
}

.owl-nav .owl-prev {
	position: absolute;
	top: calc(50% - 25px);
	left: 0;
	opacity: 1;
	font-size: 30px !important;
	z-index: 1;
}

.owl-nav .owl-next {
	position: absolute;
	top: calc(50% - 25px);
	right: 0;
	opacity: 1;
	font-size: 30px !important;
	z-index: 1;
}

.owl-dots {
	text-align: center;
}

.owl-dots .owl-dot {
	height: 10px;
	width: 10px;
	border-radius: 10px;
	background: #ccc !important;
	margin-left: 3px;
	margin-right: 3px;
	outline: none;
}

.owl-dots .owl-dot.active {
	background: #E11F1F !important;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.dropdown-menu.show {
	-webkit-animation: fadeIn 0.3s alternate;
	/* Safari 4.0 - 8.0 */
	animation: fadeIn 0.3s alternate;

}

.nav-item.dropdown.dropdown-mega {
	position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
	left: 50%;
	/* à 50%/50% du parent référent */
	transform: translateX(-50%);
	/* décalage de 50% de sa propre taille */
	top: auto;

}

@media only screen and (max-width: 992px) {
	.nav-item.dropdown.dropdown-mega .dropdown-menu {
		position: absolute;
		left: auto;
		/* à 50%/50% du parent référent */
		transform: none;
		/* décalage de 50% de sa propre taille */
		top: auto;
		overflow-y: scroll;
		height: calc(100vh - 250px);
		width: 100%;
		padding: 5px;
		margin: 5px 0px;
	}
}

.rouge {
	color: #E11F1F;
}

.test {
	mask-border-slice: 20%;
}

.dropdown-header {
	color: #E11F1F;
	background-color: #CCCCCC;
}

.list-group-item {
	border: 1px solid rgba(0, 0, 0, 0);
}

.video-container video {
	width: 100%; /* Pour que la vidéo prenne toute la largeur */
	height: auto; /* Ajustement automatique de la hauteur */
	border-radius: 8px; /* Bords légèrement arrondis */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ombre portée grise */
}