body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    background-position: 0 380px;
}

.bodyWatermark {
    background: url(../images/fond_logo.gif) no-repeat #fff;
}


/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /* margin-bottom: 575px;*/
}

footer {
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
    /* Set the fixed height of the footer here */
    /*height: 575px;*/
    background: url(../images/fond_footer.gif) no-repeat #f6f6f6;
    background-position: center;
    padding-top: 50px;
}

a {
    color: #000;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.loginPage a {
    text-decoration: underline;
}

.blackline {
    height: 6px;
    background-color: #000;
}

.fullContainer {
    display: block;
    margin: auto;
    max-width: 1200px;
}

.smallProfile320 {
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 0.8em;
}

.col-center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.logoContainer {
    margin-top: 30px;
}

.titleContainer {
    margin: 20px auto;
}

.titleContainer hr {
    border: 0;
    width: 30px;
    height: 1px;
    background-color: #000;
}

.loginContainer {
    margin-top: 50px;
}

.loginContainer a {
    font-style: italic;
    font-size: 0.9em;
}

.loginContainer label {
    font-weight: 600;
    font-size: 0.9em;
}

.loginContainer button {
    font-size: 0.9em;
    padding: 6px 20px;
}

.loginContainer .form-group {
    margin-bottom: 25px;
}

#modalPwdForgotten h4 {
    padding-left: 38px;
    font-size: 14px;
}

#modalPwdForgotten .modal-body {
    padding: 40px 60px;
}

#modalPwdForgotten label {
    font-weight: 400;
    font-size: 0.9em;
}

#modalPwdForgotten button {
    font-size: 0.9em;
    padding: 6px 20px;
}

.titleLogin {
    font-family: 'Crimson Text', serif;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    margin: 20px auto;
}

.breadCrumb {
    margin-bottom: 20px;
}

.breadCrumb,
.breadCrumb a,
.breadCrumb a:hover {
    color: #c7c7c7;
    text-transform: uppercase;
    font-size: 11px;
}

.breadCrumb a:hover {
    text-decoration: underline;
}

.breadCrumb ul {
    list-style-type: none;
    padding-left: 0;
}

.breadCrumb ul>li {
    display: inline-block;
    font-size: 11px;
}


/*forms*/

.form-control {
    border: 1px solid #000;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.loginContainer .form-control {
    text-align: center;
    color: #000;
}

.loginContainer .msgError {
    margin-top: 50px;
}

.btn-primary:hover {
    background-color: #fff;
    color: #000;
}

.navbar {
    margin-bottom: 0;
}

.navbar-header {
    margin-top: -63px;
}

.navbar-nav {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.navbar-nav>li {
    display: inline-block;
    float: none;
    font-family: 'Crimson Text', serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1em;
    padding: 0 5px;
    background: white;
}

.navbar-nav>li a {
    text-decoration: none;
    color: #000;
    letter-spacing: 1px;
}

.sep {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 13px;
    background: url(../images/dots-vertical.png) no-repeat;
}

.navbar hr {
    border: 0;
    width: 80%;
    height: 1px;
    background-color: #000;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .navbar-nav>li.boutique {
        background-color: #000;
    }
    .navbar-nav>li.boutique a {
        color: #fff;
    }
}

.navbar-nav .dropdown-menu>li>a {
    font-size: 0.9em;
}

@media (min-width: 979px) {
    .navbar-nav>li a {
        padding-top: 2px;
        padding-bottom: 12px;
    }
    .navbar-nav>li.boutique a {
        padding-bottom: 0;
    }
    ul.nav li.dropdown:hover>ul.dropdown-menu {
        display: block;
    }
    .navbar-nav .dropdown-menu>li {
        padding: 4px 0;
    }
    .navbar-nav .dropdown-menu>li a {
        padding-top: 4px;
        padding-bottom: 4px;
        /*text-align: center;*/
    }
}


/*widget haut droite*/

.widget {
    position: absolute;
    top: 20px;
    right: 10px;
    display: block;
    margin: 0;
    font-size: 0.8em;
    text-transform: uppercase;
    text-align: right;
}

.widget .photo {
    width: 36px;
    border-radius: 18px;
    border: 1px solid #000;
    padding: 2px;
}

.widget .points {
    color: #eda1bb;
    font-weight: bold;
}

.widget .basket {
    vertical-align: text-bottom;
    margin-left: 5px;
}

.widget .photoContainer {
    display: inline-block;
    position: relative;
}

.widget .photoContainer .nbNotifs {
    position: absolute;
    bottom: -12px;
    left: 10px;
    background: #eda1bb;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
    cursor: pointer;
}

.ajaxLoading {
    background: url(../images/ajax_load.gif) no-repeat #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=80);
    opacity: 0.8;
    background-position: 50%;
}

.notif {
    font-size: 1em;
    font-family: 'Crimson Text', serif;
    position: relative;
    height: 42px;
    padding-top: 10px;
    border-bottom: 1px solid #f8d9e4;
    margin-left: 0;
}

.notif .notifMessage {
    padding-right: 1px;
}

.notifContainer {
    max-height: 125px;
    overflow-y: scroll;
}

.notifContainer .pink,
.profilNotifContainer .pink {
    background-color: #fdf5f8;
}

.notifContainer .white,
.profilNotifContainer .white {
    background-color: #fff;
}

.notif .btnDelNotif {
    color: #f3c2d3;
    font-family: 'Open Sans', sans-serif;
}

.popover {
    max-width: 100%;
    width: 700px;
}

.popover.popNotifs {
    max-width: 100%;
    width: 537px;
    margin-top: 15px;
}

.popover.popNotifs .slimScrollBar {
    opacity: 0.8 !important;
}

.popover.bottom>.arrow:after {
    border-bottom-color: #fdf5f8;
}

.popover-content {
    padding: 0;
}

.row {
    margin-right: 0;
}


/*footer*/

.footerContact {
    font-weight: bold;
    text-transform: uppercase;
}

.footerContact a img {
    margin-top: -2px;
    margin-right: 10px;
}

footer .footerContent {
    border-top: 1px solid #c5c5c5;
    margin-top: 20px;
    padding-top: 15px;
}

footer .footerContent>div {
    margin-bottom: 20px;
}

footer .rubriqueTitle {
    font-family: 'Crimson Text', serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

footer .contentAPropos {
    font-size: 0.9em;
    text-align: justify;
}

footer .contentParcourir {
    font-size: 0.9em;
}

footer .contentParcourir>ul {
    list-style-type: none;
    margin-left: -40px;
}

footer .contentParcourir>ul>li {
    padding: 2px;
}

footer .contentRejoignez {
    font-size: 0.9em;
}

footer .footerEnd {
    font-size: 0.9em;
    margin-top: 20px;
}

footer .footerEnd .ml a {
    padding-right: 30px;
}

footer .hautDePage {
    margin-top: 100px;
    margin-bottom: 30px;
}

footer .hautDePage a {
    display: block;
    background: url(../images/fleche-top.png) top center no-repeat;
    height: 60px;
    padding-top: 40px;
    text-transform: uppercase;
    font-size: 0.9em;
}


/*
 * Edit-profile
 * ----------------------
 */

.ptsAConsomer {
    font-size: 0.7em;
}

.roseGalenic {
    color: #eda1bb;
}

.profile-box {
    width: 560px;
    margin: 1% auto;
}

.profile-box-body {
    background: #fff;
    border-top: 0;
    color: #666;
}

.formeditprofile {
    padding-left: 15px;
}

.paddingLeft {
    padding-left: 12%;
}

.avatarpict {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.marginAvatarPictProfile {
    margin-top: 3px;
}

.memberspicts {
    margin-right: 19px;
}

#bodyNoFooter {
    margin-bottom: 0px;
}

#profileDisplay {
    border-top: solid 3px;
    border-top-color: black;
    background-color: rgba(246, 246, 246, 1);
    text-align: left;
    padding: 60px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.namelastname {
    text-transform: uppercase;
    color: #eda1bb;
    font-size: 130%;
}

.infoprofil {
    font-weight: 600;
}

.infoprofil .threepictures {
    padding: 20px 20px 10px 20px;
    margin-bottom: 20px;
    font-size: 0.9em;
}

.infoprofil .threepictures img {
    margin: auto;
    margin-bottom: 10px;
}

.tabPointsEquipe {
    margin-top: 20px;
}

.tabPointsEquipe .subtitle {
    font-weight: 600;
    font-size: 1.1em;
}

@media (min-width: 992px) {
    .tabPointsEquipe .colPoints .subtitle {
        padding-right: 100px;
    }
}

.pointsprofile {
    float: right;
    text-align: right;
    color: #eda1bb;
}

.pointsdiv {
    padding-top: 3px;
}

.titlesProfiles {
    font-weight: 700;
    color: #eda1bb;
}

.contactprofile {
    font-weight: 700;
    text-decoration: underline;
}

.pictprofile {
    margin: auto;
    width: 280px;
    height: 146px;
}

.profilepicts {
    padding-bottom: 57px;
    vertical-align: middle;
}

.pointscentre {
    text-align: left;
    color: #eda1bb;
}

hr.style1 {
    clear: both;
    border-width: 1px;
    border-color: #eda1bb;
    padding-bottom: 28px;
}

.infoprofil hr.style1 {
    padding-bottom: 2px;
}

@media (max-width: 992px) {
    .infoprofil hr.style1 {
        margin-top: 0;
    }
}

.listusers {
    width: 57px;
    height: 57px;
}

.cadrepoints {
    text-align: center;
    padding: 13px;
    border: 2px solid #eda1bb;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: 0.5;
    z-index: 1000;
}

#overlay:target {
    display: block;
}

#deleteMembreSentence {
    color: #eda1bb;
    padding-bottom: 27px;
}

#overlay a {
    font-weight: bold;
    padding: 10px 25px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50px;
}

#overlay3 {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#overlay3:target {
    display: block;
}

#AddMember {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#AddMember:target {
    display: block;
}

#ModaleContact {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#ModaleContact:target {
    display: block;
}

#textLeft {
    text-align: left;
}

.modaleMembers {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.modaleMembers:target {
    display: block;
}

.popup_block {
    background: #fff url(../images/fond_modale.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding: 20px;
    position: relative;
    margin: 10% auto;
    width: 60%;
    box-shadow: 0px 0px 20px #000;
    height: 500px;
    overflow-y: auto;
}

img.btn_close {
    float: right;
    margin: -55px -55px 0 0;
}

.form-control1 {
    padding: 0;
    font-size: 18px;
}

.pointsmax {
    color: #eda1bb;
    margin-left: 13px;
    display: none;
    border: 2px solid #565656;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.threepictures {
    border: 1px solid #8e8e8e;
    /*padding: 20px;*/
    text-align: center;
    height: 100%;
}

.autresArticles .threepictures .imageActualite {
    padding: 20px;
}

.autresArticles .threepictures .paddingTitlethreePicts {
    padding: 0 20px;
}

.autresArticles .threepictures .actualiteDesBottom {
    padding: 0 20px 20px 20px;
}

.alignmodal {
    padding-top: 18px;
}

.uppercase {
    text-transform: uppercase;
}

.usetitle {
    padding-top: 12px;
    font-weight: bold;
}

.validermodale {
    padding: 6px 12px;
    color: #fff;
    background-color: #000;
    border: 1px solid transparent;
}

.selectmodale {
    height: 34px;
    padding: 6px 12px;
    border: 1px solid #000;
    width: 234px;
}

.distribpointsmodale {
    width: 46px;
    border: 1px solid #000000;
    color: #eda1bb;
}

.typoprofile {
    font-family: Crimson Text;
}

.infoprofil.typoprofile {
    font-size: 1.1em;
    font-weight: bold;
}

.profiletop {
    color: #eda1bb;
    padding-right: 21px;
}

.trashFa {
    color: #eda1bb;
    padding-right: 87px;
}

.profilNotifContainer .notifProfile .trashFa {
    padding-right: 50%;
}

.nopadding {
    padding: 0;
}

.successrepartition {
    padding: 15px;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
}

.contactProfileModale {
    background-color: rgba(246, 246, 246, 1);
    border-top: 3px solid black;
    margin-bottom: 30px;
    padding: 60px;
    text-align: left;
}

.italicProfile {
    font-style: italic;
}

hr.style7 {
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #f7f7f7;
}

tr.pink {
    background-color: #fbecf1;
}

.dateTablePadding {
    padding-left: 52px;
    border-top: none;
}

.tableNotifs {
    font-family: Myriad Pro;
    color: #000000;
    text-align: center;
    border-collapse: separate;
}

.tableNotifs .row div {
    padding: 16px 0;
}

.tableNotifs .row div .btn {
    padding-top: 0;
    padding-bottom: 0;
}

.textTableNotifs {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    float: left !important;
    font-size: 0.9em;
}

.profileNoBackGround {
    background: none;
}

.derniersArticlesAct {
    padding-top: 60px;
}

.arrowMiddle {
    top: 50%;
    position: absolute;
    color: #969696;
}

#profil-commande {
    width: 80%;
    margin: 40px auto;
}

#profil-commande tr th {
    background: #000;
    color: #fff;
    padding: 16px;
    font-family: 'Crimson Text', serif;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

#profil-commande tr td {
    padding: 40px 30px;
    font-family: 'Crimson Text', serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.1em;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-weight: 600;
}

#profil-commande tr td.nom {
    text-align: left;
    padding-left: 0;
}

#profil-commande tr td .ref {
    font-weight: normal;
    display: block;
}

#profil-commande tr td.prix {
    color: #eda1bb;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 0.9em;
}

.btnDispatchPoints {
    padding: 9px 13px;
}

@media (max-width: 992px) {
    .btnDispatchPoints {
        display: inline-block;
        margin-bottom: 10px;
        float: right;
    }
    #profil-commande {
        width: 100%;
        margin: 20px auto;
    }
    #profil-commande tr td {
        padding: 30px 20px;
        font-size: 1em;
    }
    #profil-commande tr td img {
        min-width: 60px;
    }
    .tableNotifs .trashFa {
        padding-right: 10px;
    }
}

@media (max-width: 768px) {
    #profil-commande tr td {
        padding: 20px 10px;
    }
}

@media (max-width: 480px) {
    #profil-commande tr th,
    #profil-commande tr td {
        font-size: 0.9em;
        padding: 10px 5px;
    }
    #profil-commande tr td img {
        display: none;
    }
    #profil-commande tr td.prix {
        font-size: 0.8em;
    }
    .textTableNotifs {
        font-size: 0.8em;
    }
    .tableNotifs .typoprofile {
        font-size: 0.9em;
    }
    .tableNotifs .trashFa {
        padding-right: 5px;
    }
}


/*
 * Homepage
 */

.moduleHome,
.moduleFormation,
.moduleGift {
    border: 1px solid #8e8e8e;
    padding: 15px 18px;
    text-align: center;
    margin-bottom: 25px;
}

.moduleHome .image {
    text-align: center;
}

.moduleHome .image img {
    width: 100%;
}

.moduleHome .title {
    font-size: 1.4em;
    font-family: 'Crimson Text', serif;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px auto;
}

.moduleHome hr {
    border: 0;
    width: 20px;
    height: 1px;
    background-color: #000;
    margin-top: 10px;
}

.moduleHome .subTitle {
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: bold;
}

.moduleHome .description {
    font-size: 0.9em;
    text-transform: uppercase;
}

.moduleHome.boutique .description {
    margin-top: 27px;
    margin-bottom: 9px;
}

.moduleHome .btn {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 0.8em;
}

.sliderContainer {
    border: 1px solid #8e8e8e;
    padding: 20px 20px;
    margin-bottom: 25px;
}

#carousel-home img.arrowSlider,
#carousel-shop img.arrowSlider {
    position: absolute;
    top: 50%;
}

#carousel-shop img.arrowSlider {
    width: 20px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carouselindicator {
    border: 1px solid #000000;
}

.thumbnailChallenge,
.thumbnailProfil {
    position: relative;
}

.thumbnailChallenge .macaron {
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/macaron_challenge.png) no-repeat;
    width: 98px;
    height: 98px;
}

.thumbnailChallenge .macaron .txt {
    position: absolute;
    color: #eda1bb;
    font-size: 0.8em;
    top: 21px;
    left: 19px;
    width: 60px;
    height: 30px;
}

.thumbnailProfil .pointsContainer {
    position: absolute;
    bottom: 5%;
    text-align: center;
    color: #eda1bb;
    font-size: 1.5em;
    font-weight: bold;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.thumbnailProfil .pointsContainer img {
    width: 3vmax;
}


/*
 * Fin Homepage
 */


/*
* Formation/Quiz
*/

.moduleFormation .imgContainer {
    position: relative;
}

.moduleFormation .imgContainer img {
    margin: 0 auto;
}

.headerFormation {
    font-family: 'Crimson Text', serif;
    font-weight: bold;
    font-size: 1.4em;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.subHeaderFormation {
    font-weight: bold;
    font-size: 0.9em;
}

.containerFormation hr,
.containerQuiz hr,
.enSavoirPlus hr {
    border: 0;
    height: 1px;
    background-color: #000;
}

.containerQuiz {
    position: relative;
}

.containerQuiz .ajaxLoader,
#validOrderContainer .ajaxLoader {
    background: url(../images/ajax-loader.gif) no-repeat #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 50%;
    filter: alpha(opacity=80);
    opacity: 0.8;
    top: 0;
    z-index: 100;
}

.containerQuiz h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 600;
}

.containerQuiz h3 {
    font-family: 'Crimson Text', serif;
    font-weight: bold;
    text-align: center;
}

.containerQuiz h4 {
    font-weight: bold;
}

.containerQuiz h5 {
    text-align: center;
    font-weight: 600;
}

.containerQuiz .status {
    font-weight: 600;
    text-align: center;
}

.rightAnswer {
    color: #2f8f38;
}

span.rightAnswer,
span.wrongAnswer {
    text-transform: uppercase;
}

.wrongAnswer {
    color: #d91f1f;
}

#nextQuestionLink .nextQuestion {
    text-align: right;
    font-weight: 600;
}

#nextQuestionLink .nextQuestionSign {
    font-size: 2em;
}

.scoreContainer {
    width: 500px;
    height: 62px;
    background: #efefef;
    border-radius: 31px;
    box-shadow: -1px 2px 5px 1px #cccccc inset;
    display: block;
    margin: 50px auto;
    position: relative;
}

.score {
    height: 62px;
    background: linear-gradient( #fdc4d8, #c07a92);
    box-shadow: 2px 2px 5px #cccccc;
    border-radius: 31px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    line-height: 62px;
}

.scoreLimit {
    position: absolute;
    top: -24px;
    left: 80%;
}

.scoreLimit .percent {
    font-weight: bold;
    color: #eda1bb;
}

.scoreLimit .barre {
    width: 1px;
    background-color: #eda1bb;
    height: 70px;
}

.scoreLimit .text {
    width: 200px;
    font-weight: bold;
    font-size: 0.8em;
}

.youWin {
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 600;
}

.youWin span {
    color: #eda1bb;
    font-weight: bold;
}

.youLose {
    font-weight: 600;
    font-size: 1.1em;
}

.enSavoirPlus h3,
.formationsAssociees h3 {
    text-align: center;
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.8em;
    margin-bottom: 30px;
}

.formationsAssociees #formationAssociees {
    margin: 0 auto;
}

.enSavoirPlus .text-right {
    /*padding-top: 5px;*/
}

.enSavoirPlus span {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
}

.enSavoirPlus .btn {
    font-size: 11px;
    padding: 5px 15px;
}

.linkCollection {
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.4em;
    padding-bottom: 17px;
}

.enSavoirPlus .formationSavoirPlusCollections {
    font-size: 1.2em;
    padding-top: 8px;
}

.enSavoirPlus .formationSavoirPlusCollections span {
    font-size: 1.2em;
}

.formationsAssociees li {
    border: 1px solid #000;
    padding: 20px;
    width: 300px;
    height: 300px;
}

.formationsAssociees .nextLink,
.formationsAssociees .artnextLink {
    padding-right: 0;
}

.formationsAssociees .col-formationAssociees {
    padding-left: 5px;
}


/*@media (max-width: 1200px) {
    .formationsAssociees #formationAssociees li img {
      height: 100%;
    }
}*/

.sliderForAssocContainer {
    width: 948px;
    margin: 0 auto;
}

@media (max-width: 1266px) {
    .sliderForAssocContainer {
        width: 624px;
    }
}

@media (max-width: 870px) {
    .sliderForAssocContainer {
        width: 300px;
    }
    footer .footerEnd .text-right {
        text-align: center;
        margin-top: 10px;
    }
    footer .contentParcourir>ul {
        margin-left: -41px;
    }
}

@media (max-width: 437px) {
    .topArrow {
        display: inline-block;
    }
    .bottomArrow {
        display: none;
    }
    .logOutBot {
        display: none;
    }
    .logOutTop {
        display: none;
    }
    .sliderCarrousselLarge {
        display: none;
    }
    .carousel-indicators {
        bottom: -55px;
    }
    .carousel-indicators li {
        border: 1px solid #000000;
    }
    .carousel-indicators .active {
        background-color: #000000;
    }
    .carousel-indicators {
        width: 70% !important;
    }
    .margin-small-caroussel {
        margin-bottom: 15px;
    }
    .navbar-header.paddingLeft {
        padding-left: 7%;
    }
    #sandwitchPanier {
        padding-right: 18px;
    }
    .enSavoirPlus .formationSavoirPlusCollections {
        font-size: 1em;
    }
}

@media (max-width: 767px) {
    .navbar li {
        display: block;
        width: 100%;
        border-bottom: 1px #e7e7e7 solid;
    }
    .widget {
        display: none;
    }
    .navbar {
        margin-top: -82px;
        margin-bottom: 40px;
    }
    .navbar .sep {
        display: none;
    }
    .logoContainer {
        /*display: none;*/
        margin-top: 0;
    }
    .loginPage .logoContainer {
        display: block;
        text-align: center;
    }
    .titleContainer {
        /*  display: none;*/
    }
    .largeMenu {
        text-align: left;
        text-decoration: underline;
    }
    #sandwitchPanier {
        text-align: center;
        padding-top: 10px;
        padding-right: 45px;
    }
    #sandwitchPanier .points {
        color: #eda1bb;
    }
    .burgerBold {
        font-weight: bold;
    }
    #nextQuestionLink .nextQuestion {
        display: inline-block;
    }
    #nextQuestionLink .nextQuestionSign {
        display: inline-block;
        font-size: 1.3em;
    }
}

@media (min-width: 768px) {
    .burgerBold {}
    .plus {
        display: none;
    }
    #decoSandwitch {
        display: none;
    }
    #backOfficeSandwitch {
        display: none;
    }
    #burgerLogo {
        display: none;
    }
    #sandwitchPanier {
        display: none;
    }
}

@media (max-width: 769px) {
    #coverImg {
        display: none;
    }
    #coverImgTel {
        display: inline-block !important;
    }
}

@media (min-width: 438px) {
    .sliderCarrousselSmall {
        display: none;
    }
    .topArrow {
        display: none;
    }
    .bottomArrow {
        display: inline-block;
    }
    .logOutBot {
        display: none;
    }
    .logOutTop {
        display: inline-block;
    }
    #sandwitchPanier {
        /* padding-right: 25px;*/
    }
}

@media (min-width: 322px) {
    .smallProfile320 {}
    .smallBoutiqueTitle {}
    .smallBoutiqueReference {}
    .formationSavoirPlusCollections {}
}

@media (max-width: 322px) {
    .sep {
        display: none;
    }
    .smallProfile320 {
        font-size: 80%;
    }
    .smallBoutiqueTitle {
        font-size: 1.4em !important;
        padding-top: 7px !important;
    }
    .smallBoutiqueReference {
        font-size: 1em !important;
    }
    .formationSavoirPlusCollections {
        font-size: 0.9em;
    }
}

@media (max-width: 322px) {
    #sandwitchPanier {
        padding-right: 18px;
    }
}

.formationsAssociees .navLink {
    padding-top: 130px;
    cursor: pointer;
}

@media (max-width: 450px) {
    .formationsAssociees {
        margin-bottom: 40px;
    }
    .formationsAssociees .navLink {
        position: absolute;
        top: 370px;
        padding-top: 0;
    }
    .formationsAssociees .nextLink {
        left: 40px;
    }
}


/*
*  ChallengeFrontPage
*/

.coverPict {
    padding-bottom: 40px;
}

#coverImg {
    max-height: 400px;
    border: 1px solid #8e8e8e;
    padding: 19px;
    width: 100%;
}

#coverImgTel {
    max-height: 300px;
    border: 1px solid #8e8e8e;
    padding: 19px;
    width: 100%;
    display: none;
}

#coverImgTel.chal1 {
    max-height: none;
}

#coverImgTel.chal15j {
    width: auto;
    max-height: 379px;
}

.AccueilChallengePadding {
    padding-bottom: 70px;
}

.gagnerDesPoints {
    font-family: 'Crimson Text', serif;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 600;
}

.paddingConcour {
    padding-bottom: 40px;
}

.paddingten {
    padding-bottom: 10px;
}

.reglementJustify {
    text-align: justify;
    text-justify: inter-word;
    padding-bottom: 30px;
    ;
}

.cadreData {
    border: 1px solid #010202;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.5em;
}

.fondCadreData {
    background-color: #f6f6f6;
    width: 80%;
    padding: 10px;
    margin-left: 10%;
}

@media (max-width: 992px) {
    .fondCadreData {
        margin: auto;
    }
}

.textCadreData {}

.separatorCadreData {
    border-right: 1px solid red;
}

.borderInData {
    border-right: 1px solid #8e8e8e;
}

.dataDynamic {
    padding-top: 20px;
    font-weight: bold;
}

.bottomData {
    padding-top: 40px;
    padding-bottom: 40px;
    /*font-size: 1.25em;*/
}

.top-buffer {
    margin-top: 25px;
    padding-bottom: 30px;
}

.top-buffer1 {
    margin-top: 8px;
    padding-bottom: 30px;
}

.contentChallenge {
    font-size: 1.3em;
}

.gagnerDesPtsChallenge {
    padding-top: 40px;
    padding-bottom: 20px;
    font-family: 'Crimson Text', serif;
}

.contener_elt {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}

.row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.challengeInfo {
    position:relative;
    padding-bottom:250px;
}

.contener_elt .elt {
    display: inline-block;
    height: 440px;
    margin: 0 15px 25px;
    position: relative;
    vertical-align: top;
    width: 215px;
}

@media (max-width: 768px) {
    .GagnerDesPts .contener_elt .elt {
        height: 390px;
    }
}

.pointsCollections {
    font-size: 1.2em;
    font-weight: 600;
    color: #eda1bb;
    padding-top: 30px;
    padding-bottom: 15px;
}

.challengeName {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
}

.textDatesChallenge {
    font-size: 1.3em;
}

.GagnerDesPts .textDatesChallenge {
    font-size: 1.5em;
    font-weight: 600;
}

.lineHeightGagnerPts {
    /* line-height: 70%;*/
}

.importantImg {
    margin-top: -6px;
}

.importantPointsAcquis {
    font-size: 1.3em;
    padding-left: 30px;
}

.reglement {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
    font-size: 1.5em !important;
    padding-bottom: 70px !important;
}

.titreReglement {
    padding-bottom: 30px;
    font-family: 'Crimson Text', serif;
    font-size: 0.9em;
    font-weight: 600;
}

.carreWidgetPicts {
    position: absolute;
    border: 1px solid #8e8e8e;
    width: 215px;
    height: 223px;
    left: calc(50% - 110px);
    bottom: 10px;
}

.sliderContainerProduits {
    padding: 20px 16px;
    margin-bottom: 25px;
    background-color: #f9f9f9;
}

.paddingPictProduit {
    height: 185px;
    width: 175px;
}

.paddingCarroussel {
    position: relative;
    top: 35px;
}

.carrousselChallengePicts {
    max-height: 155px;
    width: 145px;
}


/*boutique*/

.headerBoutique {
    border: 1px solid #000;
    padding: 5px;
    margin-bottom: 20px;
}

.headerBoutique img {
    margin: 0 auto;
}

.moduleGift {
    max-width: 283px;
    text-transform: uppercase;
    padding-bottom: 5px;
    height: 275px;
}

.moduleGift .image img {
    margin: 0 auto;
}

.moduleGift .title {
    margin-top: 20px;
    font-weight: 600;
    font-size: 0.9em;
    height: 35px;
    overflow: hidden;
}

.moduleGift .points {
    color: #eda1bb;
    font-weight: 400;
}

.pagination>li>a,
.pagination>li>span {
    border: 0;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    color: #8e8e8e;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #000;
    background-color: #fff;
    border: 0;
}

.pagination>li>a.previous,
.pagination>li>a.next {
    color: #000;
}

.btnFilter,
.btnFilter:hover {
    border-color: #000;
}

.containerGift .image {
    border: 1px solid #000;
    margin: 0 auto;
    max-width: 480px;
    padding: 5px;
}

.containerGift .image img {
    margin: 0 auto;
}

.containerGift .title {
    font-family: 'Crimson Text', serif;
    font-size: 1.8em;
    font-weight: 600;
    padding-left: 0;
    margin-top: 10px;
}

@media (min-width: 992px) {
    .containerGift .title {
        margin-top: -5px;
    }
}

.containerGift .reference {
    font-size: 1.4em;
    font-weight: 600;
    padding-left: 0;
}

.containerGift .description {
    font-size: 1em;
    font-weight: 600;
    padding: 20px 0;
}

.containerGift .fraisdeport {
    margin-top: 10px;
}

.containerGift .fraisdeport a {
    display: block;
}

.containerGift .points {
    font-size: 1.4em;
    font-weight: 600;
    color: #eda1bb;
}


/*fin boutique*/


/*panier*/

.container-basket {
    margin-bottom: 30px;
}

.basketTable {
    width: 100%;
    max-width: 824px;
    margin: 20px auto;
    text-transform: uppercase;
}

.basketTable tbody .img-responsive {
    min-width: 60px;
}

.basketTable th,
.basketTable td {
    padding: 10px;
}

@media (max-width: 768px) {
    .basketTable th,
    .basketTable td {
        padding: 10px 4px;
    }
    .moduleGift {
        max-width: none;
    }
}

@media (max-width: 479px) {
    .basketTable th,
    .basketTable td {
        padding: 10px 2px;
        font-size: 0.7em;
    }
}

.basketTable thead {
    background-color: #000;
    color: #fff;
    font-family: 'Crimson Text', serif;
}

.basketTable tfoot th {
    background-color: #f6f6f6;
    padding: 14px 10px;
}

.basketTable tfoot tr.tr-blanc th {
    background-color: #fff;
}

.basketTable tfoot tr th.lib-restant {
    padding-left: 0;
}

.basketTable tfoot .totalPoints {
    color: #eda1bb;
}

.basketTable .title {
    font-weight: bold;
}

.basketTable .points {
    font-weight: bold;
    color: #eda1bb;
}

.basketTable .reference {
    font-weight: 600;
}

.spinbox-input {
    width: 70px!important;
}

.spinbox button {
    border: 1px solid #000;
}

#modalFirstOrder .modal-content {
    background: #fff url(../images/fond_modale.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    min-height: 382px;
    font-weight: 600;
}

#modalFirstOrder .modal-body {
    padding: 20px;
}

#modalFirstOrder .modal-header {
    border-bottom: none;
}

#modalFirstOrder h3 {
    font-size: 1.1em;
    font-weight: 600;
}

#modalFirstOrder label {
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
}

#modalFirstOrder input {
    text-align: center;
    font-weight: 600;
    font-size: 0.9em;
}

#modalErrorOrder .modal-body {
    min-height: 100px;
    padding: 50px 20px;
    text-align: center;
    font-weight: 600;
}


/*fin panier*/


/*saveOrder*/

.addressOrder h3 {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
}

.addressOrder {
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 600;
}

#btnEditAddress {
    text-transform: uppercase;
    font-size: 0.8em;
}

#validOrderContainer {
    position: relative;
    min-height: 100px;
    padding: 50px 20px;
    text-align: center;
    font-weight: 600;
}

#validOrderContainer .ajaxLoader {
    width: 90%;
}

.ordQuantity {
    border: 1px solid #000;
    width: 60px;
    padding: 5px;
    text-align: center;
}


/*fin saveOrder*/

.moduleActu {
    border: 1px solid #8e8e8e;
    text-align: center;
    margin-bottom: 10px;
}

.moduleActu .innerContent {
    width: auto;
    margin: 20px;
}

.moduleActu .titreActu {
    margin-top: 15px;
}

.textCenter {
    text-align: center;
}


/*pour que les legendes des modules Issuu soient bien placées*/

.embeddedContent strong {
    display: block;
}


/* actualités V2 */

.containerNews {
    margin-left: 15px;
    margin-bottom: 60px;
}

.containerNews .imageActualite {
    padding: 20px;
}

.containerNews .actu {
    margin-top: 30px;
}

.containerNews .actu .actuTitle {
    font-weight: 600;
    padding: 0 20px;
}

.containerNews .actu .actuTitle span {
    font-weight: 400;
}

.containerNews .actu .actualiteDesBottom {
    padding: 10px 20px 20px 20px;
    font-size: 0.9em;
}

#autreArticles .actuTitle {
    font-weight: 600;
    padding-top: 16px;
}

#autreArticles .actualiteDesBottom {
    padding-top: 8px;
    font-size: 0.9em;
}

.actualitePictBottom {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 280px;
    margin: 0 auto;
}

.actualite-detail .contenu {
    margin-bottom: 60px;
    padding-left: 45px;
}

.actualite-detail .actu-fleche {
    font-weight: 600;
}

.actualite-detail .actu-fleche.pull-right {
    text-align: right;
}

.actualite-detail .btn {
    padding-top: 0;
}

.actualite-detail .AccueilChallengePadding {
    border-top: 1px solid #8e8e8e;
    margin-top: 30px;
    padding-top: 60px;
    padding-bottom: 30px;
    font-family: 'Crimson Text', serif;
    font-size: 1.4em;
}

.actualite-detail .AccueilChallengePadding.derniersArticlesAct {
    margin-top: 60px;
}

.actualite-detail .autresFormations {
    padding-left: 15px;
    margin-bottom: 60px;
}

.actualite-detail .autresFormations .imageActualite {
    padding: 20px;
}

.actualite-detail .autresFormations .actu {
    margin-top: 30px;
}

.imageActualite {
    width: 100%;
}

.introPointDeVente {
    padding-bottom: 30px;
}

.listFormationBlocs {
    display: inline-block;
}

.marding26right {
    padding-right: 13px;
    padding-left: 13px;
}

.listFormationBlocs.marding26right {
    padding-left: 15px;
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top;
}

.paddingTop30 {
    margin-top: 200px;
}


/*.bar1 {
    transform: rotateZ(0deg) translateX(0px) translateY(0px);
}
.navbar-header button:not(.collapsed) .bar1 {
    transform: rotateZ(45deg) translateX(4px) translateY(5px);
}
.bar2 {
    opacity: 0;
}
.collapsed .bar2 {
    transform: none;
}
.bar3 {
    transform: rotateZ(-45deg) translateX(2px) translateY(-3px);
}
.collapsed .bar3 {
    transform: none;
}*/

#burgerButton {
    top: 10px;
    background: none;
    border: transparent;
}

#burgerButton .bt-close {
    display: none;
}

#burgerButton[aria-expanded="true"] .icon-bar {
    display: none;
}

#burgerButton[aria-expanded="true"] .bt-close {
    display: block;
    margin-left: 3px;
}

#burgerLogo {
    padding-left: 5px;
    display: none;
}

#burgerLogoPict {
    width: 40%;
}

.titreCond {
    font-size: 1.4em;
    text-decoration: underline;
}

.underLine {
    text-decoration: underline;
}

@media (max-width: 980px) {
    .noBorder {
        border-top: 1px solid #e7e7e7;
        border-bottom: 0px !important;
    }
    .borderInData {
        border-right: 0;
    }
}

.plusBurger {
    padding-bottom: 7px;
    width: 20px;
    height: 22px;
}

.navbar-nav .dropdown a .plusmoinsBurger {
    margin-left: 4px;
    font-size: 1.2em;
}

.navbar-nav .dropdown a .moins {
    display: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background-color: #fff;
    color: #000;
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav>li.boutique>a:focus,
    .navbar-default .navbar-nav>li.boutique>a:hover {
        background-color: #000;
        color: #fff;
    }
}

@media (max-width: 768px) {
    .navbar-nav .dropdown a[aria-expanded="true"] .moins {
        display: inline-block;
        font-size: 1.4em;
    }
    .navbar-nav .dropdown a[aria-expanded="true"] .plus {
        display: none;
    }
    .actualite-detail .contenu {
        padding-left: 30px;
    }
}

#decoSandwitch a {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    font-weight: normal;
}

.paddingTitlethreePicts {
    padding-top: 20px;
}

.miniCarres {
    margin: 0 auto;
    max-width: 935px;
}

.semibold {
    font-weight: 600;
}

.wyswygWrapper {}

.wyswygWrapper iframe {
    display: block;
    margin: 0 auto;
}


/*@media (min-width: 437px) {
  .wyswygWrapper iframe {
      max-height:380px;
  }
}

@media (min-width: 360px) {
    .wyswygWrapper iframe {
      max-height:313px;
  }
}

@media (min-width: 500px) {
    .wyswygWrapper iframe {
      max-height:435px;
  }
}

@media (min-width: 870px) {
    .wyswygWrapper iframe {
      max-height:650px;
  }
}*/

.paddingLeftThree {
    padding-left: 7px;
}

.condGenerales {
    text-decoration: underline;
}

.wyswygException {
    font-size: 1.3em;
}

.quelEsLeReglement {
    font-size: 1.5em !important;
    padding-top: 60px !important;
}

.no-float-center {
    float: none;
    margin: 0 auto;
}

.condGeneTabPAdding {
    padding-top: 10px;
}

.condGeneTh {
    padding: 5px;
    text-align: center;
}

.backGroundBlue {
    background-color: #ddebf7;
}

.backGroundCond {
    background-color: #d9d9d9;
}

.titreThCond {
    font-weight: normal;
}