/*Mon reset*/

body {
    margin: 0;
    padding: 0;
    font-family: 'lucida_granderegular', sans-serif;
}

.clearFloat {
    clear: both;
}

ul {
    list-style: none;
}

div,
span,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a,
section,
header,
footer,
article {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.container:before,
.container:after {
    content: "";
    display: table;
}

.container:after {
    clear: both;
}

.container {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
}


/*fin du reset*/


/* Mon Style*/

body {
    margin: 0 auto;
    position: relative;
}

.conteneur {
    margin: 0 auto;
    background-color: white;
    width: 480px;
    padding-left: 1%;
    padding-right: 1%;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

a {
    color: #000;
    display: block;
}

.col-1 {
    width: 8.3333%;
}

.col-2 {
    width: 16.6667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.3333%;
}

.col-5 {
    width: 41.6667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.3333%;
}

.col-8 {
    width: 66.6667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.3333%;
}

.col-11 {
    width: 91.6667%;
}

.col-12 {
    width: 100%;
}


/*Mes titres de section*/

.titresection {
    height: 26px;
    width: 100%;
    background-color: white;
    margin-top: 30px;
    margin-bottom: 10px;
}

.trait {
    width: 25%;
    height: 14px;
    margin-top: 6px;
    background-color: #414042;
    float: left;
    margin-right: 2%;
}

.titresection h3 {
    font-family: 'lucida_grandebold';
    font-size: 16px;
    line-height: 30px;
    float: left;
}

#nouscontacter .titresection {
    background-color: #414042;
    padding-top: 10px;
    width: 100%;
    height: 40px;
}

#nouscontacter .trait {
    background-color: white;
}

#nouscontacter .titresection h3 {
    color: white;
}


/*Fin de Mes titres de section*/


/* fin de mon Style*/


/*Mon bandeau*/

#logo {
    width: 100%;
    padding-left: 33.3333%;
    padding-right: 33.3333%;
    background: white;
}

#logo img {
    width: 100%;
}


/*fin de Mon bandeau*/


/*Mon menu*/

.menu ul li {
/*    background-color: #f1f2f2;*/
    font-family: 'lucida_granderegular';
    font-size: 20px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-bottom: solid 1px #d1d3d4;
}

.menu ul li:hover {
    background-color: #d9d9d9;
}


/*Fin de Mon menu*/


/* Actualités*/

.actualite {
    width: 100%;
    height: 475px;
    position: relative;
    overflow: hidden;
}

.actualite img {
    height: 100%;
    position: absolute;
    left: -190px;
}

.rectanglecontour {
    position: absolute;
    width: 66.6667%;
    border: solid 2px white;
    padding: 1%;
    left: 8.3333%;
    top: 2%;
}

.rectanglefond {
    background-color: white;
    padding: 4%;
}

.titreactu {
    font-size: 26px;
    text-align: center;
    margin-bottom: 2%;
    line-height: 120%;
}

.texteactu {
    font-family: 'lucida_faxregular';
    font-size: 16px;
    text-align: center;
}


/* fin de Actualités*/


/*Notre sélection*/

.selection {
    width: 100%;
    height: 475px;
    position: relative;
    margin-bottom: 10px;
}

.volet1 {
    width: 100%;
    height: 475px;
    background-color: #f1f2f2;
    position: absolute;
    text-align: center;
    cursor: pointer;
}

.produit img {
    height: 365px;
}

.nomproduit {
    height: 110px;
    line-height: 25px;
    padding: 20px 0 20px 0;
}

.nomproduit h2 {
    font-family: 'lucida_grandebold';
    font-size: 20px;
}

.nomproduit p {
    font-family: 'lucida_granderegular';
    font-size: 16px;
}

.nomproduit a {
    font-family: 'lucida_grandebold';
    font-size: 16px;
    color: #f26522;
}

.volet2 {
    display: none;
    width: 100%;
    height: 475px;
    position: absolute;
    text-align: center;
}

.desc {
    height: 365px;
    background: white;
    opacity: 0.75;
}

.desc h4 {
    opacity: 1;
    font-family: 'lucida_grandebold';
    font-size: 19px;
    line-height: 25px;
    position: absolute;
    top: 150px;
    padding-left: 6%;
    padding-right: 6%;
}

.desc p {
    opacity: 1;
    font-family: 'lucida_granderegular';
    font-size: 16px;
    line-height: 25px;
    position: absolute;
    top: 250px;
    padding-left: 6%;
    padding-right: 6%;
}

.achat {
    height: 110px;
    line-height: 25px;
    padding: 20px 0 20px 0;
    background-color: #414042;
    cursor: pointer;
}

.achat h2 {
    font-family: 'lucida_grandebold';
    font-size: 20px;
    color: white;
}

.achat p {
    font-family: 'lucida_granderegular';
    font-size: 16px;
    color: white;
}

.achat p:nth-child(3) {
    font-family: 'lucida_grandebold';
    font-size: 16px;
    color: #f26522;
}


/*Fin de Notre sélection*/


/*Nos vidéos*/

.conteneurvideo {
    height: 475px;
    background-color: #f1f2f2;
}

.video {
    width: 100%;
    height: 475px;
}


/*Fin Nos vidéos*/


/*Communauté yon-ka*/

#conteneurreseau a {
    background-color: #f1f2f2;
    font-family: 'lucida_faxregular';
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
}

.logoreseau {
    width: 16.6667%;
    margin-top: 10px;
}

#conteneurreseau a:hover {
    background-color: #d9d9d9;
}


/*Fin de Communauté yon-ka*/


/*Nous contacter*/

#nouscontacter {
    background-color: #414042;
}

.formulaire form div {
    font-family: 'Lucida_granderegular';
    font-size: 16px;
    color: white;
    padding-left: 8.3333%;
    padding-right: 8.3333%;
}

input {
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

textarea {
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
    height: 200px;
}

input[type=submit],
input[type=reset] {
    height: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 49%;
    font-family: 'Lucida_grandebold';
    font-size: 20px;
    padding-top: 5px;
}

input[type=submit]:hover,
input[type=reset]:hover {
    background-color: #d9d9d9;
}

input[type=submit] {
    margin-right: 2px;
}


/*Fin de nous contacter*/


/**/


/*media smartphone*/


/**/

@media screen and (max-width: 768px) {
    .displayphone {
        display: none;
    }
}


/**/


/* Fin media smartphone*/


/**/


/**/


/*media tablette*/


/**/

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .conteneur {
        width: 768px;
        padding-left: 2%;
        padding-right: 2%;
    }
    /*Mes titres de section*/
    .trait {
        width: 16.6667%;
    }
    /*Fin de Mes titres de section*/
    /* fin de mon Style*/
    /*Mon bandeau*/
    #logo {
        padding-left: 41.6667%;
        padding-right: 41.66667%;
    }
    /*fin de Mon bandeau*/
    /*Mon menu*/
    .menu ul li {
        height: 40px;
        line-height: 40px;
    }
    /*Fin de Mon menu*/
    /* Actualités*/
    .actualite {
        height: 384px;
    }
    .actualite img {
        height: 130%;
        position: absolute;
        top: -30px;
        left: 0px;
    }
    .rectanglecontour {
        width: 58.3333%;
    }
    .titreactu {
        padding-left: 7%;
        padding-right: 7%;
    }
    /* fin de Actualités*/
    /*Notre sélection*/
    #selections {
        text-align: center;
    }
    .selection {
        width: 49%;
        height: 375px;
        margin: 0.5%;
        float: left;
        overflow: hidden;
    }
    .volet1 {
        width: 100%;
        height: 375px;
        background-color: #f1f2f2;
        position: absolute;
        text-align: center;
    }
    .produit img {
        height: 280px;
    }
    .nomproduit {
        height: 80px;
        line-height: 20px;
        padding: 10px 0 10px 0;
    }
    .nomproduit h2 {
        font-family: 'lucida_grandebold';
        font-size: 15px;
    }
    .nomproduit p {
        font-family: 'lucida_granderegular';
        font-size: 12px;
    }
    .nomproduit a {
        font-family: 'lucida_grandebold';
        font-size: 12px;
        color: #f26522;
    }
    .volet2 {
        width: 100%;
        height: 375px;
        position: absolute;
        text-align: center;
    }
    .desc {
        height: 280px;
        background: white;
        opacity: 0.75;
    }
    .desc h4 {
        opacity: 1;
        font-family: 'lucida_grandebold';
        font-size: 15px;
        line-height: 20px;
        position: absolute;
        top: 110px;
    }
    .desc p {
        opacity: 1;
        font-family: 'lucida_granderegular';
        font-size: 12.5px;
        line-height: 20px;
        position: absolute;
        top: 200px;
    }
    .achat {
        height: 95px;
        line-height: 25px;
        padding: 10px 0 10px 0;
        background-color: #414042;
    }
    .achat h2 {
        font-family: 'lucida_grandebold';
        font-size: 15px;
        color: white;
    }
    .achat p {
        font-size: 12.5px;
    }
    .achat p:nth-child(3) {
        font-size: 12.5px;
    }
    /*Lien site institutionnel*/
    #liensiteinstitutionnel img {
        height: 100%;
        position: absolute;
        left: -180px;
    }
    #liensiteinstitutionnel .rectanglecontour {
        position: absolute;
        width: 66.6667%;
        border: solid 2px white;
        padding: 1%;
        left: 16.6667%;
        top: 10%;
    }
    #liensiteinstitutionnel .rectanglefond {
        background-color: white;
        padding: 4%;
    }
    #liensiteinstitutionnel .titreactu {
        font-size: 14px;
        text-align: center;
        margin-bottom: 2%;
        line-height: 120%;
    }
    .logoplus {
        font-family: sans-serif;
        font-size: 170%;
        position: absolute;
        background-color: black;
        color: white;
        width: 8.3333%;
        height: 8.3333%;
        text-align: center;
        bottom: 0;
        right: 0;
    }
    /*Fin lien site institutionnel*/
    /*Fin de Notre sélection*/
    /*Nos vidéos*/
    .conteneurvideo {
        width: 100%;
        height: 375px;
        float: left;
        margin-bottom: 1%;
    }
    .video {
        width: 99%;
        margin: 0.5%;
        height: 375px;
    }
    .conteneurvideocarre {
        width: 100%;
        height: 375px;
        background-color: none;
    }
    .videocarre {
        margin: 0.5%;
        width: 49%;
        height: 375px;
        float: left;
        background-color: #f1f2f2;
    }
    /*Fin Nos vidéos*/
    /*Communauté yon-ka*/
    #conteneurreseau a {
        width: 33.3333%;
        float: left;
        height: 120px;
        background-color: #f1f2f2;
        font-family: 'lucida_faxregular';
        text-align: center;
        border: solid 5px white;
    }
    .logoreseau {
        width: 20%;
        margin-top: 10px;
    }
    .twitter {
        margin-top: 15px;
    }
    /*invitation communauté Yon-Ka*/
    #invitationcommunaute {
        width: 100%;
        height: 375px;
        overflow: hidden;
        margin-bottom: 5px;
        position: relative;
    }
    #invitationcommunaute img {
        width: 100%;
        margin-top: -50px
    }
    #invitationcommunaute .rectanglecontour {
        position: absolute;
        width: 37%;
        border: solid 2px white;
        padding: 1%;
        left: 8.3333%;
        top: 10%;
    }
    #invitationcommunaute .rectanglefond {
        background-color: white;
        padding: 4% 0% 4% 0%;
    }
    #invitationcommunaute .titreactu {
        font-size: 15px;
        text-align: center;
        margin-bottom: 2%;
        line-height: 120%;
    }
    #invitationcommunaute .texteactu {
        font-family: 'lucida_faxregular';
        font-size: 14px;
        text-align: center;
    }
    /*Fin invitation communauté Yon-Ka*/
    /*Fin de Communauté yon-ka*/
    /*Nous contacter*/
    #nouscontacter {
        background-color: #414042;
        position: relative;
    }
    .formulaire form div {
        font-family: 'Lucida_granderegular';
        font-size: 16px;
        color: white;
        padding-left: 0%;
        padding-right: 0%;
    }
    .nom,
    .email {
        width: 33.3333%;
        margin-left: 8.3333%;
        float: left;
    }
    .email {
        position: absolute;
        top: 120px;
    }
    input {
        margin-top: 10px;
        margin-bottom: 15px;
        width: 100%;
        height: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .message {
        width: 41.6667%;
        margin-right: 8.333%;
        float: right;
    }
    textarea {
        margin-top: 10px;
        margin-bottom: 15px;
        width: 100%;
        height: 200px;
    }
    input[type=submit],
    input[type=reset] {
        height: auto;
        margin-top: 10px;
        margin-bottom: 30px;
        width: 48%;
        font-family: 'Lucida_grandebold';
        font-size: 20px;
        padding-top: 5px;
    }
    input[type=submit] {
        margin-right: 2%;
    }
    .displaytablette {
        display: none;
    }
}


/**/


/* Fin media tablette*/


/**/


/**/


/* media ordinateur */


/**/

@media screen and (min-width: 1024px) {
    .conteneur {
        width: 1024px;
        padding-left: 10px;
        padding-right: 10px;
    }
    /*Mes titres de section*/
    .titresection {
        height: 20px;
        width: 100%;
        background-color: white;
        margin-top: 28px;
        margin-bottom: 10px;
    }
    .trait {
        width: 16.6667%;
        height: 16px;
        margin-top: 5px;
        background-color: #414042;
        float: left;
        margin-right: 2%;
    }
    .titresection h3 {
        font-family: 'lucida_grandebold';
        font-size: 20px;
        line-height: 30px;
        float: left;
    }
    #nouscontacter .titresection {
        background-color: #414042;
        padding-top: 10px;
        width: 100%;
        height: 40px;
    }
    /*Fin de Mes titres de section*/
    /* fin de mon Style*/
    /*Mon bandeau*/
    #logo {
        padding-left: 41.6667%;
        padding-right: 41.66667%;
    }
    /*fin de Mon bandeau*/
    /*Mon menu*/
    .menu ul {
/*        background-color: #e7e7e7;*/
        position: relative;
        width: 100%;
        padding-left: 4%;
    }
    .menu ul li {
        margin-left: 5px;
        margin-right: 5px;
        padding-top: 5px;
        width: 18%;
        height: 70px;
        line-height: 30px;
/*        background-color: #f1f2f2;*/
        font-family: 'lucida_granderegular';
        font-size: 20px;
        text-align: center;
        border-bottom: solid 4px #d1d3d4;
        float: left;
    }
    .menu ul li:first-child {
        padding-top: 20px;
    }
    .menu ul li:nth-child(3) {
        padding-top: 20px;
    }
    /*Fin de Mon menu*/
    /* Actualités*/
    .actualite {
        height: 500px;
    }
    .actualite img {
        width: 100%;
        height: 130%;
        position: absolute;
        top: -40px;
        left: 0px;
    }
    .rectanglecontour {
        width: 58.3333%;
    }
    .titreactu {
        padding-left: 7%;
        padding-right: 7%;
        font-size: 36px;
        text-align: center;
        margin-bottom: 2%;
        line-height: 120%;
    }
    .texteactu {
        font-size: 20px;
    }
    /* fin de Actualités*/
    /*Notre sélection*/
    #notreselection {
        margin-top: 50px;
    }
    #selections {
        text-align: center;
    }
    .selection {
        width: 32%;
        height: 325px;
        margin: 0.66%;
        float: left;
        overflow: hidden;
    }
    .volet1 {
        width: 100%;
        height: 325px;
        background-color: #f1f2f2;
        position: absolute;
        text-align: center;
    }
    .produit img {
        height: 250px;
    }
    .nomproduit {
        height: 75px;
        line-height: 19px;
        padding: 10px 0 10px 0;
    }
    .nomproduit h2 {
        font-family: 'lucida_grandebold';
        font-size: 14px;
    }
    .nomproduit p {
        font-family: 'lucida_granderegular';
        font-size: 11px;
    }
    .nomproduit a {
        font-family: 'lucida_grandebold';
        font-size: 11px;
        color: #f26522;
    }
    .volet2 {
        width: 100%;
        height: 325px;
        position: absolute;
        text-align: center;
    }
    .desc {
        height: 250px;
        background: white;
        opacity: 0.75;
    }
    .desc h4 {
        opacity: 1;
        font-family: 'lucida_grandebold';
        font-size: 14px;
        line-height: 19px;
        position: absolute;
        top: 100px;
    }
    .desc p {
        opacity: 1;
        font-family: 'lucida_granderegular';
        font-size: 11px;
        line-height: 20px;
        position: absolute;
        top: 180px;
    }
    .achat {
        height: 75px;
        line-height: 19px;
        padding: 10px 0 10px 0;
        background-color: #414042;
    }
    .achat h2 {
        font-family: 'lucida_grandebold';
        font-size: 14px;
        color: white;
    }
    .achat p {
        font-size: 11px;
    }
    .achat p:nth-child(3) {
        font-size: 11px;
    }
    /*Lien site institutionnel*/
    #liensiteinstitutionnel {
        width: 100%;
        height: 325px;
        margin: 5px 0 5px 0;
        float: left;
        overflow: hidden;
    }
    #liensiteinstitutionnel img {
        width: 100%;
        position: absolute;
        left: 0px;
        top: -150px;
    }
    #liensiteinstitutionnel .rectanglecontour {
        position: absolute;
        width: 41.6667%;
        border: solid 2px white;
        padding: 1%;
        left: 8.3333%;
        top: 10%;
    }
    #liensiteinstitutionnel .rectanglefond {
        background-color: white;
        padding: 4%;
    }
    #liensiteinstitutionnel .titreactu {
        font-size: 24px;
        text-align: center;
        margin-bottom: 0%;
        line-height: 130%;
    }
    .logoplus {
        font-family: sans-serif;
        font-size: 170%;
        position: absolute;
        background-color: black;
        color: white;
        width: 30px;
        height: 30px;
        text-align: center;
        bottom: 0;
        right: 0;
    }
    /*Fin lien site institutionnel*/
    /*Fin de Notre sélection*/
    /*Nos vidéos*/
    .conteneurvideo {
        width: 100%;
        height: 500px;
        float: left;
        margin-bottom: 1%;
    }
    .video {
        width: 100%;
        margin: 0.5%;
        height: 500px;
    }
    .conteneurvideocarre {
        width: 100%;
        height: 245px;
        background-color: none;
    }
    .videocarre {
        margin: 5px;
        width: 24%;
        height: 245px;
        float: left;
        background-color: #f1f2f2;
    }
    .conteneurvideocarre:nth-child(4) {
        margin-top: -240px;
    }
    /*Fin Nos vidéos*/
    /*Communauté yon-ka*/
    #conteneurreseau a {
        width: 33.3333%;
        float: left;
        height: 160px;
        background-color: #f1f2f2;
        font-family: 'lucida_faxregular';
        font-size: 21px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        border: solid 5px white;
    }
    .logoreseau {
        width: 20%;
        margin-top: 20px;
    }
    .twitter {
        margin-top: 25px;
    }
    /*invitation communauté Yon-Ka*/
    #invitationcommunaute {
        width: 100%;
        height: 500px;
        overflow: hidden;
        margin-bottom: 5px;
        position: relative;
    }
    #invitationcommunaute img {
        width: 100%;
        margin-top: -70px
    }
    #invitationcommunaute .rectanglecontour {
        position: absolute;
        width: 41.6667%;
        border: solid 2px white;
        padding: 1%;
        left: 8.3333%;
        top: 10%;
    }
    #invitationcommunaute .rectanglefond {
        background-color: white;
        padding: 4% 0% 4% 0%;
    }
    #invitationcommunaute .titreactu {
        font-size: 36px;
        text-align: center;
        margin-bottom: 2%;
        line-height: 120%;
    }
    #invitationcommunaute .texteactu {
        font-family: 'lucida_faxregular';
        font-size: 26px;
        text-align: center;
    }
    /*Fin invitation communauté Yon-Ka*/
    /*Fin de Communauté yon-ka*/
    /*Nous contacter*/
    #nouscontacter {
        background-color: #414042;
        position: relative;
        height: 500px;
    }
    .formulaire form div {
        font-family: 'Lucida_granderegular';
        font-size: 16px;
        color: white;
        padding-left: 0%;
        padding-right: 0%;
    }
    .nom,
    .email {
        width: 33.3333%;
        margin-left: 8.3333%;
        float: left;
    }
    .email {
        position: absolute;
        top: 120px;
    }
    input {
        margin-top: 10px;
        margin-bottom: 15px;
        width: 100%;
        height: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .message {
        width: 41.6667%;
        margin-right: 8.333%;
        float: right;
    }
    textarea {
        margin-top: 10px;
        margin-bottom: 15px;
        width: 100%;
        height: 300px;
    }
    input[type=submit],
    input[type=reset] {
        height: auto;
        margin-top: 10px;
        margin-bottom: 30px;
        width: 48%;
        font-family: 'Lucida_grandebold';
        font-size: 20px;
        padding-top: 5px;
    }
    input[type=submit] {
        margin-right: 2%;
    }
}


/**/


/* fin media ordinateur */


/**/