@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lobster-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lobster Regular'), local('Lobster-Regular'),
       url('../fonts/lobster-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lobster-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lobster-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lobster-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lobster-v22-latin-regular.svg#Lobster') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('../fonts/montserrat-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v14-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
       url('../fonts/montserrat-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v14-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}

body{
    margin:0;
    padding:0;
    overflow-x: hidden;
    background-color: #1d1d1d;
}

* {
	font-family: 'Montserrat';
}

img {
    border:0;
}

p {
    font-size: 18px;
    color: #d6d6d6;
    line-height: 24px;
    letter-spacing: 1px;
}


header, .vgcenter, footer{
    width: 1200px;
    margin: 0 auto;
}

/*=======================================
           LOADER
========================================*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 1100;
    z-index: 9999999;
    background-image:url("../web-images/bg-loader.jpg");
    background-size: cover;
}

#loader-content {
    border-radius: 163px;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    margin-top: -160px;
    width: 320px;
    height: 320px;
}

.loader-logo,
#loader-circle {
    position: absolute;
}

.loader-logo {
    top: 50%;
    left: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 1em;
    text-align: center;
    margin: auto;
    width: 100%;
    height: 100%;
    margin-left: -50%;
    margin-top: -50%;
}

.loader-logo img {
    width:100%}

.loader-logo span {

}

/** header **/

.hd{
    width: 100%;
    background-color: #292929;
    border-bottom: 2px solid #3c3c3c;
}


header {
    width: 1200px;
    /* height: 163px; */
    position: relative;
}

header .logo {
    float:left;
    padding: 0;
    margin: 0;
    text-align: center;
    /* width: 100%; */
}

header .logo a {
    margin: 0;
    padding: 0;
    /* float: left; */
}



header .logo img {
    /* float:left; */
    margin: 0;
    padding: 0;
    /* width: 66%; */
    max-width: 174px;
}



header .numtel {
    position: absolute;
    top: 0;
    right: 118px;
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    background-image:url(../web-images/tel.png);
    background-position: center left 6px;
    background-size: 43px;
    background-repeat:no-repeat;
    padding: 3px 5px 3px 56px;
    text-decoration: none;
    background-color: #c2041a;
    border-radius: 0 0 5px 5px;
}
header .numtel span {
    font-size: 16px;
}

header .langue {
    position:absolute;
    top: 7px;
    right: 5px;
    top: 0;
    z-index: 999;
}

header .langue img {
    width: 27px;
    float: left;
}


/** Menu **/

#menu {
    float: right;
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #c2041a;
    border-top: 2px solid #fb380e;
}

.nav1 {
    border-bottom: 0!important;
    background-color: #b2b3b4!important;
}

#menu div {
    max-width: 1250px;
    width:100%;
    margin:0 auto;
}

#menu ul {
    margin: 0 auto;
    padding: 0;
    /* width: 871px; */
    /* clear: both; */
    float: right;
}


#menu ul li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
}


#menu ul li a {
    color: #fff;
    float: left;
    font-size: 16px;
    padding: 10px 11px;
    text-decoration: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -ms-transition: background 0.5s;
    transition: background 0.5s;
    font-weight: bold;
}

#menu ul li.active a, #menu ul li a:hover {
    background-color: #960011;
    color: #ffffff;
}








#menu ul li ul{
    display: none;
    height: auto;
    left: 0;
    position: absolute;
    top: 39px;
    width: 190px;
    z-index: 999;
    padding: 0px 0 10px 0;
    margin: 0;
    border-radius: 0 0 5px 5px;
    background-color: #c2041a;
}

#menu ul li ul li {
    width: 100%;
    float: left;
    border-left: 0!important;
    padding: 0 0!important;
}
#menu ul li ul li a {
    /* font-size: 13px !important; */
    padding: 5px 10px!important;
    margin: 0 !important;
    width: 100%;
    text-align: left;
    color: #FFF!important;
    font-weight: normal;
    border-right: 0;
    background-color: inherit!important;
}

#menu ul li ul li a:hover{
    background-color: #960011!important;
    color: #FFF!important;
}


#menu ul li:hover ul{
    display: block ;
}

.ntel a{
    background-color: #0d5382!important;
    background-image:url(../web-images/tel-nav.png);
    background-position: left 7px center;
    background-repeat:no-repeat;
    padding-left: 28px!important;
}



.fixNavigation{
    z-index: 9999;
    position: fixed; top: 0;
    width: 900px; /* <-- Largeur de votre site */
}


.isStuck {
    padding: 0 !important;
    z-index: 999;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    margin: 0 !important;
    bottom: inherit!important;
    background-color: #ffffff;
    border-top: 0!important;
}

.isStuck .logo img {
    width: 96px;
    /* display: none; */
}


.isStuck header {
    height: 44px;
}


.isStuck #menu {
    margin-top: 5px;
    /* position:inherit; */
}

.isStuck header .numtel {
    display:none;
}

.hdpage {
    width:100%;
}

section {
    max-width: 1300px;
    width: 100%;
    margin: 3% auto;
    /* background-color: #ffffffc7; */
    clear: both;
    padding: 1% 0;
    border-radius: 20px;
}

.index section {
    width: 100%;
    background-color: initial;
    margin: 0 0 1% 0;
    float: left;
    max-width: inherit;
    padding: 2% 0;
}

section hr{
    background: url(../web-images/points.png) center bottom repeat-x;
    background-size: 9px;
    height: 24px;
    border: 0!important;
    width: 50%;
    margin-left: 25%;
    clear: both;
    /* opacity: 0.2; */
    margin-bottom: 3%;
}
.pcontact {
    background-color:#FFF;
    margin-bottom: 2%;
    margin-top: 3%;
}

.col-idx{
    width: 1200px;
    margin: 0 auto 0 auto;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1% 1%;
    border-radius: 15px;
}

.col-idx  h2{
    color: #f99f24;
    font-size: 49px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: center;
    font-family: 'Lobster';
    line-height: 51px;
}


.col-idx  h1, .col-idx  h3{
    text-align:center;
    color: #ffffff;
    font-size: 22px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}



.col11 {
    width:50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-size: 18px;
    color: #000;
    text-align: right;
}

.col12 {
    width:50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}


.col12 hr{
    background: url(../web-images/points.png) center bottom repeat-x;
    background-size: 9px;
    height: 5px;
    border: 0!important;
    width: 50%;
    margin-left: 25%;
    clear: both;
}

.telind {
    font-size: 27px;
    text-align: center;
}

.telind strong {
    font-size: 30px;
}

.open {
    font-size: 26px;
    text-align: center;
}

.col-idx  p{
    font-size: 18px;
    text-align: center;
    color: #d6d6d6;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 2px;
}

.vg {
    margin: 0 auto;
    width:100%;
    max-width: 1300px;
}

.vignette {
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 31.333%;
    margin: 0 1%;

}

.vignette img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%!important;
    height: inherit!important;
    border-radius: 5px;
    -ms-box-sizing: border-box;
    border: 2px solid #c2041a;
}

.vignette h2 {
    padding: 3px 10px;
    font-size: 18px;
    color: #ffffff;
    background-color: #c2041a;
    /* font-weight: normal; */
    display: table;
    letter-spacing: 0.5px;
}

.vignette .lienv {
    float: right;
    margin-top: 5%;
    padding: 5px 10px;
    color: #C22526;
    background-color: #FBC263
}

.vignette .lienv:hover {
    color: #FBC263;
    background-color: #C22526
}

.vignette p {
    clear: both;
    margin: 0;
    padding: 0 2%;
    font-size: 16px;
    color: #d6d6d6;
    line-height: 24px;
}

.vignette p strong, .vignette a {
    color: #f99f24;
    font-weight:bold;
}


.vignette  ul {
    width: 100%;
    margin-top: 11px;
    padding-left: 12px;
    font-size: 16px;
    list-style: none;
    color: #d6d6d6;
    line-height: 24px;
}

.vignette ul li, .col1 ul li {
    padding: 0 0 5px 24px;
    background: url(../web-images/puce.png) no-repeat top 2px left;
    background-size: 13px;

}

.adresse p{
    margin: 40px 50px;
}



/*
* Galerie
*/


.btgalerie{
    background: url('../web-images/album.png') no-repeat #676767 left 10px top 6px;
    padding: 7px 11px 8px 50px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    margin: 1%;
    height: 18px;
}


.single_3{
    text-decoration:none;
}


#toTop {
    display: none;

    text-decoration: none;
    position: fixed;
    bottom: 165px;
    right: 20px !important;
    border-radius: 500px;
    width: 26px;

    height: 26px;
}

#toTop:before {
    content: '\f077';
    color: #c2041a;
    font-size: 30px;
    line-height: 27px;
    right: 20px;
    bottom: 73.5px;
    position: fixed;
}

/* Pages contenu */


.page1 .col-text {
    float:right;
}

.page2 .col-text {
    float:left;
    border-radius: 15px;
}

.page3 .col-text {
    float:left;
    width: 100%;
    padding: 0 2%;
}

.page3 .col-img {
    float:left;
    width:100%;
}

.page3 .col-img img {
    float:left;
    width:25%;
}

.col-img {
    width: 35%;
    float: right;
    padding: 2% 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}




.col-img p{
    text-align:center;
}

.col-img p img {
    width: 100%;
    border: 2px solid #979468;
    box-shadow: 0 1px 5px #30303099;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


.col-text {
    width: 65%;
    padding: 0% 2%;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;

    box-sizing: border-box;
}


.centre {
    width:100%
}

.centre p, .centre h3{
    text-align: center!important;
}

table {
    margin-bottom:20px;
    width:100%
}

table td {
    background-color: #c2041a;
    padding:5px 10px;
    color:#FFF;
    font-size:18px
}

table .imgTB {
    width:40%;
    background-color: #ce4518;
    padding:0%;
    vertical-align: middle;
}

table .imgTB img {
    width:100%;
    float: left;
    padding: 2% 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


.large{
    width: 98%;
    padding: 0% 1% 1% 0%;

}

.col-text h1     {
    color: #f4ac24;
    font-size: 48px;
    padding: 0;
    margin: 0;
    margin-bottom: 9px;
    font-weight: normal;
    text-align: center;
    font-family: 'Lobster';
}




.col-text h2 {
    font-size: 24px;
    color: #FFF;
    font-weight: normal;
    padding: 0;
    margin-top: 0;
    text-align: center;
}


.col-text h3 {
    font-size: 18px;
    color: #333333;
    /* margin: 0; */
    font-weight: 400;
    margin-top: 0;

}

.imgtitre {
    margin: 8px 0;
    text-align:center!important;
    padding: 0;
}

.imgtitre img {
    max-width: 199px;
    width:50%;
}


.col-text p, .col-text a {
    text-align: justify;
}

.col-text ul {
    font-size: 20px;
    color: #d6d6d6;
    font-weight:normal;
    text-align: justify;
    padding-left: 3px;
    list-style:none;
    margin-top:5px;
    line-height: 20px;
    float: left;
    width: 100%;
    margin-bottom: 0;
    letter-spacing: 1px;
}


.col-text ul li, .col1 ul li {
    background: url(../web-images/puce.png) no-repeat top 2px left;
    padding: 0 0 5px 24px;
    background-size: 17px;
}


.col-text hr {
    background: url(../web-images/points.png) center bottom repeat-x;
    clear: both;
    background-size: 15px;
    height: 10px;
    border: 0!important;
    width: 57%;
    margin-left: 18%;
    margin: 4% auto;
}


/* Pages contenu  fin */

.galphoto{
    width:100%;
    clear: both;
    background-color: #FFF;
    margin-bottom: 3%;
    margin-top: 3%;
    float: left;
}

.galphoto hr{
    width:100%;
    clear: both;
    border:0;
}

.galphoto h2 {
    clear:both;
    font-weight: bold;
    color: #3A3A3A !important;
    font-size: 20px;
    margin-bottom: 0;
    margin-left: 1%;
}

.galphoto a {
    text-decoration:none;
    float: left;
    width: 23%;
    padding: 1%;
}

.galphoto a img {
    width:100%
}

.col2 {
    float: left;
    width: 50%;
    padding: 0% 1% 1% 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col2 h2 {
    color: #ce4518;
    font-size: 16px;
    font-weight: bold;


}















.col2 p, .col2 ul {
}

.contact {

    padding: 0;
    margin-left: 2%;

    margin-bottom: 21px;
}


.contact h3 {
    margin-bottom:0;
}




.info {
    float: left;
    font-size:16px;
    color: #FFF;
    margin: 2% 1%;
}

.info img {
    width:170px
}

.banner-ind {
    background: url(../web-images/banner_1.jpg) 50% 0 no-repeat fixed;
    color: #FFF;
    margin: 0 auto;
    /* overflow: hidden; */
    padding: 0;
    background-size: cover;
    height: 350px;
    position: relative;
    DISPLAY: NONE;
}

.banner-ind::before {
    background: url(../web-images/after-section.png) center top repeat-x;
    position: absolute;
    left: 0;
    top: -1px;
    right: 0;
    content: '';
    height: 29px;
    z-index: 9;
}





/*=======================================
            Menus
========================================*/


.sc_titre_left {
    text-align: left !important;
}

.tarifs {
    width: 100%;
    float: left;
    /* width: 80%; */
    /* background-color: #FFF; */
    padding: 2% 0;
}

.tarifs h2 {
    margin-bottom: 1px;
    color: #ffffff!important;
    font-size: 21px!important;
    padding: 0.5% 1%;
    border-radius: 8px 0 0 0;
    margin-top: 0;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

.tarifs ul {



    list-style: none outside none;
    margin: 0 0 2% 0;
    padding: 0 0 1% 0!important;
    width: 100%;
    float: left;
}

.tarifs hr {background: url(../web-images/points.png) center bottom repeat-x;clear: both;background-size: 10px;height: 10px;border: 0!important;width: 50%;margin-left: 25%;margin-bottom: 2%;}




.tarifs ul .item {
    /* background-color: transparent; */
    display: block;
    background-image: inherit;
    float: left;
    font-size: 13px;
    margin: 1px 0.25%;
    padding: 5px 1%;
    width: 49.5%;
    background-color: #c2041a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 59px;
}
.tarifs ul .item .titre {
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.tarifs ul .item .text {
    margin: 0;
    padding: 0 63px 0 0;
    color: #ffffff;
    font-size: 16px;
}
.tarifs ul li span {
    float: right;
    font-weight: bold;
    color: #ffffff;
}


/*=======================================
Actualite
========================================*/

.actu {
    width: 98%;
    float: left;
    border-bottom: 1px dashed #CCC;
    padding: 1%;
    margin-bottom: 2%;
}

.actu .ImgSActu {
    width: 20%;
    float:left;
}


.actu .imgAct {
    width: 100%;
    float:left;
}

.actu .imgAct img{
    width:100%;
    border: 1px solid #CCC;
}

.actu .imgActS a{
    width:25%;
    float:left;
        -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding:3px;
}

.actu .imgActS a img{
    width:100%;
    border: 1px solid #CCC;
    float:left;
}
}

.actu  .txtAct {
    float:left;
    width: 78%;
    margin: 0.5% 1% 2% 1%;
}
.actu  .txtAct h2 {
    font-size: 20px;
    margin: 5px 0 0 0;
    color :#4b4c4c;
    /* font-size: 18px; */
}

.actu  hr {
    border:0;
    margin:20px 0;
    border-bottom:1px dashed #CCC;
}


.actu  .txtAct h3 {
    font-size: 18px;
    color: #DF0D1A;
    margin: 0;
    font-weight: normal;
}

.actu .txtAct p, .actu .txtAct a, .txtAct ul {
    color: #22221D;
    text-align: justify;
    margin: 8px 0;
    font-weight:300;
}

.fb {
    color: #3B5998;
    cursor: pointer;
    text-decoration: none;
    float: right;
    margin-right: 4%;
    margin-top: 10px;

}

.produit .listimg {
    width: 40%;
    float:left;
}

.produit .imgport {
    display:none;
}

.produit .txtp {
    width: 60%;
    float:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;

    box-sizing: border-box;
    padding: 0 1% 0 3%;
}

.produit .txtp h2     {
    color: #f4ac24;
    font-size: 33px;
    padding: 0;
    margin: 0;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.produit .txtp h4     {
    color: #ffffff;
    font-size: 22px;
    padding: 3px 5px;
    margin: 0;
    margin-bottom: 0;
    font-weight: normal;
    border-bottom: 1px solid;
    background-color: #c2041a;
    border-radius: 5px 5px 0 0;
    clear: both;
}




.produit .txtp ul {
    font-size: 20px;
    color: #d6d6d6;
    font-weight:normal;
    text-align: justify;
    padding-left: 3px;
    list-style:none;
    line-height: 20px;
    float: left;
    width: 100%;
    letter-spacing: 1px;
}


.produit .txtp ul li {
    background: url(../web-images/puce.png) no-repeat top 2px left;
    padding: 0 0 5px 24px;
    background-size: 17px;
}


.produit .listimg a{
    /* width: 9%; */
    /* float: left; */
}


.produit .listimg a{
    width: 25%!important;
    float: left;
    padding:2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


.produit .listimg a:first-child {
    width:100%!important;
    float: left;
}

.produit .listimg a img{
    width: 100%;
    float: left;
    padding: 0;
    border-radius: 8px;
    border: 2px solid #236cfa;
    box-shadow: 0 1px 5px #30303099;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.infobedroom {
    /* float:right; */
    margin-top: 0;
    /* background-color: #979468; */
    color: #FFF!important;
    border-bottom: 1px dashed #5d5d5d;
}

.infobedroom p {
    margin: 4px 0px;
    font-size: 21px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: inherit;
    /* text-align:right; */
}

.infobedroom p span {
    font-size: 14px;
    letter-spacing:0;
}

.listD {
    color: #d6d6d6;
    padding: 12px 0.5% 2% 0.5%;
    width: 100%;
    float: left;
}

.listD li img {
    height: 32px;
}

.listD li{
    list-style:none;
    /* width: 60px; */
    float: left;
    margin-right: 15px;
}

.season {
    /* font-size: 12px; */
    display:block;
    float:right;
    background-color: #e48971;
    color: #FFF!important;
    padding: 5px;
    border-radius: 5px;
    width: 211px;
    text-align: center;
    margin: 5px 0;
}

.season a {
    color:#FFF;
    text-decoration:none
}

.actu ul {
    font-size: 16px;
    color: #252525;
    font-weight:normal;
    text-align: justify;
    padding-left: 3px;
    list-style:none;
    margin-top:5px;
    line-height: 20px;
    float: left;
    width: 100%;
    margin-bottom: 0;
}


.actu li {
    background: url(../web-images/puce.png) no-repeat top 5px left;
    padding: 0 0 5px 18px;
    background-size: 11px;
}

.actu  .txtAct {
    float:left;
    width: 77%;
    margin: 1% 1% 2% 2%;
}
.actu  .txtAct h2 {
    font-size: 22px;
    color: #c2041a;
    text-align: justify;
    margin-top: 0;
    /* font-weight: 400; */
    padding: 0;
    margin: 0 0 5px 0;
    clear: both;
}

.actu  hr {
    margin: 0 0 20px 0;
    width: 100%!important;
    background-image: none;
    border-bottom: 1px solid #979468!important;

    height: inherit;
}


.actu  .txtAct h3 {
    font-size: 18px;
    color: #f4ac24;
    margin: 0;
    font-weight: normal;
}

.actu .txtAct p, .actu .txtAct a, .txtAct ul {
    color: #ffffff;
    /* text-align: justify; */
    margin: 8px 0;
}

.txtfr {
    margin-right: 4%;
}

.txten {
    margin-top: 0;
    margin-left: 4%;
    font-style:italic!important;
    clear: both;
    width:60%;
    float:right;
}

.txten p, .txten ul {
    color: #ca6666!important;
    text-align: right!important;
    font-size: 18px;
}

.txten ul li {
    background: url(../web-images/puce.png) no-repeat top 2px right!important;
    padding: 0 24px 5px 0;
    background-size: 17px!important;
}

.fb {
    color: #3B5998;
    cursor: pointer;
    text-decoration: none;
    float: right;
    margin-top: 10px;
}



/** Footer **/

.banner {
    background: url(../web-images/slide1.jpg) 50% 0 no-repeat fixed;
    color: #FFF;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    background-size: cover;
    height: 350px;
}

.ft {
    clear: both;
    width: 100%;
    float: left;
    margin: 0;
    border-top: 4px solid #c2041a;
    /* background-image:url(../web-images/bg-hd.png); */
    background-position:top center;
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.72);
    background-color: #292929;
}



footer {
    clear:both;
    width: 1200px;
    margin: 0 auto;
    padding: 2% 0 2% 0;
}

footer .logo {
    float:left;
    margin: 0% 1% 1% 1%;
    text-align: center;
}

footer .logo img {
    width: 112px;
}

footer .adresse {
    float: left;
    margin: 7px 1% 2% 2%;
}

footer .adresse p {
    margin: 0;
    text-align: left;
    color: #FFF;
}



footer .liens {
    float:right;
    margin:1%;
    /* display: none; */
}

footer .liens img {
    width:45px

}

footer nav {
    width: 100%;
    float: left;
    clear: both;
    border-top: 1px solid #c9c9c9;
}

footer nav br {
    display:none;
}



footer nav ul {
    float: right;
    z-index: 99999999;
    margin: 0 auto;
    padding: 0;
    /* width: 469px; */
}

footer nav ul li {
    display: inline;
    float: left;

    list-style: none outside none;
    margin: 0;
    padding: 0;
}

footer nav ul li a {
    color: #ffffff;
    float: left;
    padding: 5px 6px;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.signature {
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin: 0;
    float: left;
    background-color: #c2041a;
    padding: 5px 0;
    letter-spacing: 0;
}


.signature a {
    text-decoration: none;
    background-image: url(../web-images/dbweb.png);
    background-repeat:no-repeat;
    background-position:right center;


    padding: 2px 40px 1px 21px;
    color: white;
}

.mention-legale{
    text-decoration: none;
    background: none !important;
    padding: 2px 5px 1px 5px!important;
    color: gray;
}

.slicknav_menu {
    display:none;
}





@media screen and (max-width: 1500px) {

}


@media screen and (max-width: 1200px) {

    #menu div {
        width:100%;
    }

    header, footer {
        width: 100%;
    }


    .index header{
        width: 100%;
    }

    .vgcenter {
        width: 100%;
        margin: 0;
    }

    section {
        width:100%;
        /* margin:0; */
        padding: 1%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }


    .col-idx{
        width: 98%;
        margin: 0;
        padding: 0 1%;
    }


}

@media screen and (max-width: 850px) {
    .isStuck {
        display:none;
    }

    .js #menu {
        display:none;
    }

    .slicknav_menu {
        display:block;
        top: 0;
        z-index: 1000;
        width: 100%;
        position: fixed;
    }

    .slicknav_menu img {
        display: none !important
    }

    section {
    }
    .hd {
        margin-top: 40px;
    }

    .tp-banner-container {

    }
    .galerie{
        margin-top: 50px
    }


    header .logo {

        width: 100%;
    }

    header .langue {
        position: fixed;
        top: 5px;
        right: 114px;
        /* top: 0; */
        z-index: 9999;
    }

    header .numtel span 
     {
        display:none;
    }

    header .numtel {
        background-image:none;
        position: fixed;
        top: 0;
        z-index:9999;
        margin: 0;
        padding: 0;
        left: 1%;
        right: inherit;
        background-color: transparent;
        font-size: 17px;
    }

    .vg {
        margin-top: 47px !important;
    }
    footer nav {
        display:none;
    }

    .vignette {
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;

}
}



@media screen and (max-width: 875px) {
    .vg {
        margin-top: 0;
        margin-bottom: 0;
    }



    .vg .vignette::before, .vg .vignette::after {
        display:none;
    }

    .banner-ind {
        display:none;
    }

}
@media screen and (max-width: 790px) {
    header .logo img {
        /* max-width: 150px; */
    }
}

@media screen and (max-width: 750px) {
    .col2 {
        float: left;
        width: 98%;
    }

    .tarifs ul .item {
        width: 100%;
        min-height: inherit;
    }

    .col11, .col12 {
        width:100%;
        text-align:center
    }

    .produit .imgport {
    display:block;
    width:100%;
    float:left;
    clear:both;
    }

    .produit .imgport a:first-child {
    display:none;
}
.produit .txtp {
    width: 100%;

}

}




@media screen and (max-width: 600px) {

    .col-text {
        width: 100% !important;
        padding: 2%;
    }

    .col-img {
        width: 100%;
        margin: 0;
        padding: 0 5%;
    }

}


#cookieChoiceInfo {
    padding:15px 0!important;
    background-color: #d6d6d6f7!important;
    border-top: 1px solid #a5a5a5;
}


#cookieChoiceDismiss {
    background-color: #c2041a;
    padding: 5px 20px;
    clear: both;
    margin: 3px 0!important;
    display: inline-block;
    border-radius: 4px;
}

#cookieChoiceInfo span {
    padding: 9px 1%;
    color: #000;
    width: 98%;
    display: block;
    font-size: 17px;
}