/* CSS CYBEVASION */
/* on importe d'abord la feuille de style pour pouvoir écraser des valeurs si besoin */
@import url("https://www.cybevasion.fr/css/old_site.css");

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");

@import url("https://www.cybevasion.fr/css/css_palettes_planning.php?id=1");

/*
*{
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
}
*/
body{
	font-size: 15px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	background:#442d19 url("lib/gfx/background.gif") repeat-x;
}

/* CADRE CONTENANT */
.container{
	width: 1024px;
	margin: auto;
	/*background-image: url("lib/gfx/sides_shadow.png");*/
	background-repeat: repeat-y;
}

/* CADRE PRINCIPAL */
.main_content{
	width: 1000px;
	margin: auto;
	padding: 10px;
	background-color: #f8faee;
	border: #679800 solid 1px;
}

/* STYLES DU TEXTE */
h1{
	font-size: 22px;
	font-weight: bold;
	display: inline;
}

h2{
	font-size: 18px;
	display: inline;
}

.bloc_contact_intro{
	/*font-size: 18px;*/
	line-height: 25px;
}

.bloc_contact_intro h2{
	font-size: 18px;
}

.texte_accueil{
	text-align: justify;
	margin-bottom: 15px;
}

.mini{
	font-size: 10px;
}

.contact{
	font-size: 18px;
	color: #7da808;
}

.titre{
	font-size: 16px;
	color: #d4d70a;
}
.titre-srubrique {
    font-size: 1.3em;
}

.alerte_big{
	font-size: 18px;
	color: #dd0000;
}

/* STYLES DES LIENS */
a, a:visited{
	color: #d4d70a;
	text-decoration: underline;
}

.main_content a, a:visited{
	color: #7da808;
	text-decoration: underline;
}

a:hover{
	color: #FF6D00;
	text-decoration: underline;
}

/* MENU */
.menu{
	width: 893px;
	margin: auto;
	margin-bottom: 3px;
}

.menu div{
	display: inline-block;
	/*width: 100px;*/
	height: 31px;
	margin-right: 20px;
	text-align: center;
}

.menu a{
	display: block;
	/*width: 100px;*/
	height: 31px;
	font-size: 18px;
	color: #d4d70a;
	text-decoration: none;
	padding-top: 4px;
	font-weight: bold;
	padding: 4px 8px 0 8px;
}
.menu .menu_back_index {
	border: 1px solid #d4d70a;
	border-bottom: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.menu a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%);
	border-radius: 3px 3px 0 0;
}

.menu_selected{
	background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%);
	border-radius: 3px 3px 0 0;
	color: #ffffff !important;
}

.menu_selected a{
	color: #FFFFFF;
}

/* HEADER */
.header{
	height: 40px;
	width: 1000px;
	padding: 10px;
	padding-top: 20px;
	margin: auto;
	color: #d4d70a;
	position: relative;
}

.header h1{
	color: #d4d70a;
	font-size: 32px;
}

.bloc_title{
	float: left;
}

.bloc_flags{
	/*float: right;*/
	position: absolute;
	right: 0;
}
.bloc_flags > img, .bloc_flags > a {
	display: inline-block;
	vertical-align: middle;
}

.bloc_flags img{
	border: 0px;
}

.bloc_flags .flag_selected{
	border: #d4d70a solid 2px;
	padding: 1px;
}

/* FOOTER */
.footer{
	color: #638506;
	width: 941px;
	padding: 10px;
	margin: auto;
	background-image: url("lib/gfx/bottom_shadow.png");
	background-repeat: no-repeat;
	text-align: center;
}

.footer a{
	color: #638506;
}

/* VIGNETTES */
.bloc_vignette{
	display: inline-block;
	width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	padding: 5px;
	vertical-align: top;
}

/*.vignette{*/
	/*border: #d4d70a solid 2px;*/
/*}*/
/*.vignette:hover{*/
	/*border: #FF6D00 solid 2px;*/
/*}*/

/* BORDURES */
.bordure_dashed{
	border: #CCCCCC dashed 1px;
}

/* FORMULAIRES */
.input_text{
	padding: 2px;
	width: 350px;
	border: 1px solid #CCCCCC;
}

.input_text_date{
	width: 100px;
	padding: 2px;
	background-image:url("lib/gfx/calendrier.gif"); background-repeat:no-repeat; background-position: 98% center;
	border: 1px solid #CCCCCC;
	cursor:pointer;
}

/* NOUVEAU FORMULAIRE */
.info_form {
	box-sizing: border-box;
	padding: 0 20px 10px 0;
}
.info_form_50 {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.info_form_30 {
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
}
.info_form > label, .info_form > input {
	display: block;
}
.info_form > input, .info_form > select {
	box-sizing: border-box;
	width: 100%;
	padding: 7px;
}
.info_form_auto > input, .info_form_auto > select {
	width: auto;
}
.info_form > textarea {
	width: 550px;
}
.info_form > #my_button {
	display: block;
	margin: auto;
}
input[type=button] {
	background: #341E0D;
	color: #D4D70A;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	border-radius: 2px;
	cursor: pointer;
	transition: all 0.2s;
}
input[type=button]:hover {
	background: #A5C634;
    color: #FFFFFF;
}
.like_input_text {
	border: 1px solid #CCCCCC;
}

/* Gestion du nombre de personnes */
#wrap_nb_personnes {
	position: relative;
}
#nb_personnes_text {
	cursor: pointer;
	outline: none;

	width: 100%;
	box-sizing: border-box;
    padding: 7px;
}
#nb_personnes_toggle {
	display: none;
	position: absolute;
	min-width: 215px;
	background: #fff;
	padding: 5px 5px 0;
	box-shadow: 0 1px 4px 0 #bbb;
	border-radius: 3px;
	z-index: 10;
	box-sizing: content-box;
}
#nb_personnes_toggle:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 10px;
	border: 5px solid transparent;
	border-bottom: 5px solid #fff;
}
#nb_adultes, #nb_enfants {
	width: 105px;
	margin-right: 0;
	border: 1px solid #e1e1e1;
	padding: 5px 0;
}
#ages_enfants {
	margin-bottom: 5px;
}
#info_age_enfant {
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
	line-height: 2.5;
	color: #444;
}
#info_age_enfant:last-child {
	display: none;
}
.age_enfant {
	font-size: 1em;
	border: 1px solid #e1e1e1;
	padding: 5px 0;
}
#nb_personnes_toggle select option.disabled {
	display: none;
}

/* DIVERS */
.list_icones{
	line-height: 32px;
}

.div_noimprim{
	display: block;
}

.tab_proxi{
	width: auto;
}

.td_proxi{
	width: 180px;
}

.div-list-fluid{
	display: inline-block;
	vertical-align: top;
}
.div-list-fluid2{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.div-list-20{
	display: inline-block;
	width: 20%;
	vertical-align: top;
	box-sizing: border-box;
}
.div-list-25{
	display: inline-block;
	width: 25%;
	vertical-align: top;
	box-sizing: border-box;
}
.div-list-33{
	display: inline-block;
	width: 33%;
	vertical-align: top;
	box-sizing: border-box;
}

/* Dates ouvertes/fermées datepicker */
.ui-widget-header {
	background: linear-gradient(to bottom, #43b4e5 0%,#419ee5 100%);
}
.completACetteDate > span {
	background: #ef4836 !important;
	color: #000 !important;
}

.fleche_css {
	display: inline-block;
	padding: 3px 0px;
	margin-left: 5px;
}
.fleche_css::before, .fleche_css::after {
	width: 10px;
	height: 2px;
	background: #aaa;
	display: block;
	content: "";
	transition: all 0.2s;
}
.fleche_css::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 5px;
	margin-left: -2px;
}
.fleche_css::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -2px;
	margin-left: 4px;
}
.fleche_css_up::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.fleche_css_up::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
span.no_bold * {
	font-weight: normal;
	font-size: 0.8em;
}

.bloc-change-cartes {
	background: #fff;
	border-radius: 5px;
}
.change-carte {
	padding: 2px 5px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}
.partie_gauche, .partie_droite {
	display: inline-block;
	width: 50%;
	color: #404040;
}
.partie_droite {
	text-align: right;
}
.compteur_photos_gen {
	position: absolute;
	bottom: 12px;
	right: 8px;
	background: rgba(255, 255, 255, 0.6);
	padding: 3px 7px;
	border-radius: 3px;
}