* {
    font-family: Calibri, "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

body {
    background: url(./images/design_v2/bg.png) repeat-x;
    height: 100vh;
}

img {
    border: none;
    width: 100%;
}

div.spacer {
    clear: both;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

h2 {
    font-weight: normal;
}

h3 {
    font-weight: normal;
}

div#main-container {
    height: 100%;
    max-width: 880px;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    div#main-container {
        max-width: 100vh;
    }
}

div#main-container div#header {
    max-width: 100%;
    height: 120px;
    background-image: url(./images/design_v2/header.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

div#main-container div#main-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-image: url(./images/design_v2/menu_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 992px) {
    div#main-container div#main-menu {
        flex-direction: column;
    }
}

div#main-container div#main-menu div.links ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 0 10px;
    list-style-type: none;
}

div#main-container div#main-menu div.links ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

div#main-container div#main-menu div.links ul li.separator {
    height: 10px;
    border-right: 1px solid#fff;
    margin: 5px 3px;
}

@media screen and (max-width: 576px) {
    div#main-container div#main-menu div.links ul li.separator {
        display: none;
    }
}

div#main-container div#main-menu div.links ul li a {
    padding: 0 3px 0 3px;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

@media screen and (max-width: 576px) {
    div#main-container div#main-menu div.links ul li a {
        font-size: 11px;
        padding: 0 2px 0 2px;
    }
}

div#main-container div#main-menu div.links ul li:hover a {
    color: #92b735;
}

div#main-container div#main-menu div.connexion form p {
    position: relative;
    padding: 0 10px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

@media screen and (max-width: 576px) {
    div#main-container div#main-menu div.connexion form p span {
        position: absolute;
        left: calc(50% - 45px);
        top: 6px;
    }
}

div#main-container div#main-menu div.connexion form p input {
    padding: 1px;
    color: #b14d7e;
    font-size: 12px;
    font-weight: bold;
    margin-top: 1px;
    border-style: none;
}

@media screen and (max-width: 576px) {
    div#main-container div#main-menu div.connexion form p input {
        margin-top: 22px;
    }
}

div#main-container div#main-menu div.connexion form p input[type=submit] {
    width: 24px;
    height: 22px;
    display: inline-block;
    background: none;
    border: 0;
    cursor: pointer;
}

div#main-container div#main-menu div.connexion p.logout {
    padding: 4px 20px 4px 3px;
    text-align: right;
}

div#main-container div#main-menu div.connexion p.logout a {
    color: white;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

div#main-container div#main-menu div.connexion p.logout img {
    vertical-align: bottom;
    padding-bottom: 4px;
}

div#main-container div#main-content {
    display: flex;
    width: 100%;
    background: url(./images/design_v2/bg_body.png);
}

div#main-container div#home-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px;
    max-width: 100%;
}

@media screen and (max-width: 576px) {
    div#main-container div#home-content {
        padding: 25px 0 0 0;
    }
}

div#main-container div.home-content-left,
div#main-container div.home-content-right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

div#main-container div.home-content-right {
    margin-top: 15px;
}

@media screen and (max-width: 768px) {
    div#main-container div.home-content-left,
    div#main-container div.home-content-right {
        flex-direction: column;
    }

    div#main-container div.home-content-right {
        align-items: flex-start;
    }
}


/* Font Style */
.Style4 {
    font-size: 20px;
    color: #b14d7e;
    line-height: normal;
    font-weight: bold;
}

.Style8 {
    font-size: 14px;
    color: #92b735;
    font-weight: bold;
}

.Style9 {
    font-size: 11px;
    color: #666;
}

.Style10 {
    font-size: 14px;
    color: #666;
}

.Style13 {
    font-size: 18px;
    color: #666;
    line-height: 1.1;
    margin-top: 15px;
}

.Style14 {
    font-size: 14px;
    color: #666;
    width: 70%;
}

.Style20 {
    font-size: 11px;
    color: #92b735;
    font-weight: bold;
    position:absolute;
    bottom: 40px;
    left: 5px;
    height: 12px;
    padding-left: 20px;
    background: url(./images/design_v2/bg_arrow.png) no-repeat;
}

.Style21 {
    font-size: 11px;
    color: #92b735;
    font-weight: bold;
}

.Style23 {
    font-size: 18px;
    color: #58295f;
    line-height:0.9;
}

/* Photo Seguy*/
.adresse_seguy {
    
}
/* Carousel */
#crsl_container {
    width: 68%;
    height: 215px;
}

@media screen and (max-width: 768px) {
    #crsl_container {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    #crsl_container {
        width: 70%;
        height: 250px;
    }

    #crslSlide1,
    #crslSlide2,
    #crslSlide3,
    #crslSlide4,
    #crslSlide5 {
        background-image: none !important;
    }
}

#crslSlide1,
#crslSlide2,
#crslSlide3,
#crslSlide4,
#crslSlide5 {
    width: calc(100% - 10px);
    padding: 0px 0px 0px 10px;
    background-position: 105%;
    background-repeat: no-repeat;
}

#crslSlide1 {
    background-image: url(./images/design_v2/bg_coach_minceur.jpg);
    background-position: 120%;
}

#crslSlide2 {
    background-image: url(./images/design_v2/bg_micronutrition.jpg);
    background-position: right;
}

#crslSlide3 {
    background-image: url(./images/design_v2/bg_esp_client.jpg);
}

#crslSlide4 {
    background-image: url(./images/design_v2/bg_futures_mam.jpg);
}

#crslSlide5 {
    background-image: url(./images/design_v2/bg_enfant.jpg);
}

/* Presentation */
div#texte_accueil {
    padding-left: 70px;
    padding-top: 10px;
    background:url(./images/design_v2/bg_presentation.png) top left no-repeat;
    position: relative;
    width: 430px;
}

@media screen and (max-width: 992px) {
    div#texte_accueil {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    div#texte_accueil {
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}

div#texte_accueil p.mail {
    position: relative;
    float: right;
    bottom: 50px;
    right: 50px;
}

@media screen and (max-width: 768px) {
    div#texte_accueil p.mail {
        bottom: 0;
        right: 0;
    }
}

/* IMC (PostIt) */
div#main-container div#postItIMC {
    height:195px;
    padding: 20px 10px 0px 45px;
    line-height:12px;
    background:url(./images/design_v2/bg_imc.png) top right no-repeat;
    width: 255px;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    div#main-container div#postItIMC {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        background-position: center;
        width: 255px;
        padding-left: 3%;
    }

    div#main-container .imc {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}

div#main-container div#postItIMC div.boxImc {
    margin: 5px 50px 0 0;
    text-align: right;
    font-family: Calibri, "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height: 21px;
    color:#666;
}

div#main-container div#postItIMC span.ind {
    float:right;
    width:20px;
    text-align:center;
    padding-top: 3px;
}
div#main-container div#postItIMC form {
    font-family: Calibri, "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height: 21px;
    color:#666;
    padding-right: 5px;
}
div#main-container div#postItIMC input.boxImc {
    margin: 3px;
    text-align: right;
    font-family: Calibri, "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height: 21px;
}
div#main-container div#postItIMC input.boxImcBtn {
   display: block;
    margin-right:35px;
    margin-top:5px;
    padding-bottom:2px;
    width: 100px;
    height: 21px;
    line-height: 21px;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    color: #333 !important;
    background: url(./images/design_v2/btn_purple_100px.png) no-repeat left top;
    float:right;
    cursor:pointer;
   border:0;
}
div#main-container div#postItIMC input.boxImcBtn:hover {
   background-position: left -21px;
    color: #333 !important;
    text-decoration: none !important
}

/* Footer */
div#footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background:url(./images/design_v2/bg_footer.png) no-repeat;
    height: 50px;
    color: #666;
    text-align: center;
}

div#footer .footer-top {
    padding-top: 10px;
    padding-bottom: 10px;
}

div#footer .footer-bottom {
    background-color: purple;
    width: 100%;
}

div#footer a {
    font-size: 14px;
    color: #666;
}

div#footer a:hover {
    color: #b14d7e 
}

div#footer span.fCoords {
    font-size: 14px;
    color: #fff;
}
