@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
body {
    width: 100%;
    height: auto;
    background-color: #efefef;
}

figure.snip1205 {
    position: relative;
    overflow: hidden;
    width: auto!important;
    height: 400px;
    width: 100%;
    background: transparent;
    text-align: center;
}

figure.snip1205 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

figure.snip1205 img {
    max-width: 100%;
}

figure.snip1205 i {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    font-size: 34px;
    color: #000000;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

section a {
    color: #000000;
    text-decoration: inherit;
}

figure.snip1205 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

figure.snip1205 {
    border: 2px solid #dadada;
}

figure.snip1205:hover img,
figure.snip1205.hover img {
    opacity: 0.8;
    /*-webkit-filter: grayscale(10%);
  filter: grayscale(10%);*/
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border: 2px solid #dadada;
}

figure.snip1205:hover img {
    background-color: #dddddd;
    border: 10px solid #1a1a1a;
}

figure.snip1205:hover i,
figure.snip1205.hover i {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

* {
    margin: 0;
}

.logo {
    position: absolute;
    top: 3%;
    left: 3%;
    display: inline-block;
    width: 10%;
    height: auto;
}

#langues {
    margin-right: 10px;
}

#langue1,
#langue2,
#langue3 {
    margin-top: 1%;
    float: right;
    width: 25px;
    height: auto;
}

#langue1 img,
#langue2 img,
#langue3 img,
#langue4 img {
    border: 0;
    text-decoration: none;
    width: 25px;
    height: auto;
}


/*------------------- Banniere  -------------------------*/

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin-top: 6%;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.banniere {
    margin-top: 100px;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100px;
    margin-bottom: 5%;
}

.slider {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 80px;
}

#diaporama {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 5%;
}

#diaporama .diapoImg {
    position: absolute;
    width: 100%;
    height: 250px;
}


/*-------------------- fin banniere ----------------------*/


/* --------  Navbar _ deroulement     ----------------------*/

@charset "UTF-8";

/* Base Styles */

#cssmenu>ul,
#cssmenu>ul li,
#cssmenu>ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#cssmenu>ul {
    position: relative;
}

#cssmenu>ul li {
    float: left;
    min-height: 1px;
    line-height: 1.3em;
    vertical-align: middle;
}

#cssmenu>ul li.hover,
#cssmenu>ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

#cssmenu>ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
}

#cssmenu>ul ul li {
    float: none;
}

#cssmenu>ul ul ul {
    top: 1px;
    left: 100%;
}

#cssmenu>ul li:hover>ul {
    visibility: visible;
}


/* Align last drop down RTL */

#cssmenu>ul>li.last ul ul {
    left: auto !important;
    right: 99%;
}

#cssmenu>ul>li.last ul {
    left: auto;
    left: 0;
}

#cssmenu>ul>li.last {
    text-align: left;
}


/*---       Theme Styles       ---*/

#cssmenu>ul {
    font-family: Helvetica, Arial, serif;
}

#cssmenu>ul {
    list-style-type: none;
}

#cssmenu>ul:before {
    content: '';
    display: block;
}

#cssmenu>ul:after {
    content: '';
    display: table;
    clear: both;
}

#cssmenu>ul li a {
    display: inline-block;
    padding: 10px 22px;
}

#cssmenu>ul>li.active,
#cssmenu>ul>li.active:hover {
    background-color: #ff9fd7;
}

#cssmenu>ul>li>a:link,
#cssmenu>ul>li>a:active,
#cssmenu>ul>li>a:visited {
    color: black;
}

#cssmenu>ul>li>a:hover {
    color: #ffffff;
}

#cssmenu>ul ul ul {
    top: 0;
}

#cssmenu>ul li li {
    background-color: #ffffff;
    border-bottom: 1px solid #ebebeb;
    font-size: 12px;
    /* Formats des textes des sous  familles*/
}

#cssmenu>ul>li.hover,
#cssmenu>ul>li:hover {
    background-color: #5e5e5e;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}

#cssmenu>ul a:link,
#cssmenu>ul a:visited {
    color: black;
    text-decoration: none;
}

#cssmenu>ul a:hover {
    color: #9a9a9a;
}

#cssmenu>ul a:active {
    color: black;
}

#cssmenu>ul ul {
    background-color: #ffffff;
    border: 1px solid #CCC \9;
    -webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.5);
    width: 500px;
}

#cssmenu>ul ul img,
li {
    display: inline-block;
    vertical-align: baseline;
}

#cssmenu>ul ul img {
    float: right;
    width: 40%;
    margin-left: 0;
}

#cssmenu>ul ul li {
    float: left;
    width: 40%;
    font-size: 1em;
    margin-left: 0;
}

#cssmenu>ul {
    text-align: left;
    width: 70%;
    font-size: 0.6em;
    margin: 40px auto;
    padding: 15px;
    border-top: 1px dotted black;
    border-bottom: 1px dotted black;
}

#cssmenu>ul img {
    display: inline-block;
    width: 200px;
    height: auto;
}

#cssmenu>ul img .home {
    display: inline-block;
    width: 80px;
    height: auto;
}

#cssmenu>ul>li #en-cours a {
    background-color: #5e5e5e;
}


/*-------------------------- fin  navbar _ deroulement  -------------------------------------*/

.home_selection {
    display: flex;
    justify-content: center;
    text-align: center;
}

h1 {
    text-align: center;
    font-size: 25px;
    font-family: helvetica, arial, sans-serif;
    font-weight: normal;
    margin: auto;
    text-align: center;
    width: 50%;
    margin: 20px auto 20px auto;
    padding: 30px 0 25px 0;
    border-bottom: 1px solid black;
}

.marge {
    margin-left: 80px;
}

h2 {
    font-size: 20px;
    font-family: helvetica, arial, sans-serif;
    margin: auto;
    text-align: center;
    padding-top: 50px;
    width: 50%;
}

a,
a:visited {
    text-decoration: none;
}

.accroche {
    font-size: 17px;
    font-family: helvetica, arial, sans-serif;
    font-weight: normal;
    margin: auto;
    text-align: center;
    padding: 0 0 25px 0;
    width: 50%;
}


/*  separation de la page d'accueil */

#img1,
#img2,
#img3,
#img4 {
    vertical-align: top;
    width: 20%;
    margin-right: 20px;
    margin-top: 20px;
    float: left;
}

#img1 img,
#img2 img,
#img3 img,
#img4 img {
    display: inline-block;
    width: 90%;
    height: auto;
}


/* affichage des poster */

#imgp1,
#imgp2,
#imgp3,
#imgp4,
#imgp5 {
    vertical-align: top;
    width: 15%;
    margin-right: 1em;
    margin-top: 1em;
    float: left;
}

#imgp1 figcaption,
#imgp2 figcaption,
#imgp3 figcaption,
#imgp4 figcaption,
#imgp5 figcaption {
    font-family: helvetica, arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
}

#imgp1 img,
#imgp2 img,
#imgp3 img,
#imgp4 img,
#imgp5 img {
    display: inline-block;
    width: 90%;
    height: auto;
}

.img-sensible {
    max-width: 250px;
}

.twAudessus {
    /* Le trame de fond */
    width: 40%;
    height: 40%;
    text-align: center;
    position: fixed;
    z-index: 100000;
    margin: 0 30% 0 30%;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.7);
    /*-webkit-transition: opacity 200ms ease-in;

  -moz-transition: opacity 200ms ease-in;

  transition: opacity 200ms ease-in; */
}

.twAudessus a {
    /* Le truc pour centrer l’image */
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.twAudessus img {
    /* Le contour de l’image */
    max-width: 1200px;
    padding: 10px;
    /* -webkit-border-radius: 10px;

  -moz-border-radius: 10px;*/
    background: #ffffff;
}

.twAudessus:target {
    /* Affichage de l’image */
    display: table;
    -webkit-transition: width 2s;
    transition: width 2s;
}

section.ligne_dproduit img {
    width: 55%;
    height: auto;
}

section.ligne_dproduit p {
    text-align: center;
    float: left;
    background-color: #ff9fd7;
    color: white;
    font-family: Helvetica, arial, sans-serif;
    font-size: 0.8em;
    padding: 15px;
    margin-top: 20px;
}

.ligne_photo {
    display: flex;
    justify-content: space-around;
    margin: 50px;
}

.ligne_photo img {
    width: auto;
    height: 400px;
    padding: 0px 20px;
}

.ligne_photo p {
    background-color: #ff9fd7;
    text-align: center;
    font-family: Helvetica, arial, sans-serif;
    font-size: 0.8em;
    padding: 12px;
    margin: 20px 20px 0 20px;
}

.ligne_photo p a {
    text-decoration: none;
    color: inherit;
}

.ligne_photo p a:hover {
    color: white;
}

@media screen and (max-width: 1600px) {
    .twAudessus img {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1024px) {
    .twAudessus img {
        max-width: 700px;
    }
}

@media screen and (max-width: 800px) {
    .twAudessus img {
        max-width: 500px;
    }
}

@media screen and (max-width: 600px) {
    .twAudessus img {
        max-width: 400px;
    }
}

@media screen and (max-width: 500px) {
    .twAudessus img {
        max-width: 250px;
    }
}


/*fin d'affichage des posters*/

.logo_titre {
    display: inline-block;
    width: 20%;
    height: auto;
}

.coloranafeli {
    color: #ff9fd7;
    text-transform: uppercase;
    font-size: 25px;
}

.promo {
    background-color: #ff9fd7;
    color: white;
    font-family: Helvetica, arial, serif;
    text-align: center;
    width: auto;
    height: 20px;
    margin: 15px;
}

.centre {
    text-align: center;
    font-family: Helvetica, arial, serif;
}

.left {
    padding-left: 10%;
}


/*

a:hover img 

{ width:150px; 

  height:auto;

  }*/


/*

.left img:hover

{

  -webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.5);

} */


/*  separation des pages secondaires -*/

.selection_posters {
    display: flex;
    justify-content: center;
}

#produitscentre {
    display: inline-block;
    font-family: Helvetica, arial, serif;
    font-size: 17px;
    margin: auto;
    text-align: center;
    margin-left: 200px;
}

#produitscentre p {
    text-align: center;
    color: black;
}

#produitscentre a:visited {
    text-decoration: none;
}

#produitscentre img {
    display: inline-block;
    width: 200px;
    height: auto;
}

#produitlev {
    text-align: center;
}

.footer {
    clear: both;
    padding-top: 100px;
    text-align: center;
    font-family: Helvetica, arial, serif;
    font-size: 20px;
    color: black;
}

.photosprod ul {
    width: 90%;
    display: inline-block;
    /* margin-left: 64px; écart gauche*/
}

.photosprod li {
    margin-right: 1.5%;
}

.photosprod img {
    width: 60%;
    height: auto;
}

.texteprod ul {
    display: inline-block;
}

.texteprod li {
    margin-right: 1px;
    font-family: Helvetica, arial, serif;
}


/*.referenceprod

{

  margin-left: 77px; écart gauche

}*/

#txt1,
#txt2,
#txt3,
#txt4,
#txt5 {
    vertical-align: top;
    width: 8%;
    text-align: center;
    margin-right: 40px;
    margin-top: 20px;
    margin-bottom: 70px;
    float: left;
    background-color: #ff9fd7;
    color: white;
    font-family: Helvetica, arial, sans-serif;
    font-size: 0.7em;
    padding: 2px;
}

#img1 figcaption,
#img2 figcaption,
#img3 figcaption,
#img4 figcaption {
    display: inline-flex;
    vertical-align: top;
    justify-content: space-around;
    width: 80%;
    height: 20px;
    text-align: center;
    margin: 20px 0px 70px 10px;
    float: left;
    background-color: #ff9fd7;
    color: white;
    font-family: Helvetica, arial, sans-serif;
    font-size: 0.7em;
    padding: 2px;
}

#txt1g,
#txt2g,
#txt3g,
#txt4g,
#txt5g {
    vertical-align: top;
    width: 19%;
    text-align: center;
    margin-right: 23px;
    margin-top: 20px;
    margin-bottom: 70px;
    float: left;
    background-color: #ff9fd7;
    color: black;
    font-family: Helvetica, arial, sans-serif;
    font-size: 0.7em;
    padding: 0 5px 0 10px;
}

.infoproduit {
    width: 50%;
    margin: auto;
}

article,
aside {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 50px 50px 0 50px;
    font-family: helvetica, arial, serif;
    font-size: 20px;
}

article {
    width: 30%;
    margin: auto;
}

aside {
    position: relative;
    width: 20%;
    padding: 10px;
    padding-top: 55px;
    margin: auto;
}

@media (min-width: 420px) {
    .accordion {
        display: none;
    }
}


/*-------------------- MEDIA QUERIES ----------------------*/


/*-------------------- MEDIA QUERIES ----------------------*/


/*-------------------- MEDIA QUERIES ----------------------*/

@media (max-width: 375px) {
    #ban {
        display: none;
    }
    #cssmenu {
        display: none;
    }
    header figure {
        display: flex;
        justify-content: center;
    }
    .logo {
        position: relative;
        top: 50px;
        /* left: 3%; */
        display: inline-block;
        width: 200px;
        height: auto;
        margin: auto;
    }
    .responsive_nav {
        margin-top: 90px;
    }
    .responsive_nav ul {
        background-color: #c7c7c7;
        color: white;
        font-size: 1.5em;
        font-family: arial, sans-serif;
        padding: 2px;
    }
    .responsive_nav li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        text-align: center;
        padding: 0px;
    }
    .responsive_nav li {
        border-bottom: 1px solid white;
    }
    .responsive_nav li:last-child {
        border: none;
    }
    .ligne_photo {
        display: flex;
        justify-content: space-around;
        margin: 50px;
        flex-direction: column;
    }
    figure.snip1205 {
        border: none;
        /* margin: 40px; */
    }
    .accordion {
        margin: 100px auto;
        width: 400px;
    }
    .accordion input {
        display: none;
    }
    .box {
        position: relative;
        background: white;
        height: 64px;
        transition: all .15s ease-in-out;
    }
    .box::before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        pointer-events: none;
        box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
    }
    header.box {
        background: #ff9fd7;
        z-index: 100;
        cursor: initial;
        box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px -2px rgba(0, 0, 0, .12), 0 2px 4px -4px rgba(0, 0, 0, .24);
    }
    header .box-title {
        margin: 0;
        font-weight: normal;
        font-size: 16pt;
        color: white;
        cursor: initial;
    }
    .box-title {
        text-align: center;
    }
    .box-title {
        width: calc(100% - 40px);
        height: 64px;
        line-height: 64px;
        font-family: Arial, sans-serif;
        display: inline-block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .box-content {
        width: calc(100% - 40px);
        padding: 30px 0px;
        font-size: 11pt;
        color: rgba(0, 0, 0, .54);
        display: none;
        text-align: center;
        border-bottom: 1px solid #c9c9c9;
    }
    section.box div {}
    .box-close {
        position: absolute;
        height: 64px;
        width: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
        display: none;
    }
    input:checked+.box {
        height: auto;
        margin: 16px 0;
        box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
    }
    input:checked+.box .box-title {
        border-bottom: 1px solid rgba(0, 0, 0, .18);
    }
    input:checked+.box .box-content,
    input:checked+.box .box-close {
        display: inline-block;
    }
    .arrows section .box-title {
        padding-right: 44px;
        width: calc(100% - 64px);
    }
    .arrows section .box-title:before {
        position: absolute;
        display: block;
        content: '\203a';
        font-size: 18pt;
        left: 20px;
        top: -2px;
        transition: transform .15s ease-in-out;
        color: rgba(0, 0, 0, .54);
    }
    input:checked+section.box .box-title:before {
        transform: rotate(90deg);
    }
    #produitlev {
        display: flex;
        flex-direction: column;
    }
    #produitlev article {
        width: 78%;
        margin: auto;
    }
    #produitlev aside {
        position: relative;
        width: 70%;
        padding: 10px;
        padding-top: 55px;
        margin: auto;
        text-align: center;
    }
    /*********** PAGE POSTERS*************/
    .selection_posters {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-items: center;
        flex-direction: column;
    }
    .selection_posters #imgp1,
    #imgp2,
    #imgp3,
    #imgp4,
    #imgp5 {
        width: 70%;
        margin: 20px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-items: center;
        flex-direction: column;
    }
    /*********** PAGE D'ACCUEIL *************/
    .home_selection {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .home_selection #imgp1,
    #imgp2,
    #imgp3,
    #imgp4,
    #imgp5 {
        display: flex;
        justify-content: center;
        margin: 0;
    }
    .home_selection #img1 img,
    #img2 img,
    #img3 img,
    #img4 img {
        width: 300px;
        height: auto;
    }
    .home_selection #img1,
    #img2,
    #img3,
    #img4 {
        width: auto;
        margin: 20px;
    }
    .promo {
        background-color: #ff9fd7;
        color: white;
        font-family: Helvetica, arial, serif;
        text-align: center;
        width: auto;
        height: 20px;
        margin: 15px;
        padding: 20px;
    }
}