/* gris clair = #f3f3f3 */
/* gris = #e6e6e6 */
/* violet clair = #8e7499 */
/* violet = #664f73 */
/* noir = #262626 */


/* Init ****************************/

* {box-sizing: border-box; -moz-box-sizing: border-box; margin: 0; padding: 0; border: 0; outline: 0;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
hr {display: block; height: 1px; border-top: 1px solid #e6e6e6;}
input, select {vertical-align: middle;}
ins, mark {background-color: #ff9; text-decoration: none; font-weight: bold; color: #262626;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {cursor: help;}
ul {list-style: none;}

nav {position:relative;}


/* Structure Générale ****************************/

body {font-family: Arial, sans-serif; font-size: 14px; color: #262626;}
body .hide {display: none;}

.wrapAlone {position: relative; max-width: 1200px; width: auto; margin: 0 auto;}

.wrap_page {width: 100%; min-height: 100vh; padding: 120px 0 0 0; display: flex; flex-direction: column;}
.wrap_page > main {padding: 32px; flex: 1;}

.wrap {position: relative; width: 100%; margin: 0 auto; border-bottom: 1px solid #e6e6e6;}
.page {margin-top: 120px;}
.wrap:last-child {border: 0;}

.wrap-form {max-width: 1200px;}

.wrap > section {display: inline-block; width: 100%; padding: 30px; vertical-align: top;}

.wrap > aside {padding: 30px; background-color: #f3f3f3;}

.wrap.col {display: flex; flex-direction: row; justify-content: top;}
.wrap.col > section {width: 75%; padding: 0;}
.wrap.col > aside {width: 25%; padding: 0; border-left: 1px solid #e6e6e6; background-color: #ffffff; text-align: center;}

.ctBloc {display: flex; flex-direction: column;}

.ctBloc.left {flex-direction: column;}
.ctBloc.left > aside {width: 30%;}
.ctBloc.left > section {width: 70%;}

.ctBloc.right {flex-direction: row-reverse;}
.ctBloc.right > aside {width: 30%;}
.ctBloc.right > section {width: 70%;}

.ctBloc.bottom {flex-direction: column-reverse;}

.ctBloc.left.half > aside,
.ctBloc.right.half > aside{width: 100%;}

.ctBloc.left.half > section,
.ctBloc.right.half > section{width: 100%;}

.ctBloc.left.big > aside,
.ctBloc.right.big > aside {width: 60%;}

.ctBloc.left.big > section,
.ctBloc.right.big > section {width: 40%;}

.ctBloc.half > aside figure {overflow: hidden;}
.ctBloc.half > aside img {max-width: none; width: 100%; height: 100%; object-fit: cover;}

.ctBloc.big > aside figure {max-height: 60vh; overflow: hidden;}
.ctBloc.big > aside img {max-width: none; width: 100%; height: 60vh; object-fit: cover;}

aside.left,
aside.right {display: inline-block; width: 30%; vertical-align: top;}

article.left,
aside.left+article {display: inline-block; width: calc(70% - 5px); vertical-align: top;}

.ct-blocs {display: flex; justify-content: center; flex-direction: row; border-top: 1px solid #e6e6e6;}
.ct-blocs > .wrap {flex: 1;}

.ct-blocs.ct-nb-3 > div,
.ct-blocs.ct-nb-4 > div {border: 0; border-right: 1px solid #e6e6e6;}
.ct-blocs.ct-nb-3 > div:last-child,
.ct-blocs.ct-nb-4 > div:last-child {border: 0;}

.ct-blocs.ct-nb-3 .ctBloc,
.ct-blocs.ct-nb-4 .ctBloc {flex-direction: column;}

.wrap .ct-blocs.ct-nb-3 aside,
.wrap .ct-blocs.ct-nb-3 section,
.wrap .ct-blocs.ct-nb-4 aside,
.wrap .ct-blocs.ct-nb-4 section {width: 100%;}


/* Column ****************************/

.wrap.col > aside section {display: flex; flex-direction: column; overflow: hidden;}
.wrap.col > aside h2 {display: inline-block; font-size: 150%;}
.wrap.col > aside h2.agenda {width: calc(100% - 60px); border: 0;}
.wrap.col > aside .content {margin: 30px 0 0 0; text-align: center;}

.wrap.col > aside .quote {padding: 30px;}

.wrap.col > aside .covered-section {padding: 30px;}
.wrap.col > aside .covered-section .content {margin: 0;}
.wrap.col > aside .covered-section .content h2:before {display: none;}
.wrap.col > aside .covered-section .content p {width: 100%;}
.wrap.col > aside .covered-section .content .link {margin: 30px 0 0 0;}

.wrap.col > aside .showreel {padding: 30px;}
.wrap.col > aside .showreel .content {margin: 0;}
.wrap.col > aside .showreel .content p {width: 100%;}
.wrap.col > aside .showreel .content .video {width: 100%; margin: 30px 0 0 0;}
.wrap.col > aside .showreel .content .video iframe {width: 100%; height: 200px;}
.wrap.col > aside .showreel .videoCover {height: 75%;}

.wrap.col > aside .sponsors {padding: 30px;}
.wrap.col > aside .sponsors ul li {width: 100%;}
.wrap.col > aside .sponsors ul li figure {width: 100%;}

.wrap.col > aside table.agenda {width: calc(100% - 60px);}

.wrap.col > aside .slider .slide_info {top: 0; left: 0; width: 100%; padding: 15px; border-radius: 0; background-color: rgba(0, 0, 0, 0.6);}
.wrap.col > aside .slider .slide_info h2:before {display: none;}
.wrap.col > aside .slider.digi-slideshow .fleche {display: none;}

.wrap .digi-gallery .fleche {top: auto; right: 25px; border-width: 4px 4px 0 0; border-color: #fff; box-shadow: none; -webkit-transform: rotate(45deg) skew(0deg); transform: rotate(45deg) skew(0deg); z-index: 5;}
.wrap .digi-gallery:hover .fleche {box-shadow: none;}
.wrap .digi-gallery .fleche.left {left: 25px; -webkit-transform: rotate(225deg) skew(0deg); transform: rotate(225deg) skew(0deg);}

.wrap .digi-gallery .puces li {width: 15px; height: 15px; margin: 0 5px 0 0; background: rgba(255, 255, 255, 0.6); border: 2px solid #fff; box-shadow: none;}
.wrap .digi-gallery .puces li:last-child {margin: 0;}
.wrap .digi-gallery .puces li.select {background: #664f73; box-shadow: none;}

.wrap.col > aside .socialFeed h2 {display: none;}

.wrap.col > aside .hotel aside {width: 100%;}
.wrap.col > aside .hotel aside > div {height: 250px;}
.wrap.col > aside .hotel aside img {max-height: 250px;}
.wrap.col > aside .hotel > section {width: 100%;}
.wrap.col > aside .hotel > section h2 {padding: 0; border: 0; text-align: left;}
.wrap.col > aside .hotel .link {margin: 5px 0 0 0;}
.wrap.col > aside .hotel .link li {padding: 0 0 0 15px;}
.wrap.col > aside .hotel .content {margin: 15px 0 0 0;}
.wrap.col > aside .hotel article {display: block;}
.wrap.col > aside .hotel article > div {margin: 0 0 15px 0; padding: 0; border: 0; text-align: left;}

.wrap.col > aside .contacts > div {display: block;}
.wrap.col > aside .contacts article {width: 100%; text-align: left;}

.wrap.col > aside .gallery {-moz-column-count: 2; -webkit-column-count: 2; -o-column-count: 2; column-count: 2;}

.wrap.col > aside .exhibitor {display: inline-block; width: calc(50% - 5px); margin: 0; padding: 30px;}
.wrap.col > aside .exhibitor img {width: 100%;}
.wrap.col > aside .exhibitor > div {margin: 15px 0 0 0;}
.wrap.col > aside .exhibitor h2 {font-size: 100%;}

.wrap.col > aside .ctBloc {flex-direction: column;}
.wrap.col > aside .ctBloc > aside {width: 100%;}
.wrap.col > aside .ctBloc > section {width: 100%;}

.wrap.col > aside .wrap-form {text-align: left;}
.wrap.col > aside .digiForm article {width: 100%;}
.wrap.col > aside .digiForm .formRadio > label {vertical-align: top;}
.wrap.col > aside .digiForm .formRadio ul li {display: block;} 

/* Charte Graphique Elementaire ****************************/

h1, h2, h3 {font-weight: bold;}
h1 {position: relative; padding: 15px; border-left: 5px solid #262626; background-color: #f3f3f3; text-transform: uppercase; font-size: 22px; letter-spacing: 2px; color: #262626; overflow: hidden;}
h2 {font-size: 18px; color: #262626;}
h3 {font-size: 16px;}
p {text-align: justify; line-height: 125%;}

a {text-decoration: none; color: #262626;}
a:hover {color: #664f73;}

ul {list-style: none;}
ul span {font-weight: bold;}
ul li {list-style: none;}

figure {text-align: center;}
figure img {min-width: 50px; max-width: 100%;}

figcaption {transform: translate(0, -15px); margin: -15px 0 0 0; text-align: center; font-size: 10px; font-style: italic; color: #fff;}

input[type='text'], input[type='password'], input[type='email'], select {width: 100%; height: 40px; padding: 5px; border: 1px solid #e6e6e6; font-size: 14px; color: #262626;}

button, input[type='button'], input[type='submit'], .btn, .link a {display: inline-block; padding: 0 15px; border-bottom: 3px solid #a1a1a1; border-radius: 5px; background-color: #f3f3f3; white-space: nowrap; line-height: 40px; font-size: 16px; color: #262626; cursor: pointer; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease;}
button i, .btn i, .link a i {margin: 0 15px 0 0;}
button:hover, input[type='button']:hover, input[type='submit']:hover, .btn:hover, .link a:hover {border-bottom: 3px solid #f3f3f3; background-color: #a1a1a1; color: #fff;}

textarea {border: 1px solid #e6e6e6;}

table {width: 100%; margin: 25px 0 0 0; border: 1px solid #e6e6e6;}
table tr th, table tr td {padding: 15px;}
table thead {background-color: #e6e6e6;}
table tbody tr {border-bottom: 1px solid #e6e6e6;}
table tbody tr td:last-child {border: 0;}
table tbody tr td footer {margin: 15px 0 0 0; background-color: transparent;}

.wrap section > h2 {padding-left:16px; margin-top:20px;}


.chapo {margin: 15px 0 0 0; text-align: justify; font-family: "Roboto Slab"; font-size: 125%; color: #664f73;}

.content {margin: 15px 0 0 20px; text-align: justify;}
.content p {margin: 0 0 15px 0;}
.content p:last-child {margin: 0;}

.link {margin: 60px 0 0 0; text-align: right;}
.link a.file {background: none; color: #262626;}
.link a.file:hover {color: rgba(0, 0, 0, 0.4);}
.link a.file i {margin: 0 5px 0 0; font-size: 2em;}

.link a.btnWIcon {z-index: 5; overflow: hidden;}
.link a.btnWIcon i {margin: 0 15px 0 -15px; padding: 0 15px; background-color: #a1a1a1; line-height: 40px; color: #fff;}

.links {margin: 30px 0 0 0; overflow: hidden;}
.links ul li {display: inline-block;}
.links ul li a {display: block; padding: 15px 30px; background-color: #262626; color: #fff; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease;}
.links ul li a:hover {background-color: #f3f3f3; color: #262626;}

.fileLinks {margin: 30px 0 0 0; overflow: hidden;}
.fileLinks ul li a {display: block; padding: 10px 15px; background-color: #f3f3f3; color: #262626; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease;}
.fileLinks ul li:hover a {padding: 10px 30px;}
.fileLinks ul li a:before {content: '\27F6'; display: inline-block; margin: 0 5px 0 0;}
.fileLinks ul li:nth-child(odd) a {background-color: #e6e6e6;}
.fileLinks ul li a i {margin: 0 5px 0 0; font-size: 2em;}

.file {color: #666;}
.file.pdf {color: #da251c;}
.file.doc {color: #2b5797;}
.file.tab {color: #1e7145;}
.file.key {color: #d04525;}
.file.arc {color: #cba81b;}
.file.img {color: #57bf1c;}
.file.aud {color: #208895;}
.file.mov {color: #464646;}

.error {margin: 15px 0 0 0;}
.error li {font-weight: bold; color: #900;}
.error li:before {content: '•'; margin: 0 5px 0 0;}

.full {position: relative; width: 100%; max-height: 50vh; overflow: hidden;}
.full img {width: 100%; height: auto;}

.ariane { display:block; width:100%; padding:10px; }
.ariane > li { display:inline-block; font-size:11px; color:#999;}
.ariane > li a,
.ariane > li span {padding:5px 3px; color:#999; transition: color 0.2s ease;}
.ariane > li a::after {padding-left:5px; content:">"; display: inline-block;}
.ariane > li a:hover {color:#555; text-decoration: underline;}

.letters {margin: 30px 0 0 0; text-align: center;}
.letters li {display: inline-block; margin: 0 15px 0 0;}
.letters li:last-child {margin: 0;}
.letters li a {display: block; width: 40px; border: 1px solid #e6e6e6; border-radius: 100%; text-align: center; line-height: 40px; font-weight: bold;}

h4.letter {margin: 30px 0 0 0; border-bottom: 1px solid #e6e6e6; font-size: 200%;}

.quantity-modifier input {display: inline-block; width: 30px; height: 30px; transform: translate(0, -1px); background-color: #f3f3f3; text-align: center; font-weight: bold;}
.quantity-modifier .minus, .quantity-modifier .plus {display: inline-block; width: 30px; height: 30px; background: #8e7499; text-align: center; line-height: 30px; color: #fff; cursor: pointer;}
.quantity-modifier i {width: 30px; height: 30px; background: #664f73; text-align: center; line-height: 30px; color: #fff; cursor: pointer;}


/* Grid ****************************/

.wrap .digi-grid {overflow: hidden;}
.wrap .digi-grid .ctBloc > section {display: flex; flex-grow: 1; justify-content: center; flex-direction: column;}


/* Pop-in ****************************/

.connect-popin {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding: 150px; background-color: #262626; z-index: 20000;}
.connect-popin .close {position: absolute; top: 90px; right: 90px;}
.connect-popin .close::before {border: 0;}
.connect-popin h3 {margin: 0; padding: 0; font-size: 42px; font-weight: bold; color: #fff;}
.connect-popin form {margin: 30px 0 0 0;}
.connect-popin form article {margin: 0 0 15px 0;}
.connect-popin form article:last-child {margin: 0;}
.connect-popin form article label {display: block; margin: 0 0 5px 0; font-size: 16px; color: #fff;}
.connect-popin form article:last-child label {display: none;}
.connect-popin form article:last-child div {text-align: right;}
.connect-popin form article div input {width: 100%; padding: 5px;}
.connect-popin form article div input[type="submit"] {display: inline-block; width: auto; padding: 0 15px;}
.connect-popin form article div input[type="submit"]:hover {color: rgba(255, 255, 255, 0.6);}
.connect-popin form article div span {color: #fff;}


/* Header ****************************/

body > header {display: flex; position: fixed; top: 0; left: 0; width: 100%; flex-direction: row-reverse; background-color: #262626; z-index: 15; background: linear-gradient(rgb(0,41,70),rgb(0, 50, 90), rgb(0,55,100));}

body > header > img, body > header > a > img {position: absolute; top: 0; left: 0; width: 100%; height: auto; object-fit: cover;}

body > header > a {display: block; position: relative; width: 250px; overflow: hidden;}
body > header > a > div {display: flex; position: relative; height: 80px; align-items: center; justify-content: center; background-color: rgba(255, 255, 255, 0.8); z-index: 5;}
body > header > a > div img {width:80%;}

body > header .wrap {border: 0;}
body > header > a .wrap .event_info {display: inline-block; padding: 15px; border-left: 10px solid #664f73; background-color: #f3f3f3; font-size: 150%; color: #262626;}

.overHead {flex: auto; height: 100px;}
.overHead .wrapAlone{display: flex; max-width: 100%; padding: 0 50px; line-height: 30px;}
.overHead .wrapAlone .flags {display : none;}

.overHead .wrapAlone .flags > div,
.overHead .flags a {display: inline-block; margin: 0 5px 0 0;}

.overHead .wrapAlone .flags a img {opacity: 0.6;}
.overHead .wrapAlone .flags a:hover img {opacity: 1;}
.overHead .wrapAlone ul{flex: auto; display: flex; flex-direction: row; justify-content: flex-end; align-items: center;}
.overHead .wrapAlone ul li {flex: auto; display: flex; flex-direction: row; align-items: center; justify-content: flex-end; margin-top : 20px; text-align: right; }

.overHead .wrapAlone ul li.access.connect {padding: 0 15px; background-color: rgb(155, 217, 60); border-radius : 5px; color: #262626; cursor: pointer;}
.overHead .wrapAlone ul li.access.connect:hover {background-color: rgb(155, 217, 60);}
.overHead .wrapAlone ul li.access.connect i {margin: 0 5px 0 0;}
.overHead .wrapAlone ul li a {text-decoration: none; font-size: 90%; color: #fff; margin: 6px;}
.overHead .wrapAlone ul li a.account {width: auto;}
.overHead .wrapAlone ul li a.icoAccount {display: none;}
.overHead .wrapAlone ul li a.icoQuit {margin: 0 0 0 5px;}
.overHead .wrapAlone ul li a:hover {color: rgba(255, 255, 255, 0.6);}

.subwrap > header > img,
.subwrap > header > a > img {width: 100%; height: 100%; min-height: 200px; text-align: center; object-fit: cover; z-index: 0;}

/* Logo Entrepreneur **********/


/* Navigation ****************************/

body > nav {position: fixed; top: calc(80px - 50px); right: 0; left: 0px; height: 50px; background-color: #232323; z-index: 15;}
body > nav > .wrap {border: 0;}
body > nav > .wrap > .menuSmart {display: none; padding: 15px; background-color: #664f73; text-align: center; font-size: 22px; color: #fff; cursor: pointer;}
body > nav > .wrap > .menuSmart:after {content: 'Menu'; margin: 0 0 0 15px; text-transform: uppercase; font-weight: bold; letter-spacing: 2px;}
body > nav > .wrap > .logo-float {display: none;}
body > nav > .wrap > ul li {display: inline-block; position: relative; border-right: 1px solid #262626;}
body > nav > .wrap > ul li:first-child {margin: 0 0 0 25px;}
body > nav > .wrap > ul li:last-child {border: 0;}
body > nav > .wrap > ul > li span,
body > nav > div > ul > li a {display: block; position: relative; padding: 0 25px; text-transform: uppercase; text-decoration: none; font-weight: bold; line-height: 50px; font-size: 12px; letter-spacing: 2px; color: #ffffff; z-index: 5;}
body > nav > .wrap > ul > li > ul {display: none; position: absolute; top: 100%; left: 0; background-color: #232323; overflow: hidden; z-index: 200;}
body > nav > .wrap > ul > li:hover > ul {display: block;}
body > nav > .wrap > ul > li > ul > li {width: 100%; white-space: nowrap; border: 0;}
body > nav > .wrap > ul > li > ul > li:first-child {margin: 0;}
body > nav { display : none;}

/* Footer ****************************/

footer {padding: 90px 0; background-color: #262626;}
footer a {color: #aaa; font-size:10px;}
footer .logo {margin: 0 0 30px 0; text-align: center;}
footer .logo img {width: 150px; height: auto;}

.underFooter ul {text-align: center;}
.underFooter ul li {display: inline-block; margin: 0 15px 0 0; color: #888; font-size:10px;}
.underFooter ul li:last-child {margin: 0;}
.underFooter ul li:after {content: '|'; margin: 0 0 0 15px; color: rgba(255, 255, 255, 0.2);}
.underFooter ul li:last-child:after {display: none;}


/* Quote ****************************/

.wrap .quote {padding: 90px 30px;}
.quote h2 {text-align: center; font-family: "Roboto Slab";}


/* Edito ****************************/

.signature {margin: 30px 0 0 0; text-align: right;}
.signature figure {display: inline-block;}
.signature figure img {width: 250px; height: auto;}
.signature figure figcaption {transform: translate(0, 0); margin: 0; font-size: 150%; color: #262626;}


/* Slider & Gallery ****************************/

.slider {position: relative; padding: 100px; background-color: #262626; overflow: hidden;}
.slider > ul li {width: 100%;}
.slider > ul li > img {width: 100%;}

.slider .slide_info {display: flex; align-items: center; justify-content: center; flex-direction: column; position: absolute; top: 100px; right: 100px; bottom: 100px; left: 100px; padding: 30px; background: linear-gradient(to left bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)); color: #fff; z-index: 5;}
.slider .slide_info h2 {position: relative; width: 50%; text-align: center; font-size: 42px; color: #fff;}
.slider .slide_info > div {width: 50%; margin: 15px 0 0 0;}

.slider.digi-slideshow .fleche {top: calc(50% - 30px); right: 40px; border-width: 4px 4px 0 0; box-shadow: none; -webkit-transform: rotate(45deg) skew(0deg); transform: rotate(45deg) skew(0deg); color: #fff; z-index: 5;}
.slider.digi-slideshow .fleche.left {left: 40px; -webkit-transform: rotate(225deg) skew(0deg); transform: rotate(225deg) skew(0deg);}

.wrap .digi-gallery .fleche {top: auto; right: 25px; border-width: 4px 4px 0 0; border-color: #fff; box-shadow: none; -webkit-transform: rotate(45deg) skew(0deg); transform: rotate(45deg) skew(0deg); z-index: 5;}
.wrap .digi-gallery:hover .fleche {box-shadow: none;}
.wrap .digi-gallery .fleche.left {left: 25px; -webkit-transform: rotate(225deg) skew(0deg); transform: rotate(225deg) skew(0deg);}

.wrap .digi-gallery .puces li {width: 15px; height: 15px; margin: 0 5px 0 0; background: rgba(255, 255, 255, 0.6); border: 2px solid #fff; box-shadow: none;}
.wrap .digi-gallery .puces li:last-child {margin: 0;}
.wrap .digi-gallery .puces li.select {background: #664f73; box-shadow: none;}


/* Showreel ****************************/

.wrap .showreel {position: relative; padding: 90px 30px;}
.showreel .content {position: relative; text-align: center; z-index: 5;}
.showreel .content h2 {text-align: center; color: #fff;}
.showreel .content p {width: 50%; margin: 30px auto 0 auto; text-align: center; color: #fff;}
.showreel .content .video {display: inline-block; margin: 50px 0 0 0;}
.showreel .content .video:after {content: ''; display: block; width: 100%; height: 5px; margin: -5px 0 0 0; border-radius: 200px / 5px; box-shadow: 0 0 5px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 0.75), 0 0 15px rgba(0, 0, 0, 0.5); background: rgba(0, 0, 0, 0.75);}
.showreel .content .video iframe {}
.showreel .videoCover {position: absolute; top: 0; left: 0; width: 100%; height: 50%; background: center center no-repeat; background-size: cover;}
.showreel .videoCover span {position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.4);}


/* Newsletter Section ****************************/

.wrap .newsletter-section {padding: 60px 30px; background-color: #232323;}
.newsletter-section .wrapAlone {display: flex; align-items: center;}
.newsletter-section .wrapAlone h3 {margin: 0 50px 0 0; font-size: 175%; letter-spacing: 2px; color: #ffffff;}
.newsletter-section .wrapAlone form {display: flex; margin: 0; flex: auto;}
.newsletter-section .wrapAlone form input {border-radius: 0; border: 0; height: 40px;}


/* socialFeed ****************************/

.wrap .socialFeed {text-align: center;}
.wrap .socialFeed h2 {display: none;}
.wrap .socialFeed .content.social {display: inline-block; position: relative; margin: 0; background-color: #fff;}
/*.wrap .socialFeed .content.social:before, .content.social:after {content: ''; position: absolute; right: 5px; bottom: -10px; left: 5px; height: 10px; border-radius: 0 0 5px 5px; background-color: rgba(235, 235, 235, 1);}
.wrap .socialFeed .content.social:after {right: 10px; bottom: -20px; left: 10px; border-radius: 0 0 5px 5px; background-color: rgba(225, 225, 225, 1);}*/
.wrap .socialFeed .content.social i.fa {display: block; width: 40px; margin: 0 auto 30px auto; border-radius: 100%; text-align: center; line-height: 40px; font-size: 22px; color: #fff;}


/* Covered Section ****************************/

.wrap .covered-section {position: relative; padding: 200px 60px; background: center center no-repeat; background-size: cover;}
.covered-section span.dark-filter {position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.4);}
.covered-section .content {position: relative; width: 50%; margin: 0 auto; text-align: center;}
.covered-section .content h2 {position: relative; font-size: 42px; color: #fff;}
.covered-section .content p {margin: 30px 0 0 0; padding: 0; color: #fff;}
.covered-section .content .link {text-align: center;}


/* Map ****************************/

.jGmap {display: none;}
.j-Gmap, .j-Map {width: 100%; height: 450px;}
.gmTitle {margin: 0 0 5px 0; padding: 0 0 5px 0; border-bottom: 2px solid #e6e6e6;}
.gmImage {display: inline-block; max-width: 250px; max-height: 150px; margin: 15px 0 0 0; vertical-align: top; object-fit: cover;}
.gmAddr {font-style: italic; color: #999;}
.gmContent {display: inline-block; max-width: 250px; max-height: 250px; padding: 15px; vertical-align: top; text-align: justify; overflow-y: hidden;}


/* Hotels ****************************/

.hotel aside {width: 35%;}
.hotel aside > div {width: 100%; height: 450px; overflow: hidden;}
.hotel aside img {max-height: 450px;}

.hotel > section {width: calc(65% - 5px);}

.hotel .link {margin: 5px 0 0 0; text-align: left; overflow: hidden;}
.hotel .link li {padding: 0 15px; background-color: #262626;}
.hotel .link li i {margin: 0 15px 0 0; color: #fff;}
.hotel .link li a {padding: 0; border: 0; background-color: transparent; color: #fff;}
.hotel .link li a:hover {background-color: transparent;}

.hotel article {display: flex; margin: 15px 0 0 0; padding: 15px 0 0 0; border-top: 1px dotted #e6e6e6;}

.hotel article > div {margin: 0 60px 0 0; padding: 0 60px 0 0; border-right: 1px dotted #e6e6e6;}
.hotel article > div:last-child {margin: 0; padding: 0; border: 0;}
.hotel article h3 {margin: 0 0 5px 0;}
.hotel article address,
.hotel article span {display: block; color: rgba(0, 0, 0, 0.6);}
.hotel article span.name {font-weight: bold;}

.ct-blocs .hotel aside {background-color: transparent;}
.ct-blocs .hotel aside > div {height: 300px;}
.ct-blocs .hotel aside img {max-height: 300px;}

.ct-blocs .hotel section {margin: -30px 0 0 0;}

.ct-blocs .hotel .link {margin: 5px 0 0 0;}
.ct-blocs .hotel .link li {padding: 0 0 0 15px;}

.ct-blocs .hotel article {display: block;}
.ct-blocs .hotel article > div {width: 100%; margin: 0 0 15px 0; padding: 0; border: 0;}
.ct-blocs .hotel article > div:last-child {margin: 0;}


/* Programme ****************************/

h2.agenda {width: 75%; margin: 30px auto 0 auto; padding: 15px 0; background-color: #262626; text-transform: uppercase; text-align: center; font-size: 150%; letter-spacing: 2px; color: #fff;}

table.agenda {width: 75%; margin: 0 auto; border: 0;}
table.agenda:last-child {margin-bottom: 30px;}
table.agenda tr th {padding: 15px; background-color: #232323; text-align: left; font-size: 125%; color: #fff;}
table.agenda tr td {padding: 15px; background-color: #f3f3f3;}
table.agenda tr td:nth-child(odd) {background-color: #fff;}
table.agenda tr td.break {background-color: #f3f3f3; background-image: repeating-linear-gradient(45deg, rgba(50, 50, 50, 1) 5px, rgba(255, 255, 255, 1) 5px, transparent 10px, transparent 10px); text-align: center; font-weight: bold; font-size: 125%;}
table.agenda tr td span {display: block; font-weight: bold;}

table.agenda tbody {border: 1px solid #e6e6e6;}
table.agenda tbody tr {border-bottom: 1px solid #e6e6e6;}
table.agenda tbody tr td:first-child {font-weight: bold; color: #232323;}


/* Participants ****************************/

.attendees .list {padding: 30px;}
.attendees .list li {padding: 15px; background-color: #f3f3f3; border-bottom: 1px solid #e6e6e6;}
.attendees .list li:last-child {border: 0;}

.attendees li span b {font-size: 125%;}
.attendees li span i {margin: 0 0 0 15px; font-style: normal; font-weight: lighter;}
.attendees li span u {margin: 0 0 0 15px; text-decoration: none; color: #8e7499;}

.trombi {display: flex; padding: 0 0 30px 0; justify-content: center; flex-direction: row; flex-wrap: wrap;}
.trombi li {display: flex; width: 20%; margin: 30px 0 0 0; flex-direction: column-reverse; text-align: center;}
.trombi li span {margin: 15px 0 0 0;}
.trombi li span b, .trombi li span i, .trombi li span u {display: block; margin: 0;}

.trombi li figure {width: calc(100% - 60px); flex: 1; align-self: center;}
.trombi li figure img {width: 100%; height: auto; object-fit: cover;}


/* Exposants ****************************/

.exhibitor {display: flex; margin: 30px 0 0 0; border: 0; flex-direction: row; align-items: center;}

.exhibitor aside {width: 20%; padding: 0; background-color: transparent;}
.exhibitor aside img {width: calc(100% - 90px); height: auto;}
.exhibitor section {display: flex; width: 80%; flex-direction: column; border-left: 1px solid #e6e6e6; justify-content: center;}

.exhibitor .booth {text-align: right; font-weight: bold; font-size: 150%; color: #232323;}

.exhibitor .link {margin: -22.5px 0 0 0; text-align: left;}
.exhibitor .link a {padding: 0; border: 0; background-color: transparent; line-height: normal; color: rgba(0, 0, 0, 0.6);}

.exhibitor article {display: flex; margin: 15px 0 0 0; padding: 15px 0 0 0; border-top: 1px dotted #e6e6e6;}
.exhibitor article > div {margin: 0 60px 0 0; padding: 0 60px 0 0; border-right: 1px dotted #e6e6e6;}
.exhibitor article > div:last-child {margin: 0; padding: 0; border: 0;}
.exhibitor article h3 {margin: 0 0 5px 0;}
.exhibitor article address,
.exhibitor article span {display: block; color: rgba(0, 0, 0, 0.6);}
.exhibitor article span.name {font-weight: bold;}

.exhibitors.largeList {margin: 30px 0 0 0;}
.largeList .exhibitor {display: flex; width: 25%; padding: 30px; margin: 0 2px 2px 0; background-color: #f3f3f3; flex-direction: column; overflow: hidden;}
.largeList .exhibitor img {width: auto; height: 200px;}
.largeList .exhibitor > div {margin: 15px 0 0 0;}
.largeList .exhibitor h2 {font-size: 125%;}

.exhibitors.smallList {margin: 30px 0 0 0;}
.smallList .exhibitor {display: flex; width: 20%; padding: 30px; margin: 0 2px 2px 0; background-color: #f3f3f3; flex-direction: column; overflow: hidden;}
.smallList .exhibitor img {width: auto; height: 150px;}
.smallList .exhibitor > div {margin: 15px 0 0 0;}
.smallList .exhibitor h2 {font-size: 125%;}



.search {font-size:0; background: #ddd; padding:10px 20px; margin:10px 0 20px 0; }
.search article { display: inline-block; margin:10px 20px 10px 0; }
.search article * { font-size:14px; vertical-align: middle;}
.search article label {}
.search article input,
.search article select { margin: 6px 40px 6px 0;}

.exhibitor-view {display:flex; flex-direction:column; }
.exhibitor-view > figure {width:100%; overflow: hidden; height: 300px;}
.exhibitor-view > figure img {width:100%; object-fit: cover; height:100%; }
.exhibitor-view > section {display:flex; flex-direction:row; padding:0;}
.exhibitor-view > section.info figure {width:30%; text-align: center;}
.exhibitor-view > section.info figure img {width:70%;}
.exhibitor-view > section.info article {width:40%; display:flex; flex-direction:column; justify-content:center;}
.exhibitor-view > section.info article:last-child {width:30%; text-align: center;}
.exhibitor-view > section.info article h3 { color:#555; font-size:20px;}
.exhibitor-view > section.info article h2 { color:#000; font-size:24px; font-weight: 100; text-align: center; margin-bottom: 4vh;}
.exhibitor-view > section.info article:last-child span { text-align: center;}
.exhibitor-view > section.info article h1 { text-align: left;}
.exhibitor-view > section.ct article {width:70%; padding:6vh 5vw;} 
.exhibitor-view > section.ct figure {width:30%; overflow: hidden;} 
.exhibitor-view > section.ct figure img {width:100%; height: 100%; object-fit: cover;} 

.exhibitor-view > .link { background: #333; width: 100%; padding-left:30%; color:#fff; text-align: left; margin: 0; transition: 0.3s all ease;}
.exhibitor-view > .link a { color:#fff; text-decoration: none; display:inline-block; height:30px; padding:6px; background: inherit; border-radius: 0;}
.exhibitor-view > .link a:hover { text-decoration: underline; background: inherit;}
.exhibitor-view > .link:hover {background: #000;}



/* Intervenants ****************************/

.person {display: flex; margin: 30px 0 0 0; flex-direction: row; border: 0; align-items: center;}
.person h2 {font-size: 150%;}
.person aside {width: 350px; padding: 0; background-color: transparent;}
.person section {display: flex; margin: 0 0 0 30px; padding: 0; justify-content: center; flex-direction: column;}
.person section .func {font-weight: bold; font-size: 125%;}
.person img {width: 100%; border: 10px solid #f3f3f3; border-radius: 100%;}

.person > figure,
.person > div {width: calc(100% - 30px);}

.largeList {display: flex; justify-content: center; flex-direction: row; flex-wrap: wrap;}
.largeList .person {display: flex; width: 25%; flex-direction: column;}
.largeList .person h2 {text-align: center;}

.smallList {display: flex; justify-content: center; flex-direction: row; flex-wrap: wrap;}
.smallList .person {width: 20%; flex-direction: column;}
.smallList .person h2 {text-align: center;}

.wrap.col > aside .person:first-child {margin: 0;}
.wrap.col > aside .person > div {margin: 0 0 0 15px;}

.person-view {display:flex; flex-direction:column; }
.person-view > figure {width:100%; overflow: hidden; height: 300px;}
.person-view > figure img {width:100%; object-fit: cover; height:100%; border-radius: 100%;  border:1px solid #999;}
.person-view > section {display:flex; flex-direction:row; padding:0;}
.person-view > section.info figure {width:30%; text-align: center;}
.person-view > section.info figure img {width:70%;}
.person-view > section.info article {width:40%; display:flex; flex-direction:column; justify-content:center;}
.person-view > section.info article:last-child {width:30%; text-align: center;}
.person-view > section.info article h3 { color:#555; font-size:20px;}
.person-view > section.info article h2 { color:#000; font-size:24px; font-weight: 100; text-align: center; margin-bottom: 4vh;}
.person-view > section.info article:last-child span { text-align: center;}
.person-view > section.info article h1 { text-align: left;}
.person-view > section.ct article {width:70%; padding:6vh 5vw;} 
.person-view > section.ct figure {width:30%; overflow: hidden;} 
.person-view > section.ct figure img {width:100%; height: 100%; object-fit: cover;} 

.person-view > .link { background: #333; width: 100%; padding-left:30%; color:#fff; text-align: left; margin: 0; transition: 0.3s all ease;}
.person-view > .link a { color:#fff; text-decoration: none; display:inline-block; height:30px; padding:6px; background: inherit; border-radius: 0;}
.person-view > .link a:hover { text-decoration: underline; background: inherit;}
.person-view > .link:hover {background: #000;}



/* Sponsors ****************************/

.wrap section.sponsors {padding: 60px 0;}

.sponsors {text-align: center;}

.sponsors ul {margin: 30px 0 0 0;}
.sponsors ul li {display: inline-block;}
.sponsors ul li figure {display: table;}
.sponsors ul li figure a {display: table-cell; width: 150px; height: 150px; background-color: #f3f3f3; vertical-align: middle; text-align: center; overflow: hidden;}
.sponsors ul li figure a:hover {background-color: #e6e6e6;}
.sponsors ul li figure a img {width: calc(100% - 60px); border-radius: 0;}
.sponsors ul li figure figcaption {display: none;}


/* Photos ****************************/

ul.gallery {-moz-column-gap: 10px; -webkit-column-gap: 10px; -o-column-gap: 10px; column-gap: 10px; -moz-column-count: 4; -webkit-column-count: 4; -o-column-count: 4; column-count: 4;}
ul.gallery li {padding: 0 0 5px 0;}
ul.gallery li img {width: 100%;}


/* Conférences ****************************/

.list_conf table tbody tr td {position: relative;}
.list_conf table i {position: absolute; top: 15px; right: 15px; cursor: pointer;}

.seats {display: block; text-align: right; color: #8e7499;}
.seats img {width: 15px; height: auto; vertical-align: middle;}
.seats span {margin: 0 0 0 5px; vertical-align: middle;}

.popEvInfo {display: none; position: absolute; bottom: -60px; left: -60px; width: 400px; padding: 15px; border: 1px solid #e6e6e6; background-color: #fff; z-index: 10000;}
.popEvInfo h3 {margin: 0 0 5px 0; color: #664f73;}
.popEvInfo h5 {margin: 5px 0 0 0; color: #664f73;}
.popEvInfo.active {display: block;}

.list_conf section > article {display: flex; margin: 30px 0 0 0;}
.list_conf section > article figure {width: 30%; overflow: hidden;}
.list_conf section > article figure img {display: block; max-width: none; height: 100%; object-fit: cover;}
.list_conf section > article aside {width: 70%; padding: 30px; border-top: 5px solid #664f73; background-color: #f3f3f3;}

.list_conf .date {margin: 5px 0 0 0; text-align: right; font-size: 125%; color: #8e7499;}
.list_conf .date i {font-weight: bold; font-style: normal;}

.list_conf .desc {margin: 15px 0 0 0; text-align: justify;}

.list_conf .wrap_coord {display: inline-block; margin: 30px 30px 0 0; padding: 0 0 0 15px; border-left: 5px solid #e6e6e6; vertical-align: top;}

.list_conf .persons {margin: 30px 0 0 0; justify-content: start;}
.list_conf .persons > h3 {width: 100%;}
.list_conf .persons .person {width: 125px; margin: 0; text-align: center;}
.list_conf .persons .person figure {width: 100%;}
.list_conf .persons .person figure img {border-radius: 100%;}
.list_conf .persons .person h3 {font-size: 12px;}


/* Event Calendar ****************************/

.wrap .event-calendar {margin: 30px 0 0 0;}

.wrap .event-calendar .tools {right: 15px;}
.wrap .event-calendar .tools i.fa {margin: 0 0 0 5px;}
.wrap .event-calendar .tools i.fa.fa-calendar {-webkit-transform: translate(0, -2px); transform: translate(0, -2px);}

.wrap .event-calendar header {border-top-right-radius: 15px; border-top-left-radius: 15px; background-color: #8e7499; overflow: hidden;}
.wrap .event-calendar header .prev, .wrap .event-calendar header .next {padding: 0 15px; background-color: #664f73; line-height: 35px; font-weight: bold; color: #fff;}
.wrap .event-calendar header ul li {margin: 0; padding: 0; line-height: 35px; color: #fff;}

.wrap .event-calendar section > ul > li {background-color: #f3f3f3;}
.wrap .event-calendar section > ul > li:nth-child(odd) {background-color: #fff;}
.wrap .event-calendar section > ul > li.on {border: 0;}

.wrap .event-calendar section ul li ul li {padding: 15px; background-color: transparent;}
.wrap .event-calendar section ul li ul li .info {margin: 15px 0 0 0; padding: 0;}
.wrap .event-calendar section ul li ul li .info .chapo {margin: 5px 0 0 0;}
.wrap .event-calendar section ul li ul li .info .loc {margin: 5px 0 0 0; text-align: right; color: #664f73;}
.wrap .event-calendar section ul li ul li .info a.btn {display: inline-block; float: right; margin: 15px 0 0 0; background-color: #262626;}
.wrap .event-calendar section ul li ul li .date {margin: 15px 0 0 0; padding: 0;}
.wrap .event-calendar section ul li ul li .date span {margin: 0 0 5px 0;}

.wrap .event-calendar.list section ul li ul li .info {margin: 0 0 0 30px;}
.wrap .event-calendar.list section ul li ul li .date {margin: 0 0 0 30px; padding: 30px; border-left: 1px solid #e6e6e6; overflow: hidden;}
.wrap .event-calendar.list section ul li ul li .date span {color: #8e7499;}


/* All in one Event ****************************/

.event-all {display: flex; flex-direction: column;}

.event-all > header {display: flex; background-color: #664f73; flex-direction: row;}
.event-all > header figure {width: 60%; overflow: hidden;}
.event-all > header figure img {display: block; width: auto; height: 100%; border-radius: 0; object-fit: cover;}

.event-all > header > .date {width: 40%; overflow: hidden;}

.event-all > div {display: flex; flex-grow: 1; flex-direction: row;}
.event-all > div > section {width: 60%; padding: 30px;}
.event-all > div > section .wrap > section {padding: 0;}
.event-all > div > aside {width: 40%; padding: 30px;}
.event-all > div > aside h3 {color: #664f73;}

.event-all .address {margin: 15px 0 0 0;}
.event-all .address i.fa {display: inline-block; margin: 0 5px 0 0; vertical-align: middle; font-size: 42px; color: #e6e6e6;}
.event-all .address address {display: inline-block; vertical-align: top;}
.event-all .contact {margin: 15px 0 0 0;}
.event-all .contact span {display: block;}

.event-all .j-Map {margin: 15px 0 0 0;}


/* Event ****************************/

.event .date {display: flex; flex-direction: column; justify-content: center;}
.event .date > div {display: flex; justify-content: center; flex-direction: row; color: #fff;}
.event .date > div > b {display: flex; flex-direction: column; justify-self: start; justify-content: space-between;}

.event .date span {margin: 0 5px 0 0; line-height: 85%; font-weight: bold; font-size: 150px;}
.event .date u {text-decoration: none; font-size: 50px;}
.event .date i {font-style: normal; font-weight: normal; font-size: 50px;}
.event .date i s {font-size: 50px;}


.event-trw {
	background:#070;
	color:#fff;
	padding:2vh 3vw;
	
}
.event-trw > h2 { color:#fff; font-size:56px; margin-bottom: 40px; }
.event-trw > section {
	display:flex;
	flex-direction:row;
}
.event-trw > section > div {
	padding:0 2vw;
	flex:1;
}

.event-trw .address i.fa {font-size:50px; width:10%; display:inline-block; vertical-align:middle;}
.event-trw .address address {display:inline-block; width:85%; font-size:14px; font-style: normal; vertical-align: middle; line-height: 18px;}
.event-trw .address article > div {height:50vh; margin-bottom: 30px;}
.event-trw .qrCode {text-align: center; }
.event-trw .qrCode img {width:50vh; height:50vh; vertical-align: bottom; }



/* Sous-evenement ****************************/

body > .subevent { display:flex; flex-direction:row; }
body > .subevent > nav {padding-top: 180px; width:20vw; position:fixed; height:100vh; left:0; top:28px; background: #600; z-index:0; display:flex; flex-direction:column; }
body > .subevent > .subwrap {flex-grow:1; margin-left:20vw;}
body > .subevent > nav h3 {margin:0;padding:0;}
body > .subevent > nav h3 a,
body > .subevent > nav li a {font-size:18px; color:#ffe; width:100%; padding:15px 25px; transition:all 0.2s ease; text-decoration: none; display:block; border-bottom:1px solid #800;  }
body > .subevent > nav li a:hover {color:#ddc; background: #800;}



/* News ****************************/

.wrap .digi-news-grid {margin: 0 0 30px 0; overflow: hidden;}

.wrap .bloc-news {display: flex; min-height: 100px; border: 0; flex-direction: column; justify-content: center; opacity: 0; overflow: hidden;}
.wrap .bloc-news > section {padding: 15px; border: 1px solid #f3f3f3;}
.wrap .bloc-news > section h2 {font-size: 125%;}
.wrap .bloc-news > section .chapo {margin: 5px 0 0 0; font-size: 100%;}
.wrap .bloc-news > section .link {margin: 15px 0 0 0;}


/* Contacts ****************************/

.contacts > div {display: flex;}
.contacts article {width: calc(100% / 3); margin: 15px 0 0 0;}
.contacts article span {display: block;}


/* Média Kit ****************************/

article.kit .result {margin: 15px 0; padding: 15px; background-color: #f3f3f3;}
article.kit code {display: block; margin: 5px 0 0 0; overflow: hidden; overflow-x: auto;}


/* Catégories Produits ****************************/

.wrap .categories {display: flex; padding: 15px; flex-direction: row; flex-wrap: wrap;}

.categories article {display: inline-block; position: relative; width: calc(25% - 30px); min-height: 250px; margin: 15px; background-size: cover; background-position: center; overflow: hidden;}
.categories article::before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2);}
.categories article:hover::before {background-color: rgba(0, 0, 0, 0.8);}
.categories article:nth-child(-n+2) {width: calc(50% - 30px);}

.categories article:nth-child(n+3):nth-child(-n+5), 
.categories article:nth-child(n+10):nth-child(-n+12),
.categories article:nth-child(n+17):nth-child(-n+19) {width: calc((100% / 3) - 30px);}

.categories article > a {display: block; position: relative; min-height: 250px; padding: 15px;}
.categories article > a h2 {position: relative; padding: 0 0 0 30px; color: #fff;}
.categories article > a h2:before {content: ''; display: block; position: absolute; top: 7.5px; left: 0; width: 5px; height: calc(100% - 15px); background-color: rgba(255, 255, 255, 0.6);}
.categories article > a .chapo {color: #fff;}


/* Produits ****************************/

.wrap section.prodWrap {padding:20px 0;}
.wrap .prods {display: flex; flex-wrap: wrap; flex-direction: row; justify-content: left;}

.prods > article {display: flex; width: 25%; min-height: 150px; padding: 30px; flex-direction: column; background-color: #f3f3f3;}

.prods > article > figure {background-color: #fff; text-align: center;}
.prods > article > figure a {display: flex; width: 100%; height: 250px; padding: 15px; flex-direction:column; justify-content:center;}
.prods > article > figure a img {max-height: 100%; align-self:center; border-radius: 0;}

.prods > article > div {position: relative; border-top: 5px solid #8e7499;}
.prods > article > div {padding: 15px; background-color: #e6e6e6;}
.prods > article > div > section {display: inline-block; margin: 5px 0 0 5px;}

.prods > article > div > section .quantity-modifier {position: absolute; right: 15px; bottom: calc(100% + 15px); background-color: #8e7499; opacity: 0;}
.prods > article:hover > div > section .quantity-modifier {opacity: 1;}
.prods > article > div > section .quantity-modifier input {background-color: transparent; color: #fff;}

.prods > article h2 {display: inline-block; }
.prods > article h2 a {font-size: 32px;}
.prods > article .price {font-weight: bold; text-align: right; display: block;}

.prod {display: flex; flex-direction: row-reverse;}

.prod .info > span {display: block;}

.prod section .price b {font-weight: bold; font-size: 150%;}
.prod section .price i {font-size: 75%; font-style: normal; color: rgba(0, 0, 0, 0.6);}

.prod section.info { display:flex; }
.prod section.info > div { width:60%; }
.prod section.info > div .desc { padding:5px 10px 5px 0; margin: 15px 0 0 0; line-height: 20px; letter-spacing: 0.5pt;}
.prod section.info > div .ref {font-size:10px; color: #999; padding:12px 0 0 16px; display: block;}
.prod section.info > div .ref::before {content:"Réf. : "; }
.prod section.info > aside { width:40%; background: #262626; color:#fff;}
.prod section.info > aside .priceBloc { display:flex; flex-direction: column;}
.prod section.info > aside .priceBloc .price {font-size:20px;}
.prod section.info > aside .quantity-modifier .btn { width:100%; margin-top:20px;}
.prod section .quantity-modifier {margin: 15px 0 0 0;}

.prod aside {width: 50%; padding: 30px; text-align: center; }
.prod aside img {border-radius: 0;}

.subinfos {display:flex; border-top:50px solid #f2f2f2;}
.subinfos > div {flex:1; max-width: 33%; padding:20px;}
.subinfos > div > h2 {font-size:20px; margin-bottom: 20px;}
.subinfos > div dl {}
.subinfos > div dt {display: inline-block; width:35%; padding:8px 8px; text-align: right; font-weight: bold; border-bottom:1px solid #f2f2f2; }
.subinfos > div dd {display: inline-block; width:65%;padding:8px 8px; border-bottom:1px solid #f2f2f2; }

.recosBloc {border-top:50px solid #f2f2f2; padding:20px;}
.recosBloc h2 {font-size:20px;}

.jet_img {position: absolute; z-index: 1;}
.jet_img img {width: 100%;}
.jet_img h2 {width:200px; height:150px; background: #f1f1f1; 	display: -ms-flex;  font-weight: normal; font-size:28px; 
	display: -webkit-flex; 
	display: flex; 
	-ms-flex-direction:column; 	
	-webkit-flex-direction:column; 	
	flex-direction:column; 	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	
	text-align: center;
}
.jet_img h2 a {color:#252525; display: inline-block; text-decoration: none;}



/* Home Page / Bloc list des intervenants */
.vis-bloc .img_bg {width: 25%; height: 350px; display: inline-block; position: relative;}
.vis-bloc .overlay {
	position: absolute;
	top: 0; left: 0; z-index: 1;
	height: 100%; width: 100%;
	background-color: transparent;
	transition: background-color 1s ease 0s;
}
.vis-bloc article:hover .overlay {
	background: rgba(0,65,255,0.8);
	display: block;
}
.vis-bloc article a h2 {
	text-align: center;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	font-family: 'avenir-heavy';
}
.vis-bloc article a {
	text-decoration: none;
	font-weight: bold;
	display: none;
	width: 100%; height: 30%;
	text-align: center;
	position: absolute;
	top: 40%; left: 0;
	z-index: 2;
	transition: 0.5s all;
}
.vis-bloc article:hover a {display: block;}


/* Formulaires ****************************/

form {margin: 30px 0 20px 0;}

.digiForm {width: 100%; margin: 0 auto; font-size:0;}

.digiForm .form-title {padding: 0 0 5px 0; border-bottom: 1px solid #e6e6e6; font-size: 150%; font-weight: bold; color: #8e7499;}

.digiForm section {margin: 30px 0 0 0;}

.digiForm article {display: inline-block; width: 50%; margin: 15px 0 0 0; padding: 0 15px;  font-size:14px;}
.digiForm article:first-child {margin: 0;}
.digiForm article label {display: block; margin: 0 0 5px 0; font-weight: bold; font-size:14px;}

.digiForm.login article {display: block; margin: 15px auto 0 auto;}
.digiForm.login article:nth-child(2) {margin: 60px auto 0 auto;}
.digiForm.login article:last-child {margin: 15px auto; text-align: right;}

.forgetPass h3 {text-align: center;}

.digiForm .formRadio {width: 100%;}
.digiForm .formRadio > label {display: inline-block; margin: 0 15px 0 0;}
.digiForm .formRadio > div {display: inline-block;}
.digiForm .formRadio ul li {display: inline-block; margin: 0 5px 0 0;}
.digiForm .formRadio ul li:last-child {margin: 0;}
.digiForm .formRadio ul li label {display: inline-block; font-weight: normal;}

.digiForm .formTxt {width: 100%; font-weight: bold; color: #8e7499;}

.digiForm .modAccompany {width: 100%; margin: 30px 0 0 0;}
.digiForm .modAccompany h3 {display: inline-block;}
.digiForm .modAccompany button.addNewAcc {margin: 0 0 0 15px; background-color: #262626; line-height: 30px;}

.removeAcc {position: absolute; font-size: 150%; font-style: normal; font-weight: bold; color: #900; cursor: pointer;}

.accForm {margin: 0 0 15px 0; padding: 0 0 15px 0; border-bottom: 1px solid #e6e6e6;}
.accForm .numAcc {margin: 0 0 0 -25px;}

form .central {margin: 30px 0 0 0; text-align: right;}

.digiForm-price {position: fixed; top: 40%; right: 0; padding: 15px; background-color: #664f73; font-weight: bold; color: #fff; z-index: 10000;}
.digiForm-price .price::before {content: "Prix total :"; margin: 0 5px 0 0; font-weight: normal;}

.formOk {margin: 15px 0 0 0;}



form article s{text-decoration: none;}
form article s::before {content:" *"; font-size:14px; color:#d00; }


.digiForm .invisible div {border: none; padding: 0; margin: 0;}


.digiForm .conference {padding-top: 10px; font-size: 13px; font-weight: bold;}
.digiForm .separ_txt {margin-top: 60px; border-top: 3px double #e4e4e4; padding-top: 25px;}

.digiForm article.hotelFellows>div {display: block; width: 100%; margin-right: 31px}
.digiForm article.hotelFellows>div li {text-align: right;}
.digiForm article.hotelFellows>div li div {margin-right: 25px;margin-left: 15px;}
.digiForm article.hotelFellows>div li input {margin-left: 5px;}
.digiForm article.hotelFellows > div {margin-left: 30%; width: 70%;}
.digiForm article.hotelFellows > div li {text-align: left; }
.digiForm article.hotelFellows > div li label {text-align: left; width: 20%;}
.digiForm .hotelNbNights {font-weight: bold; margin-bottom: 50px;}
.digiForm .hotelNbNights div:before {content: "Nombre de nuit : ";}

form article.error label { color:#d00;}
form article.error input { border-color:#d00; color:#d00; box-shadow : 0 1px 4px rgba(0, 0, 0, 0.2) inset, 0 0 2px 1px rgba(240, 61, 31, 0.3);}
.digiForm .formCheckbox label {vertical-align: top;}
.digiForm .formCheckbox input {vertical-align: top;}


.digiForm .hotelMainModule.hotelChoice > div {width: 70%;}
.digiForm .hotelMainModule.hotelChoice.formRadio ul li {display: block; margin-bottom: 1%;}
.digiForm .hotelMainModule.hotelChoice.formRadio ul li label {text-align: left;}

.digiForm .oneline {padding-top:8px;padding-bottom: 10px;}
.digiForm .oneline>label {width:80%;text-align: left;font-size:16px;margin-left:15%;padding-bottom: 10px;}
.digiForm .oneline>div {margin-left:20%; width: 60%;}
.digiForm .oneline>div label {width:94%;display: inline-block;}
.digiForm .oneline>div>ul label {width: auto; vertical-align: middle;}
.digiForm .oneline>div>ul input { vertical-align: middle;}
.digiForm .oneline textarea { width: 80%;}
.digiForm .oneline .form-title {font-size:16px;margin-left: 15%; border:none;}
.digiForm section.oneline>article {margin-left:7%;}

form nav,
.digiForm > nav {padding:20px; text-align: center;}

section > nav {padding:20px; text-align: right;}
nav > .btn {margin:0 30px;}

article > div > span.connex { font-size:11px; padding-top:4px; display: block; text-align: right;  cursor: pointer;}
article > div > span.connex:hover {text-decoration: underline;}

ul.errors {background : #B71D21; padding:20px;}
ul.errors li {list-style: circle; margin-left:10px;	color:#fff;	margin-bottom: 3px;font-size: 13px;}

.modAccompany .tpl {display:none;}




/* AppList ****************************/

.app-List {position: relative; margin: 0 0 15px 0; padding: 0; border: 1px solid #e6e6e6; background: #fff; clear: both;}

.digiForm .app-List { width: 100%; position:relative; }
.app-List header {padding-left:0px;}
.app-List table { width: 100%; border:none; border-spacing: 0; border-collapse: collapse; }
.app-List table td { margin:0; }
.app-List table tr.noresult { display:none; }
.app-List table tr.noresult td {
	padding:30px;
	font-weight: bold;
	font-size:14px;
	text-align: center;
	color:#d00;
}
.app-List table tr.headcols td, .app-List thead th { /* titre */ 
	height:24px;
	font-size:12px;
	padding:3px 4px;
	line-height: 16px;
    background: linear-gradient(to bottom, #758294, #657284);
    color:#fff;
    text-align: left;
    cursor: pointer;
}
.app-List table tr.headcols td:hover { background: linear-gradient(to bottom, #95a2b4, #8592a4); }
.app-List table tr.headcols td.on { background: linear-gradient(to bottom, #999, #777); color:#fff; }
.app-List table tr.headcols td i { padding:0 4px 0 8px; float:right; }
.app-List table tr.headcols td.action i { float: none; }
.app-List table tr td, .app-List table tr th  {
	height:24px;
	padding:3px 4px;
	font-size:11px;
	line-height: 14px;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.app-List table tr th  {
    white-space: nowrap;
}
.app-List table tr td.link { font-weight: bold; cursor: pointer; }
.app-List table tr td.link-sec { cursor: pointer; }
.app-List table tr td.link:hover, 
.app-List table tr td.link-sec:hover { text-decoration: underline;}
.app-List table tr.search td { height:36px; }
.app-List table tr.search td input { height:22px; border:1px solid #ccc; font-size:11px; line-height: 14px; padding:2px 3px; width:97%}
.app-List tbody th,
.app-List table tr .action {	text-align: center; }
.app-List tbody i,
.app-List table tr td.action i { padding:0 8px; color:#555; font-size: 14px; font-weight:normal; }
.app-List table tr:nth-child(even) td, .app-List table tr:nth-child(even) th { background: #f0f0f0; }
.app-List>div { padding:4px 8px; text-align: right; } 
.app-List select { line-height: 14px; height:auto; padding:0; margin:2px; }
.app-List header div span { display: inline-block; padding-right: 30px; font-size: 11px; line-height: 24px; vertical-align: middle; }
.app-List header>div:first-child {
    background: linear-gradient(to bottom, #f8f8f8, #eaeaea);
    vertical-align: middle;
	margin: 0;	
	padding: 3px 5px;	
	height:34px;
	border-bottom: 1px solid #ccc;
	display: block;
}
.app-List header aside { float:right; height:28px; }
.app-List header aside>div{
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
	height: 28px;
	border-left:1px solid #ccc;
	margin-left: 20px;
	border-right:1px solid #ccc;
	margin-right: 20px;
}
.app-List .pagination {text-align: right;}
.app-List tbody th u {font-weight: normal; margin:0 5px;}
.app-List tbody th u:hover {text-decoration: none;}
.app-List tbody th u,
.app-List tbody th i,
.app-List .action i { cursor: pointer;}
.app-List table tbody tr:hover:nth-child(odd) td, .app-List table tbody tr:hover:nth-child(odd) th {background: #fafaff;}
.app-List table tbody tr:hover:nth-child(even) td, .app-List table tbody tr:hover:nth-child(even) th {background: #f0f0f5;}
.app-List table tr.new td {	background: #efe;}
.app-List table tr.dragging td {	opacity: 0.9; background:#fee; }
.app-List .lineDrag { z-index:2; position:absolute; width:auto; height:auto; opacity: 0.9; cursor: move;}

.app-List table tbody tr td.price {
	text-align: right;
	padding-right: 20px;
}
.app-List td.price.credit {color:#00c;}
.app-List td.price.debit {color:#c00;}
.app-List table tbody tr td.subtotal{
	color:#000;
	text-align: right;
	background: #eee;	
}
.app-List table tr td.total, .app-List table tbody tr:hover td.total {
	text-align: right;	
	background-color: #000;
	color:#fff;
	font-weight: bold;
}
.modRdv {position:relative; text-align: center;}
.modRdv>h1 {margin:10px 0px 20px 0px;}


.modRdv .panel.confForm button,
.modRdv .btn {
	background-color:#F5F5F5;
	background-image: linear-gradient(to bottom, #f8f8f8, #E0E0E0);
	border:solid 1px;
	line-height: 14px;
	font-weight:bold;
	display: inline-block;
	vertical-align: top;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
	border-radius: 3px 3px 3px 3px;
	font-size:12px;
	padding:7px 13px;
	color:#555;
	white-space:nowrap;
	cursor: pointer;
}

.modRdv .panel.confForm button,
.modRdv .btn:hover	{ opacity:0.85; transition: opacity 0.1s ease-in-out 0s; }
.modRdv .panel.confForm button,
.modRdv .btn.valid { color:#fff; background-color:#6ac; background-image: linear-gradient(to bottom, #9c6, #694);}
.modRdv .panel {
	border: 1px solid #aaa;
	border-radius:5px;
	background: #fea;
	padding:15px;
	position:relative;
}
.modRdv .panelContainer{
	display: block;
	width: 100%;
	position:relative;
}
.modRdv .panel h2 {	margin:5px 0px 10px 0px;}
.modRdv .panel ul {	list-style: none;}
.modRdv .panel ul li.day {	display: inline-block; width: 48%; padding:0 5%;}
.modRdv .panel li.plage { padding: 8px 0px;}
.modRdv .panel li.slot {
	margin: 0px 6px 6px 0px;
	padding: 3px 6px; 
	text-align: center;
	cursor: pointer;
	background-image: linear-gradient(to bottom, #ed5, #eb3);
	color:#000;
	border-radius: 5px;
	width:160px; 
	display: inline-block;
}
.modRdv .panel li.slot>span { font-size: 10px;}
.modRdv .panel li.slot>label { cursor: pointer;}
.modRdv .panel li.slot>span::before {content:" (";}
.modRdv .panel li.slot>span::after {content:")";}

.modRdv .panel li.slot {
	width: 100%;
	text-align: left;
}
.modRdv .panel li.slot>label {
	width:140px;
	text-align: center;
}
.modRdv .panel li.slot>span { float:right}
.modRdv .panel li.slot>span::before {content:"Places restantes : ";}
.modRdv .panel li.slot>span::after {content:"";}
.modRdv .panel li.closed {
	cursor:auto;
	background-image: linear-gradient(to bottom, #eaa, #d88);
}
.modRdv .panel li.closed>label { cursor:auto;}

.modRdv .panel.person li.slot>span {
	float: none;
	display: block;
	font-size: 11px;
}
.modRdv .panel.person li.slot>span::before,
.modRdv .panel.person li.slot>span::after { content:""}
.modRdv .panel.confForm h2 {font-size:16px}
.modRdv .panel.confForm .with b,
.modRdv .panel.confForm .at b { width:47px; display: inline-block; text}
.modRdv .panel.confForm .with ,
.modRdv .panel.confForm .at {width:100%;}
.modRdv .panel.confForm span {padding-left:10px;}
.modRdv .panel.confForm .msg { padding-top:10px; display: block;}
.modRdv .panel.confForm .msg b { display: block;}
.modRdv .panel.confForm .msg textarea {width: 100%;}

div.actions,
.modRdv .panel.confForm .actions {padding:8px; display: block; text-align: center;}

.close::before  {
	font-family: FontAwesome;
	content:"\f00d";
	background: #fff;
	border:#000 2px solid;
	text-align: center;
	border-radius: 15px 15px 15px 15px;
	font-size:18px;
	font-weight: normal;
	position:absolute;
	right:-10px;
	top:-10px;
	width:20px;
	height:20px;
	z-index:1;
	cursor: pointer;
}


/* List Bar  ****************************/

.listBar { text-align: right; padding:0 10px; background: #333;}
.listBar > ul {display:inline-block; margin:0 0 0 20px;}
.listBar > ul li {display: inline-block; color:#ccc; padding:6px 4px; transition: color 0.2s ease; font-size:20px; cursor: pointer; vertical-align: middle;}
.listBar > ul li a { color:#ccc; transition: color 0.2s ease; vertical-align: middle;}
.listBar > ul li a i,
.listBar > ul li a span {vertical-align: middle;}
.listBar > ul li:hover {color:#fff;}
.listBar > ul li:hover a {color:#fff;}



/* Simple Modal ****************************/
.simple-modal#addedToBasket::before {background: rgba(150, 150, 150, 0.7);}
.simple-modal#addedToBasket > section {background: #fff; margin:10px auto; }


/* Simple Modal Added To Basket ****************************/
.simple-modal#addedToBasket section.product article {
	display:flex;
}
#addedToBasket section > h3 {display: block; text-align: center; padding:10px;}
#addedToBasket .product article > figure {width:40%; padding:10px;}
#addedToBasket .product article > section {width:60%;padding:30px 10px 10px;}
#addedToBasket .product article > section h2 {font-size:24px;}
#addedToBasket .product article > section .qtty {margin:20px 0;}
#addedToBasket .product article > section .qtty b {padding-left:10px; font-size:16px;}
#addedToBasket .product article > section .price {margin-top:40px; display: block; text-align: right;}
#addedToBasket .product article > section .price b {font-size:16px; }
#addedToBasket .product article > section .price s {text-decoration:line-through;}

#addedToBasket .nav {padding:10px;text-align: center;}
#addedToBasket .nav .btn {margin:10px 20px;}

.recos {
	display: flex;
	flex-wrap:wrap;
}
.recos article {
	width:33%;
	padding:20px;
	flex:1;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.recos article figure img {max-height: 50vh;}
.recos article figure {flex:1; 	display:flex; flex-direction:column; justify-content:center;}
.recos article h2 {font-size:14px; text-align: center;}


/* Member / Main ****************************/

section.member.main {display: flex; flex-direction: row; flex-wrap: wrap; padding: 30px;}
section.member.main > article {width: calc(100% / 3); padding: 30px;}
section.member.main > article:nth-child(odd) {background: #f3f3f3;}

section.member.main > article h2 {font-size: 150%;}
section.member.main > article p, section.member.main > article fieldset {margin: 15px 0 0 0;}
section.member.main > article fieldset > article {margin: 0 0 5px 0;}
section.member.main > article fieldset > article:last-child {margin: 0;}
section.member.main > article fieldset > article div {display: inline-block; margin: 0 0 0 5px;}

section.member nav {margin: 30px 0 0 0; text-align: right;}


/* Member / Orders ****************************/

.orders > ul {margin: 30px 0 0 0;}
.orders > ul > li {border-bottom: 1px solid #e6e6e6;}
.orders > ul > li:last-child {border: 0;}
.orders > ul > li > div > a {display: block; padding: 30px;}
.orders > ul > li:first-child > div > a {padding-top: 0;}
.orders > ul > li:last-child > div > a {padding-bottom: 0;}
.orders > ul > li > div > a h2 {font-size: 175%;}
.orders > ul > li > div > a h3 {text-align: right; font-size: 150%;}

.member.order > article {margin: 30px 0 0 0;}
.member.order > article > .column {margin: 15px 0 0 0;}
.member.order > article .basket {margin: 15px 0 0 0;}


/* Panier ****************************/

.basket {width: 100%; margin: 0px 0;}
.basket thead td {font-weight: bold;}
.basket td.price {text-align: right;}
.basket td.subprice {text-align: right; font-size:16px;}
.basket td.product {display:flex;}
.basket td.product figure {width:35%; padding:0 0 0 10px;}
.basket td.product figure img {max-height: 20vh;}
.basket td.product > article {width:65%;}
.basket td.product > article h2 {font-size:20px;}
.basket td.product > article .ref {font-size:11px; color:#999; display: block; padding-bottom:16px;}
.basket td.product > article a {text-decoration: underline;}
.basket tfoot {background-color: #f3f3f3;}
.basket tfoot tr td {color: #8e7499;}
.basket tfoot tr td.total {font-size:20px; color:#222;}
.basket tfoot tr td.price {font-size:20px; color:#222;}

.basket.empty td {text-align: center; padding:40px; font-style: italic; color: #d75;}

.infoDelivery {text-align: right; padding:5px 0; display: block; color:#999;}
.infoDelivery i {margin-right: 10px; font-size:14px;}

.save-name {
	position:absolute;
	top:80px;
	width:500px;
	right:30px;
	background: #eee;
	padding:20px;
	border-radius: 5px;
	box-shadow: 0px 0px 4px #aaa;
}
.save-name section {display:flex;justify-content:space-between;}
.save-name section * {align-self:center; margin:0 5px;}
.save-name span { white-space: nowrap; font-size:16px;}
.save-name input { flex:1;}
.save-name button { text-align: center;}
.save-name button i {margin:0;}


.wrap > section > div > nav {
	text-align: right;
	padding:30px 20px 0 20px;
}
.wrap > section > div > nav .btn { margin:0 10px;}


.digi-addresses ul li.formAddr {width:100%;}
.digi-addresses ul li.formAddr .digiForm {width:700px; margin:0 auto;}
.digiForm .addrName {width:100%; background:#eee; padding:10px;}


/* Authentification ****************************/

section.auth {
	display:flex;
}
 
section.auth > article {flex:1; padding:50px 30px; font-size:16px; display:flex; flex-direction:column; justify-content:start;}
section.auth > article h2 {padding-bottom:20px; }
section.auth > article.noaccount {background: #262626; color: #fff; }
section.auth > article.noaccount h2 {color: #fff; }
section.auth > article.noaccount .digiForm {margin-top:30px;}

section.auth > article.waccount { }


/* Livraison ****************************/

.shipModes { padding:0 16px;}
.shipModes li {background: #f0f5fa; padding: 0 10px;  margin-bottom:10px;}
.shipModes li label {padding:15px; display: inline-block; width:calc(100% - 30px); cursor: pointer;}

/* Process Paiement ****************************/

.payModes li {display: inline-block; width: 250px; margin: 0 15px 0 0; border: 1px solid #e6e6e6; text-align: center;}
.payModes li:last-child {margin: 0;}
.payModes li:hover, .payModes li.select {background-color: #f3f3f3;}
.payModes li label {display: block; padding: 30px; cursor: pointer;}
.payModes li img {width: 50%;}
.payModes li span {display: block; margin: 15px 0 0 0;}

.cgv {margin: 60px 0 0 0; text-align: justify; font-size: 125%;}


.payment_form {
	text-align: center;
	margin:100px auto;
}
.payment_form form {display:inline-block; width:auto;}
.payment_form div {display: block; 	margin:100px auto;}

.btn.big {font-size: 24px; padding: 20px 40px;}
.btn.small {font-size: 16px; padding: 10px 10px; min-height: none;}
.btn.mini {font-size: 12px; padding: 4px 7px; min-height: none;}

.staffList .btn {max-width:none; display:inline-block;}