/*imports*/
/*variables*/
/*mixins*/
/*css*/
/*GRID INDEX*/
/* 14 vignettes par ligne */
@media (max-width: 4520px) {
  html .grid {
    width: 4200px;
  }
}
/* 13 vignettes par ligne */
@media (max-width: 4220px) {
  html .grid {
    width: 3900px;
  }
}
/* 12 vignettes par ligne */
@media (max-width: 3920px) {
  html .grid {
    width: 3600px;
  }
}
/* 11 vignettes par ligne */
@media (max-width: 3620px) {
  html .grid {
    width: 3300px;
  }
}
/* 10 vignettes par ligne */
@media (max-width: 3320px) {
  html .grid {
    width: 3000px;
  }
}
/* 9 vignettes par ligne */
@media (max-width: 3020px) {
  html .grid {
    width: 2700px;
  }
}
/* 8 vignettes par ligne */
@media (max-width: 2720px) {
  html .grid {
    width: 2400px;
  }
}
/* 7 vignettes par ligne */
@media (max-width: 2420px) {
  html .grid {
    width: 2100px;
  }
}
/* 6 vignettes par ligne */
@media (max-width: 2120px) {
  html .grid {
    width: 1800px;
  }
}
/* 5 vignettes par ligne */
@media (max-width: 1820px) {
  html .grid {
    width: 1500px;
  }
}
/* 4 vignettes par ligne */
@media (max-width: 1520px) {
  html .grid {
    width: 1200px;
  }
}
/* 3 vignettes par ligne */
@media (max-width: 1220px) {
  html .grid {
    width: 900px;
  }
}
/* 2 vignettes par ligne */
@media (max-width: 920px) {
  html .grid {
    width: 600px;
  }
}
/* 1 vignette par ligne */
@media (max-width: 620px) {
  html .grid {
    width: 300px;
  }
}
/*GRID RUBRIQUE*/
/* 14 vignettes par ligne */
@media (max-width: 6150px) {
  html .grid2 {
    width: 5740px;
  }
}
/* 13 vignettes par ligne */
@media (max-width: 5760px) {
  html .grid2 {
    width: 5330px;
  }
}
/* 12 vignettes par ligne */
@media (max-width: 5350px) {
  html .grid2 {
    width: 4920px;
  }
}
/* 11 vignettes par ligne */
@media (max-width: 4530px) {
  html .grid2 {
    width: 4510px;
  }
}
/* 10 vignettes par ligne */
@media (max-width: 4530px) {
  html .grid2 {
    width: 4100px;
  }
}
/* 9 vignettes par ligne */
@media (max-width: 4120px) {
  html .grid2 {
    width: 3690px;
  }
}
/* 8 vignettes par ligne */
@media (max-width: 3710px) {
  html .grid2 {
    width: 3280px;
  }
}
/* 7 vignettes par ligne */
@media (max-width: 3300px) {
  html .grid2 {
    width: 2810px;
  }
}
/* 6 vignettes par ligne */
@media (max-width: 2830px) {
  html .grid2 {
    width: 2460px;
  }
}
/* 5 vignettes par ligne */
@media (max-width: 2480px) {
  html .grid2 {
    width: 2050px;
  }
}
/* 4 vignettes par ligne */
@media (max-width: 2070px) {
  html .grid2 {
    width: 1640px;
  }
}
/* 3 vignettes par ligne */
@media (max-width: 1660px) {
  html .grid2 {
    width: 1230px;
  }
}
/* 2 vignettes par ligne */
@media (max-width: 1250px) {
  html .grid2 {
    width: 820px;
  }
}
/* 1 vignette par ligne */
@media (max-width: 840px) {
  html .grid2 {
    width: 410px;
  }
}
/*GRID PHOTOS*/
/* 14 vignettes par ligne */
@media (max-width: 8870px) {
  html .grid3 {
    width: 8260px;
  }
}
/* 13 vignettes par ligne */
@media (max-width: 8280px) {
  html .grid3 {
    width: 7670px;
  }
}
/* 12 vignettes par ligne */
@media (max-width: 7690px) {
  html .grid3 {
    width: 7080px;
  }
}
/* 11 vignettes par ligne */
@media (max-width: 7100px) {
  html .grid3 {
    width: 6490px;
  }
}
/* 10 vignettes par ligne */
@media (max-width: 6510px) {
  html .grid3 {
    width: 5900px;
  }
}
/* 9 vignettes par ligne */
@media (max-width: 5920px) {
  html .grid3 {
    width: 5310px;
  }
}
/* 8 vignettes par ligne */
@media (max-width: 5330px) {
  html .grid3 {
    width: 4720px;
  }
}
/* 7 vignettes par ligne */
@media (max-width: 4750px) {
  html .grid3 {
    width: 4130px;
  }
}
/* 6 vignettes par ligne */
@media (max-width: 4150px) {
  html .grid3 {
    width: 3540px;
  }
}
/* 5 vignettes par ligne */
@media (max-width: 3560px) {
  html .grid3 {
    width: 2950px;
  }
}
/* 4 vignettes par ligne */
@media (max-width: 2970px) {
  html .grid3 {
    width: 2360px;
  }
}
/* 3 vignettes par ligne */
@media (max-width: 2380px) {
  html .grid3 {
    width: 1770px;
  }
}
/* 2 vignettes par ligne */
@media (max-width: 1790px) {
  html .grid3 {
    width: 1180px;
  }
}
/* 1 vignette par ligne */
@media (max-width: 1200px) {
  html .grid3 {
    width: 590px;
  }
}
/************************************************************************************/
/* responsive zone texte */
/************************************************************************************/
@media (max-width: 1350px) {
  html .centertexte {
    position: relative;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html .titre-rubrique h1 a {
    height: auto;
    line-height: initial;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.5em;
  }
}
@media (max-width: 1100px) {
  html header {
    height: 500px;
  }
  html header .top .h1 {
    top: 20px;
  }
  html header .top .h1 img {
    width: 180px;
    height: auto;
    object-fit: contain;
  }
  html header .top nav#main ul.niv1 li.niv1 a.niv1 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.7em;
  }
  html .titre h1 a,
  html .titre h2 a,
  html .titre h4 a {
    height: 30px;
    line-height: 30px;
    font-size: 1.4em;
  }
  html .titre h1 span,
  html .titre h2 span,
  html .titre h4 span {
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 1.2em;
  }
  html .titre h1.produit a {
    text-transform: initial;
  }
  html .titre-rubrique h1 a {
    height: auto;
    line-height: initial;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.4em;
  }
  html article#article .texte_editable img {
    max-width: 100% !important;
    height: auto !important;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  html article.produit {
    min-height: auto;
  }
  html article.produit h2 {
    font-size: 0.9em;
  }
  html article.produit .content .paysage .col1 {
    width: 100%;
  }
  html article.produit .content .paysage .col2 {
    width: 100%;
    min-height: 400px;
  }
  html article.produit .content .portrait .col1 {
    width: 100%;
  }
  html article.produit .content .portrait .col2 {
    width: 100%;
    min-height: 400px;
  }
  html article.produit .content .col1 {
    padding-right: 0px;
  }
  html article.produit .content .col2 {
    float: left;
    position: relative;
    padding-right: 255px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html article.produit .content .col2 div.bloc {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    font-size: 0.8em;
    line-height: 1.2em;
  }
  html article.produit .content .col3 {
    float: left;
    position: absolute;
    top: 0;
    right: 0;
    width: 235px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html article.produit .content .tags {
    float: left;
    width: 100%;
    padding-bottom: 50px;
  }
  html article.produit .content .tags .info {
    font-size: 0.8em;
  }
  html article.produit .content .tags strong {
    float: left;
    width: 20%;
    margin-top: 6px;
  }
  html article.produit .content .tags span {
    float: left;
    width: 80%;
  }
  html article.produit .content .tags a {
    padding: 6px 10px 6px 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 0.8em;
  }
  html article.produit .content .themes {
    float: left;
    width: 100%;
    padding-bottom: 50px;
  }
  html article.produit .content .themes .info {
    font-size: 0.8em;
  }
  html article.produit .content .themes strong {
    width: 20%;
    margin-top: 6px;
  }
  html article.produit .content .themes span {
    width: 80%;
  }
  html article.produit .content .themes a {
    padding: 6px 10px 6px 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 0.8em;
  }
  html footer .top div.col1 {
    width: 28%;
  }
  html footer .top div.col1 .h1 {
    font-size: 1.4em;
  }
  html footer .top div.col1 p {
    font-size: 0.8em;
    line-height: 1.6em;
  }
  html footer .top div.col h1 {
    font-size: 0.8em;
  }
  html footer .top div.col ul li {
    font-size: 0.6em;
    line-height: 1.4em;
  }
  html footer .bottom {
    font-size: 0.8em;
  }
}
@media (max-width: 1000px) {
  html .mobile {
    display: inline;
  }
  html header {
    height: 400px;
  }
  html header .top {
    position: relative;
  }
  html header .top .h1 {
    z-index: 9000;
    top: 20px;
    left: initial;
    right: initial;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html header .top .h1 img {
    width: 150px;
    height: auto;
    object-fit: contain;
  }
  html header .top .lg {
    padding-left: 10px;
    padding-right: 5px;
  }
  html header .top .lg a {
    margin-right: 5px;
  }
  html header .top nav#main {
    width: 100%;
  }
  html header .top nav#main .menuopen {
    position: fixed;
    z-index: 10000;
    display: inline;
    float: left;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 3em;
    background: #fff;
    color: #0a78e6;
    font-size: 2em;
    cursor: pointer;
  }
  html header .top nav#main ul.niv1 {
    display: none;
    width: 100%;
    padding-top: 60px;
  }
  html header .top nav#main ul.niv1 li.niv1 {
    width: 100%;
  }
  html header .top nav#main ul.niv1 li.niv1 a.niv1 {
    width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 0.9em;
    background: #fff;
  }
  html header .top nav#main ul.niv1 li.niv1 a.active {
    background: #fff;
  }
  html header .top nav#main ul.niv1 li.niv1 a.panier {
    background: #000000;
  }
  html header .top nav#main ul.niv1 .switch {
    width: 100%;
  }
  html header #slide form .is-sticky {
    background: #707070;
    background: rgba(0, 0, 0, 0.5);
  }
  html header #slide form .centerform {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html header #slide form h1,
  html header #slide form h2 {
    font-size: 1em;
    line-height: 1.2em;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0px;
  }
  html header #slide form div {
    height: 40px;
  }
  html header #slide form input {
    height: 40px;
    padding-right: 40px;
    padding-left: 10px;
    font-size: 1em;
  }
  html header #slide form button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.2em;
  }
  html #breadcrumb {
    font-size: 0.7em;
    line-height: 1.4em;
  }
  html .titre h1 a,
  html .titre h2 a,
  html .titre h4 a {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    line-height: 1.2em;
    font-size: 1.2em;
  }
  html .titre h1 span,
  html .titre h2 span,
  html .titre h4 span {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    line-height: 1.2em;
    font-size: 1.2em;
  }
  html .titre h1.produit a {
    text-transform: initial;
  }
  html article.produit {
    min-height: auto;
  }
  html article.produit h2 {
    font-size: 0.9em;
  }
  html article.produit .content .paysage .col1 {
    width: 100%;
  }
  html article.produit .content .paysage .col2 {
    width: 100%;
    min-height: 400px;
  }
  html article.produit .content .portrait .col1 {
    width: 100%;
  }
  html article.produit .content .portrait .col2 {
    width: 100%;
    min-height: 400px;
  }
  html article.produit .content .col1 {
    padding-right: 0px;
  }
  html article.produit .content .col2 {
    float: left;
    position: relative;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html article.produit .content .col2 div.bloc {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    font-size: 0.8em;
    line-height: 1.2em;
  }
  html article.produit .content .col3 {
    float: left;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html article.produit .content .tags {
    float: left;
    width: 100%;
    padding-bottom: 50px;
  }
  html article.produit .content .tags .info {
    font-size: 0.8em;
  }
  html article.produit .content .tags strong {
    float: left;
    width: 20%;
    margin-top: 6px;
  }
  html article.produit .content .tags span {
    float: left;
    width: 80%;
  }
  html article.produit .content .tags a {
    padding: 6px 10px 6px 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 0.8em;
  }
  html article.produit .content .themes {
    float: left;
    width: 100%;
    padding-bottom: 50px;
  }
  html article.produit .content .themes .info {
    font-size: 0.8em;
  }
  html article.produit .content .themes strong {
    width: 20%;
    margin-top: 6px;
  }
  html article.produit .content .themes span {
    width: 80%;
  }
  html article.produit .content .themes a {
    padding: 6px 10px 6px 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 0.8em;
  }
  html .grid3 {
    width: 100%;
  }
  html .liste-sous-rubriques li.niv1 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }
  html .liste-sous-rubriques li.niv1 a.image {
    width: 100%;
    height: 240px;
  }
  html .liste-sous-rubriques li.niv1 h2 {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1em;
  }
  html .liste-sous-rubriques li.niv1 h2 a {
    color: #000000;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  html .liste-sous-rubriques li.niv1 h2 a:hover {
    color: #0a78e6;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  html .liste-sous-rubriques li.niv1 ul {
    float: left;
    width: 100%;
    padding-bottom: 20px;
  }
  html .liste-sous-rubriques li.niv1 ul li {
    float: left;
    width: 100%;
    text-align: center;
  }
  html .liste-sous-rubriques li.niv1 ul li a {
    margin-bottom: 4px;
    font-size: 0.8em;
    color: #000000;
    background: #ededed;
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  html .liste-sous-rubriques li.niv1 ul li a:hover {
    color: #0a78e6;
    background: #dedede;
    border: 1px solid #ededed;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  html .liste-sous-rubriques li.niv3 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  html .liste-sous-rubriques li.niv3 a.image {
    width: 100%;
    height: 380px;
  }
  html .liste-sous-rubriques li.niv3 a.image span.intitule {
    opacity: 1;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  html article.panier h2 {
    font-size: 1.2em;
  }
  html article.panier h2 strong,
  html article.panier h2 span {
    display: block;
    padding: 5px;
  }
  html article.panier table {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html article.panier table th {
    padding: 10px;
  }
  html article.panier table td {
    padding: 10px;
    line-height: 1.2em;
    font-size: 0.8em;
  }
  html article.panier table td a {
    font-size: 0.7em;
  }
  html article.panier table td em {
    font-size: 0.7em;
  }
  html article.panier .btn_left,
  html article.panier .btn_right {
    font-size: 0.6em;
  }
  html article.panier .credits {
    width: 100%;
  }
  html article.panier a.choixtitre {
    font-size: 0.9em;
    padding: 10px;
    padding-right: 20px;
    text-align: left;
  }
  html article.panier a.choixtitre .fa-arrow-alt-to-bottom {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  html article.panier .choix {
    width: 98%;
    padding: 5px;
  }
  html article.panier .choix #packs .pack {
    width: 98%;
  }
  html article.panier #form-promo {
    width: 100%;
  }
  html article.panier #form-promo label {
    float: left;
    width: 100%;
    text-align: left;
  }
  html article.panier #form-promo input {
    width: 60%;
  }
  html div.bloc50left,
  html div.bloc50right,
  html div.bloc100 {
    width: 100%;
  }
  html div.bloc50left form#connexion,
  html div.bloc50right form#connexion,
  html div.bloc100 form#connexion,
  html div.bloc50left form#mot_de_passe_oublie,
  html div.bloc50right form#mot_de_passe_oublie,
  html div.bloc100 form#mot_de_passe_oublie,
  html div.bloc50left div.bloc,
  html div.bloc50right div.bloc,
  html div.bloc100 div.bloc {
    height: auto;
  }
  html div.bloc50left form#connexion a,
  html div.bloc50right form#connexion a,
  html div.bloc100 form#connexion a,
  html div.bloc50left form#mot_de_passe_oublie a,
  html div.bloc50right form#mot_de_passe_oublie a,
  html div.bloc100 form#mot_de_passe_oublie a,
  html div.bloc50left div.bloc a,
  html div.bloc50right div.bloc a,
  html div.bloc100 div.bloc a {
    font-size: 0.8em;
  }
  html div.bloc50left form section label,
  html div.bloc50right form section label,
  html div.bloc100 form section label {
    width: 100%;
    height: auto;
    padding-right: 0px;
    text-align: left;
  }
  html div.bloc50left form section input,
  html div.bloc50right form section input,
  html div.bloc100 form section input {
    width: 100%;
  }
  html div.bloc50left form section a,
  html div.bloc50right form section a,
  html div.bloc100 form section a,
  html div.bloc50left form section button,
  html div.bloc50right form section button,
  html div.bloc100 form section button {
    float: right;
    margin-bottom: 10px;
    font-size: 0.8em;
  }
  html div.bloc50left {
    padding-right: 0px;
  }
  html div.bloc50right {
    padding-left: 0px;
  }
  html div.bloc100 {
    margin-left: 0;
  }
  html form.formfront {
    padding-left: 10px;
    padding-right: 10px;
  }
  html form.formfront .line {
    float: left;
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html form.formfront .line strong {
    color: #cf2027;
    font-weight: 700;
  }
  html form.formfront .line label,
  html form.formfront .line .label {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-right: 20px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html form.formfront .line label.newsletter {
    padding-left: 0;
  }
  html form.formfront .line input,
  html form.formfront .line textarea,
  html form.formfront .line select {
    float: left;
    width: 100%;
  }
  html form.formfront .line input[type='checkbox'] {
    float: left;
    width: auto;
  }
  html form.formfront .line input[type='radio'] {
    float: left;
    width: auto;
  }
  html form.formfront .line.right .submit {
    float: right;
  }
  html form.formfront .radio label {
    width: auto;
    text-align: left;
  }
  html form.formfront .radio input {
    padding: 0;
    margin-top: 12px;
    width: auto;
  }
  html form.formfront .bottom {
    float: left;
    width: 100%;
  }
  html form.formfront .bottom p {
    font-size: 0.9em;
  }
  html form.formfront .bottom span.email {
    color: #ffffff;
  }
  html form.formfront i.input {
    position: absolute;
    z-index: 999;
    top: 9px;
    right: 30px;
    color: #cf2027;
    font-size: 1em;
  }
  html form.formfront label.error {
    color: #cf2027 !important;
    width: 60%;
    font-size: 0.9em;
    font-weight: 700;
    padding-top: 3px;
    margin-left: 40%;
    text-align: left;
    padding-right: 0;
  }
  html div.menu {
    float: left;
    width: 100%;
  }
  html div.menu ul {
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid #cacaca;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html div.menu ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ededed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html div.menu ul li a {
    float: left;
    position: relative;
    width: 100%;
    padding: 10px;
    padding-left: 32px;
    font-size: 0.9em;
    font-weight: 600;
    color: #707070;
    text-transform: uppercase;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  html div.menu ul li a i {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  html div.menu ul li a:hover {
    color: #0ca1ff;
  }
  html div.menu ul li a.active {
    color: #0a78e6;
  }
  html div.menu ul li.last-child,
  html div.menu ul li:last-child {
    border: 0;
  }
  html div.espace {
    width: 100%;
    min-height: 400px;
    padding-left: 0px;
    padding-top: 30px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html div.espace ul {
    padding: 5px;
  }
  html div.espace ul li {
    padding: 5px;
  }
  html div.espace ul li strong {
    width: 40%;
  }
  html div.espace ul li a {
    font-size: 0.8em;
  }
  html div.espace table {
    float: left;
    margin-top: 2px;
    width: 100%;
  }
  html div.espace table thead {
    display: none;
  }
  html div.espace table tr {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html div.espace table tr td {
    border-top: 0;
    display: block;
    text-align: center;
  }
  html div.espace table tr td p {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 5px;
    text-align: left;
  }
  html div.espace table tr td.recap .image {
    display: inline-block;
    float: none;
    width: 200px;
    height: 133px;
    margin-top: 10px;
    margin-right: 0px;
  }
  html div.espace table td.recap:before {
    vertical-align: middle;
    text-align: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ededed;
    content: attr(data-label);
    float: left;
    width: 100%;
  }
  html #packs .pack {
    width: 98%;
  }
  html footer .top div.col1 {
    width: 100%;
    padding-bottom: 50px;
  }
  html footer .top div.col {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-left: 0;
    border-bottom: 1px solid #a2a2a2;
  }
  html footer .top div.col h1 {
    font-size: 0.8em;
  }
  html footer .top div.col ul li {
    font-size: 0.6em;
    line-height: 1.4em;
  }
  html .messagepopup .featherlight-content {
    width: 95%;
    min-width: 95%;
    padding-left: 10px;
    padding-right: 10px;
  }
  html .featherlight .featherlight-content {
    width: 95%;
    min-width: 95%;
    padding-left: 10px;
    padding-right: 10px;
  }
  html .featherlight .featherlight-content .option span {
    width: 100%;
    height: auto;
    line-height: initial;
    padding-right: 0px;
    text-align: left;
  }
  html .featherlight .featherlight-content .option select {
    width: 100%;
  }
}
@media (max-width: 640px) {
  html header.interne {
    height: 330px;
  }
  html header.interne h2 {
    font-size: 1.4em !important;
  }
  html .liste-rubriques ul li.niv2 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  html .grid2 {
    width: 100%;
  }
  html .liste-sous-rubriques li.niv1 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  html .liste-sous-rubriques li.niv3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  html .liste-photos-videos ul li.niv3 {
    width: 100%;
    height: 200px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=responsive.css.map */