/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.picto_image{
	position:relative;
	margin:auto;
	width: 100%;
	max-width: 100px;
	height: auto;
}

.picto_image.small{
	position:relative;
	margin:auto;
	width: 100%;
	max-width: 60px;
	height: auto;
}

.picto_titre{
	font-size: 20px;
	line-height: 25px;
	color:#00AD6D;
	font-weight: bold;
	margin-top: 25px;
}

.picto_titre.small{
	font-size: 15px;
	line-height: 20px;
	color:#00AD6D;
	font-weight: normal;
	margin-top: 25px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.picto_inline{
	display: inline-block;
	height: 20px;
	margin-right: 10px;
	line-height: inherit;
	vertical-align: middle;
	width: auto;
}

.picto_inline.huge{
	display: inline-block;
	height: 60px;
	margin-right: 40px;
	width: auto;
}

.picto_inline.big{
	display: inline-block;
	height: 24px;
	margin-right: 16px;
	width: auto;
}

.picto_inline.medium{
	display: inline-block;
	height: 20px;
	margin-right: 10px;
	width: auto;
}

.picto_inline.small{
	display: inline-block;
	height: 10px;
	margin-right: 16px;
	width: auto;
}

.picto_inline.center{
	margin-left: 8px;
	margin-right: 8px;
}

.picto_inline.right{
	margin-left: 16px;
	margin-right: 0px;
}

.picto_inline.libre{
	margin-left: 0px;
	margin-right: 0px;
	height: auto;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.effet_zoom_hover{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-ms-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	transition: 0.4s ease;
}

.effet_zoom,.effet_zoom_hover:hover,.effet_zoom_hover_conteneur:hover .effet_zoom_hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-ms-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	transition: 0.4s ease;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.effet_hover{
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.effet_hover:hover{
	opacity:0.5;
	cursor: pointer;
	
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.picto_ligne_conteneur{
	position:relative;
	width:100%;
	margin-top: 10px;
	overflow: hidden;
}

.picto_ligne{
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 25px;
	overflow: hidden;
}

.picto_ligne_image{
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	width:auto;
	margin-right: 10px;
}

.picto_ligne_texte{
	display: inline-block;
	vertical-align: middle;
	line-height: 25px;
}

.picto_input{
	display: inline-block;
	vertical-align: middle;
	line-height: 25px;
	margin-left: 5px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.picto_horizontal{
	position:relative;
	width:100%;
	overflow: hidden;
}

.picto_horizontal_image_conteneur{
	position:relative;
	float:left;
	vertical-align: middle;
	width: 13%;
	min-height: 100%;
	overflow: hidden;
}

.picto_horizontal_image{
	position:relative;
	width:100%;
	height: auto;
	overflow: hidden;
}

.picto_horizontal_texte{
	position:relative;
	display: inline-block;
	float:right;
	width: 80%;
	min-height: 100%;
	overflow: hidden;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.lien_liste{
	display: inline-block;
	text-decoration: none!important;
	line-height: 16px!important;
	margin-bottom: 8px!important;
}

.lien_simple, .lien_simple a{
	text-decoration: none!important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.alignement_text_special.ecran_left{
	text-align: left;
}

.alignement_text_special.ecran_center{
	text-align: center;
}

.alignement_text_special.ecran_right{
	text-align: right;
}

@media (max-width: 800px){
	.alignement_text_special.ecran_left,.alignement_text_special.ecran_center,.alignement_text_special.ecran_right{
		text-align:inherit;
	}
	
	.alignement_text_special.smartphone_left{
		text-align: left;
	}

	.alignement_text_special.smartphone_center{
		text-align: center;
	}

	.alignement_text_special.smartphone_right{
		text-align: right;
	}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.alignement_text_left,.alignement_text.left{
	text-align: left;
}

.alignement_text_center,.alignement_text.center{
	text-align: center;
}

.alignement_text_right,.alignement_text.right{
	text-align: right;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.margin_left{
	margin-left: 10px;
}

.margin_right{
	margin-right: 10px;
}

.margin_top{
	margin-top: 10px;
}

.margin_bottom{
	margin-bottom: 10px;
}

.margin_bottom_big{
	margin-bottom: 15px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

iframe,.iframe_conteneur{
	position:relative;
	width:100%;
	overflow:hidden;
}

.iframe_conteneur iframe{
	height: 600px;
}

@media (max-width: 600px){
	.iframe_conteneur iframe{
		height: 400px;
	}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.rond{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	
	-webkit-mask:url(../images/rond.svg) no-repeat 50% 50%;
	-moz-mask:url(../images/rond.svg) no-repeat 50% 50%;
	-ms-mask:url(../images/rond.svg) no-repeat 50% 50%;
	-o-mask:url(../images/rond.svg) no-repeat 50% 50%;
    mask:url(../images/rond.svg) no-repeat 50% 50%;
}

.bord_arrondi{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.filtre{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 4;
}

.filtre.dark{
	background-color: #000;
	opacity: 0.4;
}

.filtre.light{
	background-color: #FFFFFF;
	opacity: 0.4;
}

.filtre.force1{
	opacity: 0.1;
}

.filtre.force2{
	opacity: 0.2;
}

.filtre.force3{
	opacity: 0.3;
}

.filtre.force4{
	opacity: 0.4;
}

.filtre.force5{
	opacity: 0.5;
}

.filtre.force6{
	opacity: 0.6;
}

.filtre.force7{
	opacity: 0.7;
}

.filtre.force8{
	opacity: 0.8;
}

.filtre.force9{
	opacity: 0.9;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.lowercase{
	text-transform: lowercase;
}

.uppercase{
	text-transform: uppercase;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.rotate_180{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.inline_block{
	display: inline-block!important;
}

.block{
	display: block!important;
}

.margin_auto{
    margin-left: auto;
    margin-right: auto;
}

