/***** Ensemble des class Com2see *****/

/* GENERAL */
#content .row_section {
    padding-top:100px;
    padding-bottom:100px;
}
#content .row_sidebar{
    align-items: flex-start;
}
#content .row_section.section_separateur{
    border-bottom:1px solid var(--main-color);
}
.nopadding {
    padding:0;
}
.nomargin {
    margin:0;
}
.center{
    text-align:center;
}
.text-right{
    text-align:right;
}
.blanc{
    color:#fff;
}
img {
    max-width:100%;
    height:auto;
}
img.round-img{
    border-radius:15px;
}
p {
    text-align:justify;
}
p:last-child {
    margin-bottom:0;
}
p.title{
    text-align:left;
}
@media(max-width:400px){
    p{
        overflow-wrap: break-word;
    }
}
a {
    color:var(--second-color);
    font-weight:bold;
    text-decoration: none;
}
a.link{
    font-variant: small-caps;
    letter-spacing: 0.5px;
    font-size:18px;
    font-weight: 600;
}
a.link:after{
    font-family: "Font Awesome 6 Free";
    content:"\f105";
    padding-left:10px;
    font-size:12px;
}
a:hover{
    text-decoration:none;
    color:var(--main-color);
}
.bckg-cover{
    background-size:cover !important;
    background-position:center center !important;
    background-repeat: no-repeat !important;
}
.bckg-cover.bckg-img{
    min-height: 500px;
}
.bckg-cover.bckg-bottom{
    background-position:center bottom !important;
}
.bckg-cover.bckg-top{
    background-position:center top !important;
}
.bckg-cover .hover-blanc{
    background:rgba(255,255,255,0.75);
}

/* SMALL MENU */
.navbar-toggle2 {
    background:none;
    border:none;
    float:right;
    position: relative;
    height: 70px;
    cursor:pointer;
}
.navbar-toggle2:focus{
    outline-color:transparent;
}
.navbar-toggle2 .icon-bar {
    display: block;
    background:var(--second-color);
    width:22px;
    height:3px;
    margin:4px 0;
    opacity:1;
    transform-origin:5% 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar-toggle2 .icon-bar.first-bar{
    margin-top:0;
}
.navbar-toggle2 .icon-bar.last-bar{
    margin-bottom:0;
}
.navbar-toggle2:hover .icon-bar, .navbar-toggle2 .icon-bar.open{
    background:var(--main-color);
}
.navbar-toggle2 .icon-bar.open.middle-bar{
    opacity:0;
}
.navbar-toggle2 .icon-bar.open.first-bar{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navbar-toggle2 .icon-bar.open.last-bar{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.overlay-menu{
    display:block;
    visibility: hidden;
    background:rgba(0,0,0,0.8);
    position:fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    opacity:0;
    -ms-transition: all 1s;
    transition: all 1s;
    -webkit-transition: all 1s;
    z-index: 1000;
}
.overlay-menu.overlay-menu-active{
    opacity:1;
    visibility: visible;
    overflow-y:scroll;
}

/* BOUTONS */
.btn {
    color:#fff;
    font-size:20px;
    cursor:pointer;
    font-weight:bold;
    font-variant: small-caps;
    letter-spacing: 0.5px;
    line-height:36px;
    padding:0 20px;
    position:relative;
    border-radius:10px;
}
.btn.main-btn{
    background:var(--second-color);
    color:#fff;
    border:2px solid var(--second-color);
}
.btn.main-btn:hover{
    background:var(--dark-second-color);
    border-color:var(--dark-second-color);
}
.btn.main-btn-bleu{
    background:var(--main-color);
    color:#fff;
    border:2px solid var(--main-color);
}
.btn.main-btn-bleu:hover{
    background:var(--dark-color);
    border-color:var(--dark-color);
}
.btn.btn-ctr {
    background:transparent;
    color:var(--second-color);
    border:2px solid var(--second-color);
}
.btn.btn-ctr:hover {
    background:var(--second-color);
    color:#fff;
}
.btn.btn-ctr-bleu {
    background:transparent;
    color:var(--main-color);
    border:2px solid var(--main-color);
}
.btn.btn-ctr-bleu:hover {
    background:var(--main-color);
    color:#fff;
}
.btn.btn-blanc{
    background:#fff;
    color:var(--main-color);
    border:2px solid #fff;
}
.btn.btn-blanc:hover{
    background:#ddd;
    border-color:#ddd;
}
.btn.btn-white {
     background:transparent;
     color:#fff;
     border:2px solid #fff;
 }
.btn.btn-white:hover {
    background:#fff;
    color:var(--main-color);
}
.btn:hover {
    transition: all 0.3s;
}
.btn:focus {
    box-shadow:none;
}
.btn.small {
    font-size:14px;
    line-height:30px;
	text-transform:none;
    font-weight:normal;
    border-width: 1px;
}
.btn.tiny {
    font-size:10px;
}
.btn.big {
    font-size:20px;
    line-height:60px;
    padding:0 100px;
    text-transform:uppercase;
}

/* TITRES */
h1, h2, h3, h4 {;
    color:#707070;
    font-size:40px;
    font-weight:600;
    margin-bottom:10px;
}
h1 span, h2 span{
    font-weight:700;
    text-transform: uppercase;
}
h3{
    font-variant: small-caps;
    letter-spacing: 0.5px;
    font-size:24px;
    font-weight:400;
    color:var(--main-color);
    margin-bottom:60px;
}
h4{
    font-size:20px;
    position:relative;
    padding-bottom:10px;
    margin-bottom:20px;
}
h4:after{
    width:100px;
    height:1px;
    content:'';
    background:var(--second-color);
    position:absolute;
    bottom:0;
    left:0;
}
h4.center:after{
    left:calc(50% - 50px);
}
h5{
    color:var(--second-color);
}
@media(max-width:575px){
    h1, h2{
        font-size:28px;
    }
    h3{
        font-size:20px;
    }
    h4{
        font-size:18px;
    }
}

/* MAP */
.leaflet-top, .leaflet-bottom{
    z-index:750;
}

/* FORM */
/* Général */
input[type="text"],input[type="email"],input[type="tel"], input[type="date"], select, textarea{
    line-height:40px;
    font-size:16px;
    background:#fefefe;
    color:#555555;
    vertical-align: bottom;
    width:100%;
    border:none;
    border-bottom:1px solid var(--main-color);
    margin-bottom:15px;
}
form .btn{
    width:auto;
}
textarea{
    padding:25px 0;
    line-height:25px;
}
.obligatoire{
    color:#aa0600;
    font-weight:bold;
}

/* Contact Form */
.wpcf7-checkbox, .wpcf7-radio{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
span.wpcf7-list-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin:0 0 15px 0;
    align-items: center;
}
.noflex span.wpcf7-list-item{
    display:block;
}
.wpcf7-list-item-label{
    margin:0 10px 0 5px;
}
.wpcf7-form .row {
    padding:0 !important;
}
.wpcf7-not-valid {
    border-color: #aa0600 !important;
}
.wpcf7-not-valid-tip {
    color:#aa0600 !important;
    line-height:20px;
}
.wpcf7-form .wpcf7-response-output {
    border: 0 none !important;
    line-height: 40px;
    overflow:hidden;
    font-weight:bold;
    margin:0 !important;
    padding:0 !important;
    text-align: right;
}
.wpcf7-form.invalid .wpcf7-response-output{
    color:#aa0600 !important;
}
.wpcf7-form.sent .wpcf7-response-output {
    color: #5cb85c !important;
}
.wpcf7-spinner{
    background:none;
    color:#555;
    position: absolute;
    top: 45px;
    right:0;
    opacity:1;
    font-size:22px;
}
.wpcf7-spinner:before{
    content:'\f110';
    font-family: "Font Awesome 6 Free Solid";
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}

/* COOKIES */
#cookies {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #555;
    text-align: center;
    z-index: 1500;
    padding: 15px 0;
    font-size: 12px;
}
#cookies .cookie-bloc {
    width: 900px;
    height: 400px;
    position: fixed;
    left: calc(50% - 450px);
    top: calc(50% - 200px);
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}
@media(max-width:900px){
    #cookies .cookie-bloc {
        width: 100%;
        height: auto;
        background: rgba(255,255,255,0.75);
        left:0;
        top:15px;
    }
}
#cookies .title-cookie {
    line-height: 60px;
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    padding: 15px 30px;
}
#cookies .content-cookie, #cookies .bottom-cookie {
    display: block;
    float: left;
    width: 100%;
    padding: 30px;
    border-top: 1px solid #ccc;
}
#cookies p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}
#cookies .btn {
    margin: 0;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
}
table.cookies thead tr {
    background: var(--light-color);
}