/***** Ensemble des class Com2see *****/

/***** 01. GENERAL *****/
#content{
    display:block;
    float:left;
    width:100%;
    position:relative;
    clear:both;
}
#content .row {
    float:left;
    display:block;
    clear:both;
    width:100%;
    padding-top:100px;
    padding-bottom:100px;
    margin:0;
}
.nopadding {
    padding:0;
}
.clearfix {
    clear:both;
}
.margin-top {
    margin-top:50px;
}
.margin-bottom {
	margin-bottom:50px;
}
.center {
    text-align:center;
}
.bold {
    font-weight:bold;
}
.white {
    color:#fff;
}
.titre{
    display:block;
    float:left;
    width:100%;
    position:relative;
    padding-left:60px;
}
img {
    max-width:100%;
    height:auto;
}
p {
    display:block;
    float:left;
    clear:both;
    width:100%;
    text-align:justify;
	font-size:16px;
}
p:last-child {
    margin-bottom:0;
}
a{
    color:var(--main-color);
}
a.link {
    color:var(--main-color);
    letter-spacing: 4px;
    text-transform:uppercase;
}
a:hover{
    text-decoration:none;
    color:var(--main-dark-color);
}
a.link.small-link{
    color:#1a1a1d;
    font-size:14px;
}
a.link.small-link:hover{
    color:var(--main-color);
}
#content li {
    float:left;
    width:100%;
}
#content ul{
    display: block;
    float: left;
}
/* menu small */
.navbar-toggle2 {
    background:none;
    border:none;
    float:left;
    position: relative;
    height: 70px;
    cursor:pointer;
}
.navbar-toggle2:focus{
    outline-color:transparent;
}
.navbar-toggle2 .icon-bar {
    display: block;
    background:var(--main-color);
    width:5px;
    height:5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin:4px 0;
    opacity:1;
    transform-origin:-8% 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-dark-color);
}
.navbar-toggle2 .icon-bar.open{
    width:22px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.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:14px;
    cursor:pointer;
    font-weight:bold;
    padding:10px 15px;
    border-radius:10px;
    -webkit-border-radius:10px;
    position:relative;
    text-transform:uppercase;
    letter-spacing:2px;
    white-space: normal;
}
.btn.btn-bleu{
    background:var(--main-color);
    color:#fff;
}
.btn.btn-bleu:hover{
    background:var(--main-dark-color);
    color:#fff;
}
.btn.btn-resa{
    background:#cb4e00;
    color:#fff;
}
.btn.btn-resa:hover{
    background: #993a00;
    color:#fff;
}
.btn.btn-white {
     background:transparent;
     color:#fff;
     font-weight:normal;
     border:3px solid #fff;
 }
.btn.btn-white:hover {
    background:rgba(255,255,255,0.3);
    color:#fff;
}
.btn:hover {
    color:#fff;
    transition: background 0.3s;
}
.btn:focus {
    box-shadow:none;
}
.btn.tiny {
    font-size:10px;
}
.btn.big {
    font-size:20px;
    line-height:60px;
    padding:0 100px;
    text-transform:uppercase;
}
/* Titles */
h1, h2, h3, h4 {;
    float:left;
    display:block;
    clear:both;
    width:100%;
    padding:0 0 60px 0;
    margin:0;
    font-size:40px;
	text-align:left;
	color:var(--main-color);
    font-weight:bold;
}
h3 {
    font-size:23px;
    line-height: 30px;
    padding-top:60px;
    padding-bottom:15px;
}
.content-page h1{
    padding-bottom:15px;
}
.sub-title{
    font-size: 22px;
    margin-top: -60px;
    line-height: 30px;
    text-align:left;
    color:var(--main-color);
}
h4{
    font-size:20px;
    padding-bottom:15px;
    padding-top:30px;
    color:var(--main-dark-color);
    font-weight: normal;
}
h5{
    color:var(--main-dark-color);
}
@media(max-width:400px){
    h1, h2{
        font-size:35px;
    }
}

/***** CALENDAR DATERANGE *****/
.dateRangePicker--day-name{
    font-weight:bold;
    color:var(--main-dark-color);
}
.dateRangePicker--cell.-current-, .dateRangePicker--button{
    color:var(--main-color);
}
.dateRangePicker--cell.-selected-.-current-, .dateRangePicker--cell.-selected-{
    background:var(--main-color);
}
.dateRangePicker--cell.-selected-.-focus-{
    background:rgba(var(--main-rgba-color),0.8);
}
.dateRangePicker--cell.-in-range-{
    background:rgba(var(--main-rgba-color),0.2);
}
.dateRangePicker--cell.-in-range-.-focus-{
    background:rgba(var(--main-rgba-color),0.3);
}
.-selected-.dateRangePicker--cell-day.-other-month-, .-selected-.dateRangePicker--cell-year.-other-decade-{
    background:rgba(var(--main-rgba-color),0.5);
}
.-selected-.dateRangePicker--cell-day.-other-month-.-focus-, .-selected-.dateRangePicker--cell-year.-other-decade-.-focus-{
    background:rgba(var(--main-rgba-color),0.6);
}
.dateRangePicker--cell.-range-from-, .dateRangePicker--cell.-range-to-{
    border-color:var(--light-color);
}

/***** 03. CONTACT FORM *****/
.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:-30px;
}
.wpcf7-validation-errors, .wpcf7-response-output {
    display: block;
	float:left;
	width:calc(100% - 30px);
	clear:both;
    border: 0 none !important;
    background: none repeat scroll 0 0 #aa0600;
    padding: 0 0 0 20px !important;
    margin: 30px 15px 0 15px !important;
    line-height: 40px;
    color:#fff;
    overflow:hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.wpcf7-mail-sent-ok {
    background: #5cb85c;
	display: block;
	float:left;
    width:calc(100% - 30px);
	clear:both;
    border: 0 none !important;
    padding: 0 0 0 20px !important;
    margin: 30px 15px 0 15px !important;
    line-height: 40px;
    color:#fff;
    overflow:hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/***** 04. PAGINATION *****/
.pagination {
    margin-top: 0;
    clear: both;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: auto;
    display: table;
    border-radius:0;
    padding-top:50px;
}
.pagination ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    width: auto;
    text-align: center;
}
.pagination ul li {
    display: table-cell;
    list-style: none;
    float: none !important;
	width:auto !important;
}
.pagination ul li a, .pagination ul li span {
    float: left;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    margin-left: 8px;
    border-radius:0;
	color:#aaa;
}
.pagination ul li span.current {
    color:var(--main-color);
}

/***** 05. OUTILS *****/
.row.outils {
    background:#fff;
    padding-top:40px;
}
.outil {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border:1px solid #aaa;
    text-align:center;
    text-decoration:none;
    position:relative;
    padding:0;
    display: block;
    float:left;
    width:100%;
    margin-top:20px;
    background-size:cover;
}
.outil i {
    font-size:60px;
    display:block;
    clear:both;
    padding-bottom:40px;
    background-repeat:no-repeat;
    background-position: top center;
    background-size: cover;
}
.outil .titre-outil {
    color:#fff;
    font-size:25px;
    text-transform:uppercase;
	line-height:30px;
}
.outil .texte-outil {
    color:#fff;
    margin-top:25px;
}
.outil .overlay-outil {
    display:block;
    float:left;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    padding:30px 15px;
    transition: background 0.3s;
}
.outil:hover .overlay-outil {
    background:rgba(255,255,255,0.8);
}
.outil:hover .titre-outil, .outil:hover .texte-outil {
    color:#555;
}

/***** 06. 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;
}