/* ===== Polices auto-hébergées (RGPD : pas d'appel à Google Fonts) ===== */
/* vietnamese */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/barlow-7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/barlow-7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/barlow-7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/crimson-text-wlp2gwHKFkZgtmSR3NB0oRJfYAhTIfFd3IhG.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/crimson-text-wlp2gwHKFkZgtmSR3NB0oRJfYQhTIfFd3IhG.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/crimson-text-wlp2gwHKFkZgtmSR3NB0oRJfbwhTIfFd3A.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'IM Fell DW Pica';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/im-fell-dw-pica-2sDGZGRQotv9nbn2qSl0TxXVYNwNYwnVnCwsMA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* ===== CSS original du site (adapté) ===== */
* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

p {
    font-size: 1.1rem !important;
    font-family: 'IM Fell DW Pica', serif;
}

h2, h3 {
    color: black;
    font-family: 'Barlow', sans-serif;
    font-size: 1.6rem !important;
    letter-spacing: 0px !important;
}

.width {
    width: 1500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px auto;
}

nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url(../images/trait_nav.png) repeat-x;
    padding-left: 5%;
    padding-right: 5%;
    height: 140px;
    background-position-y: 74px;
    position: sticky;
    top: 0px;
    background-color: white;
}

ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    list-style: none;
}

nav ul li a {
    text-decoration: none;
    color: black;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 1rem;
}

nav ul li a:hover {
    color: #a96915;
}

.nos_offres {
    background-color: #a96915;
	color:#ffffff;
	transition: 0.2s ease-in-out;
}

.nos_offres:hover {
	color:#ffffff; 
	background-color: #000000;
}

.bloc_general{float:left;width:100%;box-sizing:border-box;margin:85px 0px;padding: 0px 130px;}
.offres_general{width:100%;display: flex;justify-content: space-between;flex-wrap:wrap;
}
	.bloc_general .casier_indiviuel{border-bottom:none;}
	.bloc_general h2{float:left;width:100%;line-height:2;padding-top:20px;border-top: 1px solid #a96915;padding-bottom:20px;}
	.bloc_offre{width: 350px;margin:20px 0px;border:3px solid #a96915;box-sizing:border-box;padding:20px;}
	.bloc_offre2{width:100%;}
		.bloc_offre h3{color:#a96915;font-family:'IM Fell DW Pica', serif;}
		.bloc_offre a{float:left;width:100%;padding:20px 0px;background-color:#a96915;color:#ffffff; font-family: 'Barlow', sans-serif;text-decoration:none;font-size: 1rem;}
		.bloc_offre span{float:left;width:100%;padding:10px 0px;font-size: 1.5rem;font-family:'IM Fell DW Pica', serif;}
			.bloc_offre a:hover{background-color:#000000;color:#ffffff;}
	.visuel_offre{float:left;width:100%;height:150px;justify-content: center;display: flex;
  align-items: center;}
		.visuel_offre .img_visuel_offre1{height:30%;width:auto;}
		.visuel_offre .img_visuel_offre2{height:50%;width:auto;}
		.visuel_offre .img_visuel_offre3{height:70%;width:auto;}
		.visuel_offre .img_visuel_offre4{height:90%;width:auto;}

/************************************************/

.menu_mobile {
    display: block;
    position: sticky;
    z-index: 50;
    height: 50px;
    top: 0;
}

.toggle_btn {
    display: none;
    height: 30px;
    width: 30px;
    position: fixed;
    right: 40px;
    top: 25px;
    cursor: pointer;
    z-index: 100;
}

.toggle_btn span {
    height: 3px;
    background: #a96915;
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
}

.toggle_btn span:before {
    content: '';
    height: 3px;
    background: #a96915;
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0;
}

.toggle_btn span:after {
    content: '';
    height: 3px;
    background: #a96915;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
}

.menu {
    height: auto;
    background: #222222;
    width: 75%;
}

.menu a {
    text-decoration: none;
    color: white;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    text-align: center;
    display: block;
    padding: 20px 0px;
    text-decoration: none;
    text-transform: uppercase;
}

.menu :nth-child(1) {
    margin-top: 0%;
    margin-bottom: -5%;
}

.logo {
    width: 70%;
    height: 70px;
    overflow: hidden;
}

.nav {
    margin-left: -75%;
}

.nav_open {
    margin-left: 0px;
    transition-duration: 0.2s;
    padding-bottom: 20px;
}

/************************************************/

hr {
    border: 0;
}

.nos_offres {
    border: 1px solid black;
    padding: 20px;
}

.active {
    margin-top: 0px;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.418);
}

.active2 {
    margin-top: 0px;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.418);
}

#nav_type.active2{background: rgba(0, 0, 0, 0.7);}

.active #nav_img {
    width: 100px;
    margin-top: 20px;
    height: 80px;
}

.active2 #nav_img {
    width: 100px;
    margin-top: 0px;
    height: 93px;
}

#nav_home {
    z-index: 20;
    transition: 0.2s ease-in-out;
}

#nav_img {
    width: 230px;
    height: auto;
    float: left;
    margin-top: 64px;
    transition: 0.2s ease-in-out;
	text-align:center;
}

#nav_img img {
    position: relative;
    height: auto;
    width: 90%;
}

.section_logo_centre {
    position: relative;
    float: left;
    display: none;
    display: none;
}

#bloc_baseline_langues {}

.bloc_un {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.bloc_un p {
    margin-right: 53%;
    color: #a96915;
    font-family: 'IM Fell DW Pica', serif;
    font-size: 1.2rem !important;
}

.bloc_un a {
    text-decoration: none;
    color: #a96915;
}

.bloc_un_hr {
    transform: rotate(180deg);
    color: #a96915;
    height: 20px;
    margin-right: 1%;
    margin-left: 1%;
}

.bloc_deux {
    height: 500px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#slideshow {
    position: relative;
    background-image: url(../images/background_cave.jpg);
}

.bloc_deux .bloc_deux_div_un {
    float: left;
    height: 385px;
    width: 25%;
    border: 1px solid white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 29px;
    text-align: center;
    line-height: 2;
    margin-right: 5%;
}

.bloc_deux .bloc_deux_div_un h1 {
    color: white;
    text-transform: uppercase;
    font-family: 'Crimson Text', serif;
    font-weight: bold;
    line-height: 40px;
    font-size: 2rem;
}

.bloc_deux .bloc_deux_div_deux h1 {
    color: white;
    text-transform: uppercase;
    font-family: 'Crimson Text', serif;
    font-weight: bold;
    font-size: 3rem;
}

.bloc_deux .bloc_deux_div_deux h2 {
    color: white;
    text-transform: uppercase;
    font-family: 'Crimson Text', serif;
    font-weight: bold;
    font-size: 2rem;
}

.bloc_deux .bloc_deux_div_un p {
    color: white;
    font-family: 'IM Fell DW Pica', serif;
    font-size: 1.1rem;
}

.bloc_deux .bloc_deux_div_un a {
    color: white;
    background: #343434;
    border: solid 2px white;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    top: 36px;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

.bloc_deux_div_un hr {
    width: 100%;
    background: #a96915;
    color: #a96915;
    height: 1px;
    margin: 10px 0px;
    border: 0;
}

.bloc_deux_width_complement {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2 !important;
}

.bloc_deux_div_deux {
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 70%;
    text-align: right;
    line-height: 55px;
    padding-top: 274px;
}

.bloc_deux .bloc_deux_div_deux hr {
    float: left;
    width: 100%;
    border: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.712);
}

.bloc_trois_width_complement {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5%;
}

.bloc_trois_width_complement h3 {
    color: black;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    padding-top: 40px;
    font-size: 1.6rem;
}

.bloc_trois_width_complement p {
    font-family: 'IM Fell DW Pica', serif;
    color: black;
    line-height: 2;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bloc_trois_width_complement img {
    width: 80px;
    height: 80px;
    padding-bottom: 40px;
}

.bloc_trois_div_un, .bloc_trois_div_deux, .bloc_trois_div_trois {
    width: 30%;
    height: auto;
    text-align: center;
    border-top: 1px solid #343434 !important;
    border-bottom: 1px solid #343434 !important;
}

.bloc_trois_div_un:hover {
    border-top: 1px solid #a96915 !important;
    border-bottom: 1px solid #a96915 !important;
}

.bloc_trois_div_un:hover h3 {
    color: #a96915;
}

.bloc_trois_div_deux:hover h3 {
    color: #a96915;
}

.bloc_trois_div_trois:hover h3 {
    color: #a96915;
}

.bloc_trois_div_deux:hover {
    border-top: 1px solid #a96915 !important;
    border-bottom: 1px solid #a96915 !important;
}

.bloc_trois_div_trois:hover {
    border-top: 1px solid #a96915 !important;
    border-bottom: 1px solid #a96915 !important;
}

.bloc_trois_div_un {
    color: black;
}

.bloc_trois_div_deux {
    color: black;
}

.bloc_trois_div_trois {
    color: black;
    border-bottom: none;
    ;
}

.bloc_quatre {
    height: 500px;
    width: 100%;
    background-image: url(../images/background_stock.jpg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5%;
}

.bloc_quatre_width_complement {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    z-index: 2;
}

.bloc_quatre_div {
    width: 45%;
    height: 400px;
    border: 1px solid white;
    display: -ms-grid;
    display: grid;
}

.bloc_quatre_div h1 {
    color: white;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    padding-top: 40px;
    font-size: 1.7rem;
    font-weight: bold;
}

.bloc_quatre_div p {
    color: white;
    font-family: 'IM Fell DW Pica', serif;
    line-height: 2;
}

.bloc_quatre_div a {
    color: white;
    background: #3434348f;
    border: solid 2px white;
    width: 35%;
    height: 50px;
    margin-top: 15px;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    margin-left: 33%;
    margin-bottom: 15px;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

.bloc_quatre_div h4 {
    color: white;
    font-family: 'Crimson Text', serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
}

.bloc_quatre_div .hr_un {
    width: 70%;
    background: #a96915;
    color: #a96915;
    height: 1px;
    margin-left: 15%;
    border: 0;
}

.bloc_quatre_div .hr_deux {
    width: 10%;
    background: #a96915;
    color: #a96915;
    height: 3px;
    margin-left: 45%;
    border: 0;
}

.bloc_quatre_div .hr_trois {
    width: 70%;
    background: #a96915;
    color: #a96915;
    height: 1px;
    margin-left: 15%;
    border: 0;
}

.bloc_cinq_width_complement {
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5%;
}

.bloc_cinq_div_un h3 {
    color: #a96915;
    font-family: 'Crimson Text', serif;
    font-weight: bold;
    font-size: 2rem;
    padding-top: 20px;
    text-transform: uppercase;
}

.bloc_cinq_div_un p {
    color: black;
    font-family: 'IM Fell DW Pica', serif;
    line-height: 2;
    padding-bottom: 20px;
}

.bloc_cinq_div_un img {
    width: 80px;
    height: 50px;
    padding-top: 20px;
}

.bloc_cinq_div_deux h3 {
    color: #a96915;
    font-family: 'Crimson Text', serif;
    font-weight: bold;
    font-size: 2rem;
    padding-top: 20px;
    text-transform: uppercase;
}

.bloc_cinq_div_deux p {
    color: black;
    font-family: 'IM Fell DW Pica', serif;
    line-height: 2;
    padding-bottom: 20px;
}

.bloc_cinq_div_deux img {
    width: 80px;
    height: 50px;
    padding-top: 20px;
}

.bloc_cinq_div_un, .bloc_cinq_div_deux {
    width: 35%;
}

.hr_central {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 15%;
    background-color: #343434;
    height: 1px;
    border: 0;
}

.bloc_six_width_complement {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5%;
}

.bloc_six_width_complement .bouton_contact {
    width: 30%;
    border: solid 2px #a96915;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    padding: 20px;
    background: none;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color: black;
}

.bloc_six_width_complement hr {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: #343434;
    width: 33%;
    border: 0;
    height: 1px;
}

footer {
    width: 100%;
    background: #222222;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 5%;
}

.bloc_footer_width_complement {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bloc_footer_width_complement ul {
    display: block;
    width: 10%;
    text-transform: uppercase;
    line-height: 2;
}

.bloc_footer_width_complement ul li a {
    font-family: 'Barlow', sans-serif;
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-size: 0.9rem;
}

.bloc_footer_width_complement img {
    width: 20%;
    height: auto;
}

.logo_footer {
    margin-left: -5%;
}

.bloc_footer_width_complement .social img {
    width: 50px;
    height: 50px;
}

.bloc_footer_width_complement .mention {
    color: white;
    line-height: 2;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    text-align: right;
    padding-top: 5%;
    text-transform: uppercase;
}

.bloc_footer_width_complement .mention hr {
    width: 27.9%;
    height: 2px;
    color: #a96915;
    background: #a96915;
    position: absolute;
    right: 5%;
}

.bloc_footer_width_complement .ul_un {
    margin-left: 8%;
}

.bloc_footer_width_complement .ul_deux {
    margin-left: -6%;
    margin-right: 2%;
}

.bloc_test {
    float:left;
	width: 30%;
    margin-top: 5%;
}

.bloc_test .image {  
	width: 100%;
    height: 50px;
    position: relative;
}

.bloc_test img {
    width: 50px;
    height: 50px;
    margin-bottom: 2%;
    margin-right: 5%;
	opacity:0.2;
}

.bloc_test .p1 {
    color: white;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
	text-align:right;
	padding-top:25px;
}

.bloc_test hr {
    width: 100%;
    height: 2px;
    background: #a96915;
    display: -ms-grid;
    display: grid;
}

.bloc_test .p2 {
    color: white;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    bottom: 0;
    float: right;
    margin-top: 2%;
}

.bloc_test .p1 a{font-size:10px;}
.bloc_test img{float:left;}

.slider {
    height: 500px;
    z-index: 1;
    overflow: hidden;

}

.slide1, .slide2, .slide3 {
    position: absolute;
    width: 100%;
    height: 500px;
}

 .slide1 {
   background: url(../images/background_cave.jpg)no-repeat center;
    /* background-size: contain; */
    animation: fade 15s infinite;
    -webkit-animation: fade 15s infinite;

}

.slide2 {
    background: url(../images/background_bouteille.jpg)no-repeat center;
    /* background-size: cover; */
    animation: fade2 15s infinite;
    -webkit-animation: fade2 15s infinite;

}

.slide3 {
    background: url(../images/background_casier.jpg)no-repeat center;
    /* background-size: cover; */
    animation: fade3 15s infinite;
    -webkit-animation: fade3 15s infinite;

}

@keyframes fade {
    0% {
        opacity: 1
    }
    33.333% {
        opacity: 0
    }
    66.666% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade2 {
    0% {
        opacity: 0
    }
    33.333% {
        opacity: 1
    }
    66.666% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes fade3 {
    0% {
        opacity: 0
    }
    33.333% {
        opacity: 0
    }
    66.666% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.bloc_un a:hover {
    border-bottom: #a96915 1px solid;
}

.bloc_deux .bloc_deux_div_un a:hover {
    background: #a96915;
    border-radius: 30px;
    transition: 0.5s;
}

.bloc_deux .bloc_deux_div_un a:active {
    transform: scale(0.97);
    transition: all 0.3s ease-out;
}

.bloc_quatre_div a:hover {
    background: #a96915;
    border-radius: 30px;
    transition: 0.5s;
}

.bloc_quatre_div a:active {
    transform: scale(0.97);
    transition: all 0.3s ease-out;
}

.bloc_six_width_complement .bouton_contact:hover {
    background: #a96915;
    color: white;
    border-radius: 30px;
    transition: 0.5s;
}

.bloc_six_width_complement .bouton_contact:active {
    transform: scale(0.97);
    transition: all 0.3s ease-out;
}

.bloc_footer_width_complement ul li a:hover {
    color: #a96915;
}

.bloc_test .image :nth-child(1):hover {
    filter: grayscale(0)
}

.image_mobile_viewport {
    display: none;
}

.bouton_mobile_viewport {
    display: none;
}

#menu_mobile {
    transition: all 0.3s ease-out;
    position: fixed;
    top: 0px;
    height: 100%;
    padding-bottom: 20px;
    box-sizing: border-box;
    z-index: 2000;
}

.menu_mobile {
    height: 100%;
    display: none;
}

.menu .border_offre_menu_responsive {
    border: 1px white solid;
}

.menu a:active {
    color: #a96915;
}

.section_logo_centre .logo_responsive {
    display: none;
}

.pastille_top {
    position: absolute;
    width: 47px;
    height: auto;
    right: 50%;
    top: -23px;
    margin-right: -23px;
    z-index: 10;
}

.pastille_bottom {
    position: absolute;
    width: 47px;
    height: auto;
    right: 50%;
    bottom: -23px;
    margin-right: -23px;
}

/*************************************/

#formulaire_69 {
    padding: 0 120px;
    margin-top: 60px;
}

.ligne_formulaire label {
    /* color: #a96915; */
    color: black;
    font-family: 'Barlow', sans-serif;
    font-size: 1.1rem !important;
    letter-spacing: 0px !important;
}

.ligne_formulaire:hover label {
    color: #a96915;
}

.ligne_formulaire input, .ligne_formulaire textarea {
    font-size: 1.1rem !important;
    font-family: 'IM Fell DW Pica', serif !important;
}

.ligne_formulaire input:focus, .ligne_formulaire textarea:focus {
    border-left: 10px solid #a96915 !important;
}

.ligne_formulaire input[type="submit"] {
    background-color: rgba(0, 0, 0, 0.322) !important;
    font-family: 'Barlow', sans-serif;
    font-size: 1.1rem !important;
    letter-spacing: 0px !important;
}

.ligne_formulaire input[type="submit"]:hover {
    background-color: #a96915 !important;
}

.ligne_formulaire input[type="submit"] {
    font-family: 'Barlow', sans-serif !important;
}

.ligne_formulaire {
    border-bottom: 3px solid #a96915;
}

.formulaire_intro {
    display: none;
}

@media screen and (max-width: 1690px) {
.bloc_offre{ width: 45%;}
	.bloc_offre2{width:100%;}
}

@media screen and (max-width: 1535px) {
    .menu_mobile {
        display: none;
    }
    nav>ul>li>a {
        font-size: 0.7rem;
    }
    .nav_img>img {
        width: 200px;
        height: 220px;
        top: 32px;
    }
    .bloc_un p {
        margin-right: 47%;
        font-size: 1.2rem !important;
        margin-top: 2%;
    }
    .bloc_un a {
        margin-top: 2%;
    }
    .bloc_un hr {
        margin-top: 2%;
    }
    .bloc_deux .bloc_deux_div_un {
        width: 45%;
    }
    .bloc_deux_div_deux {
        width: 50%;
    }
    .bloc_deux .bloc_deux_div_deux h1 {
        font-size: 2.5rem;
    }
    .bloc_deux .bloc_deux_div_deux h2 {
        font-size: 1.5rem;
    }
    .width {
        width: 100%;
        box-sizing: border-box;
        padding: 0% 5%;
    }
    .bloc_quatre {
        margin-top: 10%;
    }
    .bloc_trois_div_un {
        width: 100%;
        /* height: 410px; */
    }
    .bloc_trois_div_un br {
        display: none;
    }
    .bloc_trois_div_deux br {
        display: none;
    }
    .bloc_trois_div_trois br {
        display: none;
    }
    .bloc_trois_div_deux {
        width: 100%;
        margin-left: 5%;
        margin-right: 5%;
        /* height: 410px; */
    }
    .bloc_trois_div_trois {
        width: 100%;
        /* height: 410px; */
    }
    .bloc_trois_width_complement h3 {
        font-size: 1.1rem;
    }
    .bloc_trois_width_complement {
        margin-bottom: -5%;
    }
    .bloc_quatre_div {
        width: 90%;
    }
    .bloc_cinq_div_un h3 {
        font-size: 1.5rem;
    }
    footer {
        height: 220px;
    }
    .bloc_six_width_complement .bouton_contact {
        width: 51%;
    }
    .bloc_six_width_complement hr {
        width: 20%;
    }
    .bloc_cinq_div_un, .bloc_cinq_div_deux {
        width: 41%;
    }
    .bloc_footer_width_complement .ul_un {
        margin-left: 0;
        width: 15%;
    }
    .bloc_footer_width_complement ul li a {
        font-size: 0.8rem;
    }
    .bloc_footer_width_complement .ul_deux {
        margin-left: -5%;
        width: 15%;
    }
    .bloc_test .p1 {
        font-size: 0.8rem !important;
    }
    .bloc_test .p2 {
        font-size: 0.8rem !important;
    }
    .bloc_test .image {
        height: 35px;
    }
    .bloc_test img {
        width: 30px;
        height: 30px;
    }
	.bloc_test .p1 {padding-top:10px;}
	.bloc_offre{ width: 45%;}
	.bloc_offre2{width:100%;}
}

@media screen and (max-width: 1279px) {
    /*tablette*/
    nav>ul>li>a {
        font-size: 0.7rem;
    }
    .nav_img>img {
        width: 200px;
        height: 220px;
        top: 32px;
    }
    .bloc_un p {
        margin-right: 34%;
        font-size: 1rem !important;
        margin-top: 2%;
    }
    .bloc_un a {
        margin-top: 2%;
    }
    .bloc_un hr {
        margin-top: 2%;
    }
    .bloc_deux .bloc_deux_div_deux h1 {
        font-size: 2.5rem;
    }
    .bloc_deux .bloc_deux_div_deux h2 {
        font-size: 1.5rem;
    }
    .bloc_trois_width_complement h3 {
        padding-top: 60px;
    }
    .bloc_quatre {
        margin-top: 10%;
    }
    .bloc_trois_div_un {
        width: 100%;
    }
    .bloc_trois_div_un br {
        display: none;
    }
    .bloc_trois_div_deux br {
        display: none;
    }
    .bloc_trois_div_trois br {
        display: none;
    }
    .bloc_trois_div_deux {
        width: 100%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .bloc_trois_div_trois {
        width: 100%;
    }
    .bloc_trois_width_complement h3 {
        font-size: 1.1rem;
    }
    .bloc_trois_width_complement {
        margin-bottom: -5%;
    }
    .bloc_quatre_div {
        width: 90%;
    }
    .bloc_quatre_div h1 {
        font-size: 2.4rem;
    }
    .bloc_quatre_div p {
        font-size: 1.2rem !important;
    }
    .bloc_quatre_div h4 {
        font-size: 1.1rem;
    }
    .bloc_cinq_div_un h3 {
        font-size: 1.5rem;
    }
    .bloc_six_width_complement .bouton_contact {
        width: 51%;
    }
    .bloc_six_width_complement hr {
        width: 20%;
    }
    .bloc_cinq_div_un, .bloc_cinq_div_deux {
        width: 41%;
    }
    .bloc_footer_width_complement .ul_un {
        margin-left: 0;
        width: 15%;
    }
    .bloc_footer_width_complement ul li a {
        font-size: 0.8rem;
    }
    .bloc_footer_width_complement .ul_deux {
        margin-left: -5%;
        width: 15%;
    }
    .bloc_test .p1 {
        font-size: 0.8rem !important;
    }
    .bloc_test .p2 {
        font-size: 0.8rem !important;
    }
    .bloc_test .image {
        height: 35px;
    }
    .bloc_test img {
        width: 30px;
        height: 30px;
    }
    .menu_mobile, .toggle_btn {
        display: none;
    }
}

@media screen and (max-width: 959px) {
    nav {
        display: none;
    }
    .section_logo_centre {
        display: block;
        text-align: center;
    }
    .section_logo_centre .logo_responsive {
        display: inline-block;
        width: 200px;
    }
    .logo_menu_responsive {
        max-width: 30%;
        height: auto;
    }
    .menu_mobile {
        display: block;
    }
    .menu .border_offre_menu_responsive {
        border: 1px white solid;
        padding: 15px;
        margin-right: 10%;
        margin-left: 10%;
        margin-top: 20px;
    }
    .bloc_un_hr {
        display: none;
    }
    .bloc_un a {
        display: none;
    }
    .bloc_un p {
        width: 100% !important;
        margin-right: 0;
        padding-bottom: 20px;
        text-align: center;
    }
    .bloc_un .icone_une {
        display: none;
    }
    .bloc_deux {
        margin-top: 0%;
    }
    .bloc_deux .bloc_deux_div_un {
        width: 100%;
        margin-right: 0px;
        height: auto;
    }
    .bloc_deux_div_deux {
        display: none;
    }
    .bloc_deux_width_complement {
        justify-content: center;
    }
    .bloc_trois_width_complement {
        display: block;
    }
    .bloc_trois_div_un {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .bloc_trois_div_deux {
        padding-top: 70px;
        padding-bottom: 70px;
        margin-left: 0;
        margin-right: 0;
    }
    .bloc_trois_div_trois {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .bloc_trois_div_deux {
        border-top: none !important;
    }
    .bloc_trois_div_trois {
        border-top: none !important;
    }
    .bloc_deux .bloc_deux_div_un p {
        font-size: 1.3rem !important;
        line-height: 1.9;
        ;
    }
    .bloc_deux .bloc_deux_div_un p br {
        display: none;
    }
    .bloc_deux .bloc_deux_div_un h1 {
        font-size: 2.2rem !important;
        line-height: 1.2;
    }
    .bloc_deux .bloc_deux_div_un h1 p {
        display: none;
    }
    .bloc_trois_div_deux:hover {
        border-top: none !important;
    }
    .bloc_trois_div_trois:hover {
        border-top: none !important;
    }
    .bloc_trois_width_complement h3 {
        padding-top: 0;
    }
    .bloc_trois_width_complement img {
        padding-bottom: 0;
    }
    .bloc_quatre_div {
        width: 100%;
        display: grid;
    }
    .bloc_quatre_div p {
        width: 90%;
        margin-left: 5%;
        line-height: 1.9;
    }
    .bloc_quatre_div a {
        margin-left: 15%;
        width: 70%;
    }
    .bloc_quatre_div h1 {
        font-size: 2.2rem;
    }
    .bloc_cinq_width_complement {
        display: block;
        border: none;
    }
    .bloc_cinq_div_un {
        width: 100%;
        margin-top: 8%;
        border-top: 1px solid #343434;
        border-bottom: 1px solid #343434;
        padding-top: 40px;
        padding-bottom: 20px;
        line-height: 2;
    }
    .bloc_cinq_div_deux {
        width: 100%;
        border-bottom: 1px solid #343434;
        padding-top: 20px;
        padding-bottom: 40px;
        line-height: 2;
    }
    .bloc_six_width_complement {
        justify-content: center;
    }
    .hr_central {
        display: none;
    }
    .bloc_six_width_complement hr {
        display: none;
    }
    .bloc_six_width_complement button {
        width: 100%;
        padding: 15px;
    }
    footer {
        display: block;
    }
    .bloc_footer_width_complement {
        display: block;
    }
    .bloc_footer_width_complement ul {
        display: none;
    }
    .logo_footer {
        display: none !important;
    }
    .bloc_footer_width_complement img {
        display: none;
        ;
    }
    .bloc_test {
        width: 100%;
    }
    .bloc_test hr {
        display: none;
    }
    .bloc_test .p1 {
        position: relative;
        text-align: center;
        font-size: 0.8rem !important;
    }
    .bloc_test .p2 {
        position: relative;
        text-align: center;
        width: 100%;
        font-size: 0.8rem !important;
    }
    .bloc_test .image {
        top: 35px;
    }
    .image_mobile_viewport {
        display: block;
        width: 100%;
        height: 50px;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .image_mobile_viewport img {
        width: 35px;
        height: 35px;
        display: block;
        padding-top: 40px;
        margin-right: 3%;
        margin-left: 3%;
    }
    /* br {
        display: none;
    } */
    .bloc_cinq_div_un h3 {
        font-size: 1.5rem;
    }
    .bloc_six_width_complement .bouton_contact {
        display: none;
    }
    .bouton_mobile_viewport {
        display: block;
        width: 90%;
        border: solid 2px #a96915;
        font-family: 'Barlow', sans-serif;
        text-transform: uppercase;
        padding: 20px;
        background: none;
        display: flex;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        color: black;
    }
    .bouton_mobile_viewport:active {
        background: #a96915;
        color: white;
        border-radius: 30px;
        transition: 0.5s;
    }
    .menu_mobile, .toggle_btn {
        display: block;
    }
	.bloc_offre{ width: 100%;}
}

@media screen and (max-width: 767px) {
    nav {
        display: none;
    }
    .section_logo_centre {
        display: block;
        text-align: center;
    }
    .section_logo_centre .logo_responsive {
        display: inline-block;
        width: 200px;
    }
    .menu_mobile, .toggle_btn {
        display: block;
    }
    .bloc_un_hr {
        display: none;
    }
    .bloc_un a {
        display: none;
    }
    .bloc_un p {
        width: 100% !important;
        margin-right: 0;
    }
    .bloc_un .icone_une {
        display: none;
    }
    .bloc_deux {
        margin-top: 0%;
    }
    @keyframes fade {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 1;
        }
    }
    @keyframes fade2 {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 1;
        }
    }
    @keyframes fade3 {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 1;
        }
    }
    .bloc_deux .bloc_deux_div_un {
        padding: 31px;
    }
    .bloc_deux_div_un p {
        line-height: 2;
    }
    .bloc_deux .bloc_deux_div_un h1 {
        font-size: 3rem;
    }
    .bloc_deux_div_deux {
        display: none;
    }
    .bloc_deux_width_complement {
        justify-content: center;
    }
    .bloc_trois_width_complement {
        display: block;
    }
    .bloc_trois_div_un, .bloc_trois_div_deux, .bloc_trois_div_trois {
        width: 100%;
        margin-top: 0%;
        margin-bottom: 0%;
        height: 310px;
    }
    .bloc_trois_div_un {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .bloc_trois_div_deux {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .bloc_trois_div_trois {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .bloc_trois_div_deux {
        border-top: none !important;
    }
    .bloc_trois_div_trois {
        border-top: none !important;
    }
    .bloc_trois_div_deux:hover {
        border-top: none !important;
    }
    .bloc_trois_div_trois:hover {
        border-top: none !important;
    }
    .bloc_trois_width_complement h3 {
        padding-top: 0;
    }
    .bloc_trois_width_complement img {
        padding-bottom: 0;
    }
    .bloc_quatre {
        margin-top: 15%;
    }
    .bloc_quatre_div {
        width: 100%;
        display: grid;
        height: 465px;
    }
    .bloc_quatre_div p br {
        display: none;
    }
    .bloc_quatre_div a {
        margin-left: 15%;
        width: 70%;
    }
    .bloc_quatre_div h1 {
        font-size: 2.2rem;
    }
    .bloc_cinq_width_complement {
        display: block;
        border: none;
    }
    .bloc_cinq_div_un {
        width: 100%;
        margin-top: 10%;
        border-top: 1px solid #343434;
        border-bottom: 1px solid #343434;
        padding-top: 40px;
        padding-bottom: 40px;
        line-height: 2;
    }
    .bloc_cinq_div_deux {
        width: 100%;
        border-bottom: 1px solid #343434;
        padding-top: 40px;
        padding-bottom: 40px;
        line-height: 2;
    }
    .hr_central {
        display: none;
    }
    .bloc_six_width_complement hr {
        display: none;
    }
    .bloc_six_width_complement button {
        width: 100%;
        padding: 15px;
    }
    footer {
        display: block;
    }
    .bloc_footer_width_complement {
        display: block;
    }
    .bloc_footer_width_complement ul {
        display: none;
    }
    .logo_footer {
        display: none !important;
    }
    .bloc_footer_width_complement img {
        display: none;
        ;
    }
    .bloc_test {
        width: 100%;
    }
    .bloc_test hr {
        display: none;
    }
    .bloc_test .p1 {
        position: relative;
        text-align: center;
        font-size: 0.8rem !important;
    }
    .bloc_test .p2 {
        position: relative;
        text-align: center;
        width: 100%;
        font-size: 0.8rem !important;
    }
    .bloc_test .image {
        top: 35px;
    }
    .image_mobile_viewport {
        display: block;
        width: 100%;
        height: 50px;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .image_mobile_viewport img {
        width: 35px;
        height: 35px;
        display: block;
        padding-top: 40px;
        margin-right: 3%;
        margin-left: 3%;
    }
    /* br {
        display: none;
    } */
    .bloc_cinq_div_un h3 {
        font-size: 1.5rem;
    }
    .bloc_six_width_complement .bouton_contact {
        display: none;
    }
    .bouton_mobile_viewport {
        display: block;
        width: 90%;
        border: solid 2px #a96915;
        font-family: 'Barlow', sans-serif;
        text-transform: uppercase;
        padding: 20px;
        background: none;
        display: flex;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        color: black;
    }
    .bouton_mobile_viewport:active {
        background: #a96915;
        color: white;
        border-radius: 30px;
        transition: 0.5s;
    }
}

@media screen and (max-width: 479px) {
    /*mobile*/
    nav {
        display: none;
    }
    .menu_mobile {
        display: block;
    }
    .section_logo_centre {
        display: block;
        text-align: center;
    }
    .section_logo_centre .logo_responsive {
        display: inline-block;
        width: 200px;
    }
    .bloc_un_hr {
        display: none;
    }
    .bloc_un a {
        display: none;
    }
    .bloc_un p {
        width: 100% !important;
        margin-right: 0;
    }
    .bloc_deux .bloc_deux_div_un p {
        font-size: 1.3rem !important;
        line-height: 1.9;
    }
    .bloc_un img {
        display: none;
    }
    .bloc_deux {
        margin-top: 10%;
    }
    .bloc_deux .bloc_deux_div_un h1 {
        font-size: 2.2rem !important;
    }
    @keyframes fade {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 1;
        }
    }
    @keyframes fade2 {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 1;
        }
    }
    @keyframes fade3 {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 1;
        }
    }
    .bloc_deux .bloc_deux_div_un {
        padding: 18px;
    }
    .bloc_deux_div_deux {
        display: none;
    }
    .bloc_trois_width_complement {
        display: block;
    }
    .bloc_trois_div_un, .bloc_trois_div_deux, .bloc_trois_div_trois {
        width: 100%;
        margin-top: 10%;
        margin-bottom: 10%;
        height: auto;
    }
    .bloc_trois_div_un {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .bloc_trois_div_deux {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .bloc_trois_div_trois {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .bloc_trois_div_deux {
        border-top: none !important;
    }
    .bloc_trois_div_trois {
        border-top: none !important;
    }
    .bloc_trois_div_deux:hover {
        border-top: none !important;
    }
    .bloc_trois_div_trois:hover {
        border-top: none !important;
    }
    .bloc_trois_width_complement h3 {
        padding-top: 0;
    }
    .bloc_trois_width_complement img {
        padding-bottom: 0;
    }
    .bloc_quatre {
        margin-top: 15%;
        ;
    }
    .bloc_quatre_div {
        width: 100%;
        display: grid;
        height: 465px;
    }
    .bloc_quatre_div p {
        width: 90%;
        line-height: 1.6;
    }
    .bloc_quatre_div a {
        margin-left: 15%;
        width: 70%;
    }
    .bloc_quatre_div h1 {
        font-size: 1.8rem;
        padding-top: 20px;
        ;
    }
    .bloc_cinq_width_complement {
        display: block;
        border: none;
    }
    .bloc_cinq_div_un img {
        padding-top: 0px;
        ;
    }
    .bloc_cinq_div_un {
        width: 100%;
        margin-top: 10%;
        border-top: 1px solid #343434;
        border-bottom: 1px solid #343434;
        padding-top: 50px;
        padding-bottom: 30px;
        line-height: 2;
    }
    .bloc_cinq_div_deux {
        width: 100%;
        border-bottom: 1px solid #343434;
        padding-top: 30px;
        padding-bottom: 50px;
        line-height: 2;
    }
    .hr_central {
        display: none;
    }
    .bloc_six_width_complement hr {
        display: none;
    }
    .bloc_six_width_complement button {
        width: 100%;
        padding: 15px;
    }
    footer {
        display: block;
    }
    .bloc_footer_width_complement {
        display: block;
    }
    .bloc_footer_width_complement ul {
        display: none;
    }
    .logo_footer {
        display: none !important;
    }
    .bloc_footer_width_complement img {
        display: none;
        ;
    }
    .bloc_test {
        width: 100%;
    }
    .bloc_test hr {
        display: none;
    }
    .bloc_test .p1 {
        position: relative;
        text-align: center;
        font-size: 0.8rem !important;
    }
    .bloc_test .p2 {
        position: relative;
        text-align: center;
        width: 100%;
        font-size: 0.8rem !important;
    }
    .bloc_test .image {
        top: 35px;
    }
    .image_mobile_viewport {
        display: block;
        width: 100%;
        height: 50px;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .image_mobile_viewport img {
        width: 35px;
        height: 35px;
        display: block;
        padding-top: 40px;
        margin-right: 3%;
        margin-left: 3%;
    }
    br {
        display: none;
    }
	#div_dessus_err br{display:block;}
    .bloc_cinq_div_un h3 {
        font-size: 1.5rem;
    }
    .bloc_six_width_complement .bouton_contact {
        display: none;
    }
    .bouton_mobile_viewport {
        display: block;
        width: 90%;
        border: solid 2px #a96915;
        font-family: 'Barlow', sans-serif;
        text-transform: uppercase;
        padding: 20px;
        background: none;
        display: flex;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        color: black;
    }
    .bouton_mobile_viewport:active {
        background: #a96915;
        color: white;
        border-radius: 30px;
        transition: 0.5s;
    }
}

.contenance {
    display: inline-block;
    width: 50%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid black;
    margin: 0 60px;
}

.contenance:hover h3 {
    color: #a96915;
}

.contenance:hover, .nous_contacter:hover {
    border-top: 1px solid #a96915;
}

.nous_contacter {
    display: inline-block;
    width: 50%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid black;
    margin: 0 60px;
}

.nous_contacter:hover h3 {
    color: #a96915;
}

.amenagements {
    display: inline-block;
    width: 50%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid black;
}

.amenagements:hover {
    border-bottom: 1px solid #a96915;
}

.amenagements:hover h3 {
    color: #a96915;
}

.casier_individuel {
    width: 100%;
    height: auto;
    text-align: center;
    border-bottom: 1px solid #a96915;
    position: relative;
    padding-top: 20px;
    padding-bottom: 60px;
    display: block;
    margin-top: 20px;
}

.casier_individuel h2 {
    color: black;
    letter-spacing: 3px;
    font-size: 2rem;
    line-height: 3;
}

.casier_individuel img {
    width: 120px;
    height: auto;
}

.casier_individuel p {
    line-height: 2;
}

.securiser {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    padding-top: 20px;
    padding-bottom: 60px;
    display: block;
}

.securiser p {
    line-height: 2;
    font-size: 1.2rem;
}

.securiser h2 {
    color: black;
    letter-spacing: 3px;
    font-size: 2rem;
    line-height: 3;
}

.securiser img {
    width: 120px;
    height: auto;
}

#contenu_portail {
    text-align: center;
}

.general_concept {
    display: block;
    text-align: center;
    width: 100%;
    padding: 0 130px;
    box-sizing: border-box;
}

.general_offre {
    display: flex;
    text-align: center;
    width: 100%;
    margin-top: 85px;
    margin-bottom: 60px;
    justify-content: space-around;
}

.general_offre_deux {
    display: flex;
    text-align: center;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    justify-content: space-around;
}

.general_offre :nth-child(2) img {
    padding-top: 10px;
}

.general_offre, .general_offre_deux div h3 {
    font-size: 1.6rem;
}

.general_offre, .general_offre_deux div p {
    font-size: 1.2rem !important;
    line-height: 2;
}

.general_texte a{color:#a96915;}
.general_texte img{border-radius:50%;width:300px;height:300px;margin-bottom:20px;border:1px solid #a96915;box-sizing:border-box}
.general_texte :nth-child(2) img{padding:0px;}
.general_texte .contenance{border:0px;}
/**********************CONTACT******************/

/* Contact */

.formulaire_intro {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

#formulaire_69 {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.champs_formulaire {
    float: left;
    width: 100%;
}

#contact-col-1, #contact-col-2 {
    float: left;
    width: 100%;
}

.ligne_formulaire {
    float: left;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: 3px solid #a96915;
    margin-bottom: 20px;
}

.ligne_formulaire label {
    float: left;
    width: 20%;
    box-sizing: border-box;
    font-family: 'Barlow', Arial;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 5px;
}

.ligne_formulaire input, .ligne_formulaire textarea {
    float: left;
    width: 80%;
    box-sizing: border-box;
    font-family: 'Barlow', Arial;
    font-size: 14px;
    border: none;
    border-left: 3px solid #8c8c8c;
    padding: 5px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.ligne_formulaire input:focus, .ligne_formulaire textarea:focus {
    border: none;
    border-left: 10px solid #bd9a00;
    background-color: #fafafa;
}

.ligne_formulaire textarea {
    height: 120px;
}

.ligne_formulaire input[type=submit] {
    width: 100%;
    background-color: #bd9a00;
    margin: 20px 0px;
    border: none;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 0px;
    font-family: 'Barlow', Arial;
    font-size: 14px;
    text-transform: uppercase;
}

.ligne_formulaire input[type=submit]:hover {
    background-color: #8c8c8c;
    color: #ffffff;
    padding: 30px 0px;
}

.ligne_submit {
    border: none;
}

.ligne_formulaire input[type=checkbox] {
	width:10%;
	float:left;
	margin-top:10px;
}

.ligne_formulaire .label_495{float:left;width:100%;}

.ligne_formulaire .label495{float:right;width:90%;}

/****************************PAGE TYPE******************************/

#nav_type {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    z-index: 15;
    position: sticky;
    top: 0px;
}

#nav_type ul li a {
    color: white;
}

.nos_offres_type {
    border: 1px solid white;
    padding: 20px;
}

.en_tete_page_type {
    width: 100%;
    height: 500px;
    position: relative;
    background: url(../images/background_cave.jpg);
    z-index: 1;
    margin-top: -140px;
}
.en_tete_page_type1{background: url(../images/background_cave.jpg);}
.en_tete_page_type2{background: url(../images/background_bouteille.jpg);}
.en_tete_page_type3{background: url(../images/background_livraison.jpg);}
.en_tete_page_type4{background: url(../images/background_gevrey.jpg);}

.en_tete_page_type div {
    width: 50%;
    height: auto;
    position: relative;
    top: 50%;
    left: 7.5%;
    line-height: 2;
    text-align: left;
}

.en_tete_page_type div h1 {
    color: white;
    text-transform: uppercase;
    font-family: 'Crimson Text', serif;
    font-weight: bold;
    line-height: 40px;
    font-size: 3rem;
    letter-spacing: 5px;
    word-break: break-word;
}

.en_tete_page_type div hr {
    width: 5%;
    margin-top: 3%;
    margin-bottom: 2%;
    height: 2px;
    background: white;
}

.en_tete_page_type div p {
    color: white;
    font-family: 'IM Fell DW Pica', serif;
    line-height: 2;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1rem !important;
}

.general {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    display: block !important;
}

.bloc_temperature {
    position: relative;
    text-align: right;
    line-height: 2;
    margin-top: 40px;
}

.bloc_temperature .text {
    width: 85%;
    float: right;
    padding-top: 97px;
}

.bloc_temperature h2 {
    color: black;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 2px;
    color: #a96915;
    background: white;
    display: inline-block;
    padding-left: 30px;
}

.bloc_temperature p {
    padding-top: 20px;
    font-family: 'IM Fell DW Pica', serif;
    color: black;
    line-height: 2;
    letter-spacing: 1px;
}

.bloc_temperature .img {
    height: 200px;
    float: left;
    border: 3px solid #a96915;
    padding: 10px;
    width: 200px;
    background: white;
    text-align: center;
}

.bloc_temperature .img img {
    width: 200px;
    height: auto;
    box-sizing: border-box;
    padding: 10px;
}

.bloc_temperature .hr_bloc_temperature {
    width: 78%;
    height: 1px;
    background: #a96915;
    position: absolute;
    margin-top: 118px;
    z-index: -1;
}

.bloc_humidite {
    position: relative;
    text-align: left;
    line-height: 2;
    margin-top: 150px;
}

.img_humidite_responsive {
    display: none;
}

.bloc_humidite .hr_bloc_humidite {
    width: 70%;
    height: 1px;
    background: #a96915;
    position: absolute;
    margin-left: 23%;
    margin-top: 115px;
    z-index: -1;
}

.bloc_humidite .text {
    width: 85%;
    height: auto;
    float: left;
    padding-top: 94px;
}

.bloc_humidite h2 {
    color: black;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    padding-top: 20px;
    font-size: 1.3rem;
    letter-spacing: 2px;
    color: #a96915;
    background: white;
    display: inline;
    padding-right: 55px;
}

.bloc_humidite p {
    padding-top: 20px;
    font-family: 'IM Fell DW Pica', serif;
    color: black;
    line-height: 2;
    letter-spacing: 1px;
    padding-right: 10px;
}

.bloc_humidite .img {
    height: 200px;
    float: right;
    border: 3px solid #a96915;
    width: 200px;
    background: white;
    text-align: center;
    margin-top: 15px;
    box-sizing: border-box;
}

.bloc_humidite .img img {
    width: 200px;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
}

.bloc_qualite {
    display: block;
    text-align: center;
    margin-top: 150px;
}

.bloc_qualite .text {
    width: 100%;
    height: auto;
    float: left;
}

.bloc_qualite h2 {
    color: black;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    padding-top: 20px;
    font-size: 1.3rem;
    letter-spacing: 2px;
    color: #a96915;
}

.bloc_qualite p {
    padding-top: 20px;
    font-family: 'IM Fell DW Pica', serif;
    color: black;
    line-height: 2;
    letter-spacing: 1px;
}

.bloc_qualite .img {
    height: auto;
    border: 3px solid #a96915;
    background: white;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
}

.bloc_qualite .img img {
    width: 200px;
    height: auto;
    padding: 30px;
}

.hr_horizental_humidite {
    height: 1px;
    background: #a96915;
    position: absolute;
    right: 118px;
    top: 210%;
    z-index: -1;
    width: 35%;
}

.bloc_temperature .hr_vertical_une {
    height: 515px;
    width: 1px;
    background: #a96915;
    margin-left: 112px;
    z-index: -1;
    display: block;
    position: absolute;
}

.hr_vertical_deux {
    height: 435px;
    width: 1px;
    background: #a96915;
    right: 117px;
    position: absolute;
    z-index: -1;
    top: 61px;
}

#nav_type ul li a:hover {
    color: #a96915;
}

.casier_individuel:hover h2 {
    color: #a96915;
}

.securiser:hover h2 {
    color: #a96915;
}

@media screen and (max-width: 1535px) {
    .bloc_humidite .hr_bloc_humidite {
        width: 60%;
    }
    .hr_horizental_humidite {
        right: 175px;
    }
    .hr_vertical_deux {
        right: 175px;
    }
    /* .width {
        width: 100%;
        box-sizing: border-box;
        padding: 0% 5%;
    } */
}

@media screen and (max-width: 1279px) {
    .hr_horizental_humidite {
        right: 160px;
    }
    .hr_vertical_deux {
        right: 160px;
    }
    .bloc_humidite .hr_bloc_humidite {
        margin-top: 113px;
    }
    br {
        display: none;
    }
	#div_dessus_err br{display:block;}
    .bloc_temperature .text {
        padding-top: 97px;
    }
    .bloc_temperature h2 {
        padding-left: 20px;
    }
    .bloc_temperature .hr_bloc_temperature {
        width: 59%;
    }
}

@media screen and (max-width: 959px) {
    .en_tete_page_type {
        text-align: center;
        height: auto;
        margin-top: 0px;
        padding-bottom: 20px;
    }
    .en_tete_page_type div {
        left: none;
        display: inline-block;
        text-align: center;
        width: 80%;
        left: 0;
        top: 45%;
        padding: 60px 0;
    }
    .en_tete_page_type div h1 {
        font-size: 2rem;
        line-height: auto;
        padding-bottom: 10px;
    }
    #nav_type {
        display: none;
    }
    #menu_mobile {
        display: block;
    }
    br {
        display: none;
    }
	#div_dessus_err br{display:block;}
    .bloc_temperature {
        display: inline-block;
        width: 100%;
        height: auto;
    }
    .bloc_humidite {
        display: inline-block;
        width: 100%;
        height: auto;
        text-align: center;
        margin-top: 100px;
    }
    .bloc_temperature .text {
        text-align: center;
        width: 100%;
        padding-top: 20px;
    }
    .bloc_humidite .text {
        text-align: center;
        width: 100%;
        padding-top: 20px;
    }
    .bloc_humidite p {
        padding-right: 0;
    }
    .bloc_humidite h2 {
        padding-right: 0;
    }
    .bloc_humidite .img img {
        display: none;
    }
    .img_humidite_responsive {
        display: inline-block;
        width: 140px;
        height: auto;
        padding: 10px;
    }
    .bloc_qualite {
        display: inline-block;
        width: 100%;
        height: auto;
        margin-top: 100px;
    }
    .bloc_temperature .img {
        display: inline-block;
        border: 0;
        background: none;
        width: 100%;
    }
    .bloc_humidite .img {
        display: inline-block;
        border: 0;
        background: none;
        width: 100%;
        height: auto;
    }
    .bloc_qualite .img {
        border: 0;
        background: none;
        width: 100%;
        height: auto;
    }
    .bloc_qualite .img img {
        padding: 10px;
    }
    hr {
        display: none;
    }
    .bloc_temperature .hr_vertical_une {
        display: none;
    }
    .general_concept, #formulaire_69, .bloc_general {
        padding: 0 20px;
    }
    .ligne_formulaire label {
        float: left;
        width: 100%;
    }
    .ligne_formulaire input, .ligne_formulaire textarea {
        float: left;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .bloc_humidite {
        margin-top: 80px;
    }
    .bloc_qualite {
        margin-top: 80px;
    }
    .general_offre, .general_offre_deux {
        display: block;
    }
    .contenance {
        margin-bottom: 40px;
        padding: 40px 0;
        width: 90%;
        margin-top: -40px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .nous_contacter {
        margin-top: 40px;
        padding: 40px 0;
        width: 90%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .amenagements {
        width: 90%;
        margin-bottom: -40px;
    }
    .general_offre {
        margin-bottom: -40px;
    }
}

@media screen and (max-width: 479px) {
    .en_tete_page_type div {
        width: 90%;
        padding-top: 80px;
        padding-bottom: 40px;
    }
    hr {
        display: none;
    }
    .bloc_temperature .img {
        width: 100%;
    }
    .bloc_humidite .img {
        display: none;
    }
    .bloc_qualite .img {
        width: 100%;
        border: none;
        background: none;
        margin-right: 0;
    }
    .bloc_temperature .text {
        width: 100%;
        padding-right: 0;
        text-align: center;
        padding-top: 0;
    }
    .bloc_humidite .text {
        width: 100%;
        padding-left: 0;
        text-align: center;
        padding-top: 0;
        ;
    }
    .bloc_humidite {
        margin-top: 50px;
    }
    .bloc_qualite {
        margin-top: 50px;
    }
}
/* =========================================================
   Adaptations WordPress (ajoutées au CSS original)
   ========================================================= */

/* Le header (nav bureau) est rendu dans un wrapper de template part :
   il contient le float du logo mobile (sinon l'entry-content, en flow-root,
   se fait chasser à droite du float avec une largeur nulle). */
header.wp-block-template-part {
    display: flow-root;
}

/* C'est le wrapper qui devient sticky, la nav originale reste dans son flux. */
@media (min-width: 960px) {
    header.wp-block-template-part {
        position: sticky;
        top: 0;
        z-index: 100;
    }
    body.admin-bar header.wp-block-template-part {
        top: 32px;
    }
}

/* Neutralise les marges par défaut des figures WordPress */
.entry-content figure {
    margin: 0;
}

/* La barre d'admin ne doit pas casser la nav mobile fixée */
body.admin-bar .toggle_btn {
    top: 57px;
}

/* =========================================================
   Formulaire de contact (Contact Form 7) — reprend la mise
   en page du formulaire original (#formulaire_69)
   ========================================================= */
#formulaire_69 .wpcf7-form-control-wrap {
    float: left;
    width: 80%;
}
#formulaire_69 .wpcf7-form-control-wrap input,
#formulaire_69 .wpcf7-form-control-wrap textarea {
    width: 100%;
    float: none;
}
#formulaire_69 .champs_obligatoires {
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px 0 30px;
}
#formulaire_69 .ligne_rgpd {
    text-align: left;
}
#formulaire_69 .ligne_rgpd .label_495 {
    float: left;
    width: 100%;
    font-family: 'Barlow', Arial;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
#formulaire_69 .ligne_rgpd .wpcf7-form-control-wrap {
    float: none;
    width: auto;
    display: inline;
}
#formulaire_69 .ligne_rgpd .wpcf7-list-item label {
    float: none;
    width: auto;
    display: inline;
}
#formulaire_69 .ligne_rgpd input[type="checkbox"] {
    width: auto;
    float: none;
    margin-right: 10px;
}
#formulaire_69 .wpcf7-list-item {
    margin: 0;
}
#formulaire_69 .mention_rgpd {
    float: left;
    width: 100%;
    padding-top: 15px;
    font-size: 0.95rem !important;
}
#formulaire_69 .mention_rgpd a {
    color: #a96915;
}
#formulaire_69 .ligne_submit {
    border-bottom: none;
}
#formulaire_69 input[type="submit"] {
    width: 100%;
    background-color: #bd9a00;
    margin: 20px 0;
    border: none;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 0;
    font-family: 'Barlow', Arial;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
}
#formulaire_69 input[type="submit"]:hover {
    background-color: #a96915;
}
#formulaire_69 .wpcf7-spinner {
    float: left;
}
#formulaire_69 .wpcf7-not-valid-tip {
    float: left;
    width: 100%;
    font-family: 'Barlow', Arial;
    font-size: 12px;
    color: #b32d2e;
    padding-top: 5px;
}
#formulaire_69 .wpcf7-response-output {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin: 20px 0;
    padding: 15px;
    border: 2px solid #a96915;
    font-family: 'Barlow', Arial;
    text-align: center;
}
