/***** Ensemble des class Com2see *****/

/***** 01. GENERAL *****/
#content{
    display:block;
    float:left;
    width:100%;
    position:relative;
    clear:both;
    overflow: hidden;
}
#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;
}
.hide{
    display:none;
}
img {
    max-width:100%;
    height:auto;
}
p {
    display:block;
    float:left;
    clear:both;
    width:100%;
    text-align:justify;
}
p:last-child {
    margin-bottom:0;
}
.link-div{
    color:var(--main-color);
    cursor:pointer;
}
a {
    color:var(--main-color);
}
a:hover, .link-div:hover{
    text-decoration:none;
    color:var(--main-dark-color);
}
#content li {
    float:left;
    width:100%;
}
#content ul{
    display: block;
    float: left;
}
/* menu small */
.navbar-toggle2 {
    background:none;
    border:none;
    float:right;
    position: relative;
    height: 35px;
    cursor:pointer;
}
.navbar-toggle2:focus{
    outline-color:transparent;
}
.navbar-toggle2 i {
    display: block;
    color:#555;
    font-size:24px;
}
.navbar-toggle2:hover i{
    color:var(--main-color);
}
.fancybox-margin i.fa-bars:before{
    content:"\f00d";
}
.fancybox-opened .fancybox-title{
    display:none;
}
.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: 30;
}
.overlay-menu.overlay-menu-active{
    opacity:1;
    visibility: visible;
    overflow-y:scroll;
}
/* boutons */
.btn {
    color:#fff;
    font-size:18px;
    cursor:pointer;
    line-height:50px;
    padding:0 20px;
    margin:60px 0 0 0;
    border-radius:0;
    -webkit-border-radius:0;
    position:relative;
}
.btn.btn-bleu {
    background:var(--main-color);
    color:#fff;
    border:2px solid var(--main-color);
}
.btn.btn-bleu:hover {
    background:var(--main-dark-color);
    border-color:var(--main-dark-color);
}
.btn.btn-trans {
    background:transparent;
    color:#555;
    font-weight:normal;
    border:2px solid #555;
}
.btn.btn-trans:hover {
    background:#555;
    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: all 0.3s;
}
.btn:focus {
    box-shadow:none;
}
.btn.small {
    font-size:14px;
    line-height:30px;
	text-transform:none;
    margin:30px 0 0 0;
    font-weight:normal;
}
.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%;
    font-weight:bold;
    padding:0 0 30px 0;
    margin:0;
    font-size:36px;
	text-align:center;
	color:#333333;
    text-transform: uppercase;
}
h1{
    font-size:60px;
    text-transform: none;
    color:#222;
    padding-bottom:80px;
}
h2:after{
    display:block;
    content:"";
    height:1px;
    width:100px;
    background-color: var(--main-color);
    margin:30px auto;
}
h3{
    font-size: 18px;
    padding-bottom: 5px;
    color: var(--main-color);
    font-style: italic;
    text-transform: none;
    font-weight:normal;
}
h4{
    font-size:22px;
    padding-bottom:15px;
}


/***** 02. 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);
}

/***** 03. 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;
}