/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */


/* FONTS  ==============================================================*/


/* FONTS  ==============================================================*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
	font-family: 'Gotham-Medium';
	src: url('../fonts/Gotham-Medium.eot');
	src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Medium.woff') format('woff'),
		url('../fonts/Gotham-Medium.ttf') format('truetype'),
		url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Book';
	src: url('../fonts/Gotham-Book.eot');
	src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Book.woff') format('woff'),
		url('../fonts/Gotham-Book.ttf') format('truetype'),
		url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gotham_xnarrowbook';
	src: url('../fonts/gothamxnarrow-book-webfont.eot');
	src: url('../fonts/gothamxnarrow-book-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gothamxnarrow-book-webfont.woff') format('woff'),
		url('../fonts/gothamxnarrow-book-webfont.ttf') format('truetype'),
		url('../fonts/gothamxnarrow-book-webfont.svg#gotham_xnarrowbook') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gotham_xnarrowmedium';
	src: url('../fonts/gothamxnarrow-medium-webfont.eot');
	src: url('../fonts/gothamxnarrow-medium-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gothamxnarrow-medium-webfont.woff') format('woff'),
		url('../fonts/gothamxnarrow-medium-webfont.ttf') format('truetype'),
		url('../fonts/gothamxnarrow-medium-webfont.svg#gotham_xnarrowmedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gotham_xnarrowlight';
	src: url('../fonts/gothamxnarrow-light-webfont.eot');
	src: url('../fonts/gothamxnarrow-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gothamxnarrow-light-webfont.woff2') format('woff2'),
		url('../fonts/gothamxnarrow-light-webfont.woff') format('woff'),
		url('../fonts/gothamxnarrow-light-webfont.ttf') format('truetype'),
		url('../fonts/gothamxnarrow-light-webfont.svg#gotham_xnarrowlight') format('svg');
	font-weight: normal;
	font-style: normal;

}




/* EXCLUSION  ==============================================================*/

.iphone {
	display: none;
}

.ie .iphone {
	display: none;
}

#alert_too_small {
	display: none;
}

/* CKEDITOR  ==============================================================*/
body {
	font-family: 'Open Sans';
}

body#editor {
	margin-left: 6px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	background: #fff;
	font-family: 'Open Sans';
}

body#editor .danger {
	background: url(/img/danger.png) no-repeat;
	width: 160px;
	height: 150px;
	padding-top: 15px;
}

body#editor .members_only {
	background-image: url(/img/fond_members_only.jpg);
}

body#content .members_only {
	background-image: none;
	padding: 0;
}

body#editor .public_only {
	background-image: url(/img/fond_members_only.jpg);
}

body#content .public_only {
	display: none;
	background-image: none;
	padding: 0;
}

body#editor .slide_div {
	background: #FFC
}


/* VIDEO  ==============================================================*/

#bgvid {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background-size: cover;
}

.media_embed {
	position: relative;
	width: 100%
}

.media_embed img {
	display: block;
	width: 100%;
	height: auto;
}

img.cke_iframe,
.media_embed iframe {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* GENERALITES  ==============================================================*/

.piege {
	border: 0 none;
	height: 0px;
	position: absolute;
	width: 0px;
}

h2.bt {
	border-top: #C2BF6E solid 1px;
	margin: 12px 0 10px 0;
	padding: 12px 0 0 0;
}

#contact_alerte {
	color: #c00
}

.fancybox-wrap {
	overflow: visible !important;
}


/* SHARE THIS  ==============================================================*/

.fb_iframe_widget iframe {
	z-index: 5000;
}

.meta.fb_iframe_widget {
	display: none !important;
}

.stButton {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.chicklets {
	margin: 0 !important;
	padding: 8px !important;
}

.st_facebook {
	margin-left: 20px !important;
}

.st_fblike {
	line-height: 8px;
}

body.share .stButton {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

body.share .st_facebook {
	margin-left: 10px !important;
}

body.share .st_fblike {
	line-height: 28px;
}

body.share .chicklets {
	padding: 8px !important;
}

.st_facebook,
.st_twitter,
.st_linkedin,
.st_email,
.st_sharethis,
.st_fblike {
	display: inline-block;
}


body#content hr,
body#editor hr,
body#frame hr {
	color: #ccc;
	background-color: #c2bf6e;
	height: 1px;
	border: 0;
	margin: 16px 20px;
	clear: both;

}

body#editor {
	font-size: 14px;
	line-height: 22px;

}

.no_break {
	white-space: nowrap;
}

input,
textarea {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

p {
	margin: 0 0 .5em 0;
}

a {
	text-decoration: none;
	font-weight: bold
}

a:link {
	color: #444;
}

a:visited {
	color: #444;
}

a:hover {
	color: #000;
}

a:active {
	color: #444;
}

img.right {
	margin-left: 20px;
	float: right;
}

img.left {
	margin-right: 20px;
	float: left;
}

input.bouton,
span.bouton {
	border: 0 !important;
	background-color: #c4d56b;
	font-weight: bold;
	text-align: center;
	color: #fff;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 15px;
}

input.bouton:hover,
span.bouton:hover {
	background-color: #9bac45 !important;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input.bouton:active,
span.bouton:active {
	background-color: #22326a !important;
	color: #fff;
}

p.galerie span {
	display: block;
	text-align: center;
	padding-bottom: 6px;
	float: left;
	font-size: .8em;
	margin-right: 10px;
}

#close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 40000;
	display: none;
}


/*  -------------  */

h1 {
	color: #333;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0px 0 0px 0;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1em;
	letter-spacing: -.030em;
	font-family: 'Gotham-Medium';
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
	line-height: 1em;
	color: #888;
	font-family: 'gotham_xnarrowbook';
}

h2 {
	margin-bottom: 10px;
	font-size: 30px;
	letter-spacing: -.015em;
}

h3 {
	margin-bottom: 6px;
	font-weight: bold;
	color: #666;
	font-size: 18px;

}

.references {
	font-style: italic;
	font-size: .8em;
	line-height: 1.45em;
}

/*  outils  */

#ariane {
	margin-bottom: 18px;
	font-size: .8em;
	color: #666;
}

#outils .st_sharethis {
	margin-top: 10px;
	position: absolute
}

#outils .st_sharethis {
	margin-top: 1px
}

.a_cacher {
	display: none
}

.content_container h1 {
	margin-bottom: 15px;
}

/* PREMIER NIVEAU  ==============================================================*/

html {}

body#content {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 14px;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #666;
	font-family: 'Open Sans';
}

body.HP {
	background-color: #1c1e1;
}

div#container {
	margin: 0 auto 0 auto;
	width: 100%;
	height: 100%;

}

div#main {
	margin: 0 auto;
	padding: 0;
	overflow: visible;
	width: 100%;
	max-width: 1600px;
	min-width: 940px;
	position: relative;
	z-index: 300
}

body.HP article {
	width: calc(100% - 40px);
}

body.HP div#main {}

body.HP div#main_HP {
	height: 90vh;
	background-size: cover;
	background-position: center bottom;
	position: relative;
}



.home_blocs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home_blocs>a {
	width: 32%;
}


.form_search_interne {
	background: #EDE3D3;
	color: black;
	padding: 30px;
}

.form_search_HP {
	padding-top: 40px;
	text-align: center;
}

.form_search_HP h2 {
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 20px;
}

.reinitialiser_voyage {
	border: none;
	background: transparent;
	margin-left: 10px;
}

.form_search_HP .reinitialiser_voyage {
	color: #ffffff;
}

.reinitialiser_voyage:hover {
	/* color: #C4D46B; */
	font-weight: bold;
}

.form_search_HP>form {
	justify-content: center;
	align-items: center;
}

.form_search_voyage {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.form_search_voyage>div {
	margin: 5px;
}

.form_search_voyage select,
.form_search_voyage ::picker(select) {
	appearance: base-select;
	background: rgba(255, 255, 255, .7);
	border-color: none;

}

.avec_voyages_complets {
	position: absolute;
	right: 0;
	bottom: -20px;
}

.description_destinaton {
	/* display: none; */
	padding: 20px 5px;
	white-space: pre-line;
	font-size: 1.2em;
	line-height: 1.4em;
}

.description_destinaton a {
	color: #f7921d;
	border-bottom: 1px dotted #f7921d;
}

.description_destinaton a:hover {
	color: #f7921d;
	border-bottom: 2px solid #f7921d;
}


.form_search_voyage option {
	display: flex;
	justify-content: flex-start;
	gap: 5px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 5px;
	transition: 0.4s;
}

.form_search_voyage select:not(#mois_annee_voyage) option:nth-of-type(odd) {
	background: #eee;
}

.form_search_voyage optgroup {
	background: #eee;

}

.form_search_voyage option:hover,
.form_search_voyage option:focus {
	background: #c4d56b !important;
}

.form_search_voyage .voyages_tri {
	color: #ffffff;
	display: none;
}

.contenu_dernieres_places_HP {
	margin: 60px auto 25px auto;
	padding: 45px 25px 25px 25px;
	float: none;
	position: relative;
	max-width: 1200px;
	border: 4px dotted #c4d56b
}

.contenu_dernieres_places_HP .dernieres_places_label {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: .8em;
	color: #ffffff;
	background: rgba(247, 146, 29, .8);
	padding: 0 5px;
	display: none;
}

.dernieres_places_img {
	padding: 10px;
}

.dernieres_places_txt {
	padding: 15px;
	color: #888;
	background-color: #F3F3F0;
	font-weight: normal
}

.dernieres_places_txt a {
	font-weight: normal
}

.dernieres_places_txt strong {
	color: #f7921d;
}

.contenu_dernieres_places_HP h2 {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -70px;
	text-align: center;
}

.contenu_dernieres_places_HP h2 span {
	background: #ffffff;
	display: inline;
	color: #c4d56b;
	font-size: 1.2em;
}

.contenu_dernieres_places_HP .dernieres_places_img {
	padding-bottom: 60%;
	width: 100%;
	background-size: cover;
	background-position: center;

	position: relative;
}

.contenu_dernieres_places_HP h3 {
	font-size: 20px;
	color: #666;
}

a.dernieres_places_btn {
	background: #c4d56b;
	color: #ffffff;
	margin: auto;
	padding: 10px 25px 10px 10px;
	color: #ffffff;
	font-size: 20px;
	position: relative;
	margin-top: 40px;
	display: inline-block;
}

a.dernieres_places_btn:visited {
	color: #ffffff;
}

a.dernieres_places_btn:hover {
	background: #f7921d;
}

a.dernieres_places_btn:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 10px;
	border-color: transparent transparent transparent #ffffff;
	top: 6px;
	right: 5px;

}


.contenu_bloc_HP {
	margin: 25px 0px;
	display: flex;
	flex-wrap: wrap;
	background-color: #F3F3F0;
}

.contenu_bloc_HP>div {
	width: 50%;
	display: block;
	padding: 20px;
	position: relative;

}

.contenu_bloc_HP>div>a {
	display: block;
	position: relative;
	max-width: 500px;
	margin: auto;
	line-height: 1.4em;
	font-weight: normal;
}

.contenu_bloc_HP .home_bloc_img {
	padding-bottom: 40%;
	width: 80%;
	background-size: cover;
	background-position: center;
	/* margin: auto; */
	margin-bottom: 20px;
	z-index: 0;
	margin-top: -70px;
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .3);
}


.contenu_bloc_HP>div:nth-child(1):before,
.contenu_bloc_HP>div:nth-child(4):before {
	display: block;
	content: '';
	background-color: #c4d56b;
	position: absolute;
	top: 0px;
	bottom: 0;
	z-index: 0;
}

.contenu_bloc_HP>div:nth-child(1),
.contenu_bloc_HP>div:nth-child(2) {
	border-bottom: 90px solid #ffffff;
}


.contenu_bloc_HP>div:nth-child(1) a,
.contenu_bloc_HP>div:nth-child(4) a {
	color: #ffffff;
}

.contenu_bloc_HP>div:nth-child(1) h2,
.contenu_bloc_HP>div:nth-child(4) h2 {
	color: #ffffff;
}

.contenu_bloc_HP>div:nth-child(1):before {
	right: 0;
	left: -1000px;
}

.contenu_bloc_HP>div:nth-child(4):before {

	left: 0;
	right: 0;
}

.home_slogan_1,
.home_slogan_2 {
	margin: 40px auto;
	font-size: 1.3em;
	max-width: 1200px;
	width: calc(100% - 30px);
}

.home_slogan_2 {
	margin: 40px auto 140px auto;

}

.home_slogan_1 h2,
.home_slogan_2 h2 {
	color: #666;
}

.home_slogan_1 strong,
.home_slogan_2 strong {
	color: #f7921d;
}

.accompagnateur_HP {
	margin-top: 30px;
	margin-bottom: 100px;
	text-align: center;
}

.accompagnateur_HP>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1400px;
	margin: auto;
	margin-top: 70px;
	padding: 0 20px;

}

.accompagnateur_HP>div>a {
	width: 16.6%;
	max-width: 250px;
	text-align: center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	margin-bottom: 40px;
}

.accompagnateur_HP>div>a:hover {
	transform: scale(1.2);
}


.accompagnateur_HP h2 {
	text-align: center;
}

.home_accomp_img {
	width: 90%;
	padding-bottom: 90%;
	margin: auto;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	margin-bottom: 5px;
	background-color: #eaeaea;
}



body.HP header {
	transition: background 1s;
	-moz-transition: background 1s;
	/* Firefox 4 */
	-webkit-transition: background 1s;
	/* Safari and Chrome */
	-o-transition: background 1s;
	/* Opera */
	z-index: 9999;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

body.HP header.header_opaque {
	background: #c4d56b;
	-webkit-box-shadow: 0px 8px 10px -8px rgb(0 0 0 / 26%);
	box-shadow: 0px 8px 10px -8px rgb(0 0 0 / 26%);
}

div.content_container {
	margin: 0;
	padding: 0;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}


/* HEADER  ==============================================================*/

header {
	position: fixed;
	z-index: 2000;
	width: 100%;
	margin: 0 0 0 0;
	overflow: visible;
}

body.page header {
	background-color: #c4d56b;
	-webkit-box-shadow: 0px 8px 10px -8px rgb(0 0 0 / 26%);
	box-shadow: 0px 8px 10px -8px rgb(0 0 0 / 26%);
}

header #header_cont {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 20px;
}

/* nav MOBILE */

header nav.mobile {
	display: none;
	width: calc(100% - 30px);
	text-align: right;
	font-size: 20px;
	position: fixed;
	top: 2px;
	right: 2px;

}

header nav.mobile span {
	display: inline-block;
	width: auto;
	padding: 2px 6px;
	border-radius: 0px 0px 0px 4px;
	background: #fff;
	color: #333;
}

header nav.mobile a {
	text-decoration: none;
	font-weight: normal;
}

header nav.mobile a:link {
	color: #fff;
}

header nav.mobile a:visited {
	color: #fff;
}

header nav.mobile a:hover {
	color: #f3f4d3;
}

header nav.mobile a:active {
	color: #fff;
}

/* nav MAIN */

header nav.main {
	padding-top: 5px;
}

header .logo2 {
	width: 90px;
	float: left;
}

header span#logo {
	display: block;
	float: left;
	margin-top: 12px;
	margin-right: 20px;
	position: relative;
	z-index: 3000 !important;
	width: 80px;
	color: rgba(255, 255, 255, .5);
	text-transform: uppercase;
	text-align: center;
	font-size: 17px;
	line-height: 20px
}


header span#logo span.img,
header span#logo h1.img {
	display: block;
	background: #e4e4d0;
	padding: 8px 8px 2px 10px;
	margin-bottom: 8px;
}

header span#logo span.txt {
	display: block;
	background: rgba(255, 255, 255, .85);
	font-weight: normal !important;
}

header span.txt,
header h1.txt {
	display: block;
	background: none;
	font-weight: normal !important;
	color: #fff;
	font-size: 16px;
	font-family: 'Gotham-Medium';
	text-transform: uppercase;
	padding-top: 28px;
	float: left;
	letter-spacing: 0;
	line-height: initial;
}

header span.txt0 {
	display: none;
	background: none;
	font-weight: normal !important;
	color: #fff;
	font-size: 18px;
	font-family: 'Gotham-Medium';
	text-transform: uppercase;
	padding-top: 28px;
	display: none;
}

body.HP header span#logo span.txt {
	background: none;
}

header .lien_menu {
	position: relative;
}

header .MENU_2_LIGNES {
	font-size: .7EM;
	text-align: center;
	/* width: 100%; */
	display: inline-block;
	margin-top: 17px;
	position: absolute;
	left: -10px;
	right: -10px;
}

.prix_voyage_solo {
	font-weight: bold;
	margin-top: -24px;
	padding-right: 8px;
	float: right;
	color: #fff;
}

header span#logo img {
	width: 100%;
}

header nav.main ul {
	list-style: none;
	margin: 0;
	float: right;
}

header nav.main ul li {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

header nav.main ul li a {
	display: block;
	text-decoration: none;
	font-family: 'gotham_xnarrowbook';
}

header nav.main ul li.first a {
	text-decoration: none;
	font-weight: normal;
}

header nav.main ul li.first a:link {
	color: #fff;
}

header nav.main ul li.first a:visited {
	color: #fff;
}

header nav.main ul li.first a:hover {
	color: #f3f4d3;
}

header nav.main ul li.first a:active {
	color: #fff;
}


header nav.main ul.first li {
	float: left;
	letter-spacing: .03em;
	font-size: 19px;
	padding: 30px 12px 0 12px;
	overflow: visible
}

header nav.main ul.first li.right {
	float: right;
	padding: 30px 6px 0 6px;
}

header nav.main ul.first li.first a {
	margin: 0 !important;
}

header nav.main ul.first li.first.right a {
	border-bottom: 0;
	font-family: 'gotham_xnarrowbook';
}

header nav.main ul li.li a {
	padding: 0px;
	line-height: 1.3em;
}

header nav.main ul.sub {
	display: none;
	position: absolute;
	background: none;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	z-index: 50;
	width: auto !important;
}

body.page header nav.main ul.sub {
	background: #c4d56b;

	padding: 10px 10px 10px 10px;
	border-radius: 0px 0px 30px 30px
}

header nav.main ul ul.sub li {
	float: none;
	overflow: hidden;
	border: 0;
	border-bottom: 1px solid rgba(202, 204, 114, .5);
	padding: 0px;
}

header nav.main ul ul.sub li a {
	padding: 3px 6px;
	width: 100%;
	font-family: 'gotham_xnarrowbook';
	letter-spacing: .04em;
	border-bottom: 0 !important;
	margin-top: 100px;
	font-size: 16px;
	padding: 10px 0 10px 0;

}

header nav.main ul ul.sub li a:link {
	color: #fff;
}

header nav.main ul ul.sub li a:visited {
	color: #fff;
}

header nav.main ul ul.sub li a:hover {
	color: #f3f4d3;
}

header nav.main ul ul.sub li a:active {
	color: #fff;
}

header nav.main ul li ul li {
	font-family: 'Gotham-Medium';
	font-size: 1em !important;
	line-height: 1em !important;
	margin: 0;
}


header nav.main ul ul.sub li ul.level2 {
	padding: 0;
	padding-left: 10px;
}

header nav.main ul ul.sub li ul.level2 li {
	padding: 0;
}

header nav.main ul ul.sub li ul.level2 a {
	padding: 3px 3px;
	width: 100%;
	font-family: 'Arial';
	font-size: 14px;
	line-height: .87em;
}


section.nav ul {
	width: 100%;
	margin: 0 20px 30px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

section.nav li {
	padding: 12px 0 6px 0;
	margin: 0 10px 0 0;
	float: left;
	text-transform: uppercase;
	font-family: 'Gotham-Medium';
	font-size: 14px;

}

section.nav li a {
	font-weight: normal;

}

section.nav li.li_nav.onglet_selec:after {
	/* content: '';
	position: absolute;
	display: inline-block;
	height: 0;
	width: 0;
	border-top: 5px solid #c4d56b;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent; */
}

section.nav li.li_nav {
	background-color: #ffffff;
	border: solid 2px #c4d56b;
	padding: 10px 6px 6px 6px;
	border-radius: 10px;
}

section.nav li.li_nav.onglet_selec {
	background-color: #c4d56b;
}


body#content hr.nav {
	margin-bottom: 0 !important;
}

/* IE  ==============================================================*/

div.ie {
	margin: 60px auto !important;
	width: 100%;
	text-align: center;
	color: #fff;
}

div.ie p {
	color: #aaa;
	width: 600px;
	margin: 0px auto !important;
	margin-bottom: 10px !important;
}

div.ie #gros_logo {
	display: inline-block;
	width: 250px;
	height: 200px;
	background: #1c1e14;
	margin: 22px auto;

}

div.ie #gros_logo img {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

/* FORMULAIRE ==============================================================*/

.adultes_supp,
.enfants_supp {
	/* display: flex; */
	align-items: center;
	justify-content: space-between;
}

.adultes_supp>input,
.enfants_supp>input {
	width: calc(49% - 55px) !important;
	/* margin-left: 110px; */

}

form.form_adm_contacts {
	width: 100%;
	clear: both;
}

form.form_adm_contacts fieldset {
	border: 0 !important;
	padding: 0;
}

form#form_mail fieldset {
	margin-top: 10px;
}

#form_mail {
	padding: 25px 50px;
}

#form_mail fieldset {
	border: 0;
}

form#form_mail ul,
form.form_adm_contacts ul {
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none !important;
}

form.form_adm_contacts label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 10px
}

form#form_mail label {
	width: auto;
	display: inline-block;
	text-align: right;
	margin-right: 10px
}

form.form_adm_contacts input.text,
form.form_adm_contacts textarea.text {
	padding: 8px;
	margin-bottom: 20px;
	width: calc(100% - 110px);
	border: #ddd 3px solid;
	font-size: 14px;
	color: #666;

}

form#form_mail input.text {
	padding: 8px;
	margin-bottom: 20px;
	width: 70%;
	border: #ddd 3px solid;
	font-size: 14px;
	color: #666;
}

form.form_adm_contacts textarea.text {
	height: 120px;
}

.obligatoire {
	font-style: italic;
	color: #c00;
	text-align: right;
	width: 99%;
	margin-bottom: 4px;
}

.bouton-container {
	text-align: center;
	width: 100%;
}

.bouton.form {
	font-style: italic;
	color: #c00;
	text-align: right;
	width: auto;
	padding: 12px 30px 10px 30px;
	font-size: 1.2em;
	color: #fff;
	background: #c4d56b;
}

.bouton.form:hover {
	background: #9bac45 !important;
}



/* NEWS  ==============================================================*/

article .news1,
article .news2 {
	display: none;
}

div.ligne_news {
	display: flex;
	flex-wrap: nowrap;
	line-height: 1.4em;
}

div.ligne_news .date {
	color: #c4d56b;
	text-decoration: underline;
}

div.ligne_news hr {
	overflow: hidden;
	clear: both;
}

nav#news {
	overflow: hidden;
	margin: 0 0 0px 0px;
	padding-bottom: 20px;

}

nav#news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav#news li {
	margin: 0 15px 0px 0;
	padding: 0px 0px 0 0;
	float: left;
}

nav#news li a {
	font-family: 'gotham_xnarrowlight';
	font-size: 20px;
	border-bottom: 2px solid #eee;
	letter-spacing: .022em
}

nav#news li a {
	text-decoration: none;
}

nav#news li a:link {
	color: #999;
}

nav#news li a:visited {
	color: #999;
}

nav#news li a:hover {
	color: #000;
}

nav#news li a:active {
	color: #999;
}

div.news hr {
	margin: 20px 0px 20px 0px !important;
}

/* div.news img {
    float:left;
	margin-right:10px;
	width:220px;
 	margin-bottom: 10px;
 } */
div.news .img {
	margin-right: 20px;
}

div.news .img>a {
	display: block;
	width: 220px;
	height: 130px;
	background-size: cover;
}


article div.news01 {
	width: 100%;
	float: right;

}

article div.news02 {
	margin: auto;
	width: 100%;

}

span.voir {
	float: right;
	font-size: .8em;
	font-style: italic;

}


/* SECTION ==============================================================*/

div.intro_HP {
	position: absolute;
	z-index: 1000;
	width: 100%;
	padding-left: 50px;
	bottom: 20%;
}

div.intro_HP>.slogan {
	width: 40%;
}

div.intro_HP span.one {
	display: block;
	font-size: 36px;
	line-height: 34px !important;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
	letter-spacing: .015em
}

div.intro_HP span.two {
	width: 100%;
	display: block;
	font-family: 'Open Sans';
	font-size: 18px;
	line-height: 22px;
	text-transform: none;
	color: #fff;
}

body#content hr.typic,
body#content .intro_HP hr {
	color: #c4d56b;
	background-color: #c2bf6e;
	height: 3px;
	border: 0;
	margin: 15px 0 23px 0;
	clear: both;
	width: 36px;
}

body#content hr.typic {
	margin: 15px 0 30px 0;
}

div#slidecaption {
	position: absolute;
	padding: 4px;
	right: 30px;
	top: 200px;
	font-size: 60px;
	line-height: 54px;
	color: #fff;
	font-family: 'gotham_xnarrowlight';
	font-style: italic;
	text-align: right
}

/* ICONES ==============================================================*/

img.icon {
	position: absolute;
	margin: 205px 0 0 10px;
}

img.stage {
	display: inline;
	width: 100% !important;
	height: auto !important;
}

.reste {
	position: absolute;
	top: 124px;
	left: 10px;
	background: #333;
	color: #fff;
	border-radius: 8px;
	padding: 6px;
	text-align: center;
	line-height: 19px;
	font-size: 15px;
	font-family: 'gotham_xnarrowbook';
}

/* SECTION ==============================================================*/

section {
	padding-top: 120px;
	margin-left: 20px;
}

section.nav {
	padding-top: 0 !important;
	margin-bottom: 10px;
	clear: both;

}

/* ARTICLE ==============================================================*/

article {
	font-size: 14px;
	line-height: 22px;
	width: calc(100% - 420px);
	/* float:left; */
	text-align: left;
	padding-top: 140px;
	padding-left: 20px;
	margin-bottom: 80px;
}

.page_voyage article {
	padding-top: 40px;
}

.page_voyage article.fiche_voyage,
.page_voyage article.fiche_info_voyage,
article.voyage.fiche_news {
	padding-top: 0px;
}

.mention_complet {
	background-color: #000000;
	color: #ffffff;
	width: 50px;
	font-size: 8px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	border-radius: 50%;
	float: right;
	transform: rotate(-25deg);
}


.page_voyage section {
	width: 100%;
}

.page_voyage div.aside_cont {
	width: calc(35% - 40px);
}

.page_voyage aside.page {
	width: 100%;
}

article#voyage {
	width: calc(100% - 40px);
}

article#voyage h1 {
	width: calc(100%);
}

.voyages_connectes {
	width: 100%;
	clear: both;
	padding-right: 20px;
	margin-top: 0;
}


/* sommaire VOYAGES------ */
div.introduction {
	margin-bottom: 20px;
	width: calc(100% - 20px);
	font-size: 16px;
	line-height: auto
}

div.introduction_fiche {
	margin-bottom: 20px;
	width: 100%;
}

article ul.voyage_box {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 60px;
}

article ul.voyage_box li {
	width: calc(25% - 15px);
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 20px;
	background: #c4d56b;
	display: inline-block;
	padding: 10px 0 0 0;
	text-align: left;
}

article ul.voyage_box li.complet_1 {
	/* display: none; */
}

article ul.voyage_box.accomp {
	margin-bottom: 30px;
}

article ul.voyage_box.accomp li {
	width: calc(20% - 15px);
}

article ul.voyage_box.accomp li {
	background: none;

}

/*article ul.voyage_box li:nth-child(4n+0) {
	margin-right:0px;
}
*/
article ul.voyage_box li a {
	font-weight: normal;
}

article ul.voyage_box span.divider,
article ul.voyage_box h2.divider {
	width: 100%;
	margin: 30px 0 25px 7px;
	background: none;
	display: block;
	padding: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: 'Gotham-Medium';
	font-size: 30px;
	color: #666;

}

article ul.voyage_box li .pays_voyage {
	position: absolute;
	background: #97a356;
	font-family: 'gotham_xnarrowbook';
	padding: 0px 3px;
	right: -6px;
	top: -21px;
	color: #ffffff;
	transform: rotate(8deg);
	font-size: 1.4em;
}

.bloc_voyage_titre {
	position: absolute;
	background: #C4D46B;
	left: 0;
	right: 0;
	padding-top: 0px;
}

.categorie_voyage_1 .bloc_voyage_titre,
.categorie_voyage_1 ul.voyage_box li {
	background: #2D4739;
}

.categorie_voyage_1 section.nav li.li_nav.li_inscription.onglet_selec {
	background-color: #2D4739;
}

.categorie_voyage_1 ul.voyage_box li .pays_voyage {
	background: #5E8c4A;
}

body.categorie_voyage_1#content hr.typic,
body.categorie_voyage_1#content .intro_HP hr {
	background-color: #5E8c4A;
}



.categorie_voyage_1 .voyages_tri {
	color: #5E8c4A;
}

.categorie_voyage_1 div#intro.voyage span {
	color: #5E8c4A;
}

.categorie_voyage_1 .jourX {
	color: #5E8c4A;
}

.categorie_voyage_1 section.nav li.li_nav.li_contact a {
	color: #5E8c4A;
}

.categorie_voyage_1 section.nav li.li_nav.li_inscription {
	background-color: #5E8c4A;
	border-color: #5E8c4A !important;
	;
}


.categorie_voyage_1 section.nav li.li_nav.onglet_selec {
	background-color: #2D4739;
}

.categorie_voyage_1 section.nav li.li_nav {
	border-color: #2D4739;
}

body.categorie_voyage_1.page header {
	background-color: #2D4739;
}


.categorie_voyage_2 .bloc_voyage_titre,
.categorie_voyage_2 ul.voyage_box li {
	background: #A05A2C;
}

.categorie_voyage_2 section.nav li.li_nav.li_inscription.onglet_selec {
	background-color: #A05A2C;
}

.categorie_voyage_2 ul.voyage_box li .pays_voyage {
	background: #C88A5A;
}

body.categorie_voyage_2#content hr.typic,
body.categorie_voyage_2#content .intro_HP hr {
	background-color: #C88A5A;
}



.categorie_voyage_2 .voyages_tri {
	color: #C88A5A;
}

.categorie_voyage_2 div#intro.voyage span {
	color: #C88A5A;
}

.categorie_voyage_2 .jourX {
	color: #C88A5A;
}

.categorie_voyage_2 section.nav li.li_nav.li_contact a {
	color: #C88A5A;
}

.categorie_voyage_2 section.nav li.li_nav.li_inscription {
	background-color: #C88A5A;
	border-color: #C88A5A !important;
	;
}


.categorie_voyage_2 section.nav li.li_nav.onglet_selec {
	background-color: #A05A2C;
}

.categorie_voyage_2 section.nav li.li_nav {
	border-color: #A05A2C;
}

body.categorie_voyage_2.page header {
	background-color: #A05A2C;
}



.voyages_tri {
	font-size: 1.1em;
	font-weight: bold;
	color: #C4D46B;
}

article ul.voyage_box li span.titre {
	font-family: 'gotham_xnarrowbook';
	font-size: 19px;
	display: block;
	margin-bottom: 1px;
	padding: 0 10px;
	/* height: 44px; */
	overflow: hidden;
	color: #fff;
}

article ul.voyage_box li a {
	text-decoration: none;
	font-weight: bold
}

article ul.voyage_box li a:link {
	color: #444;
}

article ul.voyage_box li a:visited {
	color: #444;
}

article ul.voyage_box li a:hover {
	color: #000;
}

article ul.voyage_box li a:active {
	color: #444;
}

article ul.voyage_box.accomp li a {
	text-decoration: none;
	font-weight: bold
}

article ul.voyage_box.accomp li a:link {
	color: #444;
}

article ul.voyage_box.accomp li a:visited {
	color: #444;
}

article ul.voyage_box.accomp li a:hover {
	color: #000;
}

article ul.voyage_box.accomp li a:active {
	color: #444;
}


article ul.voyage_box.accomp li span.titre {
	height: auto;
}



article ul.voyage_box li span.date {
	font-family: 'gotham_xnarrowbook';
	font-size: 15px;
	display: block;
	margin-bottom: 2px;
	padding: 0 10px;
	color: #fff;
}

article ul.voyage_box li span.photo {
	display: block;
	margin-bottom: 0px;
	margin-top: 52px;
	overflow: hidden;
	width: 100%;
	background-size: cover;
	background-position: bottom;
	height: 220px;
}

article ul.voyage_box.accomp li span.photo {
	height: auto;
	margin-top: 10px;
	padding-bottom: 100%;
}

article ul.voyage_box li span.photo img {
	width: 100%;
}

article ul.voyage_box li span.anime_par {
	display: block;
	padding: 3px 0px 0px 0px;
	color: #999;
	font-size: .9em;
	background: #fff;
	margin-bottom: -5px;
}

article ul.voyage_box li span.anime {
	display: block;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	background: #fff;
	color: #666;
}

/* fiche VOYAGES ------ */
.message_post_envoi {
	color: red;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1.1em;
}

section.nav li.li_nav.li_inscription {
	background-color: #f90;
	border-color: #f90 !important;
}

section.nav li.li_nav.li_contact {
	border-color: #f90 !important;
}

section.nav li.li_nav.li_contact a {
	color: #f90 !important;
}

section.nav li.li_nav.li_contact.onglet_selec {
	background-color: #ffffff;
}

section.nav li.li_nav.li_inscription.onglet_selec {
	background-color: #f90;
}

div#intro.voyage {
	position: relative;
}

div#intro.voyage span {
	color: #c4d56b;
	font-size: .7em;
}

article div#tetiere h2 {
	color: #CCC;
}

article.voyage.deux {
	margin-bottom: 80px;
}

article.voyage {
	margin-top: 0;
	margin-bottom: 10px;
	width: calc(65% - 20px);
}

h1.fiche {
	border-bottom: 0;
	width: calc(100% - 120px);
	margin-bottom: 0px;
	padding-bottom: 10px;
}

h1.fiche2 {
	border-bottom: 0;
	width: 100%;
	float: left;
	margin-bottom: 6px;
	padding-bottom: 10px;
}

h1.team {
	border-bottom: 0;
	width: 100%;
	float: none;
	margin-bottom: 6px;
	padding-bottom: 0px;
}

h2.fiche {
	color: #999;
	margin-bottom: 6px;
	padding-bottom: 10px;
	font-family: 'gotham_xnarrowlight';
	display: inline-block;
	width: auto;
	font-size: 24px;
}

h2.equipe {
	color: #c4d56b;
	margin-bottom: 6px;
	padding-bottom: 10px;
	font-family: 'Gotham-Medium';
	display: inline-block;
	width: auto;
	font-size: 18px;
	text-transform: uppercase;
}

h2.fiche img {
	width: auto;
	height: 18px;
}

.sac_photo_accomp {
	background: #F3F3F0;
	padding: 15px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.sac_photo_accomp img {
	float: right;
	max-width: 47%;
	margin-left: 5px;
	margin-bottom: 3px;
}

.sac_photo_accomp h3 {
	text-decoration: underline;
}

body#content hr.fiche {
	margin-left: 0px !important;
	margin-top: 0px !important;
}

h2.fiche a {
	text-decoration: none;
}

h2.fiche a:link {
	color: #999;
}

h2.fiche a:visited {
	color: #999;
}

h2.fiche a:hover {
	color: #000;
}

h2.fiche a:active {
	color: #999;
}

article.voyage div.rond {
	font-size: 22px;
}

article.voyage div.accomp {
	width: 100%;
	clear: both;
	font-family: 'Open Sans';
	font-size: 15px;
	text-align: left;
	font-style: italic;

}


article.voyage div.date_fiche {
	width: 100%;
	clear: both;
	font-family: 'Gotham-Medium';
	font-size: 18px;
	text-align: left;
	margin: 12px 0 4px 0;
}

article.voyage div.prix_fiche {
	width: 100%;
	clear: both;
	font-family: 'Gotham-Medium';
	font-size: 28px;
	text-align: left;
	margin: 12px 0 4px 0;
}

article.voyage div.conditions {
	width: 100%;
	clear: both;
	font-size: 16px;
	text-align: left;
	margin: 0px 0 16px 0;
}

article.voyage div.resume {
	line-height: 18px;
}

article.voyage div.ref {
	font-size: 12px;
	font-style: italic;
	text-align: left;
	margin: 10px 0 0 0;
}

.info_globale_voyage {
	font-size: .95em;
	border: 1px solid #eee;
	padding: 15px;
	margin-top: 30px;
	background-color: #f4f4f4;
	border-radius: 10px;

}

.info_globale_voyage h3 {
	color: red;
	font-size: 1.3em;
}

.jourX {
	display: block;
	font-size: 18px;
	color: #c4d56b;
	margin: 0px 0 10px 0;
	text-transform: uppercase;
	letter-spacing: .04em
}

#DL {
	float: right;
	font-weight: bold;
	margin-top: 8px;
	margin-right: 20px;
}

img.equipe_portrait {
	float: left;
	width: 33%;
	margin-right: 15px;
}

span.equipe {
	font-size: 16px
}

.equipe #galerie {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.equipe #galerie a {
	margin-bottom: 4px;
	background-size: cover;
	background-position: center bottom;
}

.equipe #galerie.galerie_longue a {
	padding-bottom: 32%;
	width: 32.5%;
	/* padding-bottom: 48%; width:48%; */
}

.equipe #galerie.galerie_courte a {
	padding-bottom: 24%;
	width: 24%;
}



/* fiche GALERIE ------ */

.img_mosaique_voyage {
	width: 102px;
	height: 102px;
	margin: 2px;
	background-size: cover;
}

.img_mosaique_voyage:hover {
	opacity: .8;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

div#galerie img {
	float: left;
	width: 21% !important;
	margin: 0px 6px 12px 6px;
}

div#galerie.galerie_voyage img {
	width: 15% !important;
}

article ul.galerie_box {
	margin: 0;
	padding: 0;
	list-style: none;
}

article ul.galerie_box li {
	width: calc(20% - 12px);
	height: 150px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
	display: block;
}

article ul.galerie_box li img {
	width: 100%;
	height: auto;
}

article div.galerie {
	overflow: hidden;
	margin-bottom: 20px;
}





/* ASIDE ==============================================================*/


div#aside_cont {
	margin: 0 auto;
	height: 100%;
	padding-top: 200px;
	padding-right: 20px;
}

div.aside_cont {
	margin: 0 auto;
	height: 100%;
	padding-right: 20px;
}

div#aside_cont ul,
div#aside_cont li,
div.aside_cont ul,
div.aside_cont li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#aside_cont li {
	margin-bottom: 10px;
}

aside#page,
aside.page {
	float: right;
	text-align: left;
	width: 360px;
	margin-bottom: 80px;
}

aside#page {
	margin-top: 62px;
}

aside.page {
	width: calc(35% - 40px);
	margin-bottom: 14px;
}

aside.page.deux {
	margin-bottom: 80px;
}

aside#page img {
	width: 100%;

}

aside.page img {
	width: 100%;
	margin-bottom: 10px;
	width: 100%;
}

div#div_2,
div#div_3,
div#div_4,
div#div_5,
div#div_6,
div#div_7,
div#div_8 {
	display: none;
}

aside.page span.bouton {
	width: 100%;
	display: block;
	margin-bottom: 16px;
	padding: 23px 24px;
	text-transform: uppercase;
	font-size: 25px;
	background-color: #f90;
	background-image: url(/img/Video-Camera-psd16971.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	text-align: right;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}


/* FOOTER  ==============================================================*/


footer {
	margin: 0 auto;
	font-size: .9em;
	text-align: left;
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding: 12px 20px 20px 20px;
	z-index: 500;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	transition: opacity 1s;
	-moz-transition: opacity 1s;
	/* Firefox 4 */
	-webkit-transition: opacity 1s;
	/* Safari and Chrome */
	-o-transition: opacity 1s;
	/* Opera */
	opacity: 0;
}

footer.footer_visible {
	opacity: 1;

}

#progress-back {
	display: none;
}

footer a {
	text-decoration: none;
	font-weight: bold
}

footer a:link {
	color: #fff;
}

footer a:visited {
	color: #fff;
}

footer a:hover {
	color: #f3f4d3;
}

footer a:active {
	color: #fff;
}




body.share .st_fblike {
	line-height: 18px;
}

.facebook,
.twitter,
.linkedin,
.email,
.sharethis,
.st_fblike {
	filter: grayscale(100%);
	opacity: .75;
}




/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

.ir br {
	display: none;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix {
	clear: both;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.info_corona {
	position: absolute;
	right: 0;
	top: 0;

	width: 370px;
	margin-top: 150px;
	background: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	padding: 20px;
	border-top: 4px solid #c2bf6e;
	border-left: 4px solid #c2bf6e;
	border-bottom: 4px solid #c2bf6e;
	font-size: .9em;
	z-index: 499;
}

.info_corona h2 {
	font-size: 1.4em;
	color: #ffffff;
}

.info_corona a {
	background: #c2bf6e;
	padding: 5px 7px;
	margin-top: 10px;
	display: inline-block;
}

.info_corona .covid_ferme {
	position: absolute;
	right: 7px;
	top: 2px;
	width: 15px;
	padding: 0px;
	font-size: 1.9em;
	cursor: pointer;
}

.voyages_accompagnateur {
	margin-top: 30px;
}

#_atPopupSU {
	z-index: 99999999;
}

.select-css {
	display: block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 240px;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;

	background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='green'/></g></svg>"),
		linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}

.select-css::-ms-expand {
	display: none;
}

.select-css:hover {
	border-color: #888;
}

.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(196, 213, 107, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}

.select-css option {
	font-weight: normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css,
:root:lang(ar) .select-css,
:root:lang(iw) .select-css {
	background-position: left .7em top 50%, 0 0;
	padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.select-css:disabled,
.select-css[aria-disabled=true] {
	color: graytext;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
		linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

.select-css:disabled:hover,
.select-css[aria-disabled=true] {
	border-color: #aaa;
}

.pin_theme {
	/* display: none; */
	position: absolute;
	top: 260px;
	right: 0;
	padding: 0 3px;
	font-size: .8em;
	border-radius: 6px 0 0 0;
	color: #fff;
}