@charset "utf-8";
/* CSS Document */
/* Dans ce fichier ne doit être présent que la mise en forme générale du site ainsi que la mise en forme dans les zones spécifiques */

body {margin:0; padding:0; font-family: 'Raleway', sans-serif, Arial; font-size:15px; background:#FFFFFF; color:#444448; font-weight:400;}
strong {font-weight:700;}
.noscroll { overflow: hidden; height: 100%; width:100%; }

body.mfp-open {height:100%; overflow:hidden; }
body.mfp-open .mfp-wrap {}
body.popin-open .mfp-wrap { overflow:hidden !important; /*height: 100% !important; */ position: /*static*/fixed; }

body.showLayout {overflow: hidden !important; height: 100% !important; width:100% !important; }
body.showLayout #modal-layout { width: 100%; height: 100%; position: fixed; left: 0px; top: 0px; z-index: 3001; display: block; background: rgba(0,0,0,0.6); }

.layout {background:rgba(115,115,115,0.5); width:100%; height:100%; position:fixed; top:0px; left:0px; z-index:100; display:none;}
.layout.visible {display:block;}

/* POPUP */
.mfp-bg {z-index:3250 !important; }
.mfp-wrap, .mfp-content {z-index:3300 !important; }
.mfp-bg {background:#262818 !important; opacity: 0.6 !important; }
.mfp-close-btn-in .mfp-close {color: #000; font-size: 45px; }
.white-popup {position: relative; background: #FFF; overflow-y:auto; padding: 20px 10px; width: auto; max-width: 590px; max-height:885px; min-height: 160px; margin: 50px auto; border-radius: 5px; }

/* FIN POPUP */

#global {padding-top:120px;}
.noscroll #global {overflow: hidden; height:0px;}
.global {max-width:1260px; padding:0 20px; margin:0 auto;}

/* BANDEAU */
#bandeau {padding:0; position:fixed; left:0px; top:0px; width:100%; z-index:3000; background:#FFFFFF;}
.lg {height:120px;}
.sm {height:80px;}

/* Bandeau réduit */
#bandeau.sm { }
#bandeau.sm #bandeau-contact {}
#bandeau.sm #logo {}
#bandeau.sm #logo a img {height: 45px; width:auto;}
#bandeau.sm #bandeau-contact {}
#bandeau.sm #bandeau-elements {margin-top:5px;}
#bandeau.sm #bandeau-contact #bandeau-email {}

#bandeau.sm #menu-conteneur {padding-top:0; height: calc(100% - 32px);}
#bandeau.sm #menu {}
#bandeau.sm #menu .menu-element > a > span, 
#bandeau.sm #menu .menu-element > a:visited > span, 
#bandeau.sm #menu .menu-element > span {}
#bandeau.sm #menu .smenu-conteneur {}


/* Bandeau non réduit */
#bandeau-conteneur {position: relative; z-index: 400; height:100%; width:100%; }
#bandeau-contact {position:relative; z-index:40; }
#bandeau-contact .global {  position:relative; z-index:40; padding:0 10px 0 0 !important;}

#bandeau #logo {float:left; padding:11px 0 0 1px; position:relative; z-index:10;}
#bandeau #logo a,
#bandeau #logo a:visited {}
#bandeau #logo a img {display:block; height:95px; width:auto;}

/* Elements du bandeau */
#bandeau #bandeau-elements {margin:10px 0 0; }
#bandeau .bandeau-element {display:inline-block; vertical-align:top;  height:25px; line-height:24px;  text-align:center; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; -khtml-border-radius: 15px;}
#bandeau .bandeau-element a,
#bandeau .bandeau-element > span {display:inline-block; vertical-align:top;  width:100%; height:100%;}
#bandeau .bandeau-element a,
#bandeau .bandeau-element a:visited {text-decoration:none;}

/* Telephone */
#bandeau-telephone {min-width:129px; padding:0 10px 0 25px; background:url(../images/icone-tel.png) no-repeat 7px center #1e74b9; border:1px solid #1e74b9; margin-right:15px;}
#bandeau-telephone span,
#bandeau-telephone a,
#bandeau-telephone a:visited {font-size:17px; font-weight:600; text-decoration:none; color:#ffffff; }
/* Email */
#bandeau-email {min-width:144px; padding:0 10px; background:#ffffff; border:1px solid #1e74b9;}
#bandeau-email i {margin-right: 8px;font-size:17px;}
#bandeau-email span,
#bandeau-email a,
#bandeau-email a:visited {font-size:14px; color:#1e74b9;}

#bandeau-email:hover {background:#1e74b9;}
#bandeau-email:hover span,
#bandeau-email:hover a { color:#ffffff; }
#bandeau-email:hover i { color:#ffffff;}



/* MENU */
/* Menu niveau 1 */
#menu-conteneur { padding-top:35px; height:calc(100% - 72px);}
#menu-titre, #menu-close {display:none;}
#menu-wrapper {height:100%;}
#menu {list-style:none; margin:0px auto; padding: 0; height:100%;}
#menu .global {padding: 0 10px;text-align:right; position:relative; z-index:30; font-size:0; height:100%;}

#menu .menu-element { display:inline-block; vertical-align:top; position:relative; z-index:30;height: 100%; margin:0 20px;}
#menu #menu-2 {margin-right:0;}
#menu .menu-element > span { cursor:default;}
#menu .menu-element > a > span,
#menu .menu-element > a:visited > span,
#menu .menu-element > span {color: #555454; text-align: center; padding: 15px 0 5px; display: block; font-size:15px; position:relative; text-transform:uppercase; letter-spacing: 1px;} 

#menu .menu-element.menu-grand {}
#menu .menu-element.menu-grand > a > span,
#menu .menu-element.menu-grand > span  {padding:0px 0 1px;}
#menu .menu-element > a,
#menu .menu-element > a:visited {text-decoration:none;}
#menu .menu-element > a:hover {text-decoration:none;}

/** SI EFFET LIGNE SOUS MENU **/
#menu .menu-element > a > span::after,
#menu .menu-element > span::after {content:"";position: absolute;height: 2px;width: 0;background-color: #1e74b9;bottom: -4px;left: 0;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}

#menu .menu-element.selected > a > span,
#menu .menu-element.selected > span,
#menu .menu-element:hover > a > span,
#menu .menu-element:hover > span {color:#1e74b9;}

#menu .menu-element.selected > a > span::after,
#menu .menu-element.selected > span::after,
#menu .menu-element:hover > a > span::after,
#menu .menu-element:hover > span::after {display: block;width: 100%;}

#menu .menu-element:hover .smenu-conteneur {display:block;}

/* Sous menu niveau 1 */
#menu .smenu-conteneur {display:none; position:absolute; top:42px; left:0px;  z-index:200; width:250px; min-height:20px; background: #fff; }
#menu .smenu-conteneur .global {padding:0 !important;}
#menu .smenu-centre { margin:0; padding:0; list-style:none; width:100%;text-align: left; }
#menu .smenu-centre-menus {}
#menu .smenu-element {}
#menu .smenu-element > a {text-decoration:none;}
#menu .smenu-element > a > span,
#menu .smenu-element > span {color:#555454; display:block; padding:13px 7px; font-size:13px; width: calc(100% - 14px); border-top:1px solid #1e74b9; text-align:left; position: relative;  z-index: 2;}
#menu .smenu-element:first-child > a > span,
#menu .smenu-element:first-child > span {border-top:none;}

/** SI EFFET FOND ANIME */
#menu .smenu-element > a > span::after,
#menu .smenu-element > span::after {content: ""; height: 100%; left: 0; top: 0; width: 0; position: absolute; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; z-index: -1;}

#menu .smenu-element.selected > a > span::after,
#menu .smenu-element.selected > span::after,
#menu .smenu-element:hover > a > span::after,
#menu .smenu-element:hover > span::after{ width: 100%; background:#1e74b9; }

#menu .smenu-element.selected > a > span,
#menu .smenu-element:hover > a > span {color:#fff;}

/* CENTRE */
#centre {min-height:150px;}
#centre .global {}
#centre .global .contenu-wrapper {padding:10px 0; min-height:400px; position:relative;}




/* CONTENU */
#contenu {overflow:hidden;}
#contenu-bandeau {height:150px;} 
#global h1,
#global h2.h1,
.white-popup h1 { font-weight:300; font-size:30px; color:#232323; text-align:center; }
#global .miseenavant,
#global h1 em,
#global h2.h1 em,
.white-popup h1 em {font-style:normal; display:block; }
#global h1 br,
#global h2.h1 br,
.white-popup h1 br {display:block; content: "";}
#global h1::after,
#global h2.h1::after,
.white-popup h1::after {content:""; display:block; width:80px; height:4px; background:#1e74b9; margin:25px auto;}
#global h2.h1::after {margin:5px auto 25px;}
#global h2:not(.h1),
.white-popup h2:not(.h1) {  font-size: 25px; color: #1e74b9; font-weight:600; text-transform:uppercase; text-align:center;  }
#global h3,
.white-popup h3 { margin-top: 10px; font-weight: 700; font-size:15px; text-align:left; color:#444448;}
#global p,
.white-popup p { text-align:justify; line-height: 20px;}
.white-popup p {word-break: break-word; }
#centre p.bouton,
#centre p span.bouton {cursor:default; text-align:center; margin:10px auto; }
#centre p.bouton:hover,
#centre p span.bouton:hover {background:#1e74b9 !important; color:#fff !important; }
#global .bouton p {margin:0 !important; cursor:default; }
#global table.bouton {cursor:default; }
#centre ul,
.white-popup ul {padding-left: 0px; list-style: none;  }
#centre ul ul,
.white-popup ul ul {margin-left:20px; }

#centre ul li,
.white-popup ul li {line-height: 19px; margin:5px 0; padding-left:0; position:relative; list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap:wrap; flex-wrap:wrap; }
#centre ul li > div,
.white-popup ul li > div {line-height: 20px; max-width: calc(100% - 20px); }
#centre ul li::before,
.white-popup ul li::before { content: "\f138"; font-family: FontAwesome; font-size: 11px; display: block; color: #1e74b9; margin-right:6px; }
a,
a:visited {color:#1e74b9; text-decoration:underline; }
a:hover {text-decoration:none; }
#global ul li p {margin:0px; }
.white-popup img {max-width:100%; max-height:100%; height:auto; }

#contenu table.table {width:100%; border-collapse:collapse; }
#contenu table.table th, #contenu table.table td {}
#contenu table.table th {text-align:center; padding:10px 0; }
#contenu table.table tbody tr {}
#contenu table.table td {padding:15px 10px; border-bottom:1px solid #8B8E8E; }
#contenu table.table td.center {text-align:center; }


/* TEMPLATE AVEC NAVIGATION */
#module-navigation {}
#module-navigation #contenu {padding-left:30px;}
	
/* TEMPLATE SANS NAVIGATION */
#module-defaut {}
#module-defaut #contenu {}

/* Parallax */
#parallax-conteneur {min-height:250px; width:100%;  position:relative; z-index:10;}
#parallax-conteneur::before {content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; z-index:10; background:rgba(42, 34, 60, 0.5);}
#parallax-conteneur::after {content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; z-index:11; background:url(../images/parallax-surcouche.png) repeat center center; }
#parallax-conteneur .global {min-height:250px; position:relative; z-index:15; height:100%; display:flex; flex-direction:column; justify-content:center; text-align:center;}
#parallax-conteneur-titre {color:#ffffff; font-size:65px; margin: 0; font-weight:300;text-transform:uppercase; letter-spacing: 1.5px;}
#parallax-conteneur-titre strong {font-weight:800; letter-spacing: initial;}
#parallax-conteneur-titre::after {content:""; background:#ffffff; height:8px; width:130px; margin:20px auto 0; display: block;}

/* PIED */
#pied {background:#1e74b9;}
#pied .global {}
#pied .global .contenu-wrapper {min-height:212px; padding:75px 0; display: -webkit-box; display: -ms-flexbox; display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}

#pied .col {margin:10px 0 10px 20px; width:295px; text-align:left;}
#pied .col .categorie {margin-bottom:15px;}
#pied .col .categorie > a {text-decoration:none;}
#pied .col .categorie > a > span,
#pied .col .categorie > a:visited > span,
#pied .col .categorie > span {letter-spacing: 1.5px; padding-bottom: 10px; text-decoration:none; font-weight:400; color:#fff; font-size:15px; text-transform:uppercase; border-bottom:1px solid #fff; display:block;} 
#pied .col .categorie:hover > a > span,
#pied .col .categorie:hover > span {}

#pied .liens {padding:0; margin:0;}
#pied .liens li { margin:0 0 7px 0; list-style:none; position:relative; padding-left:10px;}
#pied .liens li::before {content:"-"; position:absolute; left:0; top:0; color:#fff; font-size:14px;}
#pied .liens li > a {text-decoration:none;}
#pied .liens li > a > span,
#pied .liens li > a:visited > span,
#pied .liens li > span {text-decoration:none; color:#ffffff; font-weight:300; font-size:14px; line-height: 20px;}
#pied .liens li:hover > a > span,
#pied .liens li:hover > span {}

#pied .liens-infos {padding:0; margin:0;}
#pied .liens-infos li { margin:0; list-style:none; position:relative; padding:0;}
#pied .liens-infos li::before {display:none;}
#pied .liens-infos li > a {text-decoration:none;}
#pied .liens-infos li > a > span,
#pied .liens-infos li > a:visited > span,
#pied .liens-infos li > span {text-decoration:none; color:#299dfb; font-weight:300; font-size:14px; line-height: 20px;}

#pied #logo-pied.col {width:138px; margin:10px 15px 0 0;}
#pied #logo-pied img {width:100%; height:auto; filter: brightness(0) invert(94%) sepia(0%) saturate(7500%) hue-rotate(69deg) brightness(107%) contrast(107%);}

#pied #col-couvertures.col,
#pied #col-elagages.col {max-width:180px;}
#pied #pied-couvertures,
#pied #pied-elagages {font-size:0;}
#pied #pied-couvertures .liens,
#pied #pied-elagages .liens {/*width:calc(50% - 5px);*/ display:inline-block; vertical-align:top;}

#pied .menu {padding:0; margin:0 0 15px 0;}
#pied .menu li {list-style:none; display:inline-block; vertical-align:top; margin:0; padding:0;}
#pied .menu li::before {display:none;}
#pied .menu li > a {text-decoration:none;}
#pied .menu li > a > span,
#pied .menu li > a:visited > span,
#pied .menu li > span {text-decoration:none; color:#ffffff; font-weight:300; font-size:14px; line-height: 20px;}
#pied .menu li > a > span::after,
#pied .menu li > span::after {content:"|"; color:#fff; font-size:14px; padding-left: 4px; margin-right:2px;} 
#pied .menu li:last-child > a > span::after,
#pied .menu li:last-child > span::after {display:none;}

#pied #col-contact {min-width:208px;}
#pied .pied-bouton {margin-bottom:30px;}
#pied .pied-bouton > a,
#pied .pied-bouton > span {padding-left:15px; display:block; width:193px; height:23px; line-height:23px; font-size:14px; text-align:center; border:1px solid #fff;  border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; -khtml-border-radius: 15px;}
#pied .pied-bouton > a,
#pied .pied-bouton > a:visited {text-decoration:none;}
#pied #pied-telephone {}
#pied #pied-telephone > a,
#pied #pied-telephone > a:visited,
#pied #pied-telephone > span {font-size: 17px; line-height: 22px;font-weight:600; color:#1e74b9; background:url(../images/icone-tel-pied.png) no-repeat 10px 3px #fff; border-color:#fff; text-align:left; padding-left:35px; width:173px; text-decoration:none;}
#pied #pied-mail {}
#pied #pied-mail > a,
#pied #pied-mail > a:visited {background:url(../images/icone-mail-pied.png) no-repeat 13px 6px #1e74b9; color:#fff;}
#pied #pied-mail > a:hover {background:url(../images/icone-mail-pied-on.png) no-repeat 13px 6px #ffffff; color:#1e74b9;}
#pied #pied-coordonnees {}
#pied #pied-coordonnees > a,
#pied #pied-coordonnees > a:visited {background:url(../images/icone-adresse-pied.png) no-repeat 10px 3px #1e74b9; color:#fff; }
#pied #pied-coordonnees > a:hover {background:url(../images/icone-adresse-pied-on.png) no-repeat 10px 3px #ffffff; color:#1e74b9;}


/* Messages de retour */
.reponse-message,
.reponse-erreurs, .ok { padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.reponse-erreurs { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; padding:0 0.8em; }
.reponse-message, .ok { background: #e6efc2; color: #264409; border-color: #c6d880; }
.reponse-erreur { color: #8a1f11; font-weight:bold; }
.reponse-message, .ok { color: #264409; font-weight:bold; }

/* Fil d'ariane */
#ariane {margin:10px 0;}
#ariane a,
#ariane span {text-decoration:none; font-size:12px; }


/* CADRE ACTUALITE */
.actualites .element {}
.actualites .element .image {}
.actualites .element .image a,
.actualites .element .image a:visited {}
.actualites .element .nom {}
.actualites .element .nom a,
.actualites .element .nom a:visited {}
.actualites .element .intro {}
.actualites .element .lien {}
.actualites .element .lien a,
.actualites .element .lien a:visited {}


/* Languettes */
#languette-container {height:279px; width:81px; position : fixed;  right:0px; top:250px; z-index:5000;}

#languette-admin { width:81px; height:93px; background: url(../images/lang-interface-gestion.png); cursor:pointer; top:0px; position:absolute; right:0; z-index:5000;}
#languette-admin:hover { width: 198px; height: 93px; background: url(../images/lang-interface-gestion-depliee.png);}

#languette-page { height:93px; width:81px; background: url(../images/lang-gestion-page.png); cursor:pointer; top:98px;position:absolute; right:0; z-index:5000;}
#languette-page:hover { width: 198px; height: 93px; background: url(../images/lang-gestion-page-depliee.png);}

#languette-page-disabled { height:93px; width:81px; background: url(../images/lang-gestion-page-off.png); cursor:pointer; top:98px; position:absolute; right:0; z-index:5000;}
#languette-page-disabled:hover { width: 198px; height: 93px; background: url(../images/lang-gestion-page-off-depliee.png);}

#languette-deconnexion {  height:93px; width:81px; background : url(../images/lang-deconnexion.png); cursor:pointer; top:196px;  position:absolute; right:0; z-index:5000;}
#languette-deconnexion:hover { width: 198px; height: 93px; background: url(../images/lang-deconnexion-depliee.png);}

/* Moteur de recherche */
#recherche-formulaire { position:relative; z-index:1; }
#recherche-formulaire-input {display:inline-block; vertical-align:top; width:250px; height:30px;}
#recherche-formulaire-input .input-text {width:calc(100% - 20px);}
#recherche-formulaire-submit {display:inline-block; vertical-align:top;  width:34px; height:34px; cursor:pointer;}
#recherche-formulaire-submit input {width:34px;height:34px; padding:0; cursor:pointer;}


#recherche-conteneur {}
#recherche-description {}
#recherche-conteneur-familles {}
.recherche-conteneur-famille {}
.recherche-nom-famille a, .recherche-nom-produit a {color: #000; font-style:italic; font-size:0.9em;}
.recherche-nom-famille {text-align:center;}
.recherche-nom-famille a {}
#recherche-conteneur-produits {}
.recherche-conteneur-produit {}
.recherche-photo {text-align:center; min-height: 75px;}
.recherche-photo-non-disponible {font-size:0.9em; text-align:center;padding-top:100px;}
.recherche-nom-produit {text-align:center;}
.recherche-nom-produit a {}
.recherche-conteneur-produit-haut {height:50px; overflow:hidden;}
.recherche-conteneur-produit-haut-gauche {font-size:0.8em; text-align:center; text-decoration:none;}
.recherche-conteneur-produit-haut-gauche a {color: #000;}
.recherche-conteneur-produit-haut-droite {float:right; text-align:right; width:80px; padding-right:10px; padding-top:10px; font-size:0.95em; font-weight:bold; color: #7C5099;}
.recherche-conteneur-produit-centre {height:223px; overflow:hidden; text-align:center; margin-top:5px;}
.recherche-conteneur-produit-centre table {width:100%; height:223px;}
.recherche-conteneur-produit-bas {height:28px; overflow:hidden; padding-top:25px;}
.recherche-conteneur-produit-bas-gauche {float:left; width:50%; text-align:left;}
.recherche-conteneur-produit-bas-droite {margin-left:50%; text-align:right; font-size:0.95em; font-weight:bold; color: #7C5099;}
.recherche-pagination {color:#7C5099;}

/** RESULTATS PAGE */
.recherche-expression {}
.recherche-nombre-resultat {font-weight:bold; font-size:1.1em;}
.recherche-page {}
#recherche-conteneur .recherche-page-lien a, #recherche-conteneur .recherche-page-lien a:visited {}
.recherche-extrait {}
.recherche-surbrillance {background-color:#FFFF00;}
#recherche-pagination {margin:45px 0 15px; overflow: hidden;}
#recherche-pagination a, #recherche-pagination a:visited {text-decoration:none;}

/* HISTORIQUE DES RECHERCHES */
#recherche-historique {}
#recherche-historique .col{width:380px; margin:0 10px; float:left;}
#recherche-historique .mot{padding:10px; text-align:center;}


#recherche-pagination a, #recherche-pagination a:visited {
	background:#2F6BCB;
    border: 1px solid #25428E;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; 
    -moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.25);  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    font-size: 1.1em;
    margin: 0 5px;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

#recherche-pagination a:hover {background: #ffffff none repeat scroll 0 0; border: 1px solid #25428E;  color:#25428E;}

/* PAGINATION */
#paginator {
    margin: 10px auto;
    text-align:center;
}
#contenu #paginator .pagination-span { margin: 0 5px; padding: 2px 5px; min-width:0; }
#contenu #paginator .pagination-lien { margin: 0 5px; padding: 2px 5px; min-width:0; }


/* Recapitulatif de produit */
#recap-produit {width:300px; border:1px solid #CCC; position:absolute; top:0px; left:0px; z-index:100;}
#recap-produit-message {background-color:#EEE; padding:6px 10px; font-size:0.9em; color: #000; border-bottom:1px solid #CCC;}
#recap-produit-contenu {padding:10px; background-color:#FFF; font-size:0.8em;}
#recap-produit-infos {}
#recap-produit-infos-table {width:100%;}
#recap-produit-infos-table .recap-produit-infos-miniature {width:50%; text-align:center;}
#recap-produit-infos-table .recap-produit-infos-nom {width:50%; text-align:center;}
#recap-produit-action {}
#recap-produit-poursuivre {float:left;}
#recap-produit-poursuivre > span {cursor:pointer;}
#recap-produit-panier {text-align:right;}
#recap-produit-panier > a, #recap-produit-panier > a:visited {text-decoration:none;}


/* Contact */
#contenu #module-contact {text-align:left; }
#module-contact #contact-conteneur {overflow:hidden; }

#contact-elements {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap:wrap; flex-wrap:wrap; }
#contact-elements h3 {margin-left:0; margin-bottom: 30px; font-size: 25px; }
#contact-elements h3::before{font-size: 19px; margin-top: 0; }
#contact-elements > div {width:calc(50% - 50px); }

/* Bloc adresse */
#module-contact-adresse {}
#module-contact-adresse #contact-container { margin-top: 40px; }
#module-contact-adresse .contact-adresse-element {margin-bottom: 25px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap:wrap; flex-wrap:wrap; }
#module-contact-adresse .contact-adresse-element i {font-size: 32px; color:#2e60a6; margin-right: 25px; width:34px; text-align:center; }
#module-contact-adresse .contact-adresse-element i.fa-clock-o {font-size:39px; }
#module-contact-adresse .contact-adresse-titre {font-weight:700; font-size: 20px; margin-bottom: 5px; }
#module-contact-adresse .contact-adresse { width: calc(100% - 60px); }


body #contact-elements .input-text,
body #contact-elements .form-textarea { font-size:16px; width:100% !important; background:#ededed; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }

body #contact-elements .input-text {height:46px !important; }
body #contact-elements .form-textarea { height: 120px; }

#module-contact-formulaire {}
#contact-formulaire {}
#contact-formulaire p {margin-left:0; font-size:11px; } 
#contact-formulaire .contact-ligne {width:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap:wrap; flex-wrap:wrap; }
#contact-formulaire .contact-ligne > div {width:100%; margin:10px 0; }
#contact-formulaire .contact-ligne .form140 {float:none; text-align:left; margin-bottom: 10px; padding:0; width:auto; }
#contact-formulaire .contact-ligne .contact-col {width:calc(50% - 10px); }
#contact-formulaire .bouton {margin:10px 0; } 

#module-contact .contact-coordonnee {clear:left; margin-bottom:5px; }
#module-contact .contact-champ {margin-bottom:10px; }
#module-contact select { width: 100% !important; height: 45px !important; border:1px solid #dcdcdc; }
#module-contact #contact-captcha div {margin:0; }
#contact-formulaire #contact-optin p{margin-left: 0px; font-size:11px; line-height:13px; }


/* MODULE AUTHENTIFICATION */
#authentification {}
#authentification .authentification-conteneur {max-width:400px; width:calc(100% - 32px); padding:15px; border:1px solid #ccc; margin:0 auto; }
#authentification .form {margin:10px 0; font-size:0; }
#authentification .form .form140 {width:105px; font-size:15px; float: none; display: inline-block; vertical-align:middle; }
#authentification .form .input-text {width:calc(100% - 145px); display: inline-block; vertical-align:middle; }
#authentification .form .bouton {margin:30px auto 0; display:block; }
#authentification-motdepasse-oublie {font-size:13px; text-align: right; }

/* MAINTENANCE */
#maintenance-totale { width:100%; margin:0 auto; }
#maintenance-totale #authentification .authentification-conteneur {margin: 15px auto; }
#maintenance-totale #centre {height:100%; }
#maintenance-totale #centre .global {max-width:960px; height:100%; }
#maintenance-totale #centre .global #contenu {height:calc(100% - 50px); padding: 25px 0; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; }
#maintenance-totale #centre .global #contenu h2.maintenance {text-align:center; }
#maintenance-totale #centre .global #contenu p {margin-top:7px; margin-bottom:7px; }
#maintenance-totale #centre .global #contenu img {max-width:100%; height:auto; }
#maintenance-totale #centre .global #contenu .bouton {min-height:30px; }
#maintenance-totale #maintenance-submit {}


/* Plan du site */
.plansite-ul {}
.plansite-li {}
.plansite-a {text-decoration:none;}
.plansite-a:hover {text-decoration:underline;}
.plansite-span {}

/* Mosaique */
.mosaique-conteneur {text-align:left;margin: 20px auto;}
.mosaique-conteneur .mosaique-ligne {text-align:left; margin: 10px 0;}
.mosaique-conteneur .mosaique-element {display:inline-block; vertical-align:top; margin:5px;}
.mosaique-conteneur .mosaique-element a, 
.mosaique-conteneur .mosaique-element a:visited {width:100%; height:100%; display:block;}
.mosaique-conteneur .mosaique-element a img {display:block;}

/* Diaporama */
#contenu .diaporama-container {  position: relative; z-index:1; overflow:hidden; min-height:280px; min-width:300px; }
/** Carousel **/
#contenu .diaporama-slider { position: relative; overflow: hidden;  min-width:240px; min-height: 200px; margin:0 auto;}
#contenu .diaporama-slider ul { width: 20000em; position: relative; list-style: none; margin: 0; padding: 0;}
#contenu .diaporama-slider .diaporama-slider-li {text-align:center;  margin:0 auto; cursor:pointer; float: left;  padding: 0; min-width:240px; min-height: 200px; list-style:none; }
#contenu .diaporama-slider .diaporama-slider-li .diaporama-slider-image{width:100%; height:100%;}
.diaporama-prev, .diaporama-next { position: absolute; top: 0; width: 30px; min-height: 200px; text-align: center;}
.diaporama-prev i, .diaporama-next i {position: absolute; top: 40%; left:25%; font-size:50px;}
.diaporama-prev { left: 0px;}
.diaporama-next { right: 0px;}

.diaporama-boutons{ width:80px;  margin:5px auto 0;}
.diaporama-pause {width:20px; }
.diaporama-lecture {width:20px; }
.diaporama-pause i,.diaporama-lecture i  {margin:0 10px; cursor:pointer; font-size:20px;}



/*Accueil */
#accueil-haut-conteneur {position: relative; z-index: 20;  border-bottom:10px solid #1e74b9;}
/* SLIDER */
#accueil-slider-conteneur {position: relative; z-index: 20;}
#accueil-slider-loader {width:100%; height:100%;  position:absolute; left:0; top:0; z-index:35; background:url(../images/ajax-loader.gif) no-repeat center center #F8F7F7;}

/** Carousel **/
#accueil-slider { position: relative;  z-index: 20; overflow: hidden; height:703px;} /* HEIGHT A MODIFIER */
#accueil-slider ul { width: 20000em; position: relative; list-style: none; margin:0 !important; padding:0 !important; height:100%;}
#contenu #accueil-slider .accueil-slider-li {display: initial; float: left; margin:0 !important; padding:0 !important; height:100%; background:none; line-height: initial; position:absolute; z-index:20; }
#accueil-slider .accueil-slider-li::before {display:none; }
#accueil-slider .accueil-slider-li .accueil-slider-centre { position:relative; z-index:10; height:100%; width:100%; max-width:100%;}
#accueil-slider .accueil-slider-li .accueil-slider-centre::before {content:""; position:absolute;left: 0;top: 0; z-index:15; width:100%; height:100%; 
  background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,0.75) 0%, rgba(255,255,255,0) 52%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.75) 0%, rgba(255,255,255,0) 52%, rgba(255,255,255,0) 100%);
background: linear-gradient(180deg, rgba(0,0,0,0.75) 0%, rgba(255,255,255,0) 52%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

#accueil-slider .accueil-slider-li .accueil-slider-centre .global {position:relative; z-index:20; width:calc(100% - 40px); height:100%; background:none; }

/* CONTENU DES SLIDES */
#accueil-slider .accueil-slider-li .accueil-slider-image {position:absolute; left:0px; top:0; z-index:9; width:100%; height:100%;}
#accueil-slider .accueil-slider-li .accueil-slider-image a,
#accueil-slider .accueil-slider-li .accueil-slider-image a:visited {display:block; height:100%;}
#accueil-slider .accueil-slider-li .accueil-slider-imageordi {display:block;}
#accueil-slider .accueil-slider-li .accueil-slider-imagetablette {display:none;}
#accueil-slider .accueil-slider-li .accueil-slider-imagemobile {display:none;}

#accueil-slider .accueil-slider-li .accueil-slider-contenu {position:absolute; left:10px; top:10px; z-index:20; width:calc(100% - 20px); height: 150px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap:wrap; flex-wrap:wrap; }
#accueil-slider .accueil-slider-li .accueil-slider-texte {}
#accueil-slider .accueil-slider-li .accueil-slider-texte,
#accueil-slider .accueil-slider-li .accueil-slider-texte p {color: #fff;font-size: 40px;font-weight: 600;}
#accueil-slider .accueil-slider-li .accueil-slider-texte p {margin:3px 0; line-height: initial;}


#accueil-slider .accueil-slider-li .accueil-slider-contenu.centre {text-align:center; }
#accueil-slider .accueil-slider-li .accueil-slider-contenu.centre .accueil-slider-texte,
#accueil-slider .accueil-slider-li .accueil-slider-contenu.centre .accueil-slider-texte p{text-align:center; }
 
#accueil-slider .accueil-slider-li .accueil-slider-contenu.gauche {text-align:left; }
#accueil-slider .accueil-slider-li .accueil-slider-contenu.gauche .accueil-slider-texte,
#accueil-slider .accueil-slider-li .accueil-slider-contenu.gauche .accueil-slider-texte p {text-align:left; }

#accueil-slider .accueil-slider-li .accueil-slider-contenu.droite {text-align:right; }
#accueil-slider .accueil-slider-li .accueil-slider-contenu.droite .accueil-slider-texte,
#accueil-slider .accueil-slider-li .accueil-slider-contenu.droite .accueil-slider-texte p{text-align:right; }


/* PAVES */
#accueil-paves-conteneur {text-align:left; position:absolute; left:0; bottom:0; width:100%; height:100%; z-index: 30;}
#accueil-paves-conteneur .global {height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
#accueil-paves-conteneur .accueil-paves {width:340px; padding: 10px 30px; margin: 0 20px; box-sizing:border-box;  -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
#accueil-paves-conteneur .accueil-paves-titre {  text-align: center;}
#accueil-paves-conteneur .accueil-paves-titre span.fleche {width:100%; display:block; text-align:center; cursor:pointer;  }
#accueil-paves-conteneur .accueil-paves-titre i {font-size: 40px;  color: #fff; height: 20px; line-height: 17px;}
#accueil-paves-conteneur .accueil-paves-titre span:not(.fleche) {width:100%; display:block; text-align:center; font-weight:300; font-size:40px; color:#fff; margin: 20px 0; text-transform:uppercase;}
#accueil-paves-conteneur .accueil-paves:nth-child(2n+1) {background:rgba(30,116,185,0.9);}
#accueil-paves-conteneur .accueil-paves:nth-child(2n+2) {background:rgba(1,135,10,0.9);}
#accueil-paves-conteneur .accueil-paves-contenu {width:100%; overflow: hidden; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;  display: -webkit-box; display: -ms-flexbox; display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
#accueil-paves-conteneur .accueil-paves-contenu * {width:100%; max-width: 100%;}
#accueil-paves-conteneur .accueil-paves-contenu ul li {display:block; text-align:center;  font-size:20px; font-weight:500; color:#fff; }
#accueil-paves-conteneur .accueil-paves-contenu ul li::before {content:""; display:block; width:17px; height:2px; background:#fff; margin:15px auto;}
#accueil-paves-conteneur .accueil-paves-contenu ul li:first-child::before {display:none;}
#accueil-paves-conteneur .accueil-paves-contenu ul li > div { line-height: 24px; }
#accueil-paves-conteneur .accueil-paves-contenu a,
#accueil-paves-conteneur .accueil-paves-contenu a:visited {text-decoration:none; font-size:20px; font-weight:500; color:#fff;   text-align: center;   display: block;}

#accueil-paves-conteneur .accueil-paves.open .accueil-paves-titre i {opacity:0.5; }
#accueil-paves-conteneur .accueil-paves.open .accueil-paves-titre i::before {content:"\f107";}

#accueil-contenu {padding-top:25px;}

#parallax-conteneur-accueil {height:203px;}

/* Template Gabarit */
#gabarit-photo {}
#gabarit-photo h2,
#gabarit-photo ul {display: flow-root;}
#gabarit-photo .gabarit-gauche-image img,
#gabarit-photo .gabarit-droite-image img {width:100%; height:auto;}
#gabarit-photo.alterne .gabarit-gauche-image {float:left; margin:0 15px 15px 0;}
#gabarit-photo.alterne .gabarit-droite-image {float:right; margin:0 0 15px 15px;}
#gabarit-photo.gauche .gabarit-gauche-image {float:left; margin:0 15px 15px 0;}
#gabarit-photo.gauche .gabarit-droite-image {float:left; margin:0 15px 15px 0;}
#gabarit-photo.droite .gabarit-gauche-image {float:right; margin:0 0 15px 15px;}
#gabarit-photo.droite .gabarit-droite-image {float:right; margin:0 0 15px 15px;}

#gabarit-photo .portrait {width:30%;}
#gabarit-photo .paysage {width:35%;}
 




/* Template Article Default */
#template-article {}
#template-article .template-article-image-texte {}
#template-article .template-article-texte-image {}
#template-article .template-article-image-texte .template-article-image {margin:20px 20px 20px 0;}
#template-article .template-article-texte-image .template-article-image {margin:20px 0px 20px 20px;}
#template-article .template-article-image {width:400px; }
#template-article .template-article-image img {max-width:400px; height:auto !important;}
#template-article .template-article-texte {width:calc(100% - 420px);}
#template-article .template-article-texte-complet {width:100%;}


/* Renseignement grosse barre */
#global .renseignement-conteneur {cursor:pointer; width:calc(100% - 2px); height:115px; margin:40px auto; background:#ffffff; border:1px solid #444448; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}
#global .renseignement-titre {position:relative; z-index:10; height: 100%; padding:0 10px; text-align:right;display:inline-block; vertical-align:top; background:#444448;}
#global .renseignement-titre span {height:100%; text-transform: uppercase; letter-spacing: 0.9px; font-weight:300; font-size:30px; color:#ffffff;  display: flex; flex-direction: column; justify-content: center; }
#global .renseignement-titre::after{ display: inline-block; content: " "; position: absolute; right: -35px; top: 2px; width: 110px; height: 110px; background:#444448; border-right: 1px solid #444448; border-top: 1px solid #444448; border-radius: 2px; z-index: -1; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}

#global .renseignement-contenu { -webkit-box-flex:1; -ms-flex:1; flex:1; height:calc(100% - 30px); padding: 15px 0; display:inline-block; vertical-align:top; margin-left: 50px; text-align:center; display: -webkit-box; display: -ms-flexbox; display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: space-evenly;-ms-flex-pack: space-evenly;justify-content: space-evenly;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}
#global .renseignement-contenu .renseignement-separation {  width: 1px; background: #1e74b9;}
#global .renseignement-contenu .renseignement-element {height: 100%; }
#global .renseignement-contenu .renseignement-element-contenu {height:100%; font-size: 27px; font-weight: 700; display:flex; flex-direction:column; justify-content:center;}

#global .renseignement-contenu .renseignement-element-contenu > span,
#global .renseignement-contenu .renseignement-element-contenu > a,
#global .renseignement-contenu .renseignement-element-contenu > a:visited {margin:0 auto; font-size:30px; color:#1e74b9; text-align:center; text-decoration:none; padding: 10px; display: -webkit-box; display: -ms-flexbox; display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}

#global .renseignement-contenu .renseignement-element-contenu i {margin-right: 25px; background:#1e74b9; border:1px solid #1e74b9; border-radius:60px; width:41px; height:41px; color:#fff; display: -webkit-box; display: -ms-flexbox; display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}

#global .renseignement-contenu .renseignement-element:hover .renseignement-element-contenu i {background:#fff; color:#1e74b9;}

#global .renseignement-contenu .renseignement-element-contenu > span > span,
#global .renseignement-contenu .renseignement-element-contenu > a > span {max-width:calc(100% - 66px);}

#global .renseignement-contenu .renseignement-telephone {text-align:center; }
#global .renseignement-contenu .renseignement-telephone .renseignement-element-contenu i {font-size: 30px; color:#1e74b9; -webkit-text-stroke: 2px #fff;}
#global .renseignement-contenu .renseignement-telephone:hover .renseignement-element-contenu i {color:#fff; -webkit-text-stroke: 2px #1e74b9;}

#global .renseignement-contenu .renseignement-mail {margin-left: 20px; }
#global .renseignement-contenu .renseignement-mail .renseignement-element-contenu >  a,
#global .renseignement-contenu .renseignement-mail .renseignement-element-contenu > span {text-align:left; font-weight:600; font-size:24px; text-transform:uppercase;}
#global .renseignement-contenu .renseignement-mail .renseignement-element-contenu i {font-size:24px;}


/* Fin renseignement */


/* MODULE REALISATIONS AVEC FILTRES */

#accueil-realisations-conteneur {margin-top: 58px; }
#realisations-famille-conteneur {margin-bottom:25px; }
.realisations-filtres-voir {display:none; }
.realisations-filtres-afficher,
.realisations-filtres-masquer {color:#ffbc42; font-style:italic; cursor:pointer; padding:15px; }
.realisations-filtres-afficher {display:block; }
.realisations-filtres-masquer {display:none; }

#realisations-filtres {text-align:center; margin: 10px 10px 20px; }
#realisations-filtres-categories {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#realisations-filtres .filtre {cursor:pointer; text-align:center; }
#realisations-filtres .filtre span {background:#fff; color:#1e74b9; }
#realisations-filtres .filtre.active .bouton {background:#01870a; color:#fff; border-color:#01870a; }

#realisations-famille,
#realisation-contenu .realisations-famille {text-align:left; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
#realisations-famille p {font-size:18px; }
#realisations-famille .conteneur,
#realisation-contenu .realisations-famille .conteneur {margin: 20px 16px !important; width: calc(33.333% - 32px); height:auto; max-height:257px; text-align:center; position:relative; overflow:hidden; z-index:10; }

#realisations-famille .conteneur::after,
#realisation-contenu .realisations-famille .conteneur::after {content:""; display:block; position:absolute; left:0; bottom:0; z-index:20; background:#1e74b9; width:0; height:5px; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; }
#realisations-famille .conteneur img,
#realisation-contenu .realisations-famille .conteneur img {display:block; width: 100%; height: 100%; object-fit:cover; -o-object-fit:cover; }
#realisations-famille .overlay { width:100%; height:100%; background:rgba(0,0,0,0.35);padding:10px;cursor:pointer; position:absolute; top:0px; left:0px; opacity: 1; }
#realisations-famille .haut {   height: calc(100% - 35px);  overflow: hidden;  display: flex; flex-direction: column; justify-content: center; }
#realisations-famille .titre {text-align:center; color:#fff; font-weight: 600; font-size:20px;}
#realisations-famille .nom {margin-top:10px; }
#realisations-famille .nom,
#realisations-famille .nom a,
#realisations-famille .nom a:visited  {font-size:15px; color:#fff; font-weight:400; text-align:center;  text-transform: uppercase; text-decoration:none; letter-spacing: 1.5px;}

#realisations-famille .suite { text-align: center;width: 100%; }
#realisations-famille .suite span {color:#b9e0ff; font-weight:600; font-size:20px; text-decoration:underline;}


#realisations-famille .conteneur:hover img,
#realisation-contenu .realisations-famille .conteneur:hover img { -webkit-transform: scale(1.2); transform: scale(1.2); }

#realisations-famille .conteneur:hover::after,
#realisation-contenu .realisations-famille .conteneur:hover::after {width:100%;}

#realisations-famille .conteneur * { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; }


#realisations-bouton {text-align:center; margin: 30px auto 55px; }

#realisation-retour { margin:15px auto 55px; }
#realisation-retour .bouton {padding:7px 5px !important; }
#realisation-retour .bouton i {margin-right:5px; font-size:12px; }



/* BOUTON PAYPAL */
.paypal-button {
    white-space: nowrap;
}
.paypal-button button {
    background: none repeat scroll 0 0 #ffa823;
    border: 1px solid #ffa823;
    border-radius: 13px;
    color: #0e3168;
    cursor: pointer;
    font-family: "Arial",bold,italic;
    font-style: italic;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    z-index: 0;
}
.paypal-button button.large {
    font-size: 14px;
    padding: 4px 19px;
}

.paypal-button button:after {
    background: -moz-linear-gradient(center top , #fefefe 0%, #fed994 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 40px 40px 38px 38px;
    content: " ";
    height: 60%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(1%);
    width: 98%;
    z-index: -1;
}
.paypal-button button:before {
    background: -moz-linear-gradient(center top , #ffaa00 0%, #ffaa00 80%, #fff8fc 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 11px;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}


#contenu .iframe-responsive-wrapper .iframe-ratio {height:0;}


/* Retour haut de page */
#back-to-top { position: fixed; bottom: 25px; right: 25px; border:none; text-decoration: none; background: #1e74b9; color:#fff; width:50px; height:50px; padding: 2px; box-sizing: border-box; z-index:500; border-radius: 35px; display:-webkit-inline-box; display:-ms-inline-flexbox; display:inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: none; }
#back-to-top span { width:100%; height:100%; background: #1e74b9; border: 3px solid #fff; display:inline-block; vertical-align:middle; border-radius: 35px; display:-webkit-inline-box; display:-ms-inline-flexbox; display:inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; box-sizing: border-box; }
#back-to-top i {color:#fff; font-size: 32px; line-height: 35px; width:100%; height:100%; text-align:center; }


/* Cookie message */
#cookie-message {position:fixed; bottom:20px; left:20px; z-index:9999; background:rgba(0,0,0,0.8); width:calc(100% - 40px); max-width:680px; border-radius:3px; }
#cookie-message-wrapper {padding:20px 45px 20px 20px; }
#cookie-message-entete { overflow:hidden; text-align:right; position:absolute; top:2px; right:9px; z-index:100; }
#cookie-message-fermer {color: #fff; font-size: 30px; line-height: 30px; text-decoration: none; }
#cookie-message-contenu {color:#ffffff; }
#cookie-message-contenu a,
#cookie-message-contenu a:visited {color:#ffffff; }
#cookie-message-contenu p {margin:0; }

#cookie-choix-contenu {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
#cookie-choix-contenu .cookie-choix {-webkit-box-align: center; align-items: center; background-color: #fff; border: none; cursor: pointer; display: -webkit-inline-box; display: inline-flex; -webkit-box-pack: center; justify-content: center; width: 110px; padding: 10px; position: relative; text-decoration: none; -webkit-transition: background-color .3s ease; transition: background-color .3s ease; background: none; color: #fff; text-transform: uppercase; }
#cookie-choix-contenu .cookie-choix a{text-decoration: none; }
#cookie-choix-contenu .cookie-choix span{letter-spacing: 1px; color: #fff; display: block; font-size: 13px; font-weight: 700; line-height: 1.23; pointer-events: none; position: relative; text-align: center; -webkit-transition: color .3s ease; transition: color .3s ease; z-index: 1; }
#cookie-choix-contenu .cookie-choix::before {background-color: #000; bottom: 0; content: ""; display: block; left: 0; position: absolute; top: 0; -webkit-transition: width .3s ease; transition: width .3s ease; width: 0; }
#cookie-choix-contenu .cookie-choix:hover::before {width: 100%; }

.popup-modal-close {display: flex; justify-content: flex-end; margin-bottom:20px; }

/* Cookie consentement modal debut */
#cookie-consent-form {}
#cookie-consent-form > .titre {font-size:18px; text-transform:uppercase; }
#cookie-consent-form .categories {}
#cookie-consent-form .categorie {padding:15px 0; border-top:1px solid #ccc; }
#cookie-consent-form .categorie:first-child {border-top:none; }

#cookie-consent-form .categorie .haut {}
#cookie-consent-form .categorie .titre {font-weight:bold; margin-bottom:15px; display:inline-block; vertical-align:top; width:250px; }
#cookie-consent-form .categorie .configuration {color:#2196F3; display:inline-block; vertical-align:top; width:calc(100% - 260px); text-align:right; }
#cookie-consent-form .categorie .configuration.actif {font-weight:bold; }

#cookie-consent-form .categorie .contenu {}
#cookie-consent-form .categorie .contenu > div { border-bottom: 1px solid #ccc; }
#cookie-consent-form .categorie .row {margin:10px 0; font-size:0.9em; }
#cookie-consent-form .categorie .label {display:inline-block; vertical-align:top; width:120px; font-weight:bold; }
#cookie-consent-form .categorie .valeur {display:inline-block; vertical-align:top; width:calc(100% - 120px); }

#cookie-consent-form .categorie .nom {}
#cookie-consent-form .categorie .description {}

 /* The switch - the box around the slider */
.switch {
 position: relative; 
 display: inline-block; 
 width: 60px; 
 height: 34px; 
}

/* Hide default HTML checkbox */
.switch input {
 opacity: 0; 
 width: 0; 
 height: 0; 
}

/* The slider */
.slider {
 position: absolute; 
 cursor: pointer; 
 top: 0; 
 left: 0; 
 right: 0; 
 bottom: 0; 
 background-color: #ccc; 
 -webkit-transition: .4s; 
 transition: .4s; 
}

.slider:before {
 position: absolute; 
 content: ""; 
 height: 26px; 
 width: 26px; 
 left: 4px; 
 bottom: 4px; 
 background-color: white; 
 -webkit-transition: .4s; 
 transition: .4s; 
}

input:checked + .slider {
 background-color: #2196F3; 
}

input:focus + .slider {
 box-shadow: 0 0 1px #2196F3; 
}

input:checked + .slider:before {
 -webkit-transform: translateX(26px); 
 -ms-transform: translateX(26px); 
 transform: translateX(26px); 
}

/* Rounded sliders */
.slider.round {
 border-radius: 34px; 
}

.slider.round:before {
 border-radius: 50%; 
} 

/* Cookie consentement modal fin */


.gras {font-weight:bold; }
.lien {cursor:pointer; }
.vert {color:#018032; }
.clear { clear:both; }
.clearLeft { clear:left; }
.clearRight { clear:right; }
.floatLeft { float:left; }
.floatRight { float:right; }
a img {border:none; }

.clearfix:after {content: "."; 	display: block; 	clear: both; visibility: hidden; 	line-height: 0; 	height: 0; }
 .clearfix {display: inline-block; }
 
/* Formulaires */
.form {clear:left; margin:10px 0; }
.form140 {display:block; width:140px; padding-right:20px; float:left; text-align:right; }
.form180 {display:block; width:180px; padding-right:20px; float:left; text-align:right; font-size:0.8em; }
.form200 {display:block; width:200px; padding-right:20px; float:left; text-align:right; font-size:0.8em; }
.form90 {display:block; width:90px; padding-right:20px; float:left; text-align:right; }
.inputCadre { border:#529e11 1px solid; }


body .input { position: relative; z-index:10; background: #fff; }
/* LABEL DANS INPUT */
body .input > .input-text-label {border: 0; border-bottom:1px solid #e6e6e6; outline: 0; padding: 5px !important; width:100% !important; height:40px !important; position: relative; z-index:10; background-color: transparent; z-index: 2; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
body .input textarea {margin:0; font-size: 13px; width: 100%; color: #493030; outline: 0; padding: 20px 7px 3px 14px; position: relative; background-color: transparent; z-index: 2; }
body .input > label {top: 0px; left:-4px; font-size: 14px; color: #979191; letter-spacing:0.65px; position: absolute; z-index:11; -webkit-transform: translate(5px, calc(100% - 5px)) scale(1); transform: translate(5px, calc(100% - 5px)) scale(1); display: block; z-index: 1; -webkit-transform-origin: bottom left; transform-origin: bottom left; transition: color 200ms ease-in-out, font-size 200ms ease-in-out, -webkit-transform 200ms ease-in-out; transition: color 200ms ease-in-out, transform 200ms ease-in-out, font-size 200ms ease-in-out; transition: color 200ms ease-in-out, transform 200ms ease-in-out, font-size 200ms ease-in-out, -webkit-transform 200ms ease-in-out; }
body .input > label.active {-webkit-transform: translate(0, 0) scale(0.8); transform: translate(0, 0) scale(0.8); }
body .input > label.active-color { }
body .input select { border:1px solid #e6e6e6; background:none; outline: 0; padding: 5px !important; width:100% !important; height:40px !important; }

body .erreur {border:1px solid #f00 !important; }
/* FIN LABEL DANS INPUT */

body .input-text {outline:none; border: 1px solid #dcdcdc; color: #000000; padding: 7px 5px; width:100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
/*body .erreur .input-text,
body .erreur select {border-color:#f00; }*/
body .input .erreur-message,
body .input .erreur-message-mail,
body .input .erreur-message-identique,
body .checkbox-spe-conteneur .erreur-message {display:none; color:#6d071A; font-size:12px; letter-spacing: .85px; padding-left: 14px; text-align: left; position: absolute; bottom: -16px; left: 0; }

body textarea {outline:none; border: 1px solid #dcdcdc; color: #000000; padding: 7px 5px; width: 70%; height:75px; resize : none; }
body select {outline:none; border: none; border: 1px solid #dcdcdc; height:30px; }
.bouton-js {cursor:pointer; }


/* Messages de retour */
.reponse-message,
.reponse-erreurs, .ok { padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.reponse-erreurs { background: #fbe3e4; color: #8a1f11 !important; border-color: #fbc2c4; padding:0 0.8em; }
.reponse-message, .ok { background: #e6efc2; color: #264409 !important; border-color: #c6d880; }
.reponse-erreur { color: #8a1f11 !important; font-weight:bold; }
.reponse-message, .ok { color: #264409 !important; font-weight:bold; }


.bouton,.bouton-fleche,
#global a.bouton,
#global a.bouton:visited,
#global a.bouton-fleche,
#global a.bouton-fleche:visited {outline:none; border:1px solid #1e74b9; font-size:20px; background:#1e74b9; color: #fff; min-height: 30px; min-width: 120px; text-align: center; padding: 10px 30px; margin: 10px; font-weight:600;letter-spacing:1px; border-radius: 65px; font-family: 'Raleway', sans-serif; text-decoration: none; vertical-align:top; cursor: pointer; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-hyphens: unset; -ms-hyphens: unset; hyphens: unset; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none; }
#global a.bouton span,
#global a.bouton:visited span,
#global a.bouton-fleche span,
#global a.bouton-fleche:visited span,
#global a.bouton-fleche i,
#global a.bouton-fleche:visited i,
#global .bouton a,
#global .bouton a:visited,
#global .bouton-fleche a,
#global .bouton-fleche a:visited {color:#fff; text-decoration:none; }

.bouton-fleche i,
#global a.bouton-fleche i {margin-left:12px; }
.bouton,
#global a.bouton,
#global a.bouton:visited,
.bouton-fleche,
#global a.bouton-fleche,
#global a.bouton-fleche:visited {	line-height: 20px; }

.bouton span,
#global a.bouton span,
#global a.bouton:visited span,
.bouton-fleche span,
#global a.bouton-fleche span,
#global a.bouton-fleche:visited span,
.bouton i,
#global a.bouton i,
#global a.bouton:visited i,
.bouton-fleche i,
#global a.bouton-fleche i,
#global a.bouton-fleche:visited i{-webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; }

.submit input:hover,
input.submit:hover,
.bouton input:hover,
input.bouton:hover,
.bouton:hover,
#global .bouton:hover,
#global a.bouton:hover,
.bouton-fleche:hover,
#global .bouton-fleche:hover,
#global a.bouton-fleche:hover {background:#fff; color:#1e74b9; text-decoration:none; }
#global a.bouton:hover span,
#global a.bouton-fleche:hover span,
#global a.bouton-fleche:hover i {color:#1e74b9; }


.tableau-parent,
.tableau-parent-2,
.tableau-parent-3,
.tableau-parent-4,
.tableau-parent-5 {text-align:center; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack:distribute; justify-content:space-around; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.tableau-parent tbody,
.tableau-parent-2 tbody,
.tableau-parent-3 tbody,
.tableau-parent-4 tbody,
.tableau-parent-5 tbody,
.tableau-parent tr,
.tableau-parent-2 tr,
.tableau-parent-3 tr,
.tableau-parent-4 tr,
.tableau-parent-5 tr {display: inline-table; width: 100%; }
.tableau-parent > tbody > tr > td,
.tableau-parent-2 > tbody > tr > td,
.tableau-parent-3 > tbody > tr > td,
.tableau-parent-4 > tbody > tr > td,
.tableau-parent-5 > tbody > tr > td {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.tableau-enfant {margin:15px !important; display:inline-block; vertical-align:top; text-align:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
.tableau-enfant tr td {width:100% !important; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
.tableau-enfant tr td img {max-width:100%; height:auto; margin: 0 auto; display: block; }
.tableau-parent-2 .tableau-enfant {width:calc(50% - 35px) !important; min-width:215px !important; }
.tableau-parent-3 .tableau-enfant {width:calc(33.333% - 35px) !important; min-width:215px !important; }
.tableau-parent-4 .tableau-enfant {width:calc(25% - 35px) !important; min-width:215px !important; }
.tableau-parent-5 .tableau-enfant {width:calc(20% - 35px) !important; min-width:215px !important; }

.table-responsive-50-pourcent table, 
.table-responsive-50-pourcent thead, 
.table-responsive-50-pourcent tbody, 
.table-responsive-50-pourcent tr, 
.table-responsive-50-pourcent th, 
.table-responsive-50-pourcent td,
.table-responsive-100-pourcent table, 
.table-responsive-100-pourcent thead, 
.table-responsive-100-pourcent tbody, 
.table-responsive-100-pourcent tr, 
.table-responsive-100-pourcent th, 
.table-responsive-100-pourcent td {display: block; }

.table-responsive-50-pourcent table,
.table-responsive-100-pourcent table {width:100%; }

.table-responsive-50-pourcent thead,
.table-responsive-100-pourcent thead {display: none; }

.table-responsive-50-pourcent td,
.table-responsive-100-pourcent td {padding: 10px; text-align: left; border: solid 1px #ccc; }

.table-responsive-50-pourcent td,
.table-responsive-100-pourcent td {padding-left: 173px; position: relative; margin-top: -1px; width: 100%!important; text-align: left !important; background: #FFF; box-sizing: border-box; }
.table-responsive-50-pourcent td:nth-child(odd),
.table-responsive-100-pourcent td:nth-child(odd) {background-color: #eee; }

.table-responsive-50-pourcent td::before,
.table-responsive-100-pourcent td::before {padding: 10px; content: attr(data-label); position: absolute; top: 0; left: 0; width: 145px; bottom: 0; background-color: #2e60a6; color: #ffffff; font-weight: 600; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.table-responsive-50-pourcent tr {margin: 0 5px 1rem; }
.table-responsive-100-pourcent tr{margin: 0 0px 1rem; }

.table-responsive-100-pourcent tr { width: 100%; }
.table-responsive-50-pourcent tr { width: calc(50% - 13px); display: inline-block; vertical-align: top; }

.table-responsive-50-pourcent th + td,
.table-responsive-100-pourcent th + td {padding-left: 10px; }

/* Table responsive */
.table-header { opacity:0; background-color: #2e60a6; }
.table-responsive-label {display:none; }
