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

/* NAV BAR*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  width: 100%;
  background: #fff;
  z-index: 1;
}
body{
	margin-top: -10px;

}
/* ZOOM IMAGE */
/* --- LE CONTENEUR DU ZOOM (Obligatoire pour le JS) --- */
        .zoom-area {
            position: relative; /* Nécessaire pour positionner la loupe par rapport à l'image */
            width: 100%;      /* Largeur de votre image affichée */
            height: auto;
            cursor: crosshair; /* Change le curseur pour indiquer l'interaction */
            overflow: hidden; /* Empêche la loupe de dépasser du cadre avant d'être cachée */
        }

        /* --- L'IMAGE ORIGINALE VISIBLE --- */
        .main-photo {
            width: 100%;
            height: 100%;
            object-fit: cover; /* Ajuste l'image sans la déformer */
            display: block;
        }

        /* --- LA LOUPE (Cachée par défaut) --- */
        .zoom-lens {
            position: absolute;
            width: 200px;       /* Taille de la loupe */
            height: 200px;      /* Taille de la loupe */
            border: 3px solid #fff;
            border-radius: 50%; /* Rend la loupe ronde */
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            
            /* Empêche la loupe de capturer les événements de souris, 
               ce qui perturberait le calcul de position sur l'image */
            pointer-events: none; 
            
            /* Masquée initialement */
            display: none;
            
            /* Paramètres du fond (l'image zoomée) */
            background-repeat: no-repeat;
            background-color: rgba(255,255,255,0.5); /* Fond d'attente pendant le chargement */
        }
/* FIN ZOOM IMAGE */


.div-menu-principal{
	margin-left: 30px;
	overflow: visible;
	position: relative;
	z-index: 9999;
}
.navbar .menu-mobile{
	position: absolute;
	right: 50px;
	top: 50px;
	width: 35px;
	display: none;
	}

.menu{
	list-style: none;
	display: flex;
	position: relative;
	margin-top: 40px;
	margin-left: 400px;
}

.menu li{
	position: relative;
}

.menu li a{
	padding: 10px 50px 10px 50px; 
	display: block;
	color: gray;
	text-decoration: none;
	width: 130%;
	text-align: center;
}

.menu li a:hover{
	color: #006515;
	font-weight: 400;
	transition-duration: 0.8s;
}

.dropdown{
	position: absolute;
	left: 0;
	background-color: white;
	z-index: 1000;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-top: 0px;
	padding: 0px 60px 5px 10px;
	transition: opacity 0.4s ease-out, visibility 0.3s ease-out;
	opacity: 0;
	visibility: hidden;
	
}


.dropdown li{
	list-style: none;
	
}
.dropdown li:hover{
	display: block;
}

.menu li:hover .dropdown{
	opacity: 1;
	visibility: visible;
}
.dropdown li a {
    padding: 12px 5px 5px 20px;        
    display: block;
    white-space: nowrap;
	text-align: left;
}
.has-dropdown{
	margin-left: 0px;
	position: relative;
	
}
.mobile-menu{
	margin-left: 0;
}





/* FIN NAV BAR*/

/* DIV LOGO */

.fond-logo{
	position: absolute;
	background-color: #fee1bf;
	margin-top: -10px;
	margin-left: 50px;
	width: 15%;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.photo-logo{
	width: 100%;
	height: auto;
}
.slide{
	position: relative;
	z-index: -99;
}

/* FIN DIV LOGO */

/* CAROUSEL */

.carousel-item{
	transition: 5s ease;
}

/* FIN CAROUSEL */

/* ===== SEARCH BLOCK ===== */
.search-block {
    background: none;
    margin-top: -60px; /* pour remonter le bloc sur l'image */
    border-radius: 40px;
}

/* ===== INDIVIDUAL BOXES ===== */
.search-box {
    background: #fff;
	margin-top: -10px;
    padding: 15px;
    border-radius: 25px;
}

/* ===== LABELS ===== */
.search-box .form-label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #444;
}

/* ===== SELECT ===== */
.search-box .form-select {
    border: none;
    background-color: transparent;
    padding-left: 0;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    box-shadow: none;
}

.search-box .form-select:focus {
    box-shadow: none;
}

/* ===== BUTTON ===== */
.explore-btn {
    background: #0d6d3d;
    color: white;
    padding: 35px;
    font-size: 18px;
    border-radius: 20px;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 80, 0, 0.3);
    transition: 0.3s ease;
}

.explore-btn:hover {
    background: #0f8b4b;
    transform: scale(1.05);
}
.div-button-explore{
	margin-left: -70px; 
}

/* DIV RESEAUX SOCIAUX*/

.reseaux-sociaux{
	width: 60px; 
	height: 250px; 
	background: #14349A; 
	position:absolute; 
	text-align: center; 
	justify-content: space-between; 
	margin-left: 165px;
	margin-top: -110px; 
	border-top-left-radius: 20px; 
	border-bottom-left-radius: 20px; 
	line-height: 20px; 
	padding-top: 7px;
}

.div-button-reseaux{

}

/* FIN DIV RESEAUX SOCIAUX*/

/* DIV BANNIERE PHOTO PAGE ACCUEIL*/

.div-princ-ban{
	margin-top: -105px;
	z-index: -99;
}

.image-div-princ-ban{
	width: 100%;
	height: auto;
}

.block-text-div-princ-ban{
	margin-top: -450px;
	padding-left: 50px;
	position: relative;
	z-index: 1;
}
.font-travel{
	font-family: Roboto; 
	font-weight: 900; 
	color: #fff; 
	font-size: 80px; 
	line-height: 60px;
	z-index: 0;
}
.font-with{
	color: #fff; 
	font-family: Roboto; 
	font-weight: 100; 
	font-size: 50px;
}
.partie-select{
	margin-top: 20px; 
	margin-left: 0px; 
	width: 100%;
}
.div-salama{
	color: white;
	margin-left: 10px;
}
.h2-salama{
	font-family: Roboto;
	font: bold;
}
.p-salama{
	margin-right: -180px; 
	text-align: justify; 
	font-family: Roboto; 
	font-weight: normal;
}

/* FIN DIV BANNIERE PHOTO PAGE ACCUEIL*/

/* DIV TYPE TOURS */

.div-types-tours{
	margin-top: 80px;
	font-family: roboto;
	width: 100%;
	
}
.div-types-tours-page{
	margin-top: 80px;
	margin-bottom: 50px;
	font-family: roboto;
	width: 100%;
	
}
.h2-types-tours{
	font-size: 42px;
	font-weight: 900;
	text-align: center;
	color: #5a5140;
	padding: 20px;
	margin-bottom: 20px;
}
.colonneG-types-tours{
	display: flex;
}
.h3-colonne-types-tours{
	font: roboto;
	background-color: #006615;
	font-size: 18px;
	width: 90%;
	color: white;
	text-align: center;
	padding: 5px;
}
.h3-colonne-types-tours-about{
	font: roboto;
	background-color: #006615;
	font-size: 18px;
	width: 50%;
	color: white;
	text-align: left;
	padding: 10px 0px 10px 20px;
	margin-left: -25px;
}
.h4-colonne-types-tours{
	font: roboto;
	font-size: 18px;
}
.p-colonne-types-tours{
	font: roboto;
	font-size: 12px;
	font-weight: lighter;
	text-align: justify;
}
.p-colonne-types-tours-about{
	font-family: roboto;
	font-size: 14px;
	padding: 20px 50px 20px 20px;
	margin-left: -50px;
	text-align: justify;
	background-color: #FFFFFF;
}
.luxury-types-tours{
	margin-left: 50px;
	width: 150%;
}
.luxury-types-tours-D{
	margin-left: 0px;
	width: 130%;
}

.image-lux-types-tours{
	width: 100%;
	padding-left: 0px;
	border-radius: 30px 30px 30px 30px;
	margin-left: 30px;
}
.image-lux-types-tours-D{
	width: 90%;
	padding-left: 0px;
	border-radius: 30px 30px 30px 30px;
	margin-left: 20px;
}


/* FIN DIV TYPE TOURS */

/* DIV THING TO ACCUEIL*/

.div-thing-princ{
	margin-top: 45px; 
	background: #006515;
}
.div-youtube{
	padding: 50px;
}
.div-text-thing{
	padding: 50px;
}
.h1-thing{
	font-family: Roboto; 
	font:bold;
	color: white;
}
.h2-thing{
	 font-family: Roboto; 
	font:bold; 
	color: white;
	margin-top: -5px;
}
.p-thing{
	font-size: 12px; 
	color: #fee1bf; 
	font-family: Roboto; 
	font-weight: lighter; 
	text-align: justify;
}

/* FIN DIV THING TO ACCUEIL*/

/* DIV CHOOSE */

.div-princ-choose{
	margin-bottom: 50px;
}
.div-princ-choose-page{
	margin-top: -70px;
}
.h1-choose{
	text-align: center;
	font-family: roboto;
	font-weight: 800;
	margin-top: 50px;
	margin-bottom: 50px;
}
.p-droite-choose{
	padding-bottom: 30px;
	margin-left: 40px;
}
.span-droire-choose{
	font-family: roboto;
	font-weight: 600;
	font-size: 22px;
	padding-left: 15px;
}
.p-centre-choose{
	padding-bottom: 30px;
}
.span-centre-choose{
	font-family: roboto;
	font-weight: 600;
	font-size: 22px;
	padding-left: 20px;
}
.span-gray-choose{
	color: gray;
}
.icon-choose{
	width: 20%;
}

/* FIN DIV CHOOSE */

/* ALL TOURS */

.div-all-tour{
	background: #260067;
}
.h1-all-tour{
	text-align: center;
	font-family: roboto;
	font-weight: 800;
	margin-top: 50px;
	margin-bottom: 50px;
	color: white;
}
.imgSW-all-tour{
	width: 105%;
	object-fit: cover;
}
.imgEN-all-tour{
	width: 105%;
	object-fit: contain;
	padding: -50px;
}
.lien-index p a {
	color: inherit;
	text-decoration: none;
}
.p-all-tour{
	z-index: 1;
	position: absolute;
	margin-top: -220px;
	background-color: #fee1bf98;
	padding: 10px;
	text-align: center;
	width: 35%;
}
.p-d-all-tour{
	z-index: 1;
	position: absolute;
	margin-top: -220px;
	background-color: #fee1bf98;
	padding: 10px;
	text-align: center;
	width: 35%;
	right: 0;
}
.span-all-tour{
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -2px;
}
.spansous-all-tour{
	font-size: 12px;
	line-height: -2px;
}
.divD-all-tour{
	margin-top: -20px;
}


/* FIN ALL TOURS */

/* TESTIMONIALS */
.div-test{
	background-color: white;
	margin-top: -20px;
	padding: 50px;
}
.p-testimonials{
	font-family: roboto;
	font-size: 64px;
	color: #006615;
	line-height: 58px;
	padding-top: 220px;
	padding-left: 40px;
}
.span-testimonials{
	font-weight: lighter;
}
.div-contenu-test{
	border-left: 5px solid #260066;
	padding-left: 20px;
}
.h2-contenu-test{
	font-family: roboto;
	font-weight: lighter;
	font-size: 24px;
}
.span-contenu-test{
	font-size: 18px;
}
.p-div-count-stat{
	font-size: 36px;
	margin-top: -20px;
	font-weight: 800;
}
.p-copyright{
	font-size: 12px;
	padding: 50px 0 0 70px;
}
.div-contact-stat{
	padding: 50px;
}
.h2-contact-footer{
	font-family: roboto;
	font-weight: 900;
}
.span-footer{
	color: white;
	font-size: 16px;
	
}
.p-contact-footer{
	font-family: roboto;
	font-weight: lighter;
	font-size: 16px;
	line-height: 21px;
}
.input-footer{
	width: 60%;
	background-color: white;
	padding: 10px 0 10px 10px;
	border-radius: 10px;
}
.button-footer{
	font-family: roboto;
	width: 30%;
	background-color: grey;
	padding: 10px 10px 10px 10px;
	border-radius: 10px;
}
.p-test-text{
	text-align: justify;
	font-family: roboto;
	font-size: 14px;
}


/* FIN TESTIMONIALS */

/* FOOTER */
.div-footer{
	background: black;
	color: white;
}
.div-stat{
	padding: 50px 0px 0px 50px;
}
.h2-div-stat{
	font-family: roboto;
	font-weight: 900;
	color: #fee1bf;
	text-align: center;
}

/* FIN FOOTER */

/* POP UP */

.chat-popup {
    position: fixed;
    bottom: 20px; /* Distance du bas */
    right: 20px;  /* Distance de la droite */
    width: 300px;
    height: 400px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 1000; /* Assure d'être au-dessus du contenu */
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.chat-header {
    background-color: #007bff;
    color: white;
    padding: 10px;
    font-weight: bold;
}

.chat-body {
    padding: 15px;
    flex-grow: 1;
}

/* FIN POP UP */

/*CSS DES PAGES */

.div-princ-ban-page{
	margin-top: -120px;
	height: 500px;
}
.image-div-princ-ban-page{
	width: 100%;
	margin-top: -120px;
}
.reseaux-sociaux-page{
	width: 60px; 
	height: 250px; 
	background: #14349A; 
	float: right;
	text-align: center; 
	justify-content: space-between; 
	margin-top: -70px; 
	border-top-left-radius: 20px; 
	border-bottom-left-radius: 20px; 
	line-height: 20px; 
	padding-top: 7px;
}
.page-h1-title{
	font-family: roboto;
	color: white;
	display: block;
	position: absolute;
	background-color:#260066;
	opacity: 0.9;
	margin-top: -480px;
	width: 70%;
	padding: 30px 30px 30px 60px;
	border-left: solid #FFFFFF 15px;
}
.page-det-h1-title{
	font-family: roboto;
	font-size: 28px;
	color: white;
	display: block;
	position: absolute;
	background-color:#260066;
	opacity: 0.9;
	margin-top: -450px;
	width: auto;
	padding: 30px 30px 30px 60px;
	border-left: solid #FFFFFF 15px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.page-h2-title{
	font-family: roboto;
	color: white;
	display: block;
	position: absolute;
	background-color:#006515;
	opacity: 0.9;
	margin-top: -343px;
	width: 60%;
	padding: 30px 30px 30px 60px;
	border-left: solid #fee1bf 15px;
}
.page-det-h2-title{
	font-family: roboto;
	font-size: 24px;
	color: white;
	display: block;
	position: absolute;
	background-color:#006515;
	opacity: 0.9;
	margin-top: -310px;
	width: auto;
	padding: 30px 30px 30px 60px;
	border-left: solid #fee1bf 15px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.lettring::first-letter{
	font-size: 100px;
	font-weight: bold;
	float: left;
	margin-right: 0.1em;  
	padding: 5px;    
	line-height: 1em;
	color: #333;  
}
.p-lettring{
	font-family: roboto;
	text-align: justify;
	background-color: #fee1bf;
	padding: 30px;
	border-radius: 30px;
}

.page-content-principale{
	position: relative;
	width: 110%;
	margin-top: 130px;
	
}
.page-content-center{
	width: 55%;
	margin-left: 30px;
	margin-top: -80px;
	padding: 50px;
	background-color: #FFFFFF96;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

.page-content-simple{
	width: 88%;
	margin-left: 30px;
	margin-top: -80px;
	padding: 50px;
	background-color: #FFFFFF96;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

.page-content-right{
	width: 30%;
	margin-left: 50px;
	margin-top: -80px;
	padding: 50px;
	background-color: #f5fafe;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

.titre-icone-page{
	width: 9%;
}
.page-content-principale-div{
	display: flex;
	background-color: #f8f8f8;
	padding: 20px 0px 20px 30px;
	border: solid 1px #e0e0e0;
}
.image-icone-days{
	width: 30px;
	height: 30px;
}
.h4-days{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	align-items: center;
	margin-top: 50px;
}
.p-days{
	font-family: roboto;
	font-size: 16px;
	font-weight: 300;
}
.p-days-overnight{
	border-left: solid 15px #1D651F;
	padding-left: 10px;
	font-family: roboto;
	font-size: 16px;
	font-weight: 300; 
}
.image-icone-days-over{
	width: 30px;
	height: auto;
	margin-top: -8px;
}
.image-icone-days-tour{
	width: 30px;
	height: auto;
	margin-top: -8px;
}
.h3-tour-route{
	padding-left: 20px;
	font-family: roboto;
	font-size: 18px;
	padding-top: 10px;
}
.span-tour-route{
	font-weight: 300;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.blockquote{
	font-style: italic;
	font-size: 16px;
	text-align: justify;
	color: #555;
	padding: 10px 20px;
	margin: 30px 0 20px;
	border-left: 5px solid #ccc; 
	background-color: #fef0e0;
}

.module-our-travel{
	background-color: #FFFFFF;
	padding: 20px;
	margin-top: 20px;
}
.h3-module-our-travel{
	font-family: roboto;
	font-weight: 500;
	padding-top: 20px;
}
.p-module-our-travel{
	font-family: roboto;
	font-weight: 100;
}

.h3-pricing{
	font-family: roboto;
	font-size: 36px;
	background-color: #fee1bf;
	font-weight: 100;
	width: 30%;
	padding: 50px;
	margin-top: -90px;
}
.p-pricing-starting{
	font-family: roboto;
	font-size: 48px;
	color: white;
	font-weight: 100;
	margin-top: 100px;
	line-height: 40px;
}
.p-pricing-starting2{
	font-family: roboto;
	font-size: 24px;
	color: white;
	font-weight: 100;
	margin-top: 50px;
	line-height: 30px;
}
.p-pricing-if{
	font-family: roboto;
	font-size: 24px;
	color: #fee1bf;
	font-weight: lighter;
}
.h3-included{
	font-family: roboto;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.p-included{
	font-family: roboto;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: lighter;
	margin-left: 10px;
	padding-left: 30px;
	border-left: solid 1px #FFFFFF;
}

.div-whatsapp{
	position: absolute;
}
.img-whatsapp{
	width: 15%;
	position: fixed;
	right: 0px;
	bottom: 10px;
}

.page-descr-tours-choice{
	padding: 20px;
	font-family: roboto;
	text-align: justify;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
	border-radius: 40px;
}
.page-descr-tours-choice:hover { 
	transform: translateY(-20px);
	transition: 1s;
}
.h3-av-it{
	margin: 50px 0 50px 0;
	font-family: roboto;
	text-align: center;
	font-size: 48px;
	color: #339a0e;
	text-transform: uppercase;
	
}
.h4-av-it{
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	font-size: 20px;
}
.h5-av-it{
	text-align: center;
	color: #8D8D8D;
	font-weight: 100;
	font-size: 18px;
}
.div-av-it{
	display: flex;
}

.princ-tour-h3{
	font-size: 42px;
	font-family: roboto;
	text-align: center;
	padding: 20px 0 20px 0;
	color: #5a5140;
	
}
.princ-tour-h4{
	font-family: roboto; 
	text-align: center; 
	font-weight: 700; 
	text-transform: uppercase; 
	color: #006615;
	
}
.princ-tour-h5{
	font-family: roboto; 
	font-weight: 700; 
	color: #a9783f; 
	padding: 10px 0 10px 0;
}
.princ-tour-img{
	width: 100%;
	border-radius: 30px;
}
.princ-tour-div{
	display: flex;
}
.princ-tour-div-cont{
	padding: 20px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.footer-lien {
	color: #FFFFFF;
	text-decoration: none;
}

/* FIN CSS DES PAGES */




/* ===== RESPONSIVE ===== */



/* Responsive */

@media (max-width: 360px){
	
	.fond-logo{
	margin-top: -10px;
	margin-left: 10px;
	width: 40%;
	}
	
	.menu{
		display: flex;
		position: absolute;
		flex-direction: column;
		background-color: #000000;
		width: 50%;
		top: 0px;
		left: -20px;
		margin-left: 145px;
		margin-top: -265px;
		z-index: 0;
		background-filter: blur(7px);
		transition: all 1s ease;
		border-left: solid #fee1bf 10px;
		opacity: 0.9;
		
	}
	
	.menu.mobile-menu{
		margin-top: 5px;
		margin-left: 145px;
		border-left: solid #fee1bf 10px;
		width: 50%;
	}	
	.menu li{
		text-align: center;
		font-size: 12px;
		margin-left: -130px;
		padding: 0px;
	}
	
	.navbar{
		height: 80px;
		z-index: 0;
	}
	.navbar .menu-mobile{
		display: block;
		right: 5px;
		top: 30px;
	}
	
	.dropdown{
	position: absolute;
	background-color: #fee1bf;
	opacity: 1;
	top: 2;
	left: 0px;
	width: 100%;
	z-index: 2;

	}
	.dropdown li{
		text-align: center;
		padding: 5px 0 0 200px;
	}

		
	.reseaux-sociaux{
		margin-top: -80px;
		right: -339px;
		height: 228px;
		padding-top: 0px;
	}
	
	.block-text-div-princ-ban{
		display: none;
		
	}
	.image-div-princ-ban{
		margin-top: 120px;
	}
	.font-travel{
		font-size: 65px; 
		line-height: 60px;
	}
	
	.font-with{
		color: #fff; 
		font-family: Roboto; 
		font-weight: 100; 
		font-size: 12px;
	}
	
	.search-block{
		display: none;
	}
	.h2-types-tours{
		font-size: 28px;
	}
	
	.div-types-tours{
		margin-top: 10px;
	
	}
	.colonneG-types-tours{
		display: block;
	}
	.image-lux-types-tours{
		width: 70%;
		margin-left: 50px;
	}
	.image-lux-types-tours-D{
		margin-left: 50px;
		margin-top: 0px;
		width: 70%
	
	}
	.luxury-types-tours{
		margin-left: 20px;
		padding-right: 10px;
		width: 100%;
	}
	.luxury-types-tours-D{
		margin-left: 20px;
		margin-top: 0px;
		padding-right: 115px;
	}
	.p-colonne-types-tours{
		margin-right: 30px;
	}
	.h3-colonne-types-tours{
		font-size: 12px;
		width: 70%;
		padding: 5px;
		margin-left: 0px;
		margin-top: 20px;
		align-items: center;
	}
	.div-text-thing{
		margin-top: 0px;
	}
	
	.div-thing-princ{
		display: block;
	}
	.div-youtube{
		width: 100%;
	}
	.div-text-thing{
		padding: 50px;
		margin-top: -80px;
		width: 100%;
	}
	
	.span-droire-choose{
		font-size: 14px;
	}
	.span-centre-choose{
		font-size: 14px;
	}
	.h1-choose{
		font-size: 28px;
		margin-top: 20px;
		margin-bottom: 20px;
	}	
	.div-princ-choose{
		margin-bottom: 5px;
	}
	.p-centre-choose{
		margin-left: 50px;
	}
	
	.h1-all-tour{
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 28px;
	}
	.p-all-tour{
		margin-top: -140px;
		padding: 10px;
		width: 85%;
	}
	.p-d-all-tour{
		margin-top: -130px;
		padding: 10px;
		width: 85%;
	}
	.span-all-tour{
		font-size: 18px;
	}
	.imgSW-all-tour{
		width: 110%;
	}
	.imgEN-all-tour{
		width: 110%;
		margin-top: -15px;
	}
	
	.p-testimonials{
		font-size: 28px;
		line-height: 30px;
		padding-top: 0px;
		padding-left: 0px;
		padding-bottom: 20px;
		text-align: center;
	}
	.span-footer{
		font-size: 14px;
	}
	.p-contact-footer{
		font-size: 14px;
	}
	.p-copyright{
		text-align: center;
		margin-left: 0px;
		margin-right: 70px;
	}
	.div-stat{
		padding: 50px 10px 0px 10px;
	}
	.input-footer{
		width: 100%;
	}
	.button-footer{
		width: 100%;
		margin-top: 10px;
	}

}

@media (min-width: 1280px) and (max-width: 1400px){
	
		.menu li{
		font-size: 14px;
		margin-left: -50px;
		padding: 10px;
		}
		.dropdown {
		margin-left: 20px;
		}
		.dropdown li{
			text-align: center;
			padding: 0px 0 0 50px;
		}
		.block-text-div-princ-ban{
			margin-top: -420px;
		}
		.image-div-princ-ban{
			margin-top: -20px;
		}
		.reseaux-sociaux{
			margin-left: 125px;
			margin-top: -30px; 
		}
	
		.div-types-tours{
			margin-top: 30px;
			width: 100%;

		}
		.h3-colonne-types-tours{
			font-size: 14px;
		}
		.luxury-types-tours{
			margin-left: 30px;
			width: 150%;
		}
		.image-lux-types-tours{
			width: 100%;
			margin-left: 15px;
		}
		.image-lux-types-tours-D{
			margin-left: -10px;
		}
		.luxury-types-tours-D{
			margin-left: -30px;
			width: 150%;
		}
		
		.div-princ-choose{
			width: 102%;
		}
		.span-centre-choose{
			font-size: 18px;

		}
		.span-droire-choose{
			font-size: 18px;

		}
	
		.p-testimonials{
			font-size: 38px;
			padding-top: 180px;
		}
	
	}

@media (min-width: 361px) and (max-width: 768px){
	
	.fond-logo{
	margin-top: -10px;
	margin-left: 10px;
	width: 30%;
	}
	
	.menu{
		display: flex;
		position: absolute;
		flex-direction: column;
		background-color: #000000;
		width: 57%;
		top: 0px;
		left: -20px;
		margin-left: 120px;
		margin-top: -265px;
		z-index: 0;
		background-filter: blur(7px);
		transition: all 1s ease;
		border-left: solid #fee1bf 10px;
		opacity: 0.9;
		
	}
	
	.menu.mobile-menu{
		margin-top: 5px;
		margin-left: 120px;
		border-left: solid #fee1bf 10px;
		width: 57%;
	}	
	.menu li{
		text-align: center;
		font-size: 12px;
		margin-left: -130px;
		padding: 0px;
	}
	
	.navbar{
		height: 80px;
		z-index: 0;
	}
	.navbar .menu-mobile{
		display: block;
		right: 5px;
		top: 30px;
	}
	
	.dropdown{
	position: absolute;
	background-color: #fee1bf;
	opacity: 1;
	top: 2;
	left: 0px;
	width: 100%;
	z-index: 2;

	}
	.dropdown li{
		text-align: center;
		padding: 5px 0 0 200px;
	}

		
	.reseaux-sociaux{
		margin-top: -80px;
		right: -339px;
		height: 228px;
		padding-top: 0px;
	}
	
	.block-text-div-princ-ban{
		display: none;
		
	}
	.font-travel{
		font-size: 65px; 
		line-height: 60px;
	}
	
	.font-with{
		color: #fff; 
		font-family: Roboto; 
		font-weight: 100; 
		font-size: 12px;
	}
	
	.search-block{
		display: none;
	}
	
	.div-types-tours{
		margin-top: 10px;
	
	}
	.colonneG-types-tours{
		display: block;
	}
	.image-lux-types-tours{
		width: 90%;
		margin-left: 15px;
	}
	.image-lux-types-tours-D{
		margin-left: 0px;
		margin-top: 0px;
		width: 90%
	
	}
	.luxury-types-tours{
		margin-left: 20px;
		width: 100%;
	}
	.luxury-types-tours-D{
		margin-left: 0px;
		margin-top: 0px;
		padding-right: 100px;
	}
	.p-colonne-types-tours{
		margin-right: 30px;
	}
	.h3-colonne-types-tours{
		font-size: 12px;
		width: 70%;
		padding: 5px;
		margin-left: 0px;
		margin-top: 20px;
		align-items: center;
	}
	
	
	
	.div-text-thing{
		margin-top: 0px;
	}
	
	.div-thing-princ{
		display: block;
	}
	.div-youtube{
		width: 100%;
	}
	.div-text-thing{
		padding: 50px;
		margin-top: -80px;
		width: 100%;
	}
	
	.span-droire-choose{
		font-size: 10px;
	}
	.span-centre-choose{
		font-size: 10px;
	}
	.h1-choose{
		font-size: 18px;
		margin-top: 20px;
		margin-bottom: 20px;
	}	
	.div-princ-choose{
		margin-bottom: 5px;
	}
	
	
	.h1-all-tour{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.p-all-tour{
		margin-top: -150px;
		padding: 10px;
		width: 45%;
	}
	.p-d-all-tour{
		margin-top: -150px;
		padding: 10px;
		width: 45%;
	}
	.span-all-tour{
		font-size: 18px;
	}
	
	.p-testimonials{
		font-size: 32px;
		line-height: 30px;
		padding-top: 480px;
		padding-left: 10px;
	}
	.span-footer{
		font-size: 14px;
	}
	.p-contact-footer{
		font-size: 14px;
	}
	.input-footer{
		width: 100%;
	}
	.button-footer{
		width: 100%;
		margin-top: 10px;
	}

}


