@charset "utf-8";

/* CSS Document */


*{
	padding: 0;
	margin: 0;
}

p{
	/*padding: 0!important;
	margin: 0!important;*/
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #6D6D6D;
}


a {
    text-decoration: none;
}

h1{
	font-size: 55px;
	font-weight: 500;
	    margin: .50em 0 !important;
}

.shadow_h1{
	text-shadow: 2px 4px 5px #000;
}

h2{
	font-size: 40px;
	font-weight: 700;

}

.h1_ecran{
	display: block;
}

.h1_mobile{
	display: none;
}


.h2_accueil{
	font-size: 40px;
	font-weight: 500!important;
	margin-bottom: 10px;
	text-shadow: 3px 3px 3px #2d2d2d;
}


h3{
	font-size: 35px;
	font-weight: 500;
}


h4{
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 20px;
}


h5{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}

a p{
	color: #6D6D6D;
}


p{
	text-align: justify;
}

li{
	list-style-type: none;
}


img, img a{

	border: none;

}



.date{
	font-size: 15px;
	font-weight: 700;
}



.bold{
	font-weight: 700;
}



.right{
	text-align: right
}


.petit-text{
	font-size:12px;
	font-style: italic;
}

.content img{
	line-height: 0;
	display: block;
    margin-right: auto;
    margin-left: auto;
}


.centre{
	text-align: center;
}



.flex_conteneur{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-around;
}


.flex_conteneur_between{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;

}



.flex_conteneur_center{
	display: flex;
	flex-flow: row wrap;
	justify-content:center;
	align-items: center;
}


.flex_conteneur_letter {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}



.bordure_haut{
	border-radius: 10px 10px 0 0;
}


.image{
	display: inline-block;
    position: relative;
    max-width: 100%;
	height: auto;
}

.img_100{
	width: 100%;
}
.img_50{
	width: 50%;
}

.shadow{
	box-shadow: 12px 12px 5px 1px rgba(0, 0, 0, .2);
}

.clear{
	clear: both;
}

.none{
	display: none;
}

.picto-form{
	margin-right: 10%;
}


/*//////////////  Palette de couleur  /////////////*/


.violet, .menu_actif, a .Violet, .Violet{
	color: #96368b;
}

.violet_light{
	color:#BA43AC;

}

.violet_dark{
	color: #702868;
}


.blanc, .actif_blanc{
	color: #FFFFFF;
}

.blanc_shadow{
	color: #FFF;
	text-shadow: 2px 2px 2px #000;
}

.grisF{
	color: #1D1D1D;
}

.grisC{
	color: #BBBBBB;
}

.gris{
	color : #ededed;
}


.fond_blanc{
	background-color: #FFF;
	height: 34em;
}

.borderR_top{
	border-radius: 5px 5px 0 0;
}

/*//////////////// Les BTN   ////////////*/



.btn_violet{
	display: inline-block;
	background-color:#96368b;
	text-align: center;
	padding: 0.5em 1em;
	font-size: 18px;
	border-radius: 5px;
	color: #FFF;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	cursor: pointer;
}


.btn_violet:hover {
	filter: brightness(1.20);
	padding: .5em 2em .5em .7em;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}



.btn_violet:hover:after{
	margin-left: 0.5em;
    opacity: 1;
}




.btn_violet:after {
    position: absolute;
    margin-left: -1em;
    opacity: 0;
    text-shadow: none;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-variant: none;
    line-height: 1em;
    text-transform: none;
    content: ">";
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    speak: none;

}

.btn_blanc{
	display: inline-block;
	background-color:#D7D7D7;
	text-align: center;
	padding: 0.5em 1em;
	font-size: 18px;
	border-radius: 5px;
	color:#96368B;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	cursor: pointer;
}


.btn_blanc:hover {
	filter: brightness(1.20);
	padding: .5em 2em .5em .7em;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}



.btn_blanc:hover:after{
	margin-left: 0.5em;
    opacity: 1;
}




.btn_blanc:after {
    position: absolute;
    margin-left: -1em;
    opacity: 0;
    text-shadow: none;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-variant: none;
    line-height: 1em;
    text-transform: none;
    content: ">";
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    speak: none;

}


.btn_violet_contact{
	display: inline-block;
	background-color:#96368b;
	text-align: center;
	padding: 0.5em 1em;
	font-size: 18px;
	border-radius: 5px;
	color: #FFF;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	cursor: pointer;
}


.btn_violet_contact:hover {
	filter: brightness(1.20);
	padding: .5em 2em;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}



/*/////////////////  Les espaces   /////////////*/

.margin_auto{
	margin: auto;
}

.margin_bottom15{
	margin-bottom: 15px;
}

.margin_bottom25{
	margin-bottom: 25px;
}

.margin_bottom50{
	margin-bottom: 50px;
}

.margin_top15{
	margin-top: 15px;
}

.margin_top25{
	margin-top: 25px;
}

.margin_top50{
	margin-top: 50px;
}
.margin_top30{
	margin-top: 30px;
}


.margin_top100{
	margin-top: 100px;
}

.padding_top15{
	padding-top: 15px;
}

.padding_top25{
	padding-top: 25px;
}


.padding_top30{
	padding-top: 30px;
}


.padding_top50{
	padding-top: 50px;
}

.padding_bottom25{
	padding-bottom: 25%;
}

.margin_cote_gd{
	padding: 0 40px;
}

.margin_cote_droit{
	margin-right: 20px;
}

.margin_cote_gauche{
	margin-left: 20px;
}
.margin_droit10{
	margin-right: 10px!important;
}

.content{
	width:100%;
	margin: auto;
	position: relative;
}


/*////////////   les sections      ///////////*/


.section{
	width: 100%;
	position: relative;
	padding-bottom: 200px;
}


.section-top{

	width: 100%;
	padding-top: 120px;
	position: relative;
}


.calage_form-new{
	position: absolute;
	top:0;
	object-fit: cover;
}

.calage_form{
	position: absolute;
	top:0;
	left: 5.5%;
	object-fit: cover;
}



.section-bois{

	background-position: center;
    background-image: url("../Images/My_Liste/fond.jpg")!important;
	padding-bottom: 130px;
	background-size: contain;
	width: 100%;
	position: relative;
	background-repeat: repeat-y;
}


.section-bois-GD{
	background-position: center;
    background-image: url("../Images/fond.jpg")!important;
	background-size: contain;
	width: 100%;
	position: relative;
	background-repeat: repeat-y;
}


.section-violet{
	background-color: #96368b;
	position: relative;
	padding-bottom: 50px !important;
}

.section-gris{
	background-color: #4f4f4f;
	position: relative;
	padding-bottom: 50px !important;
}

.fond_tortue{
	background-image: url("../Images/fond-tortue.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	/*max-height: 500px;*/
	position: relative;

}

.fond_tortue2{
	background-image: url("../Images/fond-tortue.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	height: 81vh;

}

.fond_tahiti{
	background-image: url("../Images/fond-tahiti.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;
}


.fond_afrique{
	background-image: url("../Images/fond_afrique.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;
}


.fond_ocean_indien{
	background-image: url("../Images/ocean_indien/seychelles/seychelles_couv.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	/*max-height: 400px;*/
	position: relative;

}

.fond_asie{
	background-image: url("../Images/fond_asie.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;
}


.divider_BD{
    background-image: url("../Images/divider-blanc.svg");
	background-position:center bottom;
	background-size: 100%;
    bottom: 0;
    height: 150px;
    z-index: 1;
	margin-bottom: -1px;
	display: block;
    position: absolute;
    width: 100%;
    pointer-events: none;
    background-repeat: no-repeat;
}



.divider_VD{
	background-image: url("../Images/divider-violet.svg");
	background-position:center bottom;
	background-size: 100%;
    bottom: 0;
    height: 150px;
    z-index: 1;
	margin-bottom: -1px;
	display: block;
    position: absolute;
    width: 100%;
    pointer-events: none;
    background-repeat-y: no-repeat;
	
}


.divider_VD-haut{
    background-image: url("../Images/divider-haut-violet.svg");
	background-position:center top;
	background-size: cover;
    top: 0;
    height: 150px;
	margin-bottom: -1px;
	display: block;
    width: 100%;
    pointer-events: none;
    background-repeat-y: no-repeat;
	margin-top:-3px;
}

.divider_BD-haut{
    background-image: url("../Images/divider-haut-blanc.svg");
	background-position:center top;
	background-size: 100%;
    top: 0;
    height: 150px;
	margin-bottom: -1px;
	display: block;
    width: 100%;
    pointer-events: none;
    background-repeat: no-repeat;
}







.rotation{
	transform: rotateY(180deg);
}

/*///////////////   LIGNES     /////////////*/

.row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.row-mediumwidth{
	margin: auto;
	width: 70%!important;
    max-width: 70%!important;
}


.row-largewidth{
	margin: auto;
	width: 80%!important;
    max-width: 80%!important;

}



.row-fullwidth{
	margin: 0 auto;
	width: 89%!important;
    max-width: 89%!important;
}


.row-maxfullwidth{
	margin: auto;
	width: 100%!important;
}


.row-creation{
	margin: auto;
	width: 100%!important;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.row-liste{
	margin: auto;
	width: 100%!important;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-direction: row
}

.row_recapvoyage{
	width: 70%;
}


/*/////////////  les colones  ///////////*/



.deux-colone{
	width: 49%;
}



.colone_quarante{
	width: 39%;
}

.colone_soixante{
	width: 59%;
}


.tiers{
	width: 30%;
}

.quart{

	width: 23%;
	margin-bottom: 2%;
}


.quarante{
	width: 40%;
}

.quarante_cinq{
	width: 45%;
}

.cinquante{
	width: 50%;
}


.soixante{
	width: 60%;

}

.soixantedix{
	width: 70%;

}


.quatrevingt{
	width: 80%;
}



.quatrevingtdix{
	width: 90%;
	margin: auto;
}


.dix{
	width: 10%;
}

.quinze{
	width: 15%;
}

.vingt{
	width: 20%;
}


.deuxtiers{
	width: 60%;
}


.vingtcinq{
	width: 25%;

}


/*/////////  Les titres   //////////*/



.titre-acueil{
	font-size: 65px;
	font-weight: 700;
}

.tire-accueil_ML{
	font-size: 60px;
	font-weight: 700;
}

.titre_violet{
	color: #96368b!important;
	font-family: 'Lobster', cursive;
	text-align: center;
}

.titre_violet_ML{
	color: #96368b!important;
	font-family: 'Annie Use Your Telescope',handwriting;
}

.titre_blanc_ML{
	color: #FFF!important;
	font-family: 'Annie Use Your Telescope',handwriting;
	font-size: 30px;
}

.titre_blanc{
	color: #FFF!important;
	font-family: 'Loved by the King', cursive;
	text-align: center;
}

.titre_blanc_accueil{
	color: #FFF!important;
	font-family: 'Loved by the King', cursive;
	text-align: left;
}


.titre_gris{
	color: #BBBBBB!important;
	font-family: 'Lobster', cursive;
	text-align: center;
}


.chiffre{
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 10px;
}

.cercle{
	border-radius: 360px;
    overflow: hidden;
    border-width: 2px;
	border-style: solid;
	display: inline-block;
    position: relative;
    width: 100%;
	max-width: 100%;
}


.titre_voyage{
	font-size: 40px;
	color: #7b7b7b;
	font-weight: bolder;
	text-shadow: 1px 1px 0px #000;
	margin: 0!important;
}


.border-violet{
	border-color: #96368b;
}

.border-blanc{
	border-color: #FFF;
}

.petit_text{
	font-size: 10px;
	font-style: italic;
}




.service_afaire, .actu, .agence{
	width: 15%;
}

.haut_menu .social{
	width:8.5%;
}

.align_intem_centre{
	align-items:center;
}

/*//////////////////// Page Login  //////////////////*/

.login{
	width: 20%;
	min-width: 300px;
	margin: auto;
	padding: 5%;
	background-color: #F5F5F5;
	border: 1px solid #96368B;
	text-align: center;
	border-radius: 7px;
	margin-top: 2%;
}


/*//////////////  head  ///////////*/

.retour{
	width: 4%;
	text-align: right;
	margin-left: 90%;
}


/*///////////////////////  Page Accueil  //////////////////////////*/

.colone3{
	width: 30%;
	max-width: 300px;
	border: 1px solid #96368B;
	max-height: 300px;
	height: 240px;
	margin-bottom: 5%;
	
}

.ocean_indien{
	background-image: url("../Images/ocean_indien.jpg");
	background-size: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.afrique{
	background-image: url("../Images/afrique.jpg");
	background-size: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.tahiti{
	background-image: url("../Images/tahiti_iles.jpg");
	background-size: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.asie{
	background-image: url("../Images/asie.jpg");
	background-size: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}


.titre_dest{
	width: 70%;
    text-align: center;
    margin: auto;
    height: 70%;
    background-color: rgba(255,255,255,0.40);
    display: flex;
    flex-direction: column;
    justify-content: center;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.titre_dest a{
	color: #212121;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	display: block;
}
    
.titre_dest a:hover{
	color: #96368B;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.titre_dest:hover{
	width: 80%;
	height: 80%;
	background-color: rgba(255,255,255,0.60);
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
   


/*///////////////////   Pays  /////////////*/


.mois{
	display: block;
	padding: 15px;
	font-weight: 900;
	color:lightyellow;
}

.fond_seychelles{
	background-image: url("../Images/ocean_indien/seychelles/seychelles_couv.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;

}


.seychelles{
	background-image: url("../Images/ocean_indien/seychelles/seychelles_pays.jpg");
	background-size: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.fond_reunion{
	background-image: url("../Images/ocean_indien/reunion/reunion_couv.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;

}


.reunion{
	background-image: url("../Images/ocean_indien/reunion/reunion_pays.jpg");
	background-size: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}


.fond_maldives{
	background-image: url("../Images/ocean_indien/maldives/maldives_couv.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;

}


.maldives{
	background-image: url("../Images/ocean_indien/maldives/maldives_pays.jpg");
	background-size: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}


.fond_ile_maurice{
	background-image: url("../Images/ocean_indien/ile_maurice/maurice_couv.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;

}

.ile_maurice{
	background-image: url("../Images/ocean_indien/ile_maurice/maurice_pays.jpg");
	background-size: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.sri_lanka{
	background-image: url("../Images/ocean_indien/sri_lanka/sri_lanka_pays.jpg");
	background-size: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.fond_sri_lanka{
	background-image: url("../Images/ocean_indien/sri_lanka/sri_lanka_couv.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;

}



/*///////   Afrique   ////////*/

.afrique_du_sud{
	background-image: url("../Images/afrique/afrique_du_sud/afrique_du_sud_pays.jpg");
	background-size: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.fond_afrique_du_sud{
	background-image: url("../Images/afrique/afrique_du_sud/afrique_du_sud_couv.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;

}


.botswana{
	background-image: url("../Images/afrique/botswana/botswana_pays.jpg");
	background-size: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.fond_botswana{
	background-image: url("../Images/afrique/botswana/botswana_couv.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;

}

.namibie{
	background-image: url("../Images/afrique/namibie/namibie_pays.jpg");
	background-size: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.fond_namibie{
	background-image: url("../Images/afrique/namibie/namibie_couv.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;

}

.tanzanie{
	background-image: url("../Images/afrique/tanzanie/tanzanie_pays.jpg");
	background-size: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.fond_tanzanie{
	background-image: url("../Images/afrique/tanzanie/tanzanie_couv.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;

}

.zanzibar{
	background-image: url("../Images/afrique/zanzibar/zanzibar_pays.jpg");
	background-size: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.fond_zanzibar{
	background-image: url("../Images/afrique/zanzibar/zanzibar_couv.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;

}

/*/////////  Asie   //////////*/

.bali{
	background-image: url("../Images/asie/bali/bali_pays.jpg");
	background-size: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.fond_bali{
	background-image: url("../Images/asie/bali/bali_couv.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;

}

.japon{
	background-image: url("../Images/asie/japon/japon_pays.jpg");
	background-size: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.fond_japon{
	background-image: url("../Images/asie/japon/japon_couv.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;

}

.philippines{
	background-image: url("../Images/asie/philippines/philippines_pays.jpg");
	background-size: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.fond_philippines{
	background-image: url("../Images/asie/philippines/philippines_couv.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;

}

.thailande{
	background-image: url("../Images/asie/thailande/thailande_pays.jpg");
	background-size: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.fond_thailande{
	background-image: url("../Images/asie/thailande/thailande_couv.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;

}


/*/////////////   Tahiti    //////////*/

.californie{
	background-image: url("../Images/tahiti/californie/californie_pays.jpg");
	background-size: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.fond_californie{
	background-image: url("../Images/tahiti/californie/californie_couv.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;

}

.iles_de_la_societe{
	background-image: url("../Images/tahiti/iles_de_la_societe/iles_de_la_societe_pays.jpg");
	background-size: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.fond_iles_de_la_societe{
	background-image: url("../Images/tahiti/iles_de_la_societe/iles_de_la_societe_couv.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;

}


.marquises_australes{
	background-image: url("../Images/tahiti/marquises_australes/marquises_australes_pays.jpg");
	background-size: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.fond_marquises_australes{
	background-image: url("../Images/tahiti/marquises_australes/marquises_australes_couv.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;

}

.tuamotu{
	background-image: url("../Images/tahiti/tuamotu/tuamotu_pays.jpg");
	background-size: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.fond_tuamotu{
	background-image: url("../Images/tahiti/tuamotu/tuamotu_couv.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;

}


/*////////////////////////////   FORMULAIRE VOYAGE   //////////////*/

.formulaire_client{
	width: 85%;
	margin: auto;
}

.inscription{
	padding: 0 50px;
}



.inscription_label{
	display: none;
}


.input{
	border-radius: 5px;
    overflow: hidden;
	border: 1px solid #bbb;
	width: 100%;
    padding: 14px;
	color: #999;
	background-color: #eee;
    font-size: 13px;
    -webkit-appearance: none;
}

.input_demi{
	border-radius: 5px;
    overflow: hidden;
	border: 1px solid #bbb;
	width: 45%;
    padding: 14px;
	color: #999;
	background-color: #eee;
    font-size: 13px;
   	-webkit-appearance: none;
}


.inscription_form{
	margin-top: 2%;
}


.formulaire_client input, .formulaire_client select, .formulaire_client textarea{
	margin-bottom: 2%;
}

.formulaire_client input[type="checkbox"]{
	margin-bottom: 0 !important;
}

.select-liste {
    padding: 5px 14px !important;
    height: 43px;
    display: inline-block;
}

.recap_voyage{
	width: 100%;
	margin: auto;
	background-color: #F5F5F5;
	border-radius: 5px;
	border: 1px solid #C9C9C9;
	padding: 3%;
	
}


/*//////////////  Actualite coup de coeur et agences    ////////////////////*/
.enveloppe_agences{
	width: 100%;
	display: block;
	position: relative;
}

.enveloppe_coeur{
	width: 100%;
	display: block;
	position: relative;
	height: 12.5em;
}

.enveloppe_coeur, .enveloppe_agences{
	width: 100%;
	display: block;
	position: relative;
}

.enveloppe_actu{
	width: 100%;
	display: block;
	position: relative;
	max-height: 500px;
    overflow: hidden;
}

.enveloppe_actu_page{
	width: 100%;
	display: block;
	position: relative;
	max-height: 217px;
    overflow: hidden;
}

.actualite{
	width: 47%;
}

.enveloppe_actu .texte_actu, .enveloppe_actu_page .texte_actu{
	width: 80%;
	background-color:rgba(26,26,26,0.60);
	padding: 2%;
	color: #FFF;
	position: absolute;
	z-index: 1000;
	margin-top: 4%;
	
}

.img_actu,.img_coeur, .img_agences{
	width: 100%;
	/*max-height: 11em;*/
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}

.enveloppe_texte_actu, .enveloppe_texte_coeur, .enveloppe_texte_agences{
	width: 100%;
	background-color: #FFF;
	padding: 5%;
	position: relative;
}

a .img_actu{
	filter: opacity(1) grayscale(0);
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a:hover .img_actu{
	filter: opacity(0.7)grayscale(100);
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	background-color: #96368B;
}



.galerie_actu{
	
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.img_actu20{
	width: 40%;
	margin-top: 5%;
}

/*/////////////////  Coup de coeur   /////////////////*/

.coeur{
	position: absolute;
	margin: 1%;
	
}

.effet_img_cc{
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 10%;
}

.effet_img_cc a img{
	-moz-filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
	-moz-transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    width: 100%;
	object-fit: cover;
    overflow: hidden;
}

.effet_img_cc a:hover img{
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-transition: all 0.3s ease-in-out; 
	-webkit-transition:all 0.3s ease-in-out; 
	transition:all 0.3s ease-in-out; 
}

/*///////////   AGENCES  ///////////*/

.img_position{
	margin: 5%;
	width: 60%;
	
}

.coordonnees{
	margin-top: 5%;
}

.horaires_agences{
	border-left: 1px #1E1E1E solid;
	margin-top: 5%;
	padding-left: 5%;
	height: 7em;
}


.adresse_agences h4{
	height: 2em;
}

.enveloppe_agences{
	max-height: 11.5em;
}

/*////////////////   Chèques cadeaux   /////////////*/

.icone_cheque_cadeaux{
	width: 100%;
}

.enveloppe_texte_chequecadeaux{
	width: 100%;
	padding: 5%;
	box-shadow: 12px 12px 5px 1px rgba(0, 0, 0, .2);
	border: 1px solid #96368B;
}

.fleche{
	fill: #000;
}


/*///////////////// Page Conatct   ///////////////*/

.petit_contact{
	width: 20%;
	margin: 2% auto 0;
}

.titre_accordeon{
	font-size: 16px;
	margin: 0;
	padding: 2%;
	text-align: center;
}


.accordeon{
	padding: 2%;
}

.accordeon p{
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #6D6D6D;
}



.enveloppe_imgvoyage{
	width: 100%;
	max-height: 350px;
	overflow: hidden;
}

.ui-icon{
	display: none!important;
}

/*///////////  Page template voyage  ///////*/
	
	.ui-widget-header {
		border-bottom: 1px solid #aaaaaa !important;
		border-right: none !important;
		border-left: none !important;
		border-top: none !important;
		background: none !important;
		border-radius: 0 !important;
	
	}


.ui-corner-all{
	border-radius: 0 !important;
}

/*////////////////////////////////////////////////*/



/*///////////////////  Offre Cadeau  //////////////*/


.conteneur_cadeau{
	text-align: center;
}

.cadeau{
	display: inline-block;
	max-height: 100%;
	position: relative;
	z-index: 1;
}

.conteneur_numero_liste{
	position: relative;
	background-color: #FFF;
	z-index: 0;
	padding: 40px 20px;
	border-radius: 0 0 5px 5px;
}

.titre-offrir{
	position: relative;
	margin-top: -50px;
	z-index: 0;
	background-color: #96368b;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
	border-style: solid;
    border-width: 8px 8px 0px 8px;
    border-color: #ffffff;
    padding-top: 57px!important;
    padding-right: 16px!important;
    padding-bottom: 26px!important;
    padding-left: 16px!important;
    margin-bottom: 0px!important
}


/*//////////////  User   /////////////*/


.menu_img{
	display: flex;
	align-items: center;
	margin-bottom: 5%;
}

.menu_img img{
	margin: 0 0 0 5%;
}



.enveloppe_img{

	border-radius: 180px 180px 180px 180px;

    overflow: hidden;

	border: solid;

    border-width: 3px;

    border-color: #96368b;

	display: inline-block;

    position: relative;

    max-width: 50%;

	text-align: center;

}   



.menu_img img.icon-menu-user{

	width: 12%;

	height: 12%;

	margin-right: 5%;

	

}



.menu_img a{

	color: #3f3f3f!important;

	font-weight: 700;

	-webkit-transition: all 0.4s ease-in-out;

    -moz-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}





.menu_img a:hover{

	font-weight: 700;

	color: #96368b!important;

	-webkit-transition: all 0.4s ease-in-out;

    -moz-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}



.menu_img a:active, a:focus{

	color: #96368b!important;

	-webkit-transition: all 0.4s ease-in-out;

    -moz-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}



.bandeau_user .conteneur_photo_page_user{

	display: block;

	width: 100%;

	height: 300px;

	max-height: 300px;

	overflow:hidden;

	background: url("../Images/bora-bora-3023437.jpg");

	background-repeat: no-repeat;

	background-position: center;

}





.bandeau_user img.photo_page_user{

	width: 100%;

	max-height: 20%;

	overflow:hidden;

	

}





.conteneur_cadre_nom{

	width: 35%;

	margin: -5% auto 0 auto;

	position: relative;

}





.conteneur_cadre_nom2{

	width: 60%;

	margin: -15% auto 0 auto;

	position: relative;

	

}





.cadre_nom{

	display: block;

	padding: 25% 10%;

	background: url("../Images/cadre.png");

	background-repeat: no-repeat;

	background-size: 100% auto;

	line-height: 1.5;

}





.cadre_nom p{

	font-family: 'Marck Script', cursive;

	text-align: center;

	color: #3f3f3f!important;

	font-size: 37px;

}





.conteneur-bois-liste{

	background-image: url("../Images/fond.jpg");

	background-size: contain;

	border-radius: 5px;

	width: 90%;

	padding: 10%;

	margin: auto;

}



.conteneur-img{

	height: 8em;

	margin-bottom: 2%;

	overflow: hidden;

}

.lien_myliste{
	height: 4.3em;
	text-align: center;
}


.conteneur-bois-liste img{

	display: block;

	width: auto!important;

	max-width:70%;

}



.conteneur-bois-liste .texte_fond_blanc{

	background-color: rgba(255,255,255,0.70);

	padding: 5%;

	font-size: 20px;

	font-weight: 900;

	color: #3f3f3f!important;

	border-radius: 5px;

	text-align: center;

	line-height: 1.5em;

	min-height: 88px;

	

}





.conteneur-bois-liste a{

	display: block;

	color: #96368B;

	-webkit-transition:all 0.3s;

	transition:all 0.3s;

}



.conteneur-bois-liste a:hover{

	-webkit-filter: grayscale(100%);

	filter: grayscale(100%);

	-webkit-transition:all 0.3s;

	transition:all 0.3s;

}



/*////////////////    Mes Cadeaux   ///////////*/



.conteneur_myliste img, .conteneu_cadeaux img

{

	display: block;

	width: auto!important;

	max-width:155px;

	margin: auto;

}



.conteneu_cadeaux img{

	display: block;

	width: auto!important;

	max-width:25%;

	margin: auto;

}



.conteneu_cadeaux{

	border: 3px solid #96368B;

	border-radius: 10px;

	padding: 5% 0 0 0;

	margin: -5% 0 0 0;

}



.conteneur_choix_cadeaux{

	border-top: 3px solid #96368B;

	padding: 3% 5%;

	background-color: #F5E3F3;

	border-radius:0 0 10px 10px;

}





.table{

	border: 1px solid #eee;

}



.bacground-gris{

	background-color: #ededed;

}



.tabligne{

	border-top: 1px solid #eee;

	align-items : center;

}



.tab_colone1, .tab_colone2{

	width: 20%;

	padding: 1%;

	text-align: center;

}



.tab_colone1 img{

	display: block;

	width: 100%;

}



.tab_colone3, .tab_colone4, .tab_colone5, .tab_colone6{

	width: 15%;

	padding: 1%;

	text-align: center;

}





.tab_colone5 img, .tab_colone6 img{

	display: block;

	width: 20%;

	height: 20%;

}



/*///////////////////   PERSONNALISER   ///////////////*/



.enveloppe_img_personnaliser{

	border-radius: 180px 180px 180px 180px;

    overflow: hidden;

    border: solid;

    border-width: 3px;

    border-color: #96368b;

    display: inline-block;

    position: relative;

    max-width: 20%;

    text-align: center;

}



.photo_couverture{

	display: inline-block;

	width: 100%;

	height: 300px;

	max-height: 400px;

	align-items: center;

	vertical-align: middle;

	overflow: hidden;

}



.photo_couverture img{
	display: inline-block;
	position: relative;
	width: 100%;
	margin-top: -25%;

}


/*////////////////   LISTE    /////////////////*/



.enveloppe_liste_imgcouverture{

	width: 100%;

	max-height: 520px;

	overflow: hidden;

}



.enveloppe_liste_imgcouverture img{

	display: inline-block;

	position: relative;

	width: 100%;

	margin-top: -25%;

}



.enveloppe_img_liste{

	border-radius: 180px 180px 180px 180px;

    overflow: hidden;

	border: solid;

    border-width: 3px;

    border-color: #FFF;

	display: inline-block;

    position: relative;

    max-width: 60%;

	text-align: center;

	margin: auto;

}   



.texte_liste{

	background-color: #FFF;

	border-radius: 10px;

	padding: 3% 10%;

	font-size: 17px;

	font-style: italic;

	font-weight: 900;

	text-align: center;

	position : relative;

	line-height: 1.7;

	margin-top: 5%;

}



.img_liste_centre{

	display: flex;

	width: 100%;

	margin: auto;

	align-items: center;

	justify-content: center;

}





/*/////////////////////  Liste avec user   ///////////////////*/



.menu_user2{

	background-color: #FFF;

	border-radius: 10px;

	padding: 5%;

	width: 80%;

	margin: 1% auto 0 auto;

}


/*///////////////////   PANIER    //////////////////*/

.conteneur_cadeauxpanier{
	border: 3px solid #96368B;
	border-radius: 10px;
	padding: 5% 0 0 0;
	margin: -5% 0 0 0;
}


.tab_colone1panier{
	width: 20%;
	padding: 1% 3%;
	text-align: center;
}



.tab_colone2panier{
	width: 30%;
	padding: 1% 5%;
	text-align: center;
}



.tab_colone1panier img{
	display: block;
	width: 100%;

}

.tab_colone3panier, .tab_colone4panier{
	width: 20%;
	padding: 1%;
	text-align: center;
}


.tab_colone3panier img, .tab_colone4panier img{

	display: block;

	width: 15%;

	height: 15%;

}

/*//////////////////////////////////////////////*/
/*////////////////////   Tablette  ////////////*/



@media (max-width: 980px){


	h3{
	font-size: 40px;
	}


	.row-maxfullwidth{
	margin: auto;
	width: 90%!important;
	}	

	.row{
	/*display: block;*/

}

	.deux-colone, .colone_quarante, .colone_soixante{
		/*width: 100%;*/
	}


	.section-top {
		padding-top: 120px;
		position: relative;
	}


	.tire-acueil{
		font-size: 50px;
	}

}


/*//////////////////////////////////////////////*/














/*////////////   FOOTER /////////*/


.footer{
	position: relative;
	background-color:#96368B;
	margin-top: -1px;
}

.pdp{
	width: 100%;
	padding: 50px 0 20px 0;
	
}


