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


body{
    margin:0;
    padding:0;
    overflow-x: hidden;
    background-color: #f1f1f1;
    background-position: top 150px right -150px;
    background-attachment: fixed;
    background-repeat:no-repeat;
    overflow-y: scroll;
}

body {}

img {
    border:0;
}

* {
	font-family: 'Roboto', sans-serif;
}

p, ul {
    font-size:18px;
    letter-spacing: 2px;
    color: #556469;
}


header, .vgcenter, footer{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
 
/*=======================================
           LOADER
========================================*/            
.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f1f1f1;
    z-index: 1100;
    z-index: 9999999;
}

#loader-content {
    border-radius: 163px;
    position: fixed;
    z-index: 9999;
    top: 40%;
    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%;
	}



/** header **/

.hd{
    width: 100%;
    border-bottom: 3px solid #cbbfa7;
    background-color: #2e393d;
    box-shadow: 0px 0px 5px #1c1c1ccc;
    position: relative;
    z-index: 9;
    }

.hd {}

.index .hd{
    width: 100%;
    position: absolute;
    z-index: 999;
    box-shadow: 0px 0px 5px #1c1c1ccc;
    }

.numtel {
    background-color: #efefef;
    width:100%;
    float:left;
}

.numtel div {
    width:1200px;
    margin:0 auto   
}

.numtel div a {
    float:right;
    background-color: #006781;
    color: #FFF;
    padding: 0 10px;
    text-decoration: none;
}

header {
    max-width: 1300px;
    width: 100%;
    background-size: cover;
    z-index: 999;
 }

header .logo {
    float:left;
    margin: 5px 0 5px 1%;
    position: absolute;
    padding: 2px 22px;
    background-color: #2e393d;
    z-index: 9;
}

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

.index header .logo img {
    max-width: 206px;
    padding: 9px 0;
}

header .numtel {
    float:right;
    color: #ce4518;
    font-size: 20px;
    font-weight: bold;
    margin: 9px 1%;
    background-image:url(../web-images/tel.png);
    background-position: center left 6px;
    background-size: 44px;
    background-repeat:no-repeat;
    padding: 5px 0 5px 55px;
    text-decoration: none;
    /* background-color: #f5f5f5; */
}



/** Menu **/

#menu {
    float: right;
    margin-top: 47px;
    margin-bottom: 15px;
    }

#menu ul {
    margin: 0;
    padding: 0;
    float: right;
    width: auto;
}
#menu ul li {
    display: inline-block;
    float: left;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}
#menu ul li a {
    color: #cacfcb;
    float: left;
    font-size: 15px;
    padding: 2px 0px;
    text-decoration: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 22px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    letter-spacing: 0.5px;
    font-weight: normal;
    border-bottom: 1px solid #2e393d;
    border-top: 1px solid #2e393d;
}

#menu ul li.active a, #menu ul li a:hover   {
    /* background: #234755; */
    color: #d0c4ab!important;
    border-bottom: 1px solid #d0c4ab;















    border-top: 1px solid #d0c4ab;
}

a {}


.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: #2e393d!important;
}

.isStuck .logo img {
    width: 66px;
    display: none;
}


.isStuck header {
    /* height: 44px; */
}


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

.isStuck header .numtel {
    display:none;
}

.hdpage {
    width:100%;
}

section {
    /* max-width: 1200px; */
    width: 100%;
    margin: 0 auto 2%;
    clear: both;
    padding: 0;
}

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

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;
}
.pcontact {
    background-color:#FFF;
    margin-bottom: 2%;
    margin-top: 3%;
}

.col-idx{
    width: 1200px;
    margin: 0 auto;
    clear: both;
}

.col-idx1 {
    width:40%;
    float:left;
    margin-top: 2%;
}



.col-idx2 {
    width:60%;
    float:left;
    padding: 1% 0px;
}


.logoidx {
    margin:0
}


.logoidx img {
    max-width: 364px;
    width:80%;
}

.col-idx  h2{
    text-align:center;
    color: #cbbfa7;
    font-size: 35px;
    margin: 7px 0;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 34px;
}

.col-idx  h1{
    text-align:center;
    color: #2e393d;
    font-size: 25px;
    margin: 7px 0;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 21px;
}

.col-idx  h1 span{
    text-align:center;
    /* color: #ffffff; */
    font-size: 14px;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
}

.col-idx1  p{
    text-align: center; 
    color: #ccc;
    line-height: 26px;
    font-weight: 300;
}

.col-idx2  p{
    /* text-align: justify; */
    line-height: 25px;
    font-weight: 300;
    margin: 13px 0;
}

.vg {
    width: 100%;
    padding: 2% 0px;
    clear: both;
}

.vignette{
    border-spacing: 0 2px;
    margin: 0.25%;
    width: 32.833%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;


    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* min-height: 432px; */
    padding: 0 1%;
    /* background-color: #FFF; */
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    border-radius: 5px;
}
.vignette:hover

{
    /* box-shadow: 0px 0px 10px #000000; */
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.1);
    }

.vignette a img{width: 100%;/* float: left; */border-radius: 5px;clear: both;box-shadow: 0px 0px 5px #1c1c1ccc;}

.vignette:hover a img{
    width: 100%;/* float: left; */
    border-radius: 5px;
    clear: both;
    box-shadow: 0px 0px 10px #232323cc;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    }

.vignette h2{
    font-size: 23px;
    color: #2e393d;
    text-align: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    clear: both;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
}

.vignette h2::after {
    content:' ';
    display:block;
    height:2px;
    background-color: #cbbfa7;
    width:50px;
    position:absolute;
    bottom: -4px;
}


.vignette p{
    margin: 0;
    line-height: 24px;
    padding: 0;
    float: left;
    font-size: 16px;
}

.vignette  ul {
    font-size: 18px;
    font-weight:normal;
    text-align: justify;
    padding-left: 0px;
    list-style:none;
    margin-top:5px;
    line-height: 22px;
    float: left;
    width: 100%;
    letter-spacing: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}



.vignette ul li  {
    background: url(../web-images/puce.png) no-repeat top 6px left;
    padding: 0 0 5px 19px;
    background-size: 12px;
}






/*
* 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;
    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: #cbbfa7;
    font-size: 30px;
    line-height: 27px;
    right: 20px;
    bottom: 73.5px;
    position: fixed;
    background-color: #272f32;
    padding: 1px 2px 3px;
    border-radius: 5px;
}

/* Pages contenu */

.Fimg {
    margin:0;
    padding:0;
}


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

.page2 .col-text {
 float:left;
}

.page3 .col-text {
 /* float:left; */
 width: 100%;
 max-width: 1200px;
 padding: 0 0% 3% 0;
}

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

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

.col-img {
    width: 35%;
    float: right;
    padding: 1% 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 #fff;
    /* box-shadow: 0 1px 5px #303030; */
    -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;
    margin: 0 auto;
}


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

}

.col-text h1     {
    color: #2e393d;
    font-size: 37px;
    margin-bottom: 33px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.content22 {
    width:100%;
    max-width: 1200px;
    margin:0 auto;
}

.container h1  {
    color: #ffffff;
    text-align:center;
    font-size: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    margin-top:6%;
}

.col-text h1::after {
    content:' ';
    display:block;
    height:2px;
    background-color: #cbbfa7;
    width: 75px;
    position:absolute;
    bottom: -2px;
}

.col-text .imgCT {
    max-width: 750px;
    margin:0 auto;
}

.col-text .imgCT img{
    width: 23%;
    float:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;

    box-sizing: border-box;
    /* border: 1px solid #ffffff; */
    border-radius: 3px;
}


.col-text .profile {
    width: 25%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1%;
}

.col-text .profile h4{
    margin:0;
    padding:0;
    text-align: center;
    color: #ded267;
    font-weight: normal;
    font-size: 18px;
}

.col-text .profile p{
    margin:0;
    padding:0;
    text-align: center;
    color: #FFF;
    line-height: inherit;
    font-size: 14px;
}


.col-text .profile img {
    width: 80%;
    border-radius: 3px;
    float: left;
    border-radius: 150px;
    margin: 0 10%;
}


.col-text h2 {
    color: #cbbfa7;
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    position:relative;
}

.col-text h2::after {
    content:' ';
    display:block;
    height:2px;
    background-color: #cbbfa7;
    width: 75px;
    position:absolute;
    bottom: -2px;
}

.col-text h3 {
    color: #2e393d;
    font-size: 22px;
    font-weight: normal;
    display: -webkit-inline-box;
    margin: 0;
}

.col-text p, .col-text a {
    font-size: 18px;
    text-align: justify;
    line-height: 26px;
    /* font-weight: 300; */
    /* color:#FFF */
    letter-spacing: 2px;
}

.col-text p .partP {
    margin-right:2%
}

.col-text p em {
    color: #707070;
}

.col-text ul {
    font-size: 18px;
    font-weight:normal;
    text-align: justify;
    padding-left: 0px;
    list-style:none;
    margin-top:5px;
    line-height: 22px;
    float: left;
    width: 100%;
    letter-spacing: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


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


.col-text hr {
    background: url(../web-images/points2.png) center bottom repeat-x;
    clear: both;
    background-size: 10px;
    height: 7px;
    border: 0!important;
    width: 57%;
    margin-left: 18%;
    margin: 1% auto;
    /* background-repeat: no-repeat; */
    opacity: 0.5;
}

.blockTI {
    float:left;
    width:100%;
    margin-bottom:2%;
}

.blockI {
    width:40%;
    float:left;
}

.blockI img {
    width:100%;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #1c1c1ccc;
}

.blockT {
    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 2%;
}

/* 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% 0 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 {
    font-size: 14px;

}

.contact {
    padding: 0;
    margin-bottom: 21px;
}





.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 3% auto;
    overflow: hidden;
    padding: 0;
    background-size: cover;
    height: 240px;
    position: relative;
}

.bpart {
    background: url(../web-images/banner_2.jpg) 50% 0 no-repeat fixed;
}

.bactu {
    background: url(../web-images/banner_actu.jpg) 50% 0 no-repeat fixed;
}

.bcontact {
    background: url(../web-images/banner_contact.jpg) 50% 0 no-repeat fixed;
}

.pres {
    background: url(../web-images/banner_pres.jpg) 50% 0 no-repeat fixed;
}

.banner-ind .col-text {
    position:absolute;
    left:50%;
    bottom: 35%;
    transform: translate(-50%,50%);
    padding: 0;
}



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

.actu {
    width: 100%;
    float: left;
    padding: 1%;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.actu .imgAct {

    width: 20%;
    float:left;
}

.actu .imgAct img{
    width:100%;
    border-radius: 3px;
}

.actu  .txtAct {
    float:left;
    width: 77%;
    margin: 1% 1% 2% 2%;
}
.actu  .txtAct h2 {
    font-size: 24px;
    color: #FFF;
    text-align: justify;
    margin-top: 0;
    font-weight: 400;
    margin: 0;
    clear: both;
    text-transform: uppercase;
}

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


.actu  .txtAct h3 {
    font-size: 18px;
    color: #ded267;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
}

.actu .txtAct p, .actu .txtAct a, .txtAct ul {
    font-size: 18px;
    color: #2e393d;
    text-align: justify;
    margin: 8px 0;
    text-decoration: none;
}

/*=======================================
           Partenaire
========================================*/   

.Acpart {
    width: 20%;
    padding: 3px;
    background-color: transparent;
}

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

.Acpart   .txtAct {
    float:left;
    width: 100%;
    margin: 0;
}

.Acpart  .txtAct h2 {
    font-size: 15px;
    text-align: center;
    margin-top: 0;
    font-weight: 400;
    margin: 0;
    clear: both;
    height: 63px;
    color: #2e393d;
}

.Acpart  .txtAct h3 {
    font-size: 15px;
    text-align: center;
    margin-top: 0;
    font-weight: 400;
    margin: 0;
    clear: both;

}


.Acpart  .txtAct p {
    text-align: center;
    margin-top: 0;
    font-size:14px

}



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



/** Footer **/

.ft {
    clear: both;
    width: 100%;
    float: left;
    margin: 0;
    background-size:100%;
    border-top: 3px solid #cbbfa7;
    background-color: #2e393d;
    box-shadow: 0px 0px 6px #000000;
}



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: 150px;
}

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

footer .adresse p {
    color: #ffffff;
    font-size: 17px;
    margin: 0;
    text-align: left;
}

footer .adresse p strong {
    font-size: 17px;
    color: #cbbfa7;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

footer .liens {
    float:right;
    margin: 0 1%;
    width: 135px;
}

footer .liens img{
    width: 100%
}

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

footer nav br {
    display:none;

}


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

footer nav ul li {
    display: inline;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}


footer nav ul li a {
    color: #cacfcb;
    float: left;
    padding: 5px 8px;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    /* text-transform: uppercase; */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    letter-spacing: 0.5px;
}

.signature {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 0;
    float: left;
    background-color: #272f32;
    padding: 5px 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: 1120px) {

   header .logo img {
    }

    #menu {
        /* float: right; */
        /* margin-top: 25PX; */
        }

}


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

    header, footer {
        width: 100%;
    }


    .page3 .col-text {
     padding: 0 2% 3%;
    }

    section {
        width:100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }


    .col-idx{
        width: 100%;
        margin: 0;

        padding: 0;
    }


}


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

    #menu {
    /* float: right; */
    /* margin-top: 0; */
    }
}


@media screen and (max-width: 875px) {
    .col-idx1 {
        width:100%;
    }

    .col-idx2 {
        width:90%;
        float:left;
        padding: 1% 5%;
    }

    .col-idx2 p {
        text-align:center;
    }
    .vg {
        margin-top: 0;
        margin-bottom:2%
    }

    .vignette{
        width: 70%;
        margin: 0 15% 6%;
    }



}


@media screen and (max-width: 930px) {
    .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
    }
    
    header .logo img {
       width: 55px;
       padding: 5px;
    }
    footer .logo, footer .liens {
    width:100%;
    margin: 3% 0px;
}

footer .adresse {
    text-align: center!important;
    margin: 0;
    width:100%;
}
footer .adresse p {
    text-align:center;
}


.numtel div a {
    position:absolute;
    left:0;
    z-index:9999;
    background-color: #ffffff;
    color: #006781;
    padding: 9px 0 0 5px;
}
.numtel div a span {
    display:none;
}

.hd{
    position: initial!important;
    z-index: 999;
    border:0
    }

    header {
        position:inherit;
        margin: 0;
        height: 44px;
    }

    header .logo {
        position: fixed;
        margin: 0;
        padding: 0;
        /* width: 41px; */
        z-index: 9999;
        top: 0;
        left: 3px;
    }



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


    .Acpart {
    width: 50%;
    padding: 3px;
    }

    .banner-ind {
    height: 200px;

    }

}


@media screen and (max-width: 750px) {
    .col2 {
        float: left;
        width: 100%;
        padding: 0 3%;
    }
.blockI {
    width:100%;
    float:right;
    text-align:center;
}

.blockI img {
    width:50%;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #1c1c1ccc;
}

.blockT {
    width:100%;
    float:right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2%;
}

}


@media screen and (max-width: 600px) {
    .col-text {
        /* width: 10% !important; */
        /* padding: 2%; */
    }

    .col-img {
        width: 96%;
        margin: 2%;
        display: none;
    }
    .Acpart {
    width: 100%;
    padding: 3px 10%;
    }

.signature a {
    width:100%;
    float: left;
    padding: 5px 0;
    background-image: none;
}


}



#cookieChoiceInfo {
    padding:15px 0!important;
    background-color: rgb(132, 132, 132)!important;
    border-top: 1px solid #a5a5a5;
    color: #FFF!important;
}


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

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