/*
 * Template Name: Contao
 * Description: Corporate Theme.
 * Version:
 * Author: Fingerprint Technologies
 * Website: http://www.fingerprint.fr
*/

/*
*******************************************************
Import Google Fonts
*******************************************************
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

/*
*******************************************************
Reset
*******************************************************
*/
* {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

html,
body{
	margin:0;
	padding:0;
	background-image:url(/files/contao/assets/img/fond.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#c3c3c3;
}

/* Body
------------------------------------*/
body {
   font-size: 13px;
   line-height: 1.6;
	font-family: 'Open Sans', sans-serif;
	color:#1b0d4c;
	padding-top:60px;
}

/* Radius
------------------------------------*/
.radius {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.radius {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.radius_bas {
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.radius_haut {
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.radius_droite {
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.radius_gauche {
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/* Line height
------------------------------------*/
p, a, li {
   line-height: 1.6;
}

/* Liens
------------------------------------*/
a,
a:focus,
a:hover,
a:active {
   outline: 0 !important;
   color: #7071ff;
}

a {
	transition:color 0.6s ease;
}

a:hover {
   text-decoration: underline;
}

.linked:hover {
	color:#7071ff;
}

/*Typography
------------------------------------*/

/*Heading*/
h1, h2, h3, h4, h5 {
   margin-top: 5px;
   text-shadow: none;
   font-weight: normal !important;
   font-family: 'Open Sans', sans-serif;
}

h1 i, h2 i, h3 i, h4 i, h5 i {
   margin-right: 7px;
}

.headline {
	display: block;
	margin: 10px 0 25px 0;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4 {
	margin: 0 0 -2px 0;
	padding-bottom: 5px;
	display: inline-block;
}


/* Blockquote
------------------------------------*/
blockquote p {
	font-size: 16px;
	font-weight: 200;
}

blockquote:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
	border-left-color: #7071ff;
}

/* Utile
------------------------------------*/
.invisible {
	display:none !important;
}

.inline-block {
	display:inline-block;
}

.overflow-hidden {
	overflow:hidden;
}

/* Float
------------------------------------*/
.float_left { float:left; }
.float_right { float:right; }
.gauche { float:left; }
.droite { float:right; }

/* Images
------------------------------------*/
.image_container { max-width:100%; }
.carousel { max-width:100%; }


/* Centrage
------------------------------------*/
.centre { text-align:center; }
.ce_gallery.centre .galerie.mode_diaporama,
.ce_image.centre figure,
.ce_text.centre figure {
	margin:0 auto;
}

/* Marges
------------------------------------*/
.marge { padding:10px; }
.marge-2x { padding:30px; }

.marge-bas { padding-bottom:10px; }
.marge-bas-2x { padding-bottom:30px; }

.marge-haut { padding-top:10px; }
.marge-haut-2x { padding-top:30px; }

.marge-gauche { padding-left:10px; }
.marge-gauche-2x { padding-left:30px; }

.marge-droite { padding-right:10px; }
.marge-droite-2x { padding-right:30px; }

/* Couleurs thème
------------------------------------*/
.color { color: #7071ff; }

.bordure { border: 1px solid #1b0d4c; }
.bordure-2x { border: 2px solid #1b0d4c; }
.bordure-p { border: 1px dotted #1b0d4c; }
.bordure-t { border: 1px dashed #1b0d4c; }

.bordure-couleur { border: 1px solid #7071ff; }
.bordure-couleur-2x { border: 2px solid #7071ff; }
.bordure-couleur-p { border: 1px dotted #7071ff; }
.bordure-couleur-t { border: 1px dashed #7071ff; }

.bordure-bas { border-bottom: 1px solid #1b0d4c; }
.bordure-bas-2x { border-bottom: 2px solid #1b0d4c; }
.bordure-bas-p { border-bottom: 1px dotted #1b0d4c; }
.bordure-bas-t { border-bottom: 1px dashed #1b0d4c; }

.bordure-bas-couleur { border-bottom: 1px solid #7071ff; }
.bordure-bas-couleur-2x { border-bottom: 2px solid #7071ff; }
.bordure-bas-couleur-p { border-bottom: 1px dotted #7071ff; }
.bordure-bas-couleur-t { border-bottom: 1px dashed #7071ff; }

.bordure-haut { border-top: 1px solid #1b0d4c; }
.bordure-haut-2x { border-top: 2px solid #1b0d4c; }
.bordure-haut-p { border-top: 1px dotted #1b0d4c; }
.bordure-haut-t { border-top: 1px dashed #1b0d4c; }

.bordure-haut-couleur { border-top: 1px solid #7071ff; }
.bordure-haut-couleur-2x { border-top: 2px solid #7071ff; }
.bordure-haut-couleur-p { border-top: 1px dotted #7071ff; }
.bordure-haut-couleur-t { border-top: 1px dashed #7071ff; }

.bordure-droite { border-right: 1px solid #1b0d4c; }
.bordure-droite-2x { border-right: 2px solid #1b0d4c; }

.bordure-droite-couleur { border-right: 1px solid #7071ff; }
.bordure-droite-couleur-2x { border-right: 2px solid #7071ff; }

.bordure-gauche { border-left: 1px solid #1b0d4c; }
.bordure-gauche-2x { border-left: 2px solid #1b0d4c; }

.bordure-gauche-couleur { border-left: 1px solid #7071ff; }
.bordure-gauche-couleur-2x { border-left: 2px solid #7071ff; }

.fond { background-color: #F1F1F1; }
.fond-couleur { background-color: #7071ff; color:#FFFFFF; }
.fond-couleur-alternative { background-color: #ffb769; }
.fond-blanc { background-color: #FFFFFF; }
.fond-noir { background-color: #413E41; color:#FFFFFF; }

.fond-couleur a,
.fond-couleur a:hover,
.fond-couleur p,
.fond-couleur li {
	color:#FFFFFF;
}

/*
*******************************************************
Boutons
*******************************************************
*/
.btn {
   box-shadow: none;
}

.btn-u {
   border:0;
   font-size:14px;
   cursor:pointer;
   padding:6px 13px;
   position:relative;
   background-color:#7071ff !important;
   display:inline-block;
   color:#fff !important;
   text-decoration:none !important;
}

.btn-u:hover {
   color:#fff;
   background:#7071ff;
   text-decoration:none;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}

.btn-u-small {
   padding:3px 12px;
}

.btn-u-lg {
   font-size:18px;
   padding:10px 25px;
}

a.btn-u {
   padding:4px 13px;
   vertical-align:middle;
}

a.btn-u-small {
   padding:2px 12px;
}

a.btn-u-lg {
   font-size:18px;
   padding:6px 25px;
}

/*
*******************************************************
Boxed Layout
*******************************************************
*/
.boxed-layout {
   padding: 0;
   border-left: solid 1px #f7f7f7;
   border-right: solid 1px #f7f7f7;
}

/*
*******************************************************
Erreurs
*******************************************************
*/
p.error {
	width:100%;
	padding-left:15px;
	padding-right:15px;
	color:#FF0000;
	display:inline-block;
}

/*
*******************************************************
Wrap
*******************************************************
*/
.wrap {}

/*
*******************************************************
Contenu
*******************************************************
*/
.contenu {
	padding-top:30px;
	padding-bottom:30px;
	background-color:#f1f1e6;
}

.contenu > .container {
	padding-left:0;
	padding-right:0;
}

.contenu .ce_text p {
	font-size:16px;
	line-height:18px;
}

.page-accueil .contenu .ce_text p {
	font-size:13px;
}

.contenu-bas {
	background-color:#d0d25a;
	color:#1b0d4c;
	transition:all 0.6s ease;
	padding-top:30px;
}

.contenu-bas a {
	color:#FFFFFF;
	text-decoration:none;
}


.contenu-bas > .container {
	padding-left:0;
	padding-right:0;
	border-top:1px solid #1b0d4c;
	padding-top:45px;
	padding-bottom:45px;
}


.contenu-bas p {
	font-size:16px;
	line-height:30px;
}

.contenu-bas h3 {
	font-size:22px;
	line-height:30px;
	margin-bottom:20px;
}

/*
*******************************************************
Footer
*******************************************************
*/
.footer {
	padding:65px;
	background:#FFFFFF;
}

/*
*******************************************************
Pied
*******************************************************
*/
.pied > .container {
	padding-left:0;
	padding-right:0;
}

.pied .colonne-gauche {
	color:#1b0d4c;
}

.pied .colonne-gauche h2 {
	margin:0;
	font-size:18px;
	line-height:19px;
	font-weight:bold !important;
	text-transform:uppercase;
	margin-bottom:25px;
}

.pied .colonne-gauche p {
	font-size:18px;
	line-height:20px;
}

.pied .colonne-droite {
	text-align:right;
}

.pied .colonne-droite p {
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	line-height:14px;
	padding-right:10px;
	border-right:1px solid #1b0d4c;
	color:#1b0d4c;
	margin-right:5px;
}

.pied .colonne-droite .menu_copyright {
	display:inline-block;
	vertical-align:middle;
}

.pied .colonne-droite .menu_copyright ul {
	padding:0;
}

.pied .colonne-droite .menu_copyright li {
	list-style-type:none;
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	line-height:14px;
}

.pied .colonne-droite .menu_copyright li a {
	color:#1b0d4c;
	transition:all 0.6s ease;
}

.pied .colonne-droite .menu_copyright li a:hover {
	color:#7071ff;
	text-decoration:none;
}

/*
*******************************************************
Copyright
*******************************************************
*/
.copyright {
	font-size: 12px;
	padding: 10px 0 10px;
	color: #c8c8c8;
	background: #1f1f1f;
}

.copyright p {
	margin-top: 12px;
	margin-right:12px;
	display:inline-block;
}

.copyright nav {
	display:inline-block;
}

.copyright a {
	margin: 0 5px;
	color: #7071ff;
}

.copyright a:hover {
	color:#c8c8c8;
	text-decoration:none;
}

.copyright ul {
	margin:0;
	padding:0;
}

.copyright ul li {
	list-style-type:none;
	display:inline-block;
}

/*
*******************************************************
Breadcrumbs
*******************************************************
*/
.breadcrumbs {
	padding: 10px 0 6px;
	border-bottom:1px solid #eeeeee;
}

.breadcrumbs h1 {
	font-size: 26px;
	margin-top: 12px;
}

.breadcrumb {
	top: 9px;
	padding-right: 0;
	position: relative;
	background: none;
}

.breadcrumb li.active,
.breadcrumb li a:hover {
	text-decoration: none;
	color:#7071ff;
}

.breadcrumb a {
	color: #777;
}

/*
*******************************************************
Pagination
*******************************************************
*/
.pagination li a {
	padding: 5px 15px;
	color: #777;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
   background-color: #7071ff;
   border-color: #DDDDDD;
}

.pagination li a:hover {
   background: #7071ff;
   border-color: #DDDDDD;
   color: #fff;
}

.pagination > li > span.current {
    background-color: #7071ff;
    color: #FFFFFF;
}

/*
*******************************************************
Carousel
*******************************************************
*/
.carousel-arrow a.carousel-control:hover {
	color: #c8c8c8;
}

/*
*******************************************************
Carousel v1
*******************************************************
*/
.carousel-v1 .carousel-caption {
   left: 0;
   right: 0;
   bottom: 0;
   padding: 7px 15px;
   background: rgba(0, 0, 0, 0.7);
}

.carousel-v1 .carousel-caption p {
   margin-bottom: 0;
   color: #fff;
}

.carousel-v1 .carousel-arrow a.carousel-control {
   opacity: 1;
   font-size:18px;
   height:inherit;
   width: inherit;
   background: none;
   text-shadow: none;
   position: inherit;
}

.carousel-v1 .carousel-arrow a i {
   top: 50%;
   opacity: 0.6;
   background: #000;
   margin-top: -18px;
   padding: 12px;
   position: absolute;
   z-index:99;
}
.carousel-v1 .carousel-arrow a i:hover {
   opacity: 0.8;
}

.carousel-v1 .carousel-arrow a.left i {
   left: 0;
}
.carousel-v1 .carousel-arrow a.right i {
   right: 0;
}

/*
*******************************************************
Galerie
*******************************************************
*/
.galerie em.overflow-hidden {
    display: block;
}

.galerie a img {
    transition: all 0.8s ease-in-out 0s;
}

.galerie a:hover img {
    opacity: 0.8;
    transform: scale(1.02);
}

/*
*******************************************************
Galerie Slider
*******************************************************
*/
.galerie.mode_slider a {
    display: inline-block;
    text-align: center;
	position:relative;
	background: none repeat scroll 0 0 #FCFCFC;
}

.galerie.mode_slider a:hover {
    text-decoration: none;
}

.ce_gallery .bx-wrapper .bx-controls-direction a {
	top:-35px !important;
}

.ce_gallery .bx-wrapper .bx-controls-direction a {
	background-image: url(../img/controls.png);
}

/*
*******************************************************
Galerie Grille
*******************************************************
*/
.galerie.mode_grille .carousel-caption {
    bottom: 0;
    left: 15px;
    padding: 7px 15px;
    right: 15px;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    z-index: 10;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
}

.galerie.mode_grille .row > div {
	margin-bottom:30px;
}

/*
*******************************************************
Images ( Zoom / Liens )
*******************************************************
*/
.image_container .icone {
	background-repeat: no-repeat;
	background-position: 50%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 90;
   visibility:hidden;
}

.image_container a:hover .icone {
   visibility:visible;
}



.liens .image_container .carousel-caption {
	position:relative;
	left:auto;
	right:auto;
}

.liens .image_container a {
	text-decoration:none;
}

.image_container .icone.url {
	background-image:url("/files/contao/assets/img/overlay-icon-link.png");
}

.image_container .icone.zoom {
	background-image:url("/files/contao/assets/img/overlay-icon.png");
}

/*
*******************************************************
Pagination
*******************************************************
*/
.pagination.block {
	width:100%;
}

.pagination.block p {
	margin-bottom:0;
}

ul.pagination {
	margin-top:10px;
	margin-bottom:10px;
}

.pagination > li > a, .pagination > li > span {
    padding: 5px 15px !important;
}

/*
*******************************************************
Menu général
*******************************************************
*/
.menu_general {
	z-index:2;
	padding-left:45px;
	padding-right:45px;
}

.menu_general > ul {
	border-top:1px solid #344f07;
}

.menu_general ul {
	position:relative;
	width:auto;
	padding:0;
	margin:0;
	white-space:nowrap;
}

.menu_general li {
	position:relative;
	list-style-type:none;
	padding-top:5px;
}

.menu_general .level_3 {
	display:none;
}

.menu_general .level_1 > li {
	float:left;
	position:relative;
	padding-top:0;
	width:33%;
	text-align:center;
}

.menu_general .level_1 > li:hover > a,
.menu_general .level_1 > li.active > a,
.menu_general .level_1 > li.trail > a {
	color:#7071ff;
}

.menu_general li > a {
	position:relative;
	display:block;
	color: #344f07;
    font-size: 18px;
    padding: 45px;
	padding-top:30px;
	padding-bottom:30px;
    text-transform: uppercase;
}

.menu_general a,
.menu_general a:hover {
	text-decoration:none;
	color:#7071ff;
}

.menu_general .level_2 {
	display:none;
	position:absolute;
	padding: 5px;
	padding-top:0;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	z-index: 1 !important;
	display:block !important;
	top:-2000px;
	opacity:0;
	-moz-opacity:0;
	-webkit-opacity:0;
	transition:top 0 ease, opacity 0.6s ease;
	background-color:#eeeceb;
	left:-5px;
}

.menu_general li:hover > .level_2 {
	transition:top 0.3s ease, opacity 0.6s ease;
	display:block !important;
	top:100% !important;
	opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;
}


.menu_general .level_2 li a {
	display:block;
	padding:11px 20px !important;
	font-size:14px;
	border:0;
	text-transform: none;
	font-weight:bold;
	color:#2c2c2c;
}

.menu_general .level_2 li a:hover,
.menu_general .level_2 li a.active {
	color:#7071ff;
}

/*
*******************************************************
Menu contextuel
*******************************************************
*/
.menu_contextuel ul {
	padding-left:10px;
}

.menu_contextuel li {
	display:none;
}

.menu_contextuel li.trail {
	display:block;
}

.menu_contextuel li.trail * {
	display:block;
}

.menu_contextuel .level_2 li ul {
	display:none !important;
}

.menu_contextuel .level_2 li.active ul,
.menu_contextuel .level_2 li.trail ul {
	display:block !important;
}

.menu_contextuel .level_1 li.active {
	display:block;
}

.menu_contextuel .level_1 li.active .level_2 li,
.menu_contextuel .level_1 li.active .level_2 a {
	display:block !important;
}

.menu_contextuel > ul {
	background-color: #eeeceb;
	padding:5px;
}

.menu_contextuel  a {
	color:#2c2c2c;
	font-size:14px;
	font-weight:bold;
	padding: 11px 20px !important;
}

.menu_contextuel  a:hover,
.menu_contextuel  a.active {
	text-decoration:none;
	color:#7071ff;
}

.menu_contextuel .level_1 > li > a {
	text-transform:uppercase;
}

/*
*******************************************************
Texte + image, Image, Lien
*******************************************************
*/

.block.ce_image em.overflow-hidden,
.block.ce_text em.overflow-hidden,
.block.ce_hyperlink em.overflow-hidden {
	display: block;
}

.block.ce_image .image_container,
.block.ce_text .image_container,
.block.ce_hyperlink .image_container {
	position:relative;
}

.block.ce_image a img,
.block.ce_text a img,
.block.ce_hyperlink a img {
    transition: all 0.8s ease-in-out 0s;
}

.block.ce_image a:hover img,
.block.ce_text a:hover img,
.block.ce_hyperlink a:hover img {
    opacity: 0.8;
    transform: scale(1.02);
}

/*
*******************************************************
Téléchargements
*******************************************************
*/
.ce_downloads ul {
	padding-left:10px;
}

.ce_downloads li {
	list-style-type:none;
	margin-bottom:5px;
}

.ce_downloads a .fa {
	vertical-align:middle;
	margin-right:5px;
}

.ce_downloads .size {
	margin-left:5px;
}

/*
*******************************************************
Téléchargement
*******************************************************
*/
.ce_download a .fa,
.enclosure a .fa {
	vertical-align:middle;
	margin-right:5px;
}


.ce_download .size {
	margin-left:5px;
}

/*
*******************************************************
Accordéons
*******************************************************
*/
.ce_accordion {
	margin-bottom:10px;
}

.ce_accordion .toggler {
	padding:10px;
	border:1px solid #DDDDDD;
	cursor:pointer;
}

.ce_accordion .toggler:hover {
	text-decoration:underline;
	color:#7071ff;
}

.ce_accordion .toggler.ui-state-active {
	border-bottom:0;
}

.ce_accordion .ui-accordion-content {
	padding:10px;
}

.ce_accordion .ui-accordion-content-active {
	border:1px solid #DDDDDD;
}

/*
*******************************************************
Résultat de la recherche
*******************************************************
*/
.mod_search .header {
	border:0;
}

.mod_search .progress-bar-success {
	background-color:#7071ff !important;
}

/*
*******************************************************
Top Bar (login, search etc.)
*******************************************************
*/
.top {
}

.top .mod_changelanguage ul {
	margin: 0;
	padding: 0;
	z-index: 9999;
	position: relative;
	float:right;
	padding-right:5px;
}

.top .mod_changelanguage ul  li {
	list-style-type:none;
	float:left;
}

.top .mod_changelanguage ul li a {
	color: #373737;
	display:block;
	padding:5px;
	font-size:12px;
	text-transform:uppercase;
}

.top .mod_changelanguage ul li a.act {
	font-weight:bold;
}

/*
*******************************************************
Logo
*******************************************************
*/

.entete > .container {
	background-color:#FFFFFF;
	background-image:url(/files/contao/assets/img/fond-entete.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	border-top:5px solid #7071ff;
	padding-left:0;
	padding-right:0;
}

.entete .logo {
	margin-top:35px;
	margin-bottom:35px;
}

.entete .logo h1 {
	display:block;
}

.entete .logo h1 img {
	margin:0 auto;
}

/*
*******************************************************
Header
*******************************************************
*/
body > .entete {
	z-index:999;
	position:relative;
}

/*
*******************************************************
Formulaire de recherche
*******************************************************
*/
.formulaire_recherche .container {
	position:relative;
}

.search-open {
	right: 50px;
	top: 25px;
	display: none;
	position: absolute;
	border:5px solid #1f1f1f;
}

a.search {
	cursor: pointer;
	padding: 8px 8px 10px;
	border-bottom-color: #aaa;
}

.search-open form {
	margin: 0;
}

.formulaire_recherche #keywords {
	width:150px;
}

/*
*******************************************************
Fancybox
*******************************************************
*/
/*For Topbar*/
.fancybox-overlay.fancybox-overlay-fixed {
   z-index:9999;
}

/*FancyBox Hover Effect*/
.zoomer:hover .overlay-zoom .zoom-icon{
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   opacity:0.4;
   filter: alpha(opacity = 50);
}

.overlay-zoom {
   display: block;
   cursor: pointer;
   width: 100%;
   height: 100%;
   position: relative;
   -webkit-transition: all 0.1s ease-in-out;
   -moz-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   -ms-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;
   z-index: 90;
}

.overlay-zoom .zoom-icon {
   background-image:url("../img/overlay-icon.png");
   background-color: #000;
   background-repeat: no-repeat;
   background-position: 50%;
   position: absolute;
   width: inherit;
   height: inherit;
   opacity: 0;
   z-index: 100;
   filter: alpha(opacity = 0);
   top:0;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-backface-visibility: hidden;
}


/*
*******************************************************
Flexslider
*******************************************************
*/
.flexslider {
   margin-top: 10px !important;
   background: none !important;
}
.flexslider .flex-direction-nav a {
   margin-top: -10px !important;
}

/*
*******************************************************
Tables
*******************************************************
*/
.table thead > tr > th {
   border-bottom: none;
}

.table.ce_table.table-bordered {
	border:1px solid #dddddd;
}

.ce_table.table-bordered {
	border:0;
}


/*
*******************************************************
News mode diaporama
*******************************************************
*/
.news_diaporama .date {
	font-size:12px;
	font-style:italic;
}

.news_diaporama .more {
	clear:both;
}

.news_diaporama .teaser,
.news_diaporama .teaser p {
	line-height:18px;
}

.news_diaporama .carousel-v1 .carousel-arrow {
	margin-top:10px;
	margin-bottom:10px;
	text-align:right;
}

.news_diaporama .carousel-v1 .carousel-arrow a i {
	display:none;
}

.news_diaporama .carousel-v1 .carousel-arrow a {
	height: 22px;
    outline: 0 none;
    position: relative;
    text-indent: -9999px;
    width: 21px;
    z-index: 9999;
}

.news_diaporama .carousel-v1 .carousel-arrow a {
	background-image: url("../img/controls.png");
	display:inline-block;
}

.news_diaporama .carousel-v1 .carousel-arrow a.left {
	right: 24px;
	background-position:0 -25px;
}

.news_diaporama .carousel-v1 .carousel-arrow a.left:hover {
	background-position:0 0;
}

.news_diaporama .carousel-v1 .carousel-arrow a.right {
	right:0;
	background-position:-24px -25px;
}

.news_diaporama .carousel-v1 .carousel-arrow a.right:hover {
	background-position:-24px 0;
}

.news_diaporama .item .image {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.news_diaporama .item .image .legende {
	font-size:11px;
	font-style:italic;
}

/*
*******************************************************
News mode liste
*******************************************************
*/
.news_list .item {
	border-bottom:1px dotted #DDDDDD;
	margin-bottom:30px;
	padding-bottom:10px;
}

.news_list .item.last {
	border-bottom:0;
}

.news_list .date {
	font-size:12px;
	font-style:italic;
}

.news_list .more {
	clear:both;
	text-align:right;
}

.news_list .teaser,
.news_diaporama .teaser p {
	line-height:18px;
}

.news_list .carousel-v1 .carousel-arrow {
	margin-top:10px;
	margin-bottom:10px;
	text-align:right;
}

.news_list .carousel-v1 .carousel-arrow a i {
	display:none;
}

.news_list .carousel-v1 .carousel-arrow a {
	height: 22px;
    outline: 0 none;
    position: relative;
    text-indent: -9999px;
    width: 21px;
    z-index: 9999;
}

.news_list .carousel-v1 .carousel-arrow a {
	background-image: url("../img/controls.png");
	display:inline-block;
}

.news_list .carousel-v1 .carousel-arrow a.left {
	right: 24px;
	background-position:0 -25px;
}

.news_list .carousel-v1 .carousel-arrow a.left:hover {
	background-position:0 0;
}

.news_list .carousel-v1 .carousel-arrow a.right {
	right:0;
	background-position:-24px -25px;
}

.news_list .carousel-v1 .carousel-arrow a.right:hover {
	background-position:-24px 0;
}

.news_list .item .image {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.news_list .item .image .legende {
	font-size:11px;
	font-style:italic;
}

/*
*******************************************************
News mode full
*******************************************************
*/
.news_full .info{
	font-size:12px;
	font-style:italic;
	text-align:right;
}

.news_full .texte{
	margin-bottom:15px;
}

/*
*******************************************************
News mode reader
*******************************************************
*/
.mod_newsreader .back {
	margin-top:15px;
}

/*
*******************************************************
Page d'accueil
*******************************************************
*/
.page-accueil .breadcrumbs {
	display:none;
}

.page-accueil #slider-accueil .mode_diaporama .carousel-caption {
	position:absolute;
	background-color:#FFFFFF;
    bottom: 0;
    padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
    right: 0;
	left:auto;
	opacity:0.8

}

.page-accueil #slider-accueil .mode_diaporama .carousel-caption  p {
	font-size:16px;
	line-height:17px;
	color:#314d00;
	text-shadow:none;
	padding:5px;
}

.page-accueil .contenu .container > .row {
	margin-bottom:30px;
}

.page-accueil .contenu {
	background-color:transparent;
	padding-top:0;
	padding-bottom:0;
}

.page-accueil .titre-baseline {
	padding:45px;
	background-color:#FFFFFF;
	color:#1b0d4c;
	text-align:center;
}

.page-accueil .titre-baseline p {
	margin:0;
	font-size:24px !important;
	line-height:26px;
	text-transform:uppercase;
}

.page-accueil .zone-principale {
	padding-bottom:140px;
	background-image:url(/files/contao/assets/img/fond-contenu-accuail.png);
	background-repeat:no-repeat;
	background-position:center 218px;
}

.page-accueil .zone-principale > .container {
	padding-left:0;
	padding-right:0;
}

.page-accueil .contenu .container {
	padding-bottom:30px;
}

/*
*******************************************************
Calendriers
*******************************************************
*/
table.calendar th.head,
table.minicalendar th.head {
	text-align:center;
}

table.calendar .days.active,
table.minicalendar .days.active {
	background-color:#ffb769;
}

table.calendar .days.active.today,
table.minicalendar .days.active.today {
	background-color:#7071ff;
}

table.calendar .days a:hover,
table.minicalendar .days a:hover {
	color:#000000;
}

/*
*******************************************************
Liste d'articles
*******************************************************
*/
.mod_articleList ul {
	padding:0;
	margin:0;
}

.mod_articleList ul li {
	list-style-type:none;
}

/*
*******************************************************
Formulaire de connexion
*******************************************************
*/

.mod_login .champ input[type=text],
.mod_login .champ input[type=password] {
	margin-bottom:10px;
}

.mod_login .checkbox_container {
	margin-bottom:10px;
}

.mod_login .checkbox_container input[type="checkbox"] {
	display:inline-block;
	margin-top:10px;
	margin-bottom:10px;
}

.mod_login .checkbox_container label {
	margin-bottom:10px;
	font-weight:normal;
}

/*
*******************************************************
Formulaire édition du compte membre
*******************************************************
*/
.mod_personalData form {
	margin-bottom:10px;
}

.mod_personalData .form-control.text {
	width:30%;
}

/*
*******************************************************
Formulaire mot de passe perdu
*******************************************************
*/
.mod_lostPassword  form {
	margin-bottom:10px;
}

.mod_lostPassword  .form-control.text,
.mod_lostPassword  .form-control.captcha {
	width:30%;
}

/*
*******************************************************
Formulaire inscription newsletter
*******************************************************
*/
.footer-subsribe button[type=submit]{
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/*
*******************************************************
Réseaux sociaux
*******************************************************
*/
.reseaux_sociaux {
	position:absolute;
	right:5px;
	padding: 10px;
	width:55px !important;
	background-color: #ffffff;
	margin-top:5px;
}

.reseaux_sociaux a {
	color:#494949;
	display:block;
	margin-bottom:5px;
}

.pin-wrapper {
	position:absolute;
	right:0px;
	z-index:2;
	opacity:0.8;
	transition:opacity 0.3s ease;
}

.pin-wrapper:hover {
	opacity:1;
}

.reseaux_sociaux_footer a {
	margin-right:10px;
}

/*
*******************************************************
Réseaux sociaux ( mobile )
*******************************************************
*/
.reseaux_sociaux_mobile {
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
}

/*
*******************************************************
Menu mobile
*******************************************************
*/
.bouton_menu_mobile {
	background-color:transparent;
    display: block;
	z-index: 10000000;
    height: 52px;
    left: 15px;
    position: fixed;
    top: 15px;
    width: 82px;
	left:0;
	top:0;
	height:82px;
}

.bouton_menu_mobile.open {
	width:100%;
	background: #2c2c2c;
}

.bouton_menu_mobile .fa-bars {
    background: #2c2c2c;
    height: 45px;
    margin-left: 15px;
    margin-top: 15px;
    padding-top: 3px;
    text-align: center;
    width: 47px;
}

.menu-side {
    background-color: #1f1f1f;
    display: block;
    width: 100%;
    z-index: 9999999;
    height: 100%;
    left: -100%;
    position: fixed;
    top: 0;
	overflow:auto;
}

.barre_menu_mobile {
    background-color: #2c2c2c ;
    height: 82px;
    width: 100%;
}

.menu_mobile ul {
    margin: 0;
    position: relative;
	padding:0;
}
.menu_mobile ul > li {
    background-color: #fff;
    border-bottom: 1px solid #000000;
    margin: 0;
	list-style-type:none;
}

.menu_mobile ul > li > a {
    color: #000000;
    display: block;
    font-size: 14px;
	font-weight:bold;
    padding: 0;
    text-transform: uppercase;
    padding:10px;
}

.menu_mobile ul > li > a:hover {
	text-decoration:none;
}

.menu_mobile > ul > li ul {
    position: absolute;
	display: none;
    left: 100%;
	width: 100%;
    top: 0;
}

#menu_mobile_back {
    color: #434243;
    font-size: 14px;
    text-transform: none;
}

#aside_mobile {
    display: block;
}

/*
*******************************************************
Vidéos youtube
*******************************************************
*/
.ce_contenu_video_youtube.centre .video {
    float: none;
    margin: 0 auto;
}
.ce_contenu_video_youtube .video {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    position: relative;
    width: 33%;
}
.ce_contenu_video_youtube .conteneur_video {
    height: 0;
    padding-bottom: 75%;
    padding-top: 25px;
}
.ce_contenu_video_youtube .conteneur_video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*
*******************************************************
Titre de page
*******************************************************
*/
.titre-page {
	background-color:#FFFFFF;
	color:#1b0d4c;
	padding:45px;
	font-size:24px;
	line-height:26px;
	margin-bottom:30px;
	text-transform:uppercase;
	text-align:center;
}

/*
*******************************************************
Boutons accueil
*******************************************************
*/

.page-accueil .bouton-domaine {
	position:relative;
}

.page-accueil .bouton-domaine .masque {
	background: #7077e7;
    height:0;
    left: 15px;
    position: absolute;
    right: 15px;
	visibility:hidden;
	bottom:0;
	transition:all 0.6s ease;
    -khtml-opacity:0;
    -moz-opacity : 0;
    -ms-filter: "alpha(opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter : alpha(opacity=0);
    opacity : 0;
}

.page-accueil .bouton-domaine:first-child .masque {
	background: #FFFFFF;
}

.page-accueil .bouton-domaine:last-child .masque {
	background: #473f3e;
}

.page-accueil .bouton-domaine:hover .masque {
	visibility:visible;
	height: 100%;
    -khtml-opacity:0.5;
    -moz-opacity : 0.5;
    -ms-filter: "alpha(opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter : alpha(opacity=50);
    opacity : 0.5;
}

.page-accueil .bouton-domaine .description {
	padding:50px;
	text-align:center;
	height:160px;
	background-image:url(/files/contao/assets/img/fond-bouton-bien-etre.png);
	background-repeat:repeat;
	background-position:center top;
	position:absolute;
	bottom:-140px;
	left:15px;
	right:15px;

}

.page-accueil .bouton-domaine .description .libelle {
	display:none;
}

.page-accueil .bouton-domaine .description .fleche {
    height: 20px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: -10px;
    width: 20px;
}

.page-accueil .bouton-domaine .description .fleche .fa {
	font-size:20px;
	color:#FFFFFF;
	transition:all 0.6s ease;
	transform:rotate(0deg);
}

.page-accueil .bouton-domaine a:hover .description .fleche .fa {
	transform:rotate(180deg);
}

.page-accueil .bouton-domaine .description .titre {
	font-size:24px;
	text-transform:uppercase;
	line-height:26px;
	color:#FFFFFF;
}

.page-accueil .bouton-domaine .description .titre .pre {
	font-weight:bold;
}

.page-accueil .bouton-domaine:first-child .description {
	background-image:url(/files/contao/assets/img/fond-bouton-histoire.png);
}

.page-accueil .bouton-domaine:first-child .description .titre {
	color:#1b0d4c;
}

.page-accueil .bouton-domaine:last-child .description {
	background-image:url(/files/contao/assets/img/fond-bouton-maison.png);
}

.page-accueil .bouton-domaine:last-child .description .titre {
	color:#FFFFFF;
}

/*
*******************************************************
Galerie mode grille
*******************************************************
*/
.galerie.mode_grille .carousel-caption {
	background-color:transparent !important;
	background-image:url(/files/contao/assets/img/fond-legende-photo.png);
	background-repeat:no-repeat;
	background-position:center top;
	color:#FFFFFF;
    -khtml-opacity:1;
    -moz-opacity : 1;
    -ms-filter: "alpha(opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter : alpha(opacity=100);
    opacity : 1;
	font-size:14px;
	padding:20px;
	text-transform:uppercase;
	bottom:0;
	position:absolute;
	left:15px;
	right:15px;
	min-height:62px;
}

.galerie.mode_grille .image_container .icone {
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 96px;
    height: 20px;
    left: 50%;
	margin-left:-10px;
	top:-10px;
    position: absolute;
    width: 20px;
    z-index: 90;
}

/*
*******************************************************
Texte + images
*******************************************************
*/
.ce_text .carousel-v1 .carousel-caption,
.ce_image .carousel-v1 .carousel-caption {
	color:#373737;
	position:relative;
	left:auto;
	right:auto;
	bottom:auto;
    -khtml-opacity:1;
    -moz-opacity : 1;
    -ms-filter: "alpha(opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter : alpha(opacity=100);
    opacity : 1;
	background:transparent !important;
	text-shadow:none;
	text-align:left;
	padding-left:0;
	padding-right:0;
}
