/***** Ensemble des class Com2see *****/

/* GENERAL */
.row_section {
    padding-top:100px;
    padding-bottom:100px;
}
.row_section_small{
    padding-top:60px;
    padding-bottom:60px;
}
.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;
}
.logo{
    max-height:100px;
}
p {
    text-align:justify;
}
p:last-child {
    margin-bottom:0;
}
a {
    color:var(--second-color);
    font-weight:bold;
    text-decoration: none;
}
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-bottom{
    background-position:center bottom !important;
}
.bckg-cover .hover-blanc{
    background:rgba(255,255,255,0.75);
}
.bckg-cover .hover-noir{
    background:rgba(0,0,0,0.75);
}
.bckg-cover .hover-orange{
    background:rgba(141,73,20,0.6);
}
@media(max-width:991px){
    .bckg-cover.bckg-rd{
        min-height:500px;
    }
}

/* SMALL MENU */
.navbar-toggle2 {
    background:none;
    border:none;
    position: relative;
    cursor:pointer;
}
.navbar-toggle2:focus{
    outline-color:transparent;
}
.navbar-toggle2 .icon-bar {
    display: block;
    background:#fff;
    width:17px;
    height:2px;
    margin:4px 0;
    opacity:1;
    transform-origin:1.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 .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 {
    font-family: "Oswald", sans-serif;
    color:#fff;
    font-size:14px;
    cursor:pointer;
    font-weight:400;
    text-transform:uppercase;
    line-height:40px;
    padding:0 20px;
    position:relative;
    border-radius: 0;
    margin-top:50px;
}
.btn.main-btn{
    color:var(--main-color);
    border:1px solid var(--main-color);
}
.btn.main-btn:hover{
    background:var(--main-color);
    color:#fff;
}
.btn.white-btn{
    color:#fff;
    border:1px solid #fff;
}
.btn.white-btn:hover{
    background:#fff;
    color:var(--main-color);
}
.btn.black-btn{
    color:#2b2b2b;
    border:1px solid #2b2b2b;
}
.btn.black-btn:hover{
    background:#2b2b2b;
    color:#fff;
}
.btn:hover {
    transition: all 0.3s;
}
.btn:focus {
    box-shadow:none;
}
.btn.small {
    font-size:14px;
    line-height:30px;
}
.btn.tiny {
    font-size:10px;
}
.btn.big {
    font-size:20px;
    line-height:60px;
    padding:0 100px;
    text-transform:uppercase;
}

/* TITRES */
h1 {
    font-family: "Oswald", sans-serif;
    padding:0;
    margin:0;
    font-size:50px;
    font-weight:200;
    text-transform:uppercase;
	color:#fff;
    text-align: center;
    letter-spacing: 10px;
}
h2{
    font-family:"Great Vibes", sans-serif;
    padding:0;
    margin:0;
    font-size:60px;
    opacity:0.4;
	color:var(--main-color);
    margin-bottom:-40px;
}
h3{
    font-family: "Oswald", sans-serif;
    padding:0 0 50px 0;
    margin:0;
    font-size:40px;
    font-weight:300;
    text-transform:uppercase;
    color:#2c2c2c;
}
h4{
    font-family: "Oswald", sans-serif;
    color:var(--main-color);
    font-size:30px;
    font-weight:600;
    font-variant:small-caps;
    text-align: center;
}
h5{
    font-family: "Oswald", sans-serif;
    margin:0;
    color:var(--second-color);
}
.center h1,.center h2,.center  h3,.center  h4{
    text-align:center;
}
.hover-noir h3{
    color:#fff;
}
@media(max-width:575px) {

    h1,
    h2,
    h3,
    h4,
    p,
    a {
        word-break: break-word;
    }

    h1,
    h2 {
        font-size: 1.75rem !important;
    }

    h3 {
        font-size: 1.5rem !important;
    }

    h4 {
        font-size: 1.25rem !important;
    }
}

/* MAP */
.marker-cluster-small {
    background-color: rgba(var(--second-rgba-color), 0.4);
}
.marker-cluster-small div {
    background-color: rgba(var(--second-rgba-color), 0.7);
}
.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:50px;
    background:#fefefe;
    color:#555555;
    vertical-align: bottom;
    width:100%;
    border:0;
    border-bottom:1px solid #ccc;
    margin-bottom:30px;
    padding:0 15px;
}
select{
    height:50px;
} 
form .btn{
    width:auto;
}
textarea{
    padding:15px;
    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;
    margin-top:-20px;
    text-align:left;
    margin-bottom:15px;
}
.wpcf7-form .wpcf7-response-output {
    border: 0 none !important;
    line-height: normal;
    overflow:hidden;
    font-weight:bold;
    margin:0 !important;
    padding:0 !important;
    text-align: left;
    font-size:14px;
}
.wpcf7-form.invalid .wpcf7-response-output{
    color:#aa0600 !important;
}
.wpcf7-form.sent .wpcf7-response-output {
    color: #5cb85c !important;
}
.wpcf7-spinner{
    background:none;
    color:#555;
    opacity:1;
    font-size:22px;
    top:20px;
}
.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;
    top: unset;
    left: unset;
    width: auto;
    height: auto;
    transform-origin: unset;
}

/***** 08. WYSIWYG *****/
/*
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; !* Image does not overflow the content area *!
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}
blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}*/
