@import url("../../../assets/css/v5/themes/site/theme-v2.css");

@media(max-width: 767px) {
    body.modal-open {
        width: 100%;
    }
}
.container .row {
    margin: 0;
    position: relative;
}
.container .col-md-1,
.container .col-md-10,
.container .col-md-11,
.container .col-md-12,
.container .col-md-2,
.container .col-md-3,
.container .col-md-4,
.container .col-md-5,
.container .col-md-6,
.container .col-md-7,
.container .col-md-8,
.container .col-md-9 {
    padding: 0 10px;
}


.maincontainer {
    position: relative;
    display: block;
    box-sizing: border-box;
}
.maincontainer .content {
    position: relative;
}

#adminbar {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 41px;
    background: black;
    overflow: hidden;
    color: #ccc;
    z-index: 99999;
    background: #2A313A;
}
#adminbar a {
    color: #CCC;
}

#adminbar ul,
#adminbar li {
    clear: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-indent: 0;
    z-index: 99999;
}
#adminbar li {
    padding: 10px;
    float: left;
    margin-right: 10px;
}
#adminbar li:hover {
    background: #36404e;
}
#adminbar li:hover a {
    color: #FFF;
    text-decoration: none;
}
#adminbar li.logo {
    padding: 2px 5px;
    margin-right: 5px;
}
#adminbar div.editor {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    margin-top: 5px;
}
#adminbar div.editor a {
    color: white;
}
#adminbar .alert-danger {
  background: #b94a48;
  color: white;
  text-shadow: none;
  border: none;
  border-radius: 0px;
  height: 41px;
}
#adminbar .alert-danger a {
    color: white;
}



.row [class*="span"] {
    margin-left: 0;
    min-height: 0px;
}
.item {
    min-height: 0px !important;
}
.line {
    padding:0 10px;
    display: block;
    position: relative;
}
.line_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background: transparent;
}
.banniere {
    position: relative;
    margin: 0px auto;
    display: block;
    text-align: center;
}
.banniere img {
    max-width: 100%;
}
@media screen and (max-width: 1170px) {
    .banniere {
        width: 100%;
        border: none;
    }
    .banniere img {
        width: 100%;
        border: none;
    }
}


/** HEADER **/
/* Navbar
-------------------------------------------------- */
.navbar {
    /*border: none;
    border-radius: 0px;
    background: #242b35;
    padding: 10px 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);*/
}
.navbar-fixed-top {
    margin-bottom: 0;
}
.navbar-fixed-top.scroll {
    opacity: 0.96;
}
.navbar-inner {
    border-bottom: 0 none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    filter: none;
    padding: 7px 0 8px 0;
    /*background: none repeat scroll 0 0 #242b35;*/
    background: url("../images/nav_bg.jpg") 0 0 repeat;
    min-height: 100px;
}
.navbar-inner .container {
    position: relative;
}
.navbar-toggle {
    color: white;
}
.navbar-toggle:hover {
    background-color: #333;
}
.navbar .brand img {
    max-height: 75px
}
.navbar .brand h1 {
    font-size: 28px;
    text-shadow: none;
    color: white;
    line-height: 20px
}
.navbar .nav.pull-right {
    top: 50px;
    /*margin-right: 40px;*/
}
.navbar .nav > li > a {
    color: #F8F8F8;
    font-size: 14px;
    text-shadow: none;
    /*-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;*/
    padding: 30px 15px;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
    color: #ccc;
    background: transparent;
}


@media (max-width:767px) {
    .navbar .nav > li > a {
        padding: 10px 15px;
    }
    .dropdown-menu li > a {
        color: #ccc;
        background: transparent;
    }
}

.navbar .nav > li.active > a,
.navbar .nav > li.active:hover > a,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    padding-bottom: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    background: none;
    color: #fff;
}


.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background: #161b21;
    color: #fff;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    background-color: #475B77 !important;
    text-decoration: none;
    color: #ffffff;
    background-image: -moz-linear-gradient(top, #475B77, #475B77);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#475B77), to(#475B77));
    background-image: -webkit-linear-gradient(top, #475B77, #475B77);
    background-image: -o-linear-gradient(top, #475B77, #475B77);
    background-image: linear-gradient(to bottom, #475B77, #475B77);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#475B77', endColorstr='#475B77', GradientType=0);
}

.dropdown-menu { min-width:200px; }
.dropdown-menu li > a {
    padding: 3px 10px;
    white-space: normal;
    min-width: 200px;
}
.right-caret {
    float:right;
}
.right-caret:after {
    content:"";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    width: 0;
    border-left: 5px solid black;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display: none;
    margin-top: -5px;
    margin-left: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 6px !important;
    min-width: 200px;
}
.dropdown-menu .sub-menu li:last-child {
    border-bottom: none !important;
}

.navbar .btn-navbar .fa fa-bars {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #5FAF08;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar .nav-actions {
    position: absolute;
    top: 5px;
    right: 0px;
}
.navbar .btn-header {
    background: #414A57;
    border: 1px solid #13161b;
    border-radius: 6px;
    display: inline-block;
    color: #F8F8F8;
    padding: 10px 15px !important;
    margin: 20px 0;
    font-size: 15px;
    text-shadow: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    padding: 10px 15px 10px;
}
.navbar .btn-header:hover {
    background: #545F6D;
    background: -moz-linear-gradient(top, #545F6D 0%, #303946 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#545F6D), color-stop(100%,#303946));
    background: -webkit-linear-gradient(top, #545F6D 0%,#303946 100%);
    background: -o-linear-gradient(top, #545F6D 0%,#303946 100%);
    background: -ms-linear-gradient(top, #545F6D 0%,#303946 100%);
    background: linear-gradient(to bottom, #545F6D 0%,#303946 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545F6D', endColorstr='#303946',GradientType=0 );
    color: #ccc;
    text-decoration: none;
}


@media (max-width: 979px) {
    .nav-collapse .nav > li > a:hover,
    .nav-collapse .dropdown-menu a:hover {
        background: none !important;
    }
    .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
        color: #ccc;
    }
    .navbar .nav>li>.dropdown-menu .sub-menu {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
        border: none;
        box-shadow: none;
        background: none;
    }
    .navbar .nav>li>.dropdown-menu .sub-menu li a {
        padding: 9px 30px;
    }
}


/** FOOTER **/
/* footer section */
#footer {
    background: white;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}
#footer hr {
    border-top: 1px solid black;
    border-bottom: 1px solid #363B43;
    margin: 8px 0px 0px 0px;
}
#footer .copyright .social {
    display: inline-block;
    margin-left: 10px;
    border-radius: 22px;
    padding: 10px;
    text-align: center;
    color:#6e6e6e;
    opacity: .7;
    text-decoration: none
}
#footer .copyright .social:hover {
    opacity:1;
}
#footer .copyright .social.facebook:hover { color:#3b5998 }
#footer .copyright .social.twitter:hover { color: #E7E9EA }
#footer .copyright .social.googleplus:hover { color:#d94a39 }
#footer .copyright .social.youtube:hover { color:#D51727 }
#footer .copyright .social.linkedin:hover { color: #007AB5; }
#footer .copyright .social.skype:hover { color: #00AFF0; }
#footer .copyright .social.instagram:hover { color: #E7DDD3; }
#footer .copyright .social.tumblr:hover { color: #35465D; }
#footer .copyright .social.pinterest:hover { color: #D21F24; }
#footer .copyright .social.rss:hover { color:#fb9b27 }
#footer .copyright .social.email:hover { color:white }

#footer .copyright .copy p {
    margin-top: 20px;
}


.comments {
    margin: 0 auto;
	margin-top: 20px;
}
.comments #addCommentForm {
    margin-top: 20px;
    padding-left: 10px;
}
.comments #addCommentForm #groupmessage {
	position: relative;
}
.comments #addCommentForm #controlmessage {
	margin-left:0px;
}
.comments #addCommentForm .talkbubble {
    position: relative;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: solid #c9ced4;
    background: white;
    border-width: 1px;
}
.comments #addCommentForm .talkbubble:before {
  	content: "";
    position: absolute;
    right: 100%;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 10px solid #c9ced4;
    border-bottom: 7px solid transparent;
}

.comments #addCommentForm .talkbubble textarea {
	position: inherit;
	width: inherit;
	height: inherit;
	background: inherit;
	margin: 0;
	padding: 0;
	border: none;
}
.comments #addCommentForm .talkbubble textarea:focus {
	outline-offset: 0px;
	outline: -webkit-focus-ring-color auto 0px;
}
.comments .head {
    border-bottom: 1px solid #D6D6D6;
    display: inline-block;
    padding: 15px 0 15px;
    width: 100%;
}
.comments .head h4 {
	font-weight: normal;
	color: #373D44;
	font-size: 18px;
	margin: 0px;
	text-align: left;
	padding-left: 15px
}
.comments .head h4 i {
	padding-right:10px;
}

.comments .form-actions {
    background: none;
    border: none;
    padding-top: 0;
}
.comments .form-actions .btn {
	padding: 8px 30px;
}

.comments .comment {
	margin-bottom: 0px;
	margin-top: 20px;
	padding-bottom: 20px;
}
.comments .comments-content > .comment {
	border-bottom: 1px solid #e3e7eb;
}
.comments .comment .childrens {
	/*display: none;*/
}
.comments .comment .childrens .comment:first-child {
	padding-top: 20px;
}

.comments .comment.reply_to {
	margin-top: 10px;
	margin-left: 60px
}
.comments .btn-show-answers {
	margin-top: 10px;
	margin-left: 60px;
	background: #e9edf1 !important;
	color: #7e8a98;
	padding: 4px 14px;
	box-shadow: none !important;
	border: none !important;
}
.comments .comment .author_pic {
	max-width: 55px;
	float: right;
}
.comments .comment .name {
	font-weight: bold;
}
.comments .comment .reply,
.comments #shownextelements a {
	color: #abd749;
	text-decoration: none;
	margin-left: 0px;
	font-size: 12px;
}
.comments .comment .date {
	font-size: 12px;
}
.comments .comment .response {
	margin-top: 10px;
}

/* new comment */
.new_comment {
	border-top: 1px solid #c0c1c3;
	box-shadow: inset 0px 2px 1px 0px white;
	padding-top: 30px;
}
.new_comment form {
	margin-top: 35px;
}
.new_comment form input[type="text"] {
	height: 25px;
	width: 100%;
}
.new_comment form textarea {
	margin-top: 10px;
	width: 100%;
}

#addCommentForm {
	margin-bottom: 0px;
}
#addCommentForm .form-actions {
	margin-bottom: 0px;
}
#addCommentForm .input-prepend {
	margin-left: 20px;
}

#ContentReponse {
    display:none;
    background:#f9f9f9;
    margin: 20px 0;
    padding:20px;
    padding-bottom: 10px;
    -webkit-border-radius:4px;
       -moz-border-radius:4px;
            border-radius:4px;
}

.comments .comment.reply_to + #ContentReponse {
    margin-top: 10px;
    margin-left: 60px;
}



.comments .comment .comment-infos {
	display: block;
	position: relative;
}
.comments .comment .comment-infos:after {
	clear: both;
	display: table;
	content: ' ';
}

.comments .comment .comment-infos .name,
.comments .comment .comment-infos .actions {
	float: left;
    padding-right: 20px;
    margin-right: 10px;
    border-right: 1px solid lightgray;
    height: 35px;
}
.comments .comment .comment-infos .actions {
    padding-right: 10px;
}
.comments .comment .comment-infos .reply {
	height: 35px;
	line-height: 35px;
	padding-left: 5px;
}
.comments .comment .comment-infos .name {
	font-size: 12px;
	color: #5a687a;
}
.comments .comment .comment-infos .name .date {
	font-size: 12px;
	font-weight: normal;
	color: #a5adb6;
}

.comments .comment .comment-infos .actions .btn {
	padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 20px;
    height: 35px;
    color: #65778c;
}


#shownextelements a {
	background: #7A8C9E;
	border-radius: 7px;
	box-shadow: 0 2px 4px 0 rgba(101,119,140,0.31);
	color: #FFFFFF;
	padding: 8px 20px;
	display: block;
	text-align: center;
}




audio {
    width: 100%;
}
video {
    background: black;
}
.video-block-center {
    margin: 0 auto;
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.video-block-center iframe,
.video-block-center object,
.video-block-center embed,
.video-block-center .mejs-container,
.video-block-center .mejs__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:767px) {
    .video-block-center {
        height: 100% !important;
        width: 100% !important;
        padding-bottom: 56.25%;
    }
    a.btn, button {
		white-space: normal !important;
	}
	p, h1, h2, h3, h4, h5, h6 {
		word-break: break-word;
	    -webkit-hyphens: auto;
	    -moz-hyphens: auto;
	    -ms-hyphens: auto;
	    hyphens: auto;
	}
    select {
        max-width: 100%;
    }
}

.box {
	overflow: hidden;
}

.box-masonry {
    margin-bottom: 10px;
    position: relative;
}
.box-masonry .background {
    margin-bottom: 10px;
    opacity: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}


#mini-mp3player {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    color: #8a6d3b;
    padding: 5px 0;
	position: relative;
	margin-bottom: 10px;
}
#mini-mp3player .content {
	padding: 10px;
	padding-bottom: 0px;
	position: relative;
}
#mini-mp3player .content .texte {
    margin-bottom: 10px;
}
#mini-mp3player .content a {
    margin-top: -5px;
}
#mini-mp3player p {
    margin-bottom: 0px;
}
#mini-mp3player h4 {
    margin-top: 0px;
}


#mp3player {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	margin-bottom: 10px;
}
#mp3player .content {
	padding: 10px;
	position: relative;
}
#mp3player .content .texte {
    margin-bottom: 10px;
}
#mp3player .content a {
    border-radius: 0px;
}
#mp3player h2 {
	font-size: 16px;
	color:#ff6600;
	font-weight: bold;
	text-align: left;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
#mp3player h4 {
    margin-top: 0px;
}
.mp3player .mejs__audio,
.mp3player .mejs-audio {
    display: inline-block;
    float: none;
}
.mp3player .btn-inverse {
	padding: 5px 10px;
    border-radius: 0px;
    display: inline-block;
    margin-left: -5px;
    background: black;
    height: 30px;
    box-sizing: border-box;
    color: #D4D4D4 !important;
    font-size: 12px;
}


.optin {
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: auto;
    display: block;
    box-sizing: border-box;
}
.optin .content {
	padding: 5px 10px;
	position: relative;
}

.boxcontainer {
    overflow: hidden;
    position: relative;
}
.boxcontainer .content {
    padding: 10px;
    position: relative;
}

.image img {
    max-width: 100%;
}

.txt {
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: auto;
    display: block;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.txt .content {
	padding: 5px 10px;
	position: relative;
}
.txt h2 {
	font-weight: bold;
	text-align: left;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.txt h4 {
	margin-top: 0px;
}

.txt p {
	margin:0;
	padding:0;
}
.txt ul {
	margin-left:0px;
	padding:3px 0px 3px 20px;
	margin-bottom:0px;
}

.module {
    position: relative;
    width: 100%;
}
.module iframe {
    width: 100%;
    border: none;
}

.downloads {
    position: relative;
    border: 1px solid rgba(0,0,0,.2);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(0,0,0,.025)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.025) 100%);
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.025) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.025) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.025) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(0,0,0,.025) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#05000000', GradientType=0);
}
.downloads .content {
    padding: 10px;
}
.downloads:hover {
    background-color: rgba(0,0,0,.05);
}
.downloads i {
    font-size: 28px;
    margin-right: 10px;
    margin-top: 5px;
}
.downloads a {
    font-weight: bold;
    color: #0088cc;
    display: block;
}

.link {
    position: relative;
    text-align: center;
}
.link .content {
    padding: 5px 10px;
}
.link a {
    display: block;
}

.button_link img {
    max-width:100%;
}
.button_link img:hover {
    opacity: .8;
}
.button_checkout input[type="image"]:hover {
    opacity: .8;
}
.button_checkout form {
    margin-bottom: 0px;
}

.image {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.image a {
    display: block;
    position: relative;
}
/*.image img {
    max-width: inherit;
}*/
@media (max-width:980px) {
    .image img {
        max-width: 100%;
        height: auto !important;
    }

}
.image .thumb {
    display: block;
    width: auto;
    height: auto;
    background-size: cover;
    position: relative
}
.image .see_more {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    margin-left: -10px;
    margin-top: -10px;
    color: #000;
    text-decoration: none;
}

.image:hover .see_more {
	display: block;
}
.image:hover .thumb {
	opacity: 0.7;
}


.texte img {
    box-sizing: border-box;
}


.texte-ref {
    background:#d9edf7;
    margin-top: 0px;
    padding: 10px;
    border-radius: 0px;
    border:1px solid #98bbc2;
}
.texte-ref form {
    margin: 0
}
.texte-ref form h4 {
    margin-top: 0px;
}
.texte-ref textarea {
    width:95%;
    height:150px;
    margin: 0;
}
.texte-ref button {
    margin-top: 10px;
}


input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	display: inline-block;
	border: 1px solid #bbb;
	background: white;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.maincontainer.tip {
    border: none !important;
}
.maincontainer.tip .background {
    background: none !important;
}
.tipblock {
	width:195px;
	height: auto;
	position:relative;
	color:#222222;
	font-size: 12px;
	line-height: 15px;
	left: 50%;
	margin-left: -95px;

	word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}
.tipblock p {
    margin: 0;
}
.tipblock .content {
	padding: 5px;
}
.tipblock.ergo {
	background: #bfe6ff;
	border:2px solid #0099ff;
}

.tipblock.pedago {
	background: #ffebdd;
	border:2px solid #ff6600;
}

.tipblock .tip-avatar {
	display:block;
	position: absolute;
	right:0px;
	bottom:0px;
	z-index: 0;
}

.radio .tipblock.ergo,
.radio .tipblock.pedago {
    left:inherit;
    margin-left: 0px;
}

.tipblock .fl1 {
	background-image:url("../../../assets/images/formation/fleche-right.png");
	background-repeat:no-repeat;
	display:block;
	width:19px;
	height:17px;
	position: absolute;
	right:-30px;
	top:50%;
	margin-top: -9px;
	z-index: 1;
}

.tipblock .fl2 {
	background-image:url("../../../assets/images/formation/fleche-bas.png");
	background-repeat:no-repeat;
	display:block;
	width:19px;
	height:17px;
	position: absolute;
	left:50%;
	margin-left: -10px;
	bottom: -30px;
	z-index: 1;
}

.tipblock .fl3 {
	background-image:url("../../../assets/images/formation/fleche-left.png");
	background-repeat:no-repeat;
	display:block;
	width:19px;
	height:17px;
	position: absolute;
	left:-30px;
	top:50%;
	margin-top: -9px;
	z-index: 1;
}

.tipblock .fl4 {
	background-image:url("../../../assets/images/formation/fleche-haut.png");
	background-repeat:no-repeat;
	display:block;
	width:18px;
	height:19px;
	position: absolute;
	left:50%;
	margin-left: -10px;
	top:-30px;
	z-index: 1;
}





ul.bullet-green {
    margin-left: 0;
}
ul.bullet-green li {
    background: url("../../../assets/images/tunnels/bull8.png") no-repeat 0px 0px;
    padding-left: 34px;
    min-height: 26px;
    list-style: none;
}


video#bgvid {
    position: fixed;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#bgvidyoutube {
    position: fixed;
    z-index: -99;
    width: 100%;
    height: 100%;
}
#bgvidyoutube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
	#bgvidyoutube { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
	#bgvidyoutube { width: 300%; left: -100%; }
}

#hackYt {
    bottom: 0;
    right: 0;
    background: transparent;
    position: absolute;
    width: 140px;
    height: 70px;
}

@media (max-width:768px) {
    video#bgvid {
        display: none;
    }
    #hackYt {
        display: none;
    }
}

/****** Calendar *******/
.calendar-date-box {
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.25);
}
.calendar-date-box {
    margin: 0 auto;
    width: 150px;
}
.calendar-date-box p.month {
    background-color: #ff0000;
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    padding: 10px 0;
    line-height: 1em;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    border-radius: 20px 20px 0 0;
    -webkit-box-shadow: inset 0 -1px 3px 0 rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 -1px 3px 0 rgba(0,0,0,.5);
    box-shadow: inset 0 -1px 3px 0 rgba(0,0,0,.5);
    background-image: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.1) 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.1)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.1) 100%);
    background-image: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.1) 100%);
    background-image: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.1) 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,.25) 0,rgba(0,0,0,.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
    background-color: red;
    text-shadow: 0 -1px 0 #000;
}

.calendar-date-box p.day {
    display: block;
    margin: 0;
    padding: 10px 0;
    font-size: 90px;
    line-height: 1em;
    font-weight: 700;
    color: #000;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    -moz-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    background-image: -moz-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,.05)),color-stop(100%,rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,0) 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,.05) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d000000', endColorstr='#00000000', GradientType=0);
    background-color: #fff;
}


.bloc-center {
    margin:0 auto !important;
    float:none !important;
}

.btn {
	white-space: normal;
}
.btn-xlarge {
    width:100%;
    padding: 15px 19px;
    font-size: 24px;
    line-height: 28px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-sizing: border-box;
}


.modal-body {
    max-height: none;
}
.modal {
	text-align: center;
}
.modal .chosen-container,
#horaire_webinaire .chosen-container {
    width: 100% !important;
}
@media screen and (min-width: 768px) {
	.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
}
.modal .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
@media (max-width: 768px) {
    .modal .modal-dialog {
        max-width: var(--app-responsive-max-width);
        display: block;
    }
    .modal-body {
        max-height: none;
    }
    .modal-body .input-append,
    .modal-body .input-prepend {
        width: 100%;
    }
    .modal-body .input-append input,
    .modal-body .input-append input[class*=span],
    .modal-body .input-prepend input,
    .modal-body .input-prepend input[class*=span] {
        width: 90%;
        box-sizing: border-box;
    }
}





div.button.linkedin a {
    position: relative !important;
}
#facebook .button,
#twitter .button,
#googleplus .button,
#linkedin .button {
    background: none;
}
#facebook .button span,
#twitter .button span,
#googleplus .button span,
#linkedin .button span {
    display: block;
    margin: 0px;
    height: auto;
    padding: 0px;
    text-align: left;
    background: none;
}
#template1 {
    margin:0 auto;
    text-align: center;
}
#template1 .sharrre{
    margin:10px 0 10px 20px;
    display: inline-block;
}

#template2 {
    margin:0 auto;
    text-align: center;
}
#template2 .sharrre{
    margin:10px 0 10px 20px;
    display: inline-block;
}
#template3 {
    margin:0 auto;
    text-align: center;
}
#template3 .sharrre{
    margin:10px 0 10px 20px;
    display: inline-block;
    min-height: 60px;
}
#template3 .sharrre.no-counts {
    min-height: 20px;
}

#template4 {
    margin:0 auto;
    text-align: center;
    height: 70px;
}
#template4 .sharrre{
    margin:10px 0 10px 0px;
    display: inline-block;
    min-height: 50px;
    width: 50px;
    height: 50px;
    position: relative;
}

#template5 {
    margin:0 auto;
    text-align: center;
    height: 70px;
}
#template5 .sharrre{
    margin:10px 0 10px 0px;
    display: inline-block;
    min-height: 50px;
    height: 50px;
    position: relative;
    border-radius: 25px;
    padding: 0;
    overflow: hidden;
}
#template5 .sharrre .box {
    background: white !important;
    height: 50px;
    padding: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 10px;
    padding-left: 15px;
    position: relative;
    display: block;
    text-align: left;
}

#template5 .sharrre .share {
    height: 50px;
    width: auto;
    display: block;
    padding: 0;
    margin: 0;
    color: white;
    padding-top: 15px;
    font-size: 20px;
    padding: 0 20px;
    text-shadow: 1px 1px 0px #666;
}


#template6 {
    margin:0 auto;
    text-align: center;
}
#template6 .sharrre{
    margin:10px 0 10px 0px;
    display: inline-block;
    min-height: 50px;
    height: 50px;
    position: relative;
    padding: 0;
    overflow: hidden;
}
#template6 .sharrre .box {
    background: white;
    height: 50px;
    padding: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 10px;
    padding-left: 15px;
    position: relative;
    display: block;
    text-align: left;
}

#template6 .sharrre .share {
    height: 50px;
    width: auto;
    display: block;
    padding: 0;
    margin: 0;
    padding-top: 15px;
    font-size: 20px;
    padding: 0 20px;
}


.col-md-1 #template1 .sharrre,
.col-md-2 #template1 .sharrre,
.col-md-3 #template1 .sharrre {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.col-md-1 #template1 .sharrre .share,
.col-md-2 #template1 .sharrre .share,
.col-md-3 #template1 .sharrre .share {
    margin: 0 auto;
    margin-top: 8px;
}
.col-md-1 #template1 .sharrre .count,
.col-md-2 #template1 .sharrre .count,
.col-md-3 #template1 .sharrre .count {
    margin: 0 auto;
}


.col-md-1 #template2 .sharrre,
.col-md-2 #template2 .sharrre,
.col-md-3 #template2 .sharrre {
    display: block;
    margin: 0 auto;
    margin-bottom: 0px;
}

.col-md-1 #template3 .sharrre,
.col-md-2 #template3 .sharrre,
.col-md-3 #template3 .sharrre {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.sharrre .box a:hover{
    text-decoration:none;
}
.sharrre .count {
    color:#525b67;
    display:block;
    font-size:18px;
    font-weight:bold;
    line-height:40px;
    height:40px;
    position:relative;
    text-align:center;
    text-decoration: none;
    width:70px;
    -webkit-border-radius:4px;
       -moz-border-radius:4px;
            border-radius:4px;
    border:1px solid #b2c6cc;
    background: #fbfbfb; /* Old browsers */
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.sharrre .count:before, .sharrre .count:after {
    content:'';
    display:block;
    position:absolute;
    left:49%;
    width:0;
    height:0;
}
.sharrre .count:before {
    border:solid 7px transparent;
    border-top-color:#b2c6cc;
    margin-left:-7px;
    bottom: -14px;
}
.sharrre .count:after {
    border:solid 6px transparent;
    margin-left:-6px;
    bottom:-12px;
    border-top-color:#fbfbfb;
}
.sharrre.no-counts .count {
    display: none !important;
}

#template1 .sharrre .share {
    color:#FFFFFF;
    display:block;
    font-size:12px;
    font-weight:bold;
    height:30px;
    line-height:30px;
    margin-top:8px;
    padding:0;
    text-align:center;
    text-decoration:none;
    width:70px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
#template1 #twitter .share {
    text-shadow: 1px 0px 0px #0077be;
    filter: dropshadow(color=#0077be, offx=1, offy=0);
    border:1px solid #0075c5;
    background: #26c3eb;
    background: -moz-linear-gradient(top, #26c3eb 0%, #26b3e6 50%, #00a2e1 51%, #0080d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26c3eb), color-stop(50%,#26b3e6), color-stop(51%,#00a2e1), color-stop(100%,#0080d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* IE10+ */
    background: linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26c3eb', endColorstr='#0080d6',GradientType=0 ); /* IE6-9 */
}
#template1 #facebook .share {
    text-shadow: 1px 0px 0px #26427e;
    filter: dropshadow(color=#26427e, offx=1, offy=0);
    border:1px solid #24417c;
    background: #5582c9; /* Old browsers */
    background: -moz-linear-gradient(top, #5582c9 0%, #33539a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5582c9), color-stop(100%,#33539a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5582c9 0%,#33539a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5582c9 0%,#33539a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5582c9 0%,#33539a 100%); /* IE10+ */
    background: linear-gradient(top, #5582c9 0%,#33539a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5582c9', endColorstr='#33539a',GradientType=0 ); /* IE6-9 */
}
#template1 #googleplus .share {
    text-shadow: 1px 0px 0px #222222;
    filter: dropshadow(color=#222222, offx=1, offy=0);
    border:1px solid #262626;
    background: #d64532; /* Old browsers */
    background: -moz-linear-gradient(top, #d64532 0%, #BC2E1C 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d64532), color-stop(100%,#BC2E1C)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d64532 0%,#BC2E1C 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d64532 0%,#BC2E1C 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d64532 0%,#BC2E1C 100%); /* IE10+ */
    background: linear-gradient(top, #d64532 0%,#BC2E1C 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d64532', endColorstr='#BC2E1C',GradientType=0 ); /* IE6-9 */
}
#template1 #linkedin .share {
    text-shadow: 1px 0px 0px #222222;
    filter: dropshadow(color=#222222, offx=1, offy=0);
    border:1px solid #262626;
    background: #007AB5; /* Old browsers */
    background: -moz-linear-gradient(top, #007AB5 0%, #005A86 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007AB5), color-stop(100%,#005A86)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #007AB5 0%,#005A86 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #007AB5 0%,#005A86 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #007AB5 0%,#005A86 100%); /* IE10+ */
    background: linear-gradient(top, #007AB5 0%,#005A86 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007AB5', endColorstr='#005A86',GradientType=0 ); /* IE6-9 */
}



#template4 .sharrre .share {
    margin-top: 10px;
    margin-left: 12px;
}
#template4 .sharrre.twitter {
    background: #26c3eb;
}
#template4 .sharrre.twitter .share {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    visibility: hidden;
    width: 40px;
    margin-top: 5px;
}
#template4 .sharrre.twitter.no-counts .share {
    margin-top: 10px;
}
#template4 .sharrre.twitter .share:hover:before {
    color:#ddd;
    transition:all .2s;
}
#template4 .sharrre.twitter .share:before {
    content: "\f099";
    visibility: visible;
    position: relative;
    font-size: 32px;
    color: white;
    width: 40px;
    transition:all .2s;
}


#template4 .sharrre.facebook {
    background: #5582c9;
}
#template4 .sharrre.facebook .share {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    visibility: hidden;
    width: 40px;
    margin-left: 15px;
    margin-top: 5px;
}
#template4 .sharrre.facebook.no-counts .share {
    margin-top: 10px;
}
#template4 .sharrre.facebook .share:hover:before {
    color:#ddd;
    transition:all .2s;
}
#template4 .sharrre.facebook .share:before {
    content: "\f09a";
    visibility: visible;
    position: relative;
    font-size: 32px;
    color: white;
    width: 40px;
    transition:all .2s;
}



#template4 .sharrre.googlePlus {
    background: #d64532;
}
#template4 .sharrre.googlePlus .share {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    visibility: hidden;
    width: 40px;
    margin-top: 5px;
}
#template4 .sharrre.googlePlus.no-counts .share {
    margin-top: 10px;
    margin-left: 0;
}
#template4 .sharrre.googlePlus .share:hover:before {
    color:#ddd;
    transition:all .2s;
}
#template4 .sharrre.googlePlus .share:before {
    content: "\f0d5";
    visibility: visible;
    position: relative;
    font-size: 32px;
    color: white;
    width: 40px;
    transition:all .2s;
}



#template4 .sharrre.linkedin {
    background: #007AB5;
}
#template4 .sharrre.linkedin .share {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    visibility: hidden;
    width: 40px;
    margin-top: 5px;
}
#template4 .sharrre.linkedin.no-counts .share {
    margin-top: 10px;
}
#template4 .sharrre.linkedin .share:hover:before {
    color:#ddd;
    transition:all .2s;
}
#template4 .sharrre.linkedin .share:before {
    content: "\f0e1";
    visibility: visible;
    position: relative;
    font-size: 32px;
    color: white;
    width: 40px;
    transition:all .2s;
}




#template4 .sharrre .count {
  color: white;
  position: absolute;
  bottom: -13px;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  width: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background: none;
}

#template4 .sharrre .count:before {
    border:none;
    margin:0;
    bottom:0px;
}
#template4 .sharrre .count:after {
    border:none;
    margin:0;
    bottom:0px;
}







#template5 .sharrre.twitter {
    background: #26c3eb;
    border: 1px solid #26c3eb;
    margin-right: 10px;
}
#template5 .sharrre.twitter .share {
    background: #26c3eb;
    margin-left: 35px;
    margin-top: -42px !important;
    padding-top: 15px;
}
#template5 .sharrre.twitter.no-counts .share {
    margin-top: 10px;
}
#template5 .sharrre.twitter .share:hover {
    background: #4ad0fd;
    transition: all .2s;
}
#template5 .sharrre.twitter .box:before {
    content: "\f099";
    visibility: visible;
    position: relative;
    font-size: 32px;
    color: #26c3eb;
    width: 40px;
    transition:all .2s;
}


#template5 .sharrre.facebook {
    background: #5582c9;
    border: 1px solid #5582c9;
    margin-right: 10px;
}
#template5 .sharrre.facebook .share {
    background: #5582c9;
    margin-left: 35px;
    margin-top: -42px !important;
    padding-top: 15px;
}
#template5 .sharrre.facebook.no-counts .share {
    margin-top: 10px;
}
#template5 .sharrre.facebook .share:hover {
    background: #4978b9;
    transition: all .2s;
}

#template5 .sharrre.facebook .box:before {
    content: "\f09a";
    visibility: visible;
    position: relative;
    font-size: 32px;
    color: #5582c9;
    width: 40px;
    transition:all .2s;
}



#template5 .sharrre.googlePlus {
    background: #d64532;
    border: 1px solid #d64532;
    margin-right: 10px;
}
#template5 .sharrre.googlePlus .share {
    background: #d64532;
    margin-left: 40px;
    margin-top: -42px !important;
    padding-top: 15px;
}
#template5 .sharrre.googlePlus.no-counts .share {
    margin-top: 10px;
}
#template5 .sharrre.googlePlus .share:hover {
    background:#df5140;
    transition:all .2s;
}
#template5 .sharrre.googlePlus .box:before {
    content: "\f0d5";
    visibility: visible;
    position: relative;
    font-size: 32px;
    width: 40px;
    color: #d64532;
    transition:all .2s;
}



#template5 .sharrre.linkedin {
    background: #007AB5;
    border: 1px solid #007AB5;
}
#template5 .sharrre.linkedin .share {
    background: #007AB5;
    margin-left: 35px;
    margin-top: -42px !important;
    padding-top: 15px;
}
#template5 .sharrre.linkedin.no-counts .share {
    margin-top: 10px;
}
#template5 .sharrre.linkedin .share:hover {
    background:#006fa6;
    transition:all .2s;
}
#template5 .sharrre.linkedin .box:before {
    content: "\f0e1";
    visibility: visible;
    position: relative;
    font-size: 32px;
    width: 40px;
    color: #007AB5;
    transition:all .2s;
}




#template5 .sharrre .count {
  color: white;
  position: absolute;
  bottom: -13px;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  width: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background: none;
}

#template5 .sharrre .count:before {
    border:none;
    margin:0;
    bottom:0px;
}
#template5 .sharrre .count:after {
    border:none;
    margin:0;
    bottom:0px;
}






#template6 .sharrre.twitter {
    background: #26c3eb;
    border: 2px solid #26c3eb;
    margin-right: 10px;
}
#template6 .sharrre.twitter .share {
    color: #26c3eb;
    margin-left: 15px;
    margin-top: -42px !important;
    padding-top: 15px;
}
#template6 .sharrre.twitter.no-counts .share {
    margin-top: 10px;
}
#template6 .sharrre.twitter:hover {
    border-color: #3195b6;
    transition: all .2s;
}
#template6 .sharrre.twitter:hover .share {
    color: #3195b6;
    transition: all .2s;
}
#template6 .sharrre.twitter:hover .box:before {
    color: #3195b6;
    transition: all .2s;
}
#template6 .sharrre.twitter .box:before {
    content: "\f099";
    visibility: visible;
    position: relative;
    font-size: 32px;
    color: #26c3eb;
    width: 40px;
    transition:all .2s;
}


#template6 .sharrre.facebook {
    background: #5582c9;
    border: 2px solid #5582c9;
    margin-right: 10px;
}
#template6 .sharrre.facebook .share {
    color: #5582c9;
    margin-left: 20px;
    margin-top: -42px !important;
    padding-top: 15px;
}
#template6 .sharrre.facebook.no-counts .share {
    margin-top: 10px;
}
#template6 .sharrre.facebook:hover {
    border-color: #345a90;
    transition: all .2s;
}
#template6 .sharrre.facebook:hover .share {
    color: #345a90;
    transition: all .2s;
}
#template6 .sharrre.facebook:hover .box:before {
    color: #345a90;
    transition: all .2s;
}

#template6 .sharrre.facebook .box:before {
    content: "\f09a";
    visibility: visible;
    position: relative;
    font-size: 32px;
    color: #5582c9;
    width: 40px;
    transition:all .2s;
}



#template6 .sharrre.googlePlus {
    color: #d64532;
    border: 1px solid #d64532;
}
#template6 .sharrre.googlePlus .share {
    color: #d64532;
    margin-left: 25px;
    margin-top: -42px !important;
    padding-top: 15px;
}
#template6 .sharrre.googlePlus.no-counts .share {
    margin-top: 10px;
}

#template6 .sharrre.googlePlus:hover {
    border-color: #902f25;
    transition: all .2s;
}
#template6 .sharrre.googlePlus:hover .share {
    color: #902f25;
    transition: all .2s;
}
#template6 .sharrre.googlePlus:hover .box:before {
    color: #902f25;
    transition: all .2s;
}
#template6 .sharrre.googlePlus .box:before {
    content: "\f0d5";
    visibility: visible;
    position: relative;
    font-size: 32px;
    width: 40px;
    color: #d64532;
    transition:all .2s;
}



#template6 .sharrre.linkedin {
    color: #007AB5;
    border: 1px solid #007AB5;
}
#template6 .sharrre.linkedin .share {
    color: #007AB5;
    margin-left: 20px;
    margin-top: -42px !important;
    padding-top: 15px;
}
#template6 .sharrre.linkedin.no-counts .share {
    margin-top: 10px;
}
#template6 .sharrre.linkedin:hover {
    border-color: #005680;
    transition: all .2s;
}
#template6 .sharrre.linkedin:hover .share {
    color: #005680;
    transition: all .2s;
}
#template6 .sharrre.linkedin:hover .box:before {
    color: #005680;
    transition: all .2s;
}
#template6 .sharrre.linkedin .box:before {
    content: "\f0e1";
    visibility: visible;
    position: relative;
    font-size: 32px;
    width: 40px;
    color: #007AB5;
    transition:all .2s;
}




#template6 .sharrre .count {
  color: white;
  position: absolute;
  bottom: -13px;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  width: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background: none;
}

#template6 .sharrre .count:before {
    border:none;
    margin:0;
    bottom:0px;
}
#template6 .sharrre .count:after {
    border:none;
    margin:0;
    bottom:0px;
}





#funnel_template1 {
    margin: 0 auto;
    text-align: center;
}

#funnel_template1 .tpage {
    padding: 10px;
    text-align: center;
}

#funnel_template1 .thumbnail {
    max-height: 140px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 100%;
}
#funnel_template1 .title {
    font-weight: bold;
    font-size: 18px;
}


#funnel_template2 {
    margin: 0 auto;
    text-align: center;
}

#funnel_template2 .tpage {
    padding: 10px;
    text-align: center;
}
#funnel_template2 .thumbnail {
    max-height: 140px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    max-width: 100%;
}
#funnel_template2 .title {
    font-weight: bold;
    font-size: 16px;
}


#funnel_template3 {
    margin: 0 auto;
    text-align: center;
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    margin-top: 10px;
}

#funnel_template3 .tpage {
    padding: 10px;
    text-align: center;
}
#funnel_template3 .thumbnail {
    display: none;
}
#funnel_template3 .title {
    font-weight: bold;
    font-size: 16px;
    color: #646464;
}




#produits .col-md-4:last-child,
#produits .col-md-6:last-child {
    margin-right: 0px;
}

#produits .col-md-4 .payment_module a,
#produits .col-md-6 .payment_module a {
    text-align: center;
    padding-right: 10px;
}
#produits .col-md-4 .payment_module a small:before,
#produits .col-md-6 .payment_module a small:before {
    display: table;
    content: "";
    line-height: 0;
}
#produits .col-md-4 .payment_module a img,
#produits .col-md-6 .payment_module a img {
    display: block;
    margin: 0 auto;
}

#produits .col-md-4 .payment_module .button_link,
#produits .col-md-6 .payment_module .button_link {
    text-align: center;
    padding-right: 10px;
}
#produits .col-md-4 .payment_module .button_link img,
#produits .col-md-6 .payment_module .button_link img {
    display: block;
    margin: 0 auto;
}

.uncheck { display:block; text-align:center; }
.payment_module { margin-bottom: 10px; }
.payment_module form { margin: 0px; height: 0px }
.payment_module a,
.payment_module .button_link {
    display: block;
    border: 1px solid #d6d4d4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 17px;
    line-height: 23px;
    color: #333;
    font-weight: bold;
    padding: 13px 40px 13px 10px;
    letter-spacing: -1px;
    position: relative;
    background: #fbfbfb;
    cursor: pointer;
}
.payment_module a:hover,
.payment_module .button_link:hover {
    text-decoration: none;
    background: #f6f6f6;
}


.chosen-container-single a.chosen-single {
    height: auto;
}
.chosen-container-single a.chosen-single span {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
}


.payment_module a.image {
    display: block;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    position: relative;
    background: none;
}
.payment_module a.image:hover img {
    opacity: .8
}


.payment_module img {
    max-width: 100%;
}
.payment_module a.image img {
    max-width: 100%;
    height: auto !important;
}

/*.payment_module.cheque img,
.payment_module.virement img {
    max-height: 50px;
}
.payment_module.freepayment img {
    float: left;
    max-width: 80px;
}*/

.payment_module a img,
.payment_module .button_link img {
    margin-right: 10px;
    max-width: 150px;
}



.box-header {
	height: 40px;
	border: 1px solid #ddd;
	margin-bottom: -1px;
	padding: 10px;
	background-color: #efefef;
	-webkit-box-shadow: none;
    	-moz-box-shadow: none;
             box-shadow: none;
	-webkit-border-radius: 2px 2px 0px 0px;
       -moz-border-radius: 2px 2px 0px 0px;
        	border-radius: 2px 2px 0px 0px;
	overflow: hidden;
}

.box-header h2{
	font-size: 14px;
	line-height: 16px;
	float:left;
	margin-top: 2px;
	color: #646464;
	font-weight: normal;
	text-shadow: 0px 1px 0px #fff;
}

.box-icon a {
    color: #646464;
}
.box-header h2 i{
	margin: 1px 3px 0px 5px;
	opacity: .4;
}

.box-header .box-icon {
	float:right;
	margin-top: 1px;
}

.box-header .box-icon i {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	opacity: .4;
}

.box-header .box-icon i:hover {
	opacity: .8;
}

.box-header .box-icon a {
	margin: 0px 5px;
}

.box-content {
  	margin-top: -1px;
	padding: 10px;
  	border: 1px solid #ddd;
  	background: #fcfcfc;
  	-webkit-border-radius: 0px 0px 2px 2px;
	   -moz-border-radius: 0px 0px 2px 2px;
          	border-radius: 0px 0px 2px 2px;
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, .6);
	   -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, .6);
			box-shadow: 0 1px 0px rgba(255, 255, 255, .6);
}


#sondage {
    margin-bottom: 20px;
}



.rappels {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.rappels .rappel {
    background: #EAEAEA;
    display: inline-block;
    width: 30%;
    max-width: 200px;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    margin-right: 10px;
}
.rappels .rappel img {
    max-height: 70px;
}
@media (max-width: 767px) {
    .rappels .rappel {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}



table td.success {
    background-color: #dff0d8;
    color: #468847;
}

table td.error {
    background-color: #f2dede;
    color: #b94a48;
}


.bar_texte {
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #000000;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}


#faq .question {
    cursor: pointer;
}
#faq .question:hover {
    opacity: .8;
}
#faq .reponse {
    display: none;
    padding: 5px;
}

.modal.fade.in {
    max-height: 80%;
    overflow-y: scroll;
}
@media(max-width: 767px) {
    .modal.fade.in {
        max-height: 100%;
        overflow-y: scroll;
    }
}


.bullet {
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
}
.bullet .icone {
    float: left;
    margin-right: 5px;
    vertical-align: top;
}
.bullet .bullet-content{
    overflow: hidden;
}


.formation_form .input-group {
    float: none;
    display: table;
}


#formationshop_template1 .formation {
	background-color: #fff;
	margin: 0px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.055);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.055);
    box-shadow: 0 1px 3px rgba(0,0,0,.055);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px;
    position: relative;
    display: block;
    min-height: 70px;
    overflow: visible;
}
#formationshop_template1 .formation.owned {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

#formationshop_template1 .formation:hover {
	box-shadow: 0px 0px 7px 0px #8cbe5b;
}
#formationshop_template1 .formation h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}
#formationshop_template1 .formation h4 a {
	color: #333;
}

#formationshop_template1 .formation h4,
#formationshop_template1 .formation p {
	padding: 0px;
}
#formationshop_template1 .formation .pic {
	position: relative;
	max-width: 130px;
    max-height: 80px;
	float: left;
}
#formationshop_template1 .formation .right-content {
	position: absolute;
	right: 10px;
	top: 10px;
}
#formationshop_template1 .formation .price h4 {
	text-align: center;
	color: #fb5a0b;
	margin-bottom: 10px;
}


#formationshop_template2 .media {
    margin-top: 0;
}
#formationshop_template2 .formation {
    background-color: #fff;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 2.564102564102564%;
	border: 1px solid #ddd;
    padding: 0px;
    position: relative;
    display: block;
    min-height: 70px;
    overflow: visible;
}
#formationshop_template2 .formation.owned {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
#formationshop_template2 .formation:first-child {
    margin-left: 0px;
}
#formationshop_template2 .formation .picture {
    float: none;
    margin: 0px;
    display: block;
    padding-right: 0;
}
#formationshop_template2 .formation .pic {
	position: relative;
	width: 100%;
	max-height: 180px;
	float: none;
}
#formationshop_template2 .media-body {
    padding: 10px;
}
#formationshop_template2 .formation .price h4 {
	text-align: center;
	color: #fb5a0b;
	margin-bottom: 10px;
	font-size: 20px;
}
#formationshop_template2 .formation.owned h4 a {
    color: #468847;
}

@media (max-width:767px) {
    #formationshop_template1 .media-left,
    #formationshop_template2 .media-left {
        float: none !important;
        text-align: center;
        display: block !important;
    }
    #formationshop_template1 .formation .pic,
    #formationshop_template2 .formation .pic {
        float: none;
        max-width: auto;
        width: 100%;
    }
    #formationshop_template1 .media-body,
    #formationshop_template2 .media-body {
        width: 100% !important;
        display: block !important;
    }
    #formationshop_template1 .media-right,
    #formationshop_template2 .media-right {
        margin-top: 10px;
        text-align: center;
        width: 100%;
        display: block;
    }
}



.offre {
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
    border: 1px solid #DDDDE1;
    padding: 10px;
}
.offre.theme1 {
    border-radius: 4px;
    background: linear-gradient(315deg, #517FA4 0%, #243949 100%);
}
.offre .offre-accroche {
    text-align: center;
    color: white;
}
.offre .offre-accroche h2,
#main-composition .offre-accroche h2 {
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}
.offre.theme1 .offre-texte {
    color: white;
    margin-bottom: 20px;
}
.offre-orders {
    margin-bottom: 20px;
}
.offre .orders {
    text-align: center;
}
.offre .orders h4 {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
}
.offre .orders.terminee {
    color: #CCC;
    background: transparent;
}
.offre .orders.terminee h4 {
    color: #CCC;
}
.offre form {
    margin-bottom: 0px;
}
.offre.theme1 .offre-btn {
    margin: 10px;
}
#main-composition .offre-btn .btn,
.offre-btn .btn {
    border-radius: 4px;
    box-shadow: none;
    padding: 10px 30px;
    color: white;
    background-color: var(--app-color-primary);
    border: none;
    font-size: 11px;
    min-width: 160px;
}


.offre-theme-2 {
    width: 100%;
    bottom: 0;
    z-index: 1000;
}
.offre.theme2 {
    padding: 16px;
    background: linear-gradient(315deg, #517FA4 0%, #243949 100%);
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.offre.theme2 > div {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: stretch;
    align-content: stretch;
    padding: 0 20px;
}
.offre.theme2 .offre-titles {
    justify-content: center;
}
.offre.theme2 .offre-accroche h2 {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
}
.offre.theme2 .offre-texte,
.offre.theme2 .offre-texte p {
    color: white;
    font-size: 13px;
    margin-bottom: 0;
}
.offre.theme2 .offre-options {
    flex-grow: 0;
    flex-direction: column;
    flex-shrink: 0;
}
.offre.theme2 .offre-orders {
    margin-bottom: 0;
}


@media(max-width:767px) {
    .offre.theme2 {
        position: relative;
        display: block;
    }
    .offre.theme2 > div {
        display: block;
    }
}


.offre .countdown-timer-style-6 {
    text-align: center;
    background: white;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 4px 0 rgba(82,97,115,0.2);
}










.countdown-timer {
	margin: 0 auto
}

.countdown-timer-style-1 {
	min-width: 103px;
	max-width: 622px;
	text-align: center;
	white-space: nowrap
}

.countdown-timer-style-1 .hasCountdown {
	display: inline-block
}

.countdown-timer-style-1 .countdown_rtl {
	direction: rtl
}

.countdown-timer-style-1 .countdown_row {
	clear: both
}

.countdown-timer-style-1 .countdown-amount {
	position: relative;
	display: inline-block;
	padding: .2em 0;
	min-width: 2em;
	line-height: 1em;
	font-family: Impact;
	font-weight: 700;
	font-size: 48px;
	color: #fff;
	text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
	background: #191919;
	background: -moz-linear-gradient(top,rgba(25,25,25,1) 0,rgba(31,31,31,1) 50%,rgba(38,38,38,1) 50%,rgba(51,51,51,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(25,25,25,1)),color-stop(50%,rgba(31,31,31,1)),color-stop(50%,rgba(38,38,38,1)),color-stop(100%,rgba(51,51,51,1)));
	background: -webkit-linear-gradient(top,rgba(25,25,25,1) 0,rgba(31,31,31,1) 50%,rgba(38,38,38,1) 50%,rgba(51,51,51,1) 100%);
	background: -o-linear-gradient(top,rgba(25,25,25,1) 0,rgba(31,31,31,1) 50%,rgba(38,38,38,1) 50%,rgba(51,51,51,1) 100%);
	background: -ms-linear-gradient(top,rgba(25,25,25,1) 0,rgba(31,31,31,1) 50%,rgba(38,38,38,1) 50%,rgba(51,51,51,1) 100%);
	background: linear-gradient(to bottom,rgba(25,25,25,1) 0,rgba(31,31,31,1) 50%,rgba(38,38,38,1) 50%,rgba(51,51,51,1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#191919', endColorstr='#333333', GradientType=0);
	-webkit-box-shadow: inset 0 0 0 1px rgba(64,64,64,1),inset 0 -1px 0 0 rgba(255,255,255,.3),inset 0 -2px 0 0 rgba(0,0,0,1),inset 0 -3px 0 0 rgba(255,255,255,.3),inset 0 -4px 0 0 rgba(0,0,0,1),inset 0 -5px 0 0 rgba(255,255,255,.1);
	-moz-box-shadow: inset 0 0 0 1px rgba(64,64,64,1),inset 0 -1px 0 0 rgba(255,255,255,.3),inset 0 -2px 0 0 rgba(0,0,0,1),inset 0 -3px 0 0 rgba(255,255,255,.3),inset 0 -4px 0 0 rgba(0,0,0,1),inset 0 -5px 0 0 rgba(255,255,255,.1);
	box-shadow: inset 0 0 0 1px rgba(64,64,64,1),inset 0 -1px 0 0 rgba(255,255,255,.3),inset 0 -2px 0 0 rgba(0,0,0,1),inset 0 -3px 0 0 rgba(255,255,255,.3),inset 0 -4px 0 0 rgba(0,0,0,1),inset 0 -5px 0 0 rgba(255,255,255,.1);
	border: 3px solid #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}
.countdown-timer-style-1 .countdown-amount:after {
	content: "";
	height: 1px;
	width: 100%;
	background: #000;
	position: absolute;
	top: 50%;
	left: 0;
	border-top: 1px solid rgba(255,255,255,.175);
	border-bottom: 1px solid rgba(255,255,255,.175)
}
.countdown-timer-style-1 .countdown-section {
	display: inline-block;
	margin: 0 1px;
	font-size: 11px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	color: inherit
}
.countdown-timer-style-1 .countdown-section:first-child {
	margin-left: 0
}
.countdown-timer-style-1 .countdown-section:last-child {
	margin-right: 0
}
.floating-featured-panel-fluid .countdown-timer-style-1 .countdown-amount {
	font-size: 30px
}
@media only screen and (max-width: 479px) {
	.countdown-timer-style-1 .countdown-amount {
    	font-size: 32px
    }
}


.countdown-timer-style-2 {
	min-width: 103px;
	max-width: 622px;
	text-align: center;
	white-space: nowrap
}

.countdown-timer-style-2 .hasCountdown {
	display: inline-block
}

.countdown-timer-style-2 .countdown_rtl {
	direction: rtl
}

.countdown-timer-style-2 .countdown_row {
	clear: both
}

.countdown-timer-style-2 .countdown-amount {
    display: block;
    padding: 10px 0px;
    font-weight: normal;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.countdown-timer-style-2 .countdown-section {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: inherit;
    position: relative;
    display: inline-block;
    padding: 1px;
    min-width: 65px;
    min-height: 60px;
    font-weight: 200;
    font-size: 32px;
    color: black;
    background: white;

    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 3px;

    box-shadow: 0px 0px 5px #333;
    -webkit-box-shadow: 0px 0px 5px #333;
    -moz-box-shadow: 0px 0px 5px #333;
    margin-right: 10px;
}
.countdown-timer-style-2 .countdown-section:first-child {
	margin-left: 0
}
.countdown-timer-style-2 .countdown-section:last-child {
	margin-right: 0
}
.floating-featured-panel-fluid .countdown-timer-style-2 .countdown-amount {
	font-size: 30px
}

.countdown-timer-style-2 .countdown-period {
    font-size: 12px;
    display: block;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    background: black;
    color: white;
    border-radius: 3px;
    text-transform: none;
}

@media only screen and (max-width: 479px) {
	.countdown-timer-style-2 .countdown-amount {
    	font-size: 32px
    }
}


.countdown-timer-style-3 {
	text-align: center
}
.countdown-timer-style-3 .hasCountdown {
	display: inline-block
}
.countdown-timer-style-3 .countdown_rtl {
	direction: rtl
}
.countdown-timer-style-3 .countdown_row {
	clear: both
}
.countdown-timer-style-3 .countdown-amount {
	position: relative;
	display: inline-block;
	padding: .25em;
	margin: 0 10px;
	min-width: 1.25em;
	line-height: 1em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 48px;
	color: #333;
	text-shadow: -1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
	background: #f2f2f2;
	background: -moz-linear-gradient(top,rgba(255,255,255,1) 0,rgba(234,234,234,1) 50%,rgba(242,242,242,1) 51%,rgba(250,250,250,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(50%,rgba(234,234,234,1)),color-stop(51%,rgba(242,242,242,1)),color-stop(100%,rgba(250,250,250,1)));
	background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0,rgba(234,234,234,1) 50%,rgba(242,242,242,1) 51%,rgba(250,250,250,1) 100%);
	background: -o-linear-gradient(top,rgba(255,255,255,1) 0,rgba(234,234,234,1) 50%,rgba(242,242,242,1) 51%,rgba(250,250,250,1) 100%);
	background: -ms-linear-gradient(top,rgba(255,255,255,1) 0,rgba(234,234,234,1) 50%,rgba(242,242,242,1) 51%,rgba(250,250,250,1) 100%);
	background: linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(234,234,234,1) 50%,rgba(242,242,242,1) 51%,rgba(250,250,250,1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
	-webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.5),inset 0 0 0 1px rgba(0,0,0,.25),inset 0 -3px 0 0 rgba(204,204,204,1),inset 0 -4px 0 0 rgba(179,179,179,1),inset 0 -5px 0 0 rgba(255,255,255,1),inset 0 2px 0 0 rgba(234,234,234,1),inset 0 3px 0 0 rgba(179,179,179,1),inset 0 4px 0 0 rgba(255,255,255,1);
	-moz-box-shadow: 0 0 0 1px rgba(255,255,255,.5),inset 0 0 0 1px rgba(0,0,0,.25),inset 0 -3px 0 0 rgba(204,204,204,1),inset 0 -4px 0 0 rgba(179,179,179,1),inset 0 -5px 0 0 rgba(255,255,255,1),inset 0 2px 0 0 rgba(234,234,234,1),inset 0 3px 0 0 rgba(179,179,179,1),inset 0 4px 0 0 rgba(255,255,255,1);
	box-shadow: 0 0 0 1px rgba(255,255,255,.5),inset 0 0 0 1px rgba(0,0,0,.25),inset 0 -3px 0 0 rgba(204,204,204,1),inset 0 -4px 0 0 rgba(179,179,179,1),inset 0 -5px 0 0 rgba(255,255,255,1),inset 0 2px 0 0 rgba(234,234,234,1),inset 0 3px 0 0 rgba(179,179,179,1),inset 0 4px 0 0 rgba(255,255,255,1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.countdown-timer-style-3 .countdown-section br {
	display: none
}
.countdown-timer-style-3 .countdown-section {
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	text-align: left;
	text-transform: lowercase;
	vertical-align: center;
	color: inherit;
	text-align: center
}
.countdown-timer-style-3 .countdown-section:first-child {
	margin-left: 0
}
.countdown-timer-style-3 .countdown-section:last-child {
	margin-right: 0
}
.floating-featured-panel-fluid .countdown-timer-style-3 .countdown-amount {
	font-size: 30px
}
.floating-featured-panel-fluid .countdown-timer-style-3 .countdown-section {
	font-size: 20px
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.countdown-timer-style-3 .countdown-amount {
    	font-size: 32px
    }
    .countdown-timer-style-3 .countdown-section {
    	font-size: 16px
    }
}

@media only screen and (max-width: 479px) {
	.countdown-timer-style-3 .countdown-amount {
    	display: block;
    	font-size: 32px;
    	margin: 0
    }
    .countdown-timer-style-3 .countdown-section br {
    	display: block
    }
    .countdown-timer-style-3 .countdown-section {
    	margin: 0 5px;
    	font-size: 11px;
    	font-weight: 400;
    	text-transform: uppercase
    }
    .countdown-timer-style-3 .countdown-section:first-child {
    	margin-left: 0
    }
    .countdown-timer-style-3 .countdown-section:last-child {
    	margin-right: 0
    }
}

/*****************************/

.countdown-timer-style-4 .countdown-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

.countdown-timer-style-4 .countdown-row .countdown-section {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: inherit;
    border-radius: 100%;
    border: 2px solid #59ab4a;
    width: 110px;
    height: 110px;
    text-transform: uppercase;
}

.countdown-timer-style-4 .countdown-row .countdown-amount {
    min-width: 1.25em;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #59ab4a;
    border-bottom: 1px solid #59ab4a;
}

@media (max-width: 767px) {
    .countdown-timer-style-4 .countdown-row .countdown-section {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 480px) {
    .countdown-timer-style-4 .countdown-row .countdown-section {
        width: 90px;
        height: 90px;
    }
}

/*****************************/

.countdown-timer-style-5 {
	text-align: center
}
.countdown-timer-style-5 .hasCountdown {
	display: inline-block
}
.countdown-timer-style-5 .countdown_rtl {
	direction: rtl
}
.countdown-timer-style-5 .countdown_row {
	clear: both
}
.countdown-timer-style-5 .countdown-amount {
	position: relative;
	display: inline-block;
    padding: 10px;
    padding-bottom: 5px;
    margin: 0 5px;
    margin-bottom: 5px;
	min-width: 1.25em;
	line-height: 1em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 32px;
	color: #444444;
	border-bottom: 1px solid #dedede;
}
.countdown-timer-style-5 .countdown-section br {
	display: none
}
.countdown-timer-style-5 .countdown-section {
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	text-align: left;
	vertical-align: center;
	color: inherit;
	text-align: center;
    margin: 0 4px;
	text-transform: uppercase;
}
.countdown-timer-style-5 .countdown-section:first-child {
	margin-left: 0
}
.countdown-timer-style-5 .countdown-section:last-child {
	margin-right: 0
}
.floating-featured-panel-fluid .countdown-timer-style-5 .countdown-amount {
	font-size: 30px
}
.floating-featured-panel-fluid .countdown-timer-style-5 .countdown-section {
	font-size: 20px
}
.countdown-timer-style-5 .countdown-period {
    letter-spacing: 0px;
    color: #59ab4a;
    font-weight: normal;
    font-size: 12px;
	color: #59ab4a;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.countdown-timer-style-5 .countdown-amount {
    	font-size: 30px;
    	padding: 15px 15px 5px 15px;
    }
    .countdown-timer-style-5 .countdown-section {
    	font-size: 16px;
    	width: 85px;
    	height: 85px;
    }
    .countdown-timer-style-5 .countdown-period {
        font-size: 12px;
        font-weight: normal;
    }
}

@media only screen and (max-width: 479px) {
	.countdown-timer-style-5 .countdown-amount {
    	display: block;
    	font-size: 24px;
    }
    .countdown-timer-style-5 .countdown-section br {
    	display: block
    }
    .countdown-timer-style-5 .countdown-section {
    	margin: 0 3px;
    	font-size: 11px;
    	font-weight: 400;
    }
    .countdown-timer-style-5 .countdown-section:first-child {
    	margin-left: 0
    }
    .countdown-timer-style-5 .countdown-section:last-child {
    	margin-right: 0
    }
    .countdown-timer-style-5 .countdown-period {
        font-size: 10px;
        font-weight: normal;
    }
}

/*****************************/

.countdown-timer-style-6 .countdown-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

.countdown-timer-style-6 .countdown-row .countdown-section {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    color: inherit;
    text-transform: uppercase;
    border-right: 1px solid #ebeff2;
    padding-right: 6px;
}

.countdown-timer-style-6 .countdown-row .countdown-amount {
    min-width: 1.25em;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #526173;
}

/*****************************/

.countdown-cookie-timer {
	margin: 0 auto
}
.countdown-cookie-timer-style-1 {
	min-width: 103px;
	max-width: 622px;
	text-align: center;
	white-space: nowrap
}
.countdown-cookie-timer-style-1 .hasCountdown {
	display: inline-block
}
.countdown-cookie-timer-style-1 .countdown_rtl {
	direction: rtl
}
.countdown-cookie-timer-style-1 .countdown_row {
	clear: both
}
.countdown-cookie-timer-style-1 .countdown-amount {
	position: relative;
	display: block;
	padding: .2em 0;
	min-width: 2em;
	line-height: 1em;
	font-family: Impact;
	font-weight: 700;
	font-size: 48px;
	color: #fff;
	text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
	background: #191919;
	background: -moz-linear-gradient(top,rgba(25,25,25,1) 0,rgba(31,31,31,1) 50%,rgba(38,38,38,1) 50%,rgba(51,51,51,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(25,25,25,1)),color-stop(50%,rgba(31,31,31,1)),color-stop(50%,rgba(38,38,38,1)),color-stop(100%,rgba(51,51,51,1)));
	background: -webkit-linear-gradient(top,rgba(25,25,25,1) 0,rgba(31,31,31,1) 50%,rgba(38,38,38,1) 50%,rgba(51,51,51,1) 100%);
	background: -o-linear-gradient(top,rgba(25,25,25,1) 0,rgba(31,31,31,1) 50%,rgba(38,38,38,1) 50%,rgba(51,51,51,1) 100%);
	background: -ms-linear-gradient(top,rgba(25,25,25,1) 0,rgba(31,31,31,1) 50%,rgba(38,38,38,1) 50%,rgba(51,51,51,1) 100%);
	background: linear-gradient(to bottom,rgba(25,25,25,1) 0,rgba(31,31,31,1) 50%,rgba(38,38,38,1) 50%,rgba(51,51,51,1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#191919', endColorstr='#333333', GradientType=0);
	-webkit-box-shadow: inset 0 0 0 1px rgba(64,64,64,1),inset 0 -1px 0 0 rgba(255,255,255,.3),inset 0 -2px 0 0 rgba(0,0,0,1),inset 0 -3px 0 0 rgba(255,255,255,.3),inset 0 -4px 0 0 rgba(0,0,0,1),inset 0 -5px 0 0 rgba(255,255,255,.1);
	-moz-box-shadow: inset 0 0 0 1px rgba(64,64,64,1),inset 0 -1px 0 0 rgba(255,255,255,.3),inset 0 -2px 0 0 rgba(0,0,0,1),inset 0 -3px 0 0 rgba(255,255,255,.3),inset 0 -4px 0 0 rgba(0,0,0,1),inset 0 -5px 0 0 rgba(255,255,255,.1);
	box-shadow: inset 0 0 0 1px rgba(64,64,64,1),inset 0 -1px 0 0 rgba(255,255,255,.3),inset 0 -2px 0 0 rgba(0,0,0,1),inset 0 -3px 0 0 rgba(255,255,255,.3),inset 0 -4px 0 0 rgba(0,0,0,1),inset 0 -5px 0 0 rgba(255,255,255,.1);
	border: 3px solid #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}
.countdown-cookie-timer-style-1 .countdown-amount:after {
	content: "";
	height: 1px;
	width: 100%;
	background: #000;
	position: absolute;
	top: 50%;
	left: 0;
	border-top: 1px solid rgba(255,255,255,.175);
	border-bottom: 1px solid rgba(255,255,255,.175)
}
.countdown-cookie-timer-style-1 .countdown-section br {
	content: "";
	display: block;
	margin: 0;
	margin-top: 8px
}
.countdown-cookie-timer-style-1 .countdown-section {
	float: left;
	display: block;
	margin: 0 1px;
	font-size: 11px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	color: inherit
}
.countdown-cookie-timer-style-1 .countdown-section:first-child {
	margin-left: 0
}
.countdown-cookie-timer-style-1 .countdown-section:last-child {
	margin-right: 0
}
@media only screen and (max-width: 479px) {
	.countdown-cookie-timer-style-1 .countdown-amount {
    	font-size: 32px
    }
}

.countdown-cookie-timer-style-2 {
	min-width: 85px;
	max-width: 587px;
	text-align: center;
	white-space: nowrap
}
.countdown-cookie-timer-style-2 .hasCountdown {
	display: inline-block
}
.countdown-cookie-timer-style-2 .countdown_rtl {
	direction: rtl
}
.countdown-cookie-timer-style-2 .countdown_row {
	clear: both
}
.countdown-cookie-timer-style-2 .countdown-amount {
	position: relative;
	display: block;
	padding: .25em;
	min-width: 1.25em;
	line-height: 1em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 48px;
	color: #333;
	text-shadow: -1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
	background: #f2f2f2;
	background: -moz-linear-gradient(top,rgba(255,255,255,1) 0,rgba(234,234,234,1) 50%,rgba(242,242,242,1) 51%,rgba(250,250,250,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(50%,rgba(234,234,234,1)),color-stop(51%,rgba(242,242,242,1)),color-stop(100%,rgba(250,250,250,1)));
	background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0,rgba(234,234,234,1) 50%,rgba(242,242,242,1) 51%,rgba(250,250,250,1) 100%);
	background: -o-linear-gradient(top,rgba(255,255,255,1) 0,rgba(234,234,234,1) 50%,rgba(242,242,242,1) 51%,rgba(250,250,250,1) 100%);
	background: -ms-linear-gradient(top,rgba(255,255,255,1) 0,rgba(234,234,234,1) 50%,rgba(242,242,242,1) 51%,rgba(250,250,250,1) 100%);
	background: linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(234,234,234,1) 50%,rgba(242,242,242,1) 51%,rgba(250,250,250,1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
	-webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.5),inset 0 0 0 1px rgba(0,0,0,.25),inset 0 -3px 0 0 rgba(204,204,204,1),inset 0 -4px 0 0 rgba(179,179,179,1),inset 0 -5px 0 0 rgba(255,255,255,1),inset 0 2px 0 0 rgba(234,234,234,1),inset 0 3px 0 0 rgba(179,179,179,1),inset 0 4px 0 0 rgba(255,255,255,1);
	-moz-box-shadow: 0 0 0 1px rgba(255,255,255,.5),inset 0 0 0 1px rgba(0,0,0,.25),inset 0 -3px 0 0 rgba(204,204,204,1),inset 0 -4px 0 0 rgba(179,179,179,1),inset 0 -5px 0 0 rgba(255,255,255,1),inset 0 2px 0 0 rgba(234,234,234,1),inset 0 3px 0 0 rgba(179,179,179,1),inset 0 4px 0 0 rgba(255,255,255,1);
	box-shadow: 0 0 0 1px rgba(255,255,255,.5),inset 0 0 0 1px rgba(0,0,0,.25),inset 0 -3px 0 0 rgba(204,204,204,1),inset 0 -4px 0 0 rgba(179,179,179,1),inset 0 -5px 0 0 rgba(255,255,255,1),inset 0 2px 0 0 rgba(234,234,234,1),inset 0 3px 0 0 rgba(179,179,179,1),inset 0 4px 0 0 rgba(255,255,255,1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.countdown-cookie-timer-style-2 .countdown-amount:after {
	content: "";
	height: 1px;
	width: 100%;
	background: rgba(255,255,255,.75);
	position: absolute;
	top: 50%;
	left: 0
}
.countdown-cookie-timer-style-2 .countdown-section br {
	content: "";
	display: block;
	margin: 0;
	margin-top: 8px
}
.countdown-cookie-timer-style-2 .countdown-section {
	float: left;
	display: block;
	margin: 0 5px;
	font-size: 11px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	color: inherit
}
.countdown-cookie-timer-style-2 .countdown-section:first-child {
	margin-left: 0
}
.countdown-cookie-timer-style-2 .countdown-section:last-child {
	margin-right: 0
}
@media only screen and (max-width: 479px) {
	.countdown-cookie-timer-style-2 .countdown-amount {
    	font-size: 32px
    }
}

.countdown-cookie-timer-style-3 {
	text-align: center;
	white-space: nowrap
}
.countdown-cookie-timer-style-3 .hasCountdown {
	display: inline-block
}
.countdown-cookie-timer-style-3 .countdown_rtl {
	direction: rtl
}
.countdown-cookie-timer-style-3 .countdown_row {
	clear: both
}
.countdown-cookie-timer-style-3 .countdown-amount {
	position: relative;
	display: inline-block;
	padding: .25em;
	margin: 0 10px;
	min-width: 1.25em;
	line-height: 1em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 48px;
	color: #333;
	text-shadow: -1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
	background: #f2f2f2;
	background: -moz-linear-gradient(top,rgba(255,255,255,1) 0,rgba(234,234,234,1) 50%,rgba(242,242,242,1) 51%,rgba(250,250,250,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(50%,rgba(234,234,234,1)),color-stop(51%,rgba(242,242,242,1)),color-stop(100%,rgba(250,250,250,1)));
	background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0,rgba(234,234,234,1) 50%,rgba(242,242,242,1) 51%,rgba(250,250,250,1) 100%);
	background: -o-linear-gradient(top,rgba(255,255,255,1) 0,rgba(234,234,234,1) 50%,rgba(242,242,242,1) 51%,rgba(250,250,250,1) 100%);
	background: -ms-linear-gradient(top,rgba(255,255,255,1) 0,rgba(234,234,234,1) 50%,rgba(242,242,242,1) 51%,rgba(250,250,250,1) 100%);
	background: linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(234,234,234,1) 50%,rgba(242,242,242,1) 51%,rgba(250,250,250,1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
	-webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.5),inset 0 0 0 1px rgba(0,0,0,.25),inset 0 -3px 0 0 rgba(204,204,204,1),inset 0 -4px 0 0 rgba(179,179,179,1),inset 0 -5px 0 0 rgba(255,255,255,1),inset 0 2px 0 0 rgba(234,234,234,1),inset 0 3px 0 0 rgba(179,179,179,1),inset 0 4px 0 0 rgba(255,255,255,1);
	-moz-box-shadow: 0 0 0 1px rgba(255,255,255,.5),inset 0 0 0 1px rgba(0,0,0,.25),inset 0 -3px 0 0 rgba(204,204,204,1),inset 0 -4px 0 0 rgba(179,179,179,1),inset 0 -5px 0 0 rgba(255,255,255,1),inset 0 2px 0 0 rgba(234,234,234,1),inset 0 3px 0 0 rgba(179,179,179,1),inset 0 4px 0 0 rgba(255,255,255,1);
	box-shadow: 0 0 0 1px rgba(255,255,255,.5),inset 0 0 0 1px rgba(0,0,0,.25),inset 0 -3px 0 0 rgba(204,204,204,1),inset 0 -4px 0 0 rgba(179,179,179,1),inset 0 -5px 0 0 rgba(255,255,255,1),inset 0 2px 0 0 rgba(234,234,234,1),inset 0 3px 0 0 rgba(179,179,179,1),inset 0 4px 0 0 rgba(255,255,255,1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.countdown-cookie-timer-style-3 .countdown-amount:after {
	content: "";
	height: 1px;
	width: 100%;
	background: rgba(255,255,255,.75);
	position: absolute;
	top: 50%;
	left: 0
}
.countdown-cookie-timer-style-3 .countdown-section br {
	display: none
}
.countdown-cookie-timer-style-3 .countdown-section {
	float: left;
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	text-transform: lowercase;
	vertical-align: center;
	color: inherit
}
.countdown-cookie-timer-style-3 .countdown-section:first-child {
	margin-left: 0
}
.countdown-cookie-timer-style-3 .countdown-section:last-child {
	margin-right: 0
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.countdown-cookie-timer-style-3 .countdown-amount {
    	font-size: 32px
    }
    .countdown-cookie-timer-style-3 .countdown-section {
    	font-size: 16px
    }
}

@media only screen and (max-width: 479px) {
	.countdown-cookie-timer-style-3 .countdown-amount {
    	display: block;
    	font-size: 32px;
    	margin: 0
    }
    .countdown-cookie-timer-style-3 .countdown-section br {
    	display: block
    }
    .countdown-cookie-timer-style-3 .countdown-section {
    	display: block;
    	margin: 0 5px;
    	font-size: 11px;
    	font-weight: 400;
    	text-transform: uppercase
    }
    .countdown-cookie-timer-style-3 .countdown-section:first-child {
    	margin-left: 0
    }
    .countdown-cookie-timer-style-3 .countdown-section:last-child {
    	margin-right: 0
    }
}

.countdown-period {
    font-size: 14px;
    display: block;
    letter-spacing: 1px;
}



@media (max-width:767px) {
    .countdown-period {
        font-size: 11px;
    }
    .countdown-timer-style-1 .countdown-amount {
        min-width: 1.8em;
    }
}




.temoignage {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.temoignage hr {
    margin: 10px 0;
    border: transparent;
}

.temoignage .temoignage-content {
    padding: 10px;
    position: relative;
    box-sizing: border-box;
}
.temoignage .temoignage-content i {
    font-size: 32px;
    margin-right: 10px;
    float: left;
}

.temoignage .temoignage-user .picture {
    float: left;
    max-width: 70px;
    margin-right: 10px;
}
.temoignage .temoignage-user .picture img {
    max-width: 100%;
}
.temoignage .temoignage-user {
    box-sizing: border-box;
}
.temoignage .temoignage-user .name {
    font-size: 16px;
    float: left;
}
.temoignage .temoignage-user .name h4 {
    margin-bottom: 0;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.temoignage .temoignage-user .description {
    font-size: 12px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}




.temoignage.theme1 .temoignage-user {
    margin-bottom: -40px;
    background: #507cc5;
    padding: 5px;
}



.temoignage.theme2 .temoignage-content {
    padding: 10px;
}
.temoignage.theme2 .temoignage-user {
    padding: 10px;
}
.temoignage.theme2 .temoignage-user .picture {
    float: none;
    max-width: 100px;
    margin: 0 auto;
}
.temoignage.theme2 .temoignage-user .picture img {
    margin-top: -40px;
}
.temoignage.theme2 .temoignage-user .name {
    font-size: 16px;
    color: white;
    float: none;
    text-align: center;
}



.temoignage.theme4 {
    border: none;
}
.temoignage.theme4 .temoignage-user {
    float: left;
    max-width: 90px;
    text-align: center;
    padding: 10px;
    padding-top: 0px;
}
.temoignage.theme4 .temoignage-user .picture {
    margin-right: 0px;
}
.temoignage.theme4 .temoignage-content {
    margin-left: 110px;
}
.temoignage.theme4 .temoignage-content:after,
.temoignage.theme4 .temoignage-content:before {
	left: -20px;
    top: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.temoignage.theme4 .temoignage-content:after {
	border-color: none;
	border-right-color: #88b7d5;
	border-width: 10px;
}


.temoignage.theme5 {
    border: none;
}
.temoignage.theme5 .temoignage-content {
    float: left;
    width: 77%;
}
.temoignage.theme5 .temoignage-user {
    width: 20%;
    text-align: center;
    padding: 10px;
    padding-top: 0px;
    float: right;
}
.temoignage.theme5 .temoignage-user .picture {
    margin-right: 0px;
    float: none;
    text-align: center;
    margin: 0 auto;
}
.temoignage.theme5 .temoignage-content:after,
.temoignage.theme5 .temoignage-content:before {
	right: -20px;
    top: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.temoignage.theme5 .temoignage-content:after {
	border-color: none;
	border-left-color: #88b7d5;
	border-width: 10px;
}






.optin.template2 input[type="text"],
.optin.template2 input[type="email"],
.optin.template2 input[type="password"],
.optin.template2 textarea {
    padding: 10px;
    font-size: 17px;
    height: 42px;
}


.optin.template3 .form {
    text-align: center;
}
.optin.template3 .form-group,
.optin.template3 .form_action {
    display: inline-block;
}
.optin.template3 button:last-of-type {
    display: none;
}
.optin.template3 .template-inline-button, .optin.template3 .template-inline-button .form_action {
    display: inline-block!important;
}
.optin.template3 .template-inline-button button:last-of-type {
    display: block;
}

.optin.template3 input[type="text"],
.optin.template3 input[type="email"],
.optin.template3 input[type="password"],
.optin.template3 textarea {
    width: 170px !important;
    margin: 0;
    margin-right: 5px;
}


.optin.template4 .form {
    text-align: center;
}
.optin.template4 .form-group,
.optin.template4 .form_action {
    display: inline-block;
}
.optin.template4 button:last-of-type {
    display: none;
}
.optin.template4 .template-inline-button, .optin.template4 .template-inline-button .form_action {
    display: inline-block!important;
}
.optin.template4 .template-inline-button button:last-of-type {
    display: block;
}

.optin.template4 input[type="text"],
.optin.template4 input[type="email"],
.optin.template4 input[type="password"],
.optin.template4 textarea {
    width: 170px !important;
    padding: 10px;
    font-size: 16px;
    margin: 0;
    margin-right: 10px;
    height: 42px;
}



.optin.template5 .form {
    text-align: center;
}
.optin.template5 .form-group {
    display: inline-block;
}

.optin.template5 input[type="text"],
.optin.template5 input[type="email"],
.optin.template5 input[type="password"],
.optin.template5 textarea {
    width: 170px !important;
    padding: 10px;
    font-size: 16px;
    margin: 0;
    margin-right: 10px;
}


.optin.template6 .form {
    text-align: center;
}
.optin.template6 .btn {
    width: 300px;
    padding: 15px 19px;
    font-size: 24px;
    line-height: 28px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-sizing: border-box;
}
@media(max-width:767px) {
    .optin.template6 .btn {
        width: 100%;
        max-width: 300px;
    }
}
.optin.template6 input[type="text"],
.optin.template6 input[type="email"],
.optin.template6 input[type="password"],
.optin.template6 textarea {
    font-size: 17px;
    text-align: center;
    margin-bottom: 0px;
    height: 52px;
    width: 300px !important;
}
.optin.template6 textarea {
	text-align: left;
}
.optin.template6 .form-group-checkbox,
.optin.template6 .form-group-radio {
	text-align: left;
}
.optin.template6 select {
	width: 300px;
}


.optin.template7 .btn {
    padding: 15px 19px;
    font-size: 24px;
    line-height: 28px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-sizing: border-box;
}
.optin.template7 input[type="text"],
.optin.template7 input[type="email"],
.optin.template7 input[type="password"],
.optin.template7 textarea,
.optin.template7 select {
    font-size: 17px;
    text-align: center;
    margin-bottom: 0px;
    height: 52px;
    width: 100% !important;
}
.optin.template7 textarea {
	text-align: left;
}
.optin.template7 .form-group-checkbox,
.optin.template7 .form-group-radio {
	text-align: left;
}


.optin.template8 .btn {
    width: 100%;
    padding: 15px 19px;
    font-size: 24px;
    line-height: 28px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-sizing: border-box;
    display:block;
    min-height:56px;
}
.optin.template8 input[type="text"],
.optin.template8 input[type="email"],
.optin.template8 input[type="password"],
.optin.template8 textarea {
    font-size: 17px;
    text-align: center;
    margin-bottom: 0px;
    height: 56px;
    width: 100% !important;
    border-color:#c9ced4;
    border-style: solid;
}
.optin.template8 textarea {
    text-align: left;
}
.optin.template8 .form-group-checkbox,
.optin.template8 .form-group-radio {
    text-align: left;
}


.optin .form-group.left {
	text-align: left;
}
.optin .form-group.center {
	text-align: center;
}
.optin .form-group.center select,
.optin .form-group.center textarea {
	margin: 0 auto;
}



#conference_template1 .conference {
	background-color: #fff;
	margin: 0px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.055);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.055);
    box-shadow: 0 1px 3px rgba(0,0,0,.055);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px;
    position: relative;
    display: block;
    min-height: 70px;
    overflow: visible;
}
#conference_template1 .conference:hover {
	box-shadow: 0px 0px 7px 0px #8cbe5b;
}
#conference_template1 .conference h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}
#conference_template1 .conference h4 a {
	color: #333;
}

#conference_template1 .conference h4,
#conference_template1 .conference p {
	padding: 0px;
}
#conference_template1 .conference .pic {
	position: relative;
	max-width: 130px;
    max-height: 80px;
	float: left;
}
#conference_template1 .conference .right-content {
	position: absolute;
	right: 10px;
	top: 10px;
}



#conference_template2 .media {
    margin-top: 0;
}
#conference_template2 .conference {
    background-color: transparent;
    margin-top: 0px;
    margin-bottom: 10px;
    border: 5px solid transparent;
    padding: 0px;
    position: relative;
    display: block;
    min-height: 70px;
    overflow: visible;
}
#conference_template2 .conference:first-child {
    margin-left: 0px;
}
#conference_template2 .conference .picture {
    float: none;
    margin: 0px;
    display: block;
    padding-right: 0px;
}
#conference_template2 .conference .pic {
	position: relative;
	width: 100%;
	max-height: 180px;
	float: none;
}
#conference_template2 .media-body {
    padding: 10px;
    background: white;
}






#infoReloadPage {
    width: 100%;
    background: rgba(0,0,0,.7);
    position: fixed;
    left: 0;
    bottom: 0;
    color: white;
    text-align: center;
    display: none;
    padding: 10px;
    z-index: 1000;
}
#infoReloadPage a {
    color: white !important;
    margin-left: 10px;
}



@media (max-width:767px) {
    input[type=text], input[type=email] {
        box-sizing: border-box;
        height: 30px;
    }
}




.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}




.article img {
    max-width: 100%;
}
#articles_template1 .article {
	background-color: #fff;
	margin: 0px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.055);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.055);
    box-shadow: 0 1px 3px rgba(0,0,0,.055);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px;
    position: relative;
    display: block;
    min-height: 70px;
    overflow: visible;
}
#articles_template1 .article:hover {
	box-shadow: 0px 0px 7px 0px #8cbe5b;
}
#articles_template1 .article h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}
#articles_template1 .article h4 a {
	color: #333;
}

#articles_template1 .article h4,
#articles_template1 .article p {
	padding: 0px;
}
#articles_template1 .article .pic {
	position: relative;
	max-width: 130px;
    max-height: 80px;
	float: left;
}
#articles_template1 .article .right-content {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#articles_template1 .article .price h4 {
	text-align: center;
	color: #fb5a0b;
	margin-bottom: 10px;
}



#articles_template2 .article {
    background-color: #fff;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 2.564102564102564%;
	border: 1px solid #ddd;
    padding: 0px;
    position: relative;
    display: block;
    min-height: 70px;
    overflow: visible;
}
#articles_template2 .article:first-child {
    margin-left: 0px;
}
#articles_template2 .article .picture {
    float: none;
    margin: 0px;
}
#articles_template2 .article .pic {
	position: relative;
	width: 100%;
	max-height: 180px;
	float: none;
}
#articles_template2 .media-body {
    padding: 10px;
}
#articles_template2 .article .price h4 {
	text-align: center;
	color: #fb5a0b;
	margin-bottom: 10px;
	font-size: 20px;
}




.carousel i.fa-chevron-right,
.carousel i.fa-chevron-left {
	position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    right: 50%;
}

.carousel i.fa-chevron-right {
	margin-right: -30px;
}
.carousel i.fa-chevron-left {

}


.conference_optin label.control-label {
	text-align: right;
}


#youtube {
	position: relative;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.videoWrapper iframe
.videoWrapper object,
.videoWrapper embed,
.videoWrapper .mejs-container,
.videoWrapper .mejs__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.video-waiting {
    background: url('../../../images/conference/video_attente.png');
    height: 100%;
    min-height: 480px;
}
.video-waiting .video-waiting-infos {
    text-align:center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.video-waiting .video-waiting-infos img {
    max-height: 80px;
}
.video-waiting .video-waiting-infos h3 {
    color:white;
}



.lbar_form {
    max-width: 100%;
}
.lbar_optin input[type="text"],
.lbar_optin input[type="email"] {
    max-width:100%;
}







/*
 *  Themes Formulaires de Paiement
 *
 */

.formulaire_paiement .content {
    position: relative;
}
.formulaire_paiement .transparency {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    display: none;
    text-align: center;
}
.formulaire_paiement .transparency i {
    margin-top: 40px;
    font-size: 72px;
    color: white;
}

.formulaire_paiement .description {
    float: left;
}
.formulaire_paiement .description h4 {
    margin-top: 0px;
}
.formulaire_paiement .pricing {
    float: right;
    text-align: center;
}
.formulaire_paiement .pricing p.price {
    font-size: 18px;
    font-weight: bold;
}
.btn-link.uncheck {
    font-size: 11px;
}

.formulaire_paiement .payment_module.sepa img {
    max-width: 120px;
}

.payment_module .stripe button {
    background: none;
    border: none;
    font-weight: bold;
    font-size: 17px;
    text-align: left;
}


.formulaire_paiement .quantite {
    width: 120px;
    margin: 0 auto;
    margin-bottom: 5px;
}
.formulaire_paiement .quantite .quantite-inner {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100px;
}
.formulaire_paiement .quantite .quantite-inner .div-quantite {
    padding-top: 0px;
    min-width: 25px;
    height: 25px;
    padding-top: 2px;
}
.formulaire_paiement .quantite .quantite-inner .btn-last {
    margin-right: 0px;
}
.formulaire_paiement .coordonnees select {
	max-width: 300px;
}
.formulaire_paiement .quantite .quantite-inner .btn-small {
    padding: 3px 10px;
    font-size: 11.9px;
    line-height: 1.5;
    border-radius: 3px;
    background: transparent;
    color: #666;
}
#main-composition .formulaire_paiement .quantite .quantite-inner .btn-small,
#main-composition .formulaire_paiement .pricing .btn.btn-default {
	background: transparent;
}
.formulaire_paiement .pricing .btn-no-stock {
    opacity: .65;
    color: #333;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
}

@media(max-width:767px) {
    .media-left {
        display: block;
    }
    .media-left img {
        margin-bottom: 10px;
    }
    .media-body {
        display: block;
        width: 100%;
    }
    .formulaire_paiement .default .input-group {
	    display: table;
	    width: 100%;
    }
    .formulaire_paiement .default .input-group .input-group-addon {
		float: none;
		width: 34px;
    }
    .formulaire_paiement .default .input-group .form-control {
		width: 100% !important;
    }
}

.formulaire_paiement .payment_module .button_link button {
    background: none;
    border: none;
    font-weight: bold;
    font-size: 17px;
}

.formulaire_paiement #button_forms,
.formulaire_paiement #final_payment_form {
    display:none !important;
}


/*  Theme par défaut
==================================*/
.formulaire_paiement .default .shop_produits h2 {
    display: none;
}
.formulaire_paiement .default .shop_inscription h2 {
    display: none;
}
.formulaire_paiement .default .shop_payments {
    display: none;
}


.formulaire_paiement .shop_container {
    margin-bottom: 20px;
    padding: 10px;
}
.formulaire_paiement .shop_container:last-child {
    margin-bottom: 0px;
}
.formulaire_paiement .shop_produits + #cart_total {
    margin-top: -20px;
}
.formulaire_paiement .shop_container h2 {
    margin-top: 0px !important;
}
.formulaire_paiement .shop_discount.shop_container {
	padding: 0 10px;
}


.formulaire_paiement .customer_light,
.formulaire_paiement .other_payments,
.formulaire_paiement .display_condensed_form {
    display: none;
}
.formulaire_paiement .default .customer_light {
    display: block;
}
.formulaire_paiement .form.condensed {

}
.formulaire_paiement .form.condensed .customer_light {
    display: block;
}
.formulaire_paiement .form.condensed .shop_inscription {
    margin-bottom: 0;
}
.formulaire_paiement .form.condensed .shop_inscription h2,
.formulaire_paiement .form.condensed .shop_inscription .coordonnees {
    display: none;
}
.formulaire_paiement .form.condensed .shop_payments {
    margin-bottom: 0 !important;
}
.formulaire_paiement .form.condensed .shop_payments h2 {
    display: none;
}
.formulaire_paiement .form.condensed .shop_payments .payment_module {
    display: none;
}
.formulaire_paiement .form.condensed .shop_payments .payment_module.upsell {
    display: block;
}
.formulaire_paiement .form.condensed .other_payments {
    display: block;
    padding: 0 10px;
}
.formulaire_paiement .theme1 .form.condensed .other_payments {
    margin-top: -20px;
}


.formulaire_paiement .form.full-condensed .shop_produits,
.formulaire_paiement .form.full-condensed .shop_total,
.formulaire_paiement .form.full-condensed .shop_inscription,
.formulaire_paiement .form.full-condensed .shop_payments,
.formulaire_paiement .form.full-condensed .shop_discount,
.formulaire_paiement .form.full-condensed .other_payments {
    display: none;
}
.formulaire_paiement .theme1 .form.full-condensed .shop_button {
    margin-top: -20px;
}
.formulaire_paiement .form.full-condensed .display_condensed_form {
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
}


/*  Theme 1
==================================*/

.formulaire_paiement .theme1 { padding: 0px; padding-top: 20px; }
.formulaire_paiement .theme1 h2 { text-transform:uppercase; font-size:22px; letter-spacing:1px; color:#444; margin-bottom:10px; }

.formulaire_paiement .theme1 form{ }
.formulaire_paiement .theme1 form h2, #main-composition .formulaire_paiement .theme1 form h2{ padding:0px; padding-bottom:0px; margin-top:0px; margin-bottom:15px; color:#444; }
.formulaire_paiement .theme1 form p{ padding-left:35px; }
.formulaire_paiement .theme1 .form-group{ margin:0; }
.formulaire_paiement .theme1 div.input-group{ float:left; width:100%; display: block; margin-bottom:-2px;}
.formulaire_paiement .theme1 div.input-group:after { clear:both; content:' '; display: table; }
.formulaire_paiement .theme1 div.form-group:after { clear:both; content:' '; display: table; }
.formulaire_paiement .theme1 div.form-group .controls:after { clear:both; content:' '; display: table; }

.formulaire_paiement .theme1 .form-group > label.control-label { display:none; }

.formulaire_paiement .theme1 .form-group.renseignement,
.formulaire_paiement .theme1 .form-group.cgv {
    margin-top: 15px;
}
.formulaire_paiement .theme1 .form-group.renseignement .controls,
.formulaire_paiement .theme1 .form-group.cgv .controls {
    padding-left: 0px !important;
}

.formulaire_paiement .theme1 .form-group.renseignement > label.control-label { display:block; }
.formulaire_paiement .theme1 .form-group.cgv > label.control-label { display:block; }


.formulaire_paiement .theme1 h4#CheckoutPayments { display: none; }
.formulaire_paiement .theme1 span.input-group-addon{ display:none; }
.formulaire_paiement .theme1 input.form-control{ width:100%!important; font-size:16px; padding-left:18px; border:2px solid #eee; height:62px;}

.formulaire_paiement .theme1 .chosen-container { float:left; width:100%!important; border:none; margin-bottom:-2px; height:62px;}
.formulaire_paiement .theme1 select { padding-left:6px; height:62px; width:100%; font-size:16px;}
.formulaire_paiement .theme1 .chosen-container-single .chosen-single { background: #fff; border: 1px solid #cccccc; }
.formulaire_paiement .theme1 a.chosen-single span{ padding-left:6px; height:62px!important; padding-top:18px; font-size:16px;}
.formulaire_paiement .theme1 .chosen-container-single .chosen-single { height:62px!important; border-radius:0px;}
.formulaire_paiement .theme1 .chosen-container-single .chosen-single div b { margin-top: 18px; }

.formulaire_paiement .theme1 .select2-container { float:left; width:100%!important; border:none; margin-bottom:-2px; height:62px; }
.formulaire_paiement .theme1 .select2-selection--single { height:62px!important; border-radius:0px; background: #fff; border: 1px solid #cccccc!important; }
.formulaire_paiement .theme1 .select2-selection__rendered { line-height: 58px!important; padding-left: 18px!important; }
.formulaire_paiement .theme1 .select2-container--default .select2-selection--single .select2-selection__arrow { height: 60px; right: 10px; }

.formulaire_paiement .theme1 div#produits{ padding:0px; }
.formulaire_paiement .theme1 .pricing p.price{ text-align:right!important; font-size:15px; color:#555; font-weight:400;}
.formulaire_paiement .theme1 .description h4 { font-size:20px; font-weight:700; margin-bottom:4px; color:#444; letter-spacing:0.5px;}
.formulaire_paiement .theme1 .description p, .description ul{ color:#777; font-size:15px;}
.formulaire_paiement .theme1 .description p{ padding-left:0px;}
.formulaire_paiement .theme1 img.img-thumbnail{ width:70px; border-radius:0px; padding:0;}
.formulaire_paiement .theme1 .form_action{ margin-top:30px; margin-bottom:30px;}

.formulaire_paiement .theme1 tr.total{ background-color:#eee; height:60px;}
.formulaire_paiement .theme1 tr.subtotal{ height:40px; border-top:1px solid #eee;}
.formulaire_paiement .theme1 td.total_price{ font-size: 32px; color:#8ac601; padding-right:40px;}
.formulaire_paiement .theme1 td.subtotal_price{ font-size: 14px; padding-right:40px;}
.formulaire_paiement .theme1 td.subtotal_text{ padding-left:30px; text-align:left; color:#666; }
.formulaire_paiement .theme1 td.total_price{ font-size: 32px; color:#8ac601; padding-right:40px;}
.formulaire_paiement .theme1 td.total_text{ padding-left:30px; text-align:left; font-size:16px; color:#444;}


.formulaire_paiement .theme1 .shop_payments { }
.formulaire_paiement .theme1 .shop_payments h2 { text-align:left; }

.formulaire_paiement .theme1 .shop_payments .payment_module { display: block; position: relative; margin-bottom: 20px; }
.formulaire_paiement .theme1 .shop_payments .payment_module a { display: block; position: relative; border:2px solid #eee; background-color:#f8f8f8; border-radius: 0px; }
.formulaire_paiement .theme1 .shop_payments .payment_module.active a { border:2px solid #46b3e9; background-color:#f8f8f8; }
.formulaire_paiement .theme1 .shop_payments .payment_module.active:before {
    position:absolute;
    font-family: FontAwesome;
    content: "\f00c";
    width: 35px;
    height: 35px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #8bc900;
    color:white;
    font-size: 21px;
    top:-16px;
    right:-16px;
    display: block;
    padding-top:3px;
    text-align: center;
    z-index: 10;
}

.formulaire_paiement .theme1 .shop_button button {
    background: #8bc900;
    color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 80%;
    border: none;
    padding: 15px 19px;
    font-size: 24px;
    line-height: 28px;
}

.formulaire_paiement .theme1 .shop_payments .payment_module img {
    max-width: 100px;
    margin-right: 10px;
}
.formulaire_paiement .theme1 .shop_button {
    margin: 0;
    /*padding: 0;*/
}


/*  Theme 2
==================================*/

.formulaire_paiement .theme2{ padding:0px; padding-top: 20px; border:2px solid #ddd; border-radius:8px; }
.formulaire_paiement .theme2 h2, #main-composition .formulaire_paiement .theme2 h2{ text-align:center; font-weight:400; letter-spacing:-1px; padding:15px; padding-top:5px; font-size:26px; color:black; }

.formulaire_paiement .theme2 form{ margin-bottom:20px }
.formulaire_paiement .theme2 .content { padding:5px!important; }
.formulaire_paiement .theme2 .shop_inscription .form-group{ float:left; width:50%; padding-left:8px; padding-right:8px; margin-bottom:10px;}
.formulaire_paiement .theme2 .form-group.cgv{ float:left; width:100%; margin-top:10px;}
.formulaire_paiement .theme2 .form-group.renseignement{ float:left; width:100%; margin-top:10px; }
.formulaire_paiement .theme2 .form-group.renseignement div{ text-align:left; margin:0 auto }
.formulaire_paiement .theme2 .form-group.renseignement div.radio,
.formulaire_paiement .theme2 .form-group.renseignement div.checker {
    margin-right: 3px;
}
.formulaire_paiement .theme2 .form-group.renseignement .controls{ padding:0px!important;}
.formulaire_paiement .theme2 .form-group.renseignement .controls,
.formulaire_paiement .theme2 .form-group.cgv .controls,
.formulaire_paiement .theme2 .form-group.renseignement .controls label,
.formulaire_paiement .theme2 .form-group.cgv .controls label {
    padding-left: 0px !important;
}
.formulaire_paiement .theme2 .input-group{ float:left; width:100%; }
.formulaire_paiement .theme2 .input-group-addon{ display:none;}
.formulaire_paiement .theme2 input.form-control{ float:left; background-color:#f4f4f8!important; width:100%!important; border-radius:4px!important; font-size:14px; height:50px!important;}
.formulaire_paiement .theme2 label.control-label{ font-size:16px; margin-bottom:2px; font-weight:400;}

.formulaire_paiement .theme2 .select2-container { max-width: 100%; }
.formulaire_paiement .theme2 .select2-container--default .select2-selection--single { height: 50px; border: 1px solid #ccc; background: #f4f4f8; padding-top: 10px; }
.formulaire_paiement .theme2 .select2-container--default .select2-selection--single .select2-selection__arrow { top: 11px; }
.formulaire_paiement .theme2 .description h4 { font-size:18px; font-weight:400; margin-bottom:4px;}
.formulaire_paiement .theme2 img.img-thumbnail{ width:70px; padding:0; }
.formulaire_paiement .theme2 div#produits{ padding:10px; }
.formulaire_paiement .theme2 div.payments{ text-align:center; }
.formulaire_paiement .theme2 p.price{ font-weight:400!important; text-align:right!important; }

.formulaire_paiement .theme2 h4#CheckoutPayments { display: none; }
.formulaire_paiement .theme2 tr.total{ height:60px; font-size: 20px;}
.formulaire_paiement .theme2 tr.total strong{ font-weight:300;}
.formulaire_paiement .theme2 tr.subtotal{ height:20px; }
.formulaire_paiement .theme2 td.subtotal_price{ font-size: 14px; padding-right:5px; font-weight:400;}
.formulaire_paiement .theme2 td.total_price{ font-size: 26px; color:black; padding-right:5px; font-weight:400;}
.formulaire_paiement .theme2 td.subtotal_text{ text-align:left; padding-left:5px; }
.formulaire_paiement .theme2 td.total_text{ text-align:left; font-size:22px; padding-left:5px; }

.formulaire_paiement .theme2 .coordonnees:after { display: table; content: ' '; clear: both; }

.formulaire_paiement .theme2 .shop_payments .payment_module{ position:relative; width:100%; padding:0px; background-color:#f4f4f8; margin:0px; margin-bottom: 20px; border: 2px solid transparent; }
.formulaire_paiement .theme2 .shop_payments .payment_module a {
    border: none;
    background: transparent;
    text-align: center !important;
    padding: 20px;
}
.formulaire_paiement .theme2 .shop_payments .payment_module a img {
    display: block;
    margin: 0 auto;
}
.formulaire_paiement .theme2 .shop_payments .payment_module.active{ border: 2px solid #2d3e50; color:white; }
.formulaire_paiement .theme2 .shop_payments .payment_module{ font-size: 28px; font-weight:700;}
.formulaire_paiement .theme2 .shop_payments:after { clear:both; content:' '; display: table; }

.formulaire_paiement .theme2 .shop_payments .payment_module.active:before {
    position:absolute;
    font-family: FontAwesome;
    content: "\f00c";
    width: 35px;
    height: 35px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #2d3e50;
    color:white;
    font-size: 21px;
    top:-16px;
    right:-16px;
    display: block;
    padding-top:3px;
    text-align: center;
    z-index: 10;
}

.formulaire_paiement .theme2 .shop_button button {
    background: #2d3e50;
    color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 80%;
    border: none;
    padding: 15px 19px;
    font-size: 24px;
    line-height: 28px;
}

.formulaire_paiement .theme2 .shop_button {
    margin: 20px 0;
}

@media (max-width:767px) {
    .formulaire_paiement .theme2 .shop_payments .payment_module,
    .formulaire_paiement .theme2 .shop_payments .payment_module.active {
        float: none;
        width: 100%;
        margin: 15px 0;
    }
    .formulaire_paiement .theme2 .form-group {
        float: none;
        width: 100%;
    }
}


/*  Theme 3
==================================*/

.formulaire_paiement .theme3 { padding:0px; padding-top: 20px; }
.formulaire_paiement .theme3 h2, #main-composition .formulaire_paiement .theme3 h2{ font-size:22px; letter-spacing:0px; color:#fff; margin-bottom:20px; background-color:#1b79c2!important; padding:20px; padding-left:20px; font-weight:700; }
.formulaire_paiement .theme3 .content { }

.formulaire_paiement .theme3 form{ }
.formulaire_paiement .theme3 form h2{ padding:35px; padding-bottom:0px; margin-top:0px; margin-bottom:15px; color:#fff; background-color:#1b79c2;
 padding:15px; padding-left:20px;}
.formulaire_paiement .theme3 form p{ padding-left:35px; }
.formulaire_paiement .theme3 div.input-group{ float:left; width:100%; display: block; margin-bottom:-2px;}
.formulaire_paiement .theme3 span.input-group-addon{ display:none; }
.formulaire_paiement .theme3 .form-group{ margin:0; }
.formulaire_paiement .theme3 input.form-control{ width:100%!important; font-size:16px; padding-left:18px; border:2px solid #eee; height:62px;}

.formulaire_paiement .theme3 .form-group > label.control-label { display:none; }
.formulaire_paiement .theme3 .form-group.renseignement,
.formulaire_paiement .theme3 .form-group.cgv {
    margin-top: 15px;
}
.formulaire_paiement .theme3 .form-group.renseignement .controls,
.formulaire_paiement .theme3 .form-group.cgv .controls,
.formulaire_paiement .theme3 .form-group.renseignement .controls label,
.formulaire_paiement .theme3 .form-group.cgv .controls label {
    padding-left: 0px !important;
}
.formulaire_paiement .theme3 .form-group.renseignement > label.control-label { display:block; }
.formulaire_paiement .theme3 .form-group.cgv > label.control-label { display:block; }

.formulaire_paiement .theme3 .select2-container { float:left; width:100%!important; border:none; margin-bottom:-2px; height:62px; }
.formulaire_paiement .theme3 .select2-selection--single { height:62px!important; border-radius:0px; background: #fff; border: 1px solid #cccccc!important; }
.formulaire_paiement .theme3 .select2-selection__rendered { line-height: 60px!important; padding-left: 18px!important; font-size: 16px; }
.formulaire_paiement .theme3 .select2-container--default .select2-selection--single .select2-selection__arrow { height: 60px; }

.formulaire_paiement .theme3 div#produits{ padding:0px; }
.formulaire_paiement .theme3 .formulaire_paiement .pricing p.price{ text-align:right!important; font-size:15px; color:#555; font-weight:400;}
.formulaire_paiement .theme3 .formulaire_paiement .description h4 { font-size:20px; font-weight:700; margin-bottom:4px; color:#444; letter-spacing:0.5px;}
.formulaire_paiement .theme3 .description p, .description ul{ color:#777; font-size:15px;}
.formulaire_paiement .theme3 .description p, .formulaire_paiement .theme3 #cart_total p{ padding-left:0px;}
.formulaire_paiement .theme3 img.img-thumbnail{ width:70px; border-radius:0px; padding:0;}
.formulaire_paiement .theme3 .form_action{ margin-top:30px; margin-bottom:30px;}

.formulaire_paiement .theme3 .shop_inscription .form-group:after { clear:both; content:' '; display: table; }


.formulaire_paiement .theme3 h4#CheckoutPayments { display: none; }
.formulaire_paiement .theme3 td.total_price{ font-size: 32px; color:#1b79c2; padding-right:40px;}
.formulaire_paiement .theme3 tr.total{ background-color:#eee; height:60px;}
.formulaire_paiement .theme3 tr.subtotal{ height:40px; border-top:1px solid #eee;}
.formulaire_paiement .theme3 td.subtotal_price{ font-size: 14px; padding-right:40px;}
.formulaire_paiement .theme3 td.subtotal_text{ padding-left:30px; text-align:left; color:#666; }
.formulaire_paiement .theme3 td.total_text{ padding-left:30px; text-align:left; font-size:16px; color:#444;}

.formulaire_paiement .theme3 .shop_payments{ text-align:center; }
.formulaire_paiement .theme3 .shop_payments:after { clear:both; content:' '; display: table; }
.formulaire_paiement .theme3 .shop_payments h2{ text-align:left; }
.formulaire_paiement .theme3 .shop_payments .payments-buttons{ margin:0 auto; width:auto;}

.formulaire_paiement .theme3 .shop_payments .payment_module { width:100%; padding:0px; background-color:#f8f8f8; border: 2px solid #eee; margin:0px; margin-bottom: 15px; }
.formulaire_paiement .theme3 .shop_payments .payment_module .payment_text{ text-transform:uppercase; font-size:14px; }
.formulaire_paiement .theme3 .shop_payments .payment_module .payment_total{ text-align:center; font-size:44px; font-weight:100; color:#1b79c2;}

.formulaire_paiement .theme3 .shop_payments .payment_module.active{ background-color:#fff; border:2px solid #1b79c2; }
.formulaire_paiement .theme3 .shop_payments .payment_module a {
    border: none;
    background: transparent;
    text-align: center !important;
    padding: 20px;
}
.formulaire_paiement .theme3 .shop_payments .payment_module a img {
    display: block;
    margin: 0 auto;
}

.formulaire_paiement .theme3 .shop_payments .payment_module.active:before {
    position:absolute;
    font-family: FontAwesome;
    content: "\f00c";
    width: 35px;
    height: 35px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #1B79C2;
    color:white;
    font-size: 21px;
    top:-16px;
    right:-16px;
    display: block;
    padding-top:3px;
    text-align: center;
    z-index: 10;
}

.formulaire_paiement .theme3 .shop_button button {
    background: #1B79C2;
    color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 80%;
    border: none;
    padding: 15px 19px;
    font-size: 24px;
    line-height: 28px;
}

.formulaire_paiement .theme3 .shop_button {
	margin: 20px 0;
    /*padding: 0;*/
}


@media (max-width:767px) {

    .formulaire_paiement .theme3 .shop_payments .payment_module,
    .formulaire_paiement .theme3 .shop_payments .payment_module.active {
        float: none;
        width: 100%;
        margin: 15px 0;
    }

}

/*  Theme 4
==================================*/

.formulaire_paiement .theme4{ padding:0px; padding-top: 20px; }
.formulaire_paiement .theme4 hr{ display:none; }
.formulaire_paiement .theme4 h2, #main-composition .formulaire_paiement .theme4 h2{ color:#0092cc; margin-bottom:30px; margin-top:0px; font-weight:700;}
.formulaire_paiement .theme4 form h2{ margin-top:20px;}

.formulaire_paiement .theme4 .shop_inscription .form-group{ float:left; width:50%; padding:0px; padding:12px; margin-bottom:0px!important;}
.formulaire_paiement .theme4 .input-group{ float:left; width:100%!important; }
.formulaire_paiement .theme4 .input-group-addon{ position:absolute; left:0px; z-index:100; background:none!important; border:none; color:#aaa;
height:60px!important; padding-top:23px!important; padding-left:15px!important; padding-right:15px!important;}
.formulaire_paiement .theme4 .input-group input.form-control{ padding-left:35px; border-radius:2px; font-size:13px; color:black!important; font-weight:700; border:1px solid #dbdbdb!important; height:60px; width:100%!important; }


.formulaire_paiement .theme4 .form-group > label.control-label { display:none; }
.formulaire_paiement .theme4 .form-group.renseignement,
.formulaire_paiement .theme4 .form-group.cgv {
    margin-top: 10px;
    width: 100%;
    padding: 0;
    padding-left: 12px;
}
.formulaire_paiement .theme4 .form-group.renseignement .controls,
.formulaire_paiement .theme4 .form-group.cgv .controls,
.formulaire_paiement .theme4 .form-group.renseignement .controls label,
.formulaire_paiement .theme4 .form-group.cgv .controls label {
    padding-left: 0px !important;
}
.formulaire_paiement .theme4 .form-group.renseignement > label.control-label { display:block; }
.formulaire_paiement .theme4 .form-group.cgv > label.control-label { display:block; }

.formulaire_paiement .theme4 .select2-container { max-width: 100%; }
.formulaire_paiement .theme4 .select2-container--default .select2-selection--single { height: 60px; border: 1px solid #dbdbdb; background: #ffffff; padding-top: 15px; color:black; border-radius:0; }
.formulaire_paiement .theme4 .select2-container--default .select2-selection--single .select2-selection__arrow { top: 16px; right: 5px; }
.formulaire_paiement .theme4 .select2-container--default .select2-selection--single .select2-selection__rendered { padding-left: 15px; }

.formulaire_paiement .theme4 .payments { float:left; background-color:#fff9eb; padding:25px; margin-top:20px; width:100%; }
.formulaire_paiement .theme4 .payments:before { position:absolute; display: block; margin-top:-36px; margin-left:30px;
border-right: 12px solid transparent; border-bottom: 12px solid #fff9eb; border-left: 12px solid transparent; content: '';}

.formulaire_paiement .theme4 .coordonnees { float:left; background-color:#f0f0f0; padding:25px;}
.formulaire_paiement .theme4 .coordonnees:before {
position:absolute; display: block; height: 0; width: 0; margin-top:-36px; margin-left:30px;
border-right: 12px solid transparent; border-bottom: 12px solid #f0f0f0;
border-left: 12px solid transparent; content: ''; }
.formulaire_paiement .theme4 .shop_inscription:after { display: table; content: ' '; clear: both; }
.formulaire_paiement .theme4 .coordonnees:after { display: table; content: ' '; clear: both; }
.formulaire_paiement .theme4 .coordonnees #produits{ padding:10px;}
.formulaire_paiement .theme4 .coordonnees p{ padding:0px;}

.formulaire_paiement .theme4 h4#CheckoutPayments { display: none; }
.formulaire_paiement .theme4 .description h4{ font-weight:700; font-size:15px; }
.formulaire_paiement .theme4 .description p{color:#777;}
.formulaire_paiement .theme4 .description ul{color:#777;}
.formulaire_paiement .theme4 .media-left img{ width:100px; background:none; padding:0; border:none; }
.formulaire_paiement .theme4 .pricing p.price{ text-align:right!important; }

.formulaire_paiement .theme4 #cart_total table{ background-color:transparent!important; }
.formulaire_paiement .theme4 tr.subtotal{ padding-top:10px; padding-bottom:10px; height:25px;}
.formulaire_paiement .theme4 td.subtotal_text{ text-align:left; }
.formulaire_paiement .theme4 td.total_text{ text-align:left; font-size:22px; color:#606060;}
.formulaire_paiement .theme4 td.total_price{ font-family:Arial;font-size:38px; font-weight:700; color:#606060;}

.formulaire_paiement .theme4 .shop_payments { text-align:center; margin-top:0px; }
.formulaire_paiement .theme4 .shop_payments h2{ text-align:left; margin-bottom: 10px; }
.formulaire_paiement .theme4 .shop_payments .payments-buttons{ margin:0 auto; width:auto;}
.formulaire_paiement .theme4 .shop_payments:after { clear:both; content:' '; display: table; }
.formulaire_paiement .theme4 .shop_payments .payment_module { float:left; width:100%; padding:0; background-color:#fdf2d8; margin-bottom:20px;
border:1px solid #fff9eb; border:1px solid #ccc;}
.formulaire_paiement .theme4 .shop_payments .payment_module:last-child { margin-bottom: 0px; }
.formulaire_paiement .theme4 .shop_payments .payment_module .payment_text{ float:left; font-size:16px; width:50%; padding-top:6px; text-align:left; color:#666;}
.formulaire_paiement .theme4 .shop_payments .payment_module .payment_total{ float:left; text-align:right; font-size:24px; font-weight:400; color:#666; width:50%;}

.formulaire_paiement .theme4 .shop_payments .payment_module.active{ float:left; position:relative; width:100%; padding:0; background-color:#edf891;
    border:1px solid #888; margin-bottom:20px;}
.formulaire_paiement .theme4 .shop_payments .payment_module.active .payment_text{ float:left; font-size:16px; width:50%; padding-top:6px; text-align:left; color:#000;}
.formulaire_paiement .theme4 .shop_payments .payment_module.active .payment_total{ float:left; text-align:right; font-size:24px; font-weight:400; color:#000; width:50%;}

.formulaire_paiement .theme4 .shop_payments .payment_module a {
    border: none;
    background: transparent;
    text-align: left !important;
    padding: 20px;
}
.formulaire_paiement .theme4 .shop_payments .payment_module a img {
    margin-right: 0;
    max-width: 150px;
}

.formulaire_paiement .theme4 .shop_payments .payment_module.active:before {
    position:absolute;
    font-family: FontAwesome;
    content: "\f00c";
    width: 35px;
    height: 35px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #1B79C2;
    color:white;
    font-size: 21px;
    top:-16px;
    right:-16px;
    display: block;
    padding-top:3px;
    text-align: center;
    z-index: 10;
}

.formulaire_paiement .theme4 .shop_button button {
    background: #03b6e1;
    padding: 20px 20px;
    color: white;
    font-weight: bold;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    width: 100%;
    border: none;
    font-size: 24px;
    line-height: 28px;
}

.formulaire_paiement .theme4 .shop_button {
    margin: 20px 0;
}

@media (max-width:767px) {
    .formulaire_paiement .theme4 .coordonnees {
        float: none;
    }
    .formulaire_paiement .theme4 .form-group {
        float: none;
        width: 100%;
        padding-bottom: 0;
    }
    .formulaire_paiement .theme4 .input-group {
        float: none;
        display: table;
    }
}



.bump {
	padding:10px;
	background:#fcf8e3;
	margin-bottom:10px;
}
.bump.disabled {
    cursor: not-allowed;
}
.bump div.checker {
    width: 19px;
    height: 19px;
    float: left;
}
.bump div.checker span {
    border-radius: 3px;
    background: white;
    border: 1px solid #d4d4d4;
}
.bump div.checker span.checked {
    background: #13bd3b;
}
.bump div.checker input {
	margin-top: -4px;
}
.bump div.checker span.checked:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    position: absolute;
    top: 4px;
    left: 4px;
    color: white;
    font-size: 12px;
    z-index: 0;
}
.bump p:last-child {
	margin-bottom: 0px;
}




.str_orders {
    position: absolute;
    background: rgba(0,0,0,0.7);
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    top: 0;
    left: 0;
    color: white;
}
.str_orders .prenom {
    color: yellow;
}

.str_chat {
    position: absolute;
    background: rgba(0,0,0,0.7);
    padding: 10px;
    bottom: 0;
    right: 0;
    color: white;
    width: 400px;
    box-sizing: border-box;
}
.str_chat img {
    max-width: 75px;
}
.str_chat h4 {
    margin: 0;
    padding: 0;
    color: white !important;
}
.str_chat p {
    color: white !important;
}



tr.comment.success {
	background: #f0ad4e;
    color: white !important;
}


.payments_buttons:after {
	clear:both;
	content: ' ';
	display: table;
}

.lw_chat .panel-heading h3 {
    font-size: 14px;
    line-height: 16px;
    float: left;
    margin-top: 2px;
    color: #646464;
    font-weight: normal;
    text-shadow: 0px 1px 0px #fff;
}

.lw_chat .question .box-content {
    display: none;
}
.lw_chat #addCommentForm,
.lw_chat #addQuestionForm {
    margin: 10px 0;
}
.lw_chat #addCommentForm .form-group-submit,
.lw_chat #addQuestionForm .form-group-submit {
    margin-bottom: 0;
}
.lw_chat .question .panel-footer {
    border-top: none;
    background: white;
}

#webinaire-btnStart {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    z-index: 10000;
    text-align: center;
    padding: 150px;
}
#webinaire-btnStart h1,
#webinaire-btnStart p {
    color: white;
}
#webinaire-btnStart a {
    margin-top: 20px;
    border-radius: 30px;
}
.ew_chat .box-content.chat {
    min-height: 400px;
}
.ew_chat .box-content #comments {
    width:auto;
    height:360px;
    overflow:scroll;
    overflow-x: hidden;
}
@media(max-width:767px) {
    #webinaire-btnStart { padding: 50px; }
}

#comments_scroll {
    bottom:55px !important;
}

.pinned_message {
    background: #f7fcee;
    border: 1px solid #abd749;
    border-left: 10px solid #abd749;
    color: #838f98;
}


.ew_videoplayer .video-block-center {
    width: auto !important;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0 !important;
}
.ew_videoplayer .video-block-center iframe,
.ew_videoplayer .video-block-center .wistia_embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@supports (-webkit-touch-callout: inherit) {
    body * {
        background-attachment: scroll !important;
    }
}
