/*
Theme Name: Avero theme
Tags: responsive, white, bootstrap
*/

@import url('bootstrap/css/bootstrap.css');
@import url('css/responsive.css');
@import url('fontawesome/css/font-awesome.min.css');
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,700,300,500);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(http://fonts.googleapis.com/css?family=Lato:400,100,300,700,900);
@import url(https://fonts.googleapis.com/css?family=Grand+Hotel);
@import url(https://fonts.googleapis.com/css?family=Playball);

@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/opensans-semibold-webfont.woff2') format('woff2'),
        url('fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.woff2') format('woff2'),
        url('fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light-webfont.woff2') format('woff2'),
        url('fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light-webfont.woff2') format('woff2'),
        url('fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.woff2') format('woff2'),
        url('fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotomedium';
    src: url('fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*************************
*******Typography******
**************************/
body {
    background: #fff;
    font-family: 'open_sansregular', sans-serif;
    font-size:14px;
    color: #727272;
    line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'robotoregular', sans-serif;
    color:#4e4e4e;
}

h1{
   /* font-size: 36px;
    color: #0017a7;
    text-transform: uppercase;*/
    text-transform: uppercase;
    color: #019cdc;
    font-size: 30px;
    font-weight: bold;
}

h2{
    font-size: 30px;
    color: #505050;
    text-transform: uppercase;
}

h3{
    font-size: 25px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}

h4{
    font-size: 19px;
    font-family: "robotomedium" , sans-serif;
    color: rgb(120, 121, 129);
    text-transform: uppercase;
}

a {
    color: #0f1a5d;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition:  color 300ms, background-color 300ms;
    transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
    color: #525252;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

 .image-left, .image-right {
 float: none;
 margin: 15px auto;
 display: table;
 max-width: 100%;
}

.image-right {
	padding:5px;
	float: right;
	margin: 14px 0px 10px 15px;
	background:#fff;
	border: 1px solid #cfcfcf;
}
.image-left {
	padding:5px;
	float: left;
	background:#fff;
	margin:14px 15px 10px 0;
	border: 1px solid #cfcfcf;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

.btn-primary {
    padding: 8px 20px;
    background: #0f1a5d;
    color: #fff;
    border:none;
    margin-top: 10px;
}

.btn-primary:hover, 
.btn-primary:focus{
    background: #080f40;
    outline: none;
    box-shadow: none;
} 

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}

.center h2{
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}

.media>.pull-left{
    margin-right: 20px;
}

.media>.pull-right{
    margin-left: 20px;
}

#content article ul  , #wpc-col-2 ul{
	padding: 3px 0px 10px 17px;
	margin:0;
	list-style: none;
}
#content article ul li , #wpc-col-2 ul li{
	padding: 0px 0px 1px 18px;
	list-style: none;
	background: url(images/icon-list01.png) no-repeat left 4px;
}
#content article ul li li {
	background: url(images/icon-list02.png) no-repeat left 7px;
	padding: 0px 0px 0px 10px;
}
#content article ol {
	padding: 5px 0px 5px 35px;
	list-style: decimal-leading-zero;
}
#content article ol li {
	padding: 0px 0px 5px 5px;
	list-style: decimal-leading-zero;
}

/*.entry-content{
    margin-bottom: 20px;
}*/

#presentation{
    margin-top: 30px;
}
.content-presentation{
    text-align: center;
}
.content-presentation h2{
    color: #223295;
    padding-bottom: 10px;
}
.content-presentation p{
    color: #6E6F77;
}

.line{
    text-align: center;
}

#secteur{
    padding: 30px 0 ;
}

.line .button-features{
    float: none;
    color: #fff;
    padding: 7px 15px;
    background-color: #172575;
}

.line .button-features:hover{
    background-color: #091141;
}


#features{
    padding: 0px 0px 30px ;
}

body > section {
    padding: 30px 0 !important;
}

.center {
    text-align: center;
    padding-bottom: 55px;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.lead{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}


/*************************
*******Header******
**************************/
#header{
    background-color: #ffffff;
    color: #0f1a5d;
}



.top-bar {
    padding: 10px 0;
    background: #ffffff;
    line-height: 28px;
}

/*************************
*******Home Page******
**************************/
.main-logo-2{
    float: right;
	margin-top: 0px;
  /*   margin-top: 27px; */
}

#main-slider {
    position: relative;
}

.no-margin {
    margin: 0;
    padding: 0;
}

#main-slider .carousel .carousel-content {
    margin-top: 150px;
}

#main-slider .carousel .slide-margin{
    margin-top: 140px;
}

#main-slider .carousel h2 {
    color: #fff;
}

#main-slider .carousel .btn-slide {
    padding: 8px 20px;
    background: #c40000;
    color: #fff;
    border-radius: 4px;
    margin-top: 25px;
    display: inline-block;
}

#main-slider .carousel .slider-img{
    text-align: right;
    position: absolute;
}


#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 500px;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}

#main-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}

#main-slider .prev,
#main-slider .next {
    position: absolute;
    top: 50%;
    background-color: #0f1a5d;
    color: #fff;
    display: inline-block;
    margin-top: -25px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
    background-color: #000;
}

#main-slider .prev {
    left: 10px;
}

#main-slider .next {
    right: 10px;
}

#main-slider .carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin: 0 15px 0 0;
    position: relative;
}

#main-slider .carousel-indicators li:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #FFF;
    left: -3px;
    top: -3px;
}

#main-slider .carousel-indicators .active{
    width: 20px;
    height: 20px;
    background-color: #0f1a5d;
    margin: 0 15px 0 0;
    border: 1px solid #0f1a5d;
    position: relative;
}

#main-slider .carousel-indicators .active:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #0f1a5d;
    border: 1px solid #0f1a5d;
    left: -3px;
    top: -3px;
}

#main-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}


.boxs{
    height: 70px;
    font-size: 22px;
    font-family: "open_sanssemibold";
    color: rgb(255, 255, 255);
    padding: 24px 20px 24px 14px;
    width: 100%;
    float: left;
    position: relative;
}

.boxs:hover , .boxs:focus , .boxs:active{
    color: #fff;
}

.boxs.box1{
    background-color: #d8bb0b;
    padding: 24px 20px 24px 25px;
}

.boxs.box2{
    background-color: #e94c3c;
    padding-left: 30px;
}

.boxs.box3{
    background-color: #8ec04d;
    padding-left: 11px;
}

.boxs.box4{
    background-color: #0f1a5d;
    padding-left: 90px;
}

.activity:hover .boxs.box1 {
    background-color: #bfa400;
}

.activity:hover .mjs-buttons.button1 {
    background-color: #d8bb0b;
}

.activity:hover .boxs.box2 {
    background-color: #d34031;
}
.activity:hover .mjs-buttons.button2 {
    background-color: #e94c3c;
}
.activity:hover .boxs.box3 {
    background-color: #79a73d;
}
.activity:hover .mjs-buttons.button3 {
    background-color: #8ec04d;
}

.activity:hover .boxs.box4 {
    background-color: #091141;
}
.activity:hover .mjs-buttons.button4 {
    background-color: #0f1a5d;
}
.mjs-buttons{
    height: 70px;
    width: 35px;
    position: absolute;
    background-color: #bfa400;
    margin-top: -24px;
    top: 24px;
    right: 15px;
    font-size: 0px;

}

.mjs-buttons.button1{
    background: #bfa400 url("images/icon-next.png") no-repeat scroll center center;
}

.mjs-buttons.button2{
    background: #d34031 url("images/icon-next.png") no-repeat scroll center center;
}

.mjs-buttons.button3{
    background: #79a73d url("images/icon-next.png") no-repeat scroll center center;
}

.mjs-buttons.button4{
    background: #091141 url("images/icon-next.png") no-repeat scroll center center;
}

/***********************
********* Features ******
************************/

/*.boxs-image.box1{
    width: 360px;
    height: auto;
    position: relative;
    display: block;
}*/

.boxs-image a.highslide {
    display: block;
    overflow: hidden;
    text-decoration: none;
    background: #000941;
}

a.highslide img {
    border: 0;
    display: block;
    cursor: pointer !important;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}


a.highslide:hover img {
    opacity: 0.3;
    -ms-transform: rotate(5deg) scale(1.2);
    -webkit-transform: rotate(5deg) scale(1.2);
    transform: rotate(5deg) scale(1.2);
}

a.highslide::after {
    content: "+";
    position: absolute;
    top: 50%;
    margin-top: -23px;
    left: 50%;
    margin-left: -23px;
    width: 46px;
    height: 46px;
    border: 2px solid #CCC;
    box-sizing: border-box;
    color: #CCC;
    font-family: Arial;
    line-height: 42px;
    font-size: 24px;
    border-radius: 50%;
    -ms-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.content-features{
    position: relative;
    float: left;
    width: 100%;
}

.button-features{
    position: relative;
    float: left;
    height: 35px;
    width: 125px;
    background-color: rgb(233, 76, 60);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 7px 5px;
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
}

.button-features a{
    color: #fff;
}

.button-features:hover ,.button-features:focus , .button-features:active {
    background-color:  rgb(211, 64, 49);
    color: #fff;
}
/***********************
********* Footer ******
************************/

/* =Menu footer
----------------------------------------------- */

#bottom {
    background: #0f1a5d;
    font-size: 16px;
    color: #7b7b7b;
    font-family: Roboto;
    font-weight: 300;
    line-height: 18px;
    padding: 25px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/*#bottom h3*/
.nav-footer .menu > li > a{
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'open_sanslight';
    font-size:18px;
    color: #fff !important;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
}

.nav-footer .menu > li {
    position: relative;
    float: left;
    margin-bottom: 0;
    text-align: left;
    margin-right: 49px;
}

.nav-footer .menu  > li:last-child {
    margin-right: 0px;
}

#bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#bottom ul > li {
padding: 0px 0 5px;
}
 
#bottom ul li {
    display: block;
    padding: 5px 0;
}

#bottom ul li a {
    color: #b9bdd6;
}

#bottom ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

#bottom .widget.last {
    margin-right: 0px;
}

.logo-footer {
    position: relative;
    float: left;
}

#footer {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #b9bdd6;
    background: #0f1a5d;
}

#footer a {
    color: #b9bdd6;
}

#footer a:hover {
    color: #fff;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #7b7b7b;
}

#footer ul > li {
    display: inline-block;
    margin-left: 25px;
}
#footer ul > li:first-child {
    margin-left: 0px;
}
.fa.fa-twitter {
    color: #fff;
}
.fa.fa-facebook{
    color: #fff;
}
.fa.fa-google-plus{
    color: #fff;
}
.fa.fa-pinterest{
    color: #fff;
}
a:hover .fa.fa-twitter {
    color: #b9bdd6;
}
a:hover .fa.fa-facebook{
    color: #b9bdd6;
}
a:hover .fa.fa-google-plus{
    color: #b9bdd6;
}
a:hover .fa.fa-pinterest {
    color:#b9bdd6;
}
.box-contact{
    position: relative;
    float: left;
    text-align: left;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
}
.box-contact .dc-adress {
    padding: 0px 0px 5px 30px;
    background: url(images/icon-loc.png) no-repeat left center;
}
.box-contact .dc-mail {
    padding: 0px 0px 5px 30px;
    background: url(images/icon-mail.png) no-repeat left center;
    line-height: 24px;
}
.box-contact .dc-tel {
    padding: 0px 0px 5px 30px;
    background: url(images/icon-tel.png) no-repeat left center;
    line-height: 24px;
}

.box-contact .dc-fax {
    padding: 0px 0px 5px 30px;
    background: url(images/icon-fax.png) no-repeat left center;
    line-height: 24px;
}

.box-contact .dc-mobile {
    padding: 0px 30px 5px;
    background: url(images/icon-mobile.png) no-repeat left center;
    line-height: 24px;
}

.social{
    margin-top: 0px;
    text-align: right;
}

.hgroup-wrap-right {
    margin: 0px 0 0px;
    background-color: #231F20;
    border: 0px;
    position: relative;
    left: 0px; 
}

.site-branding {
    position:relative;
    float: left;
    width: 100%;
}
/* =Menu
----------------------------------------------- */
.menu{
    margin-top: 7px !important;
}
.hgroup-wrap-right .container{
    border-bottom: 9px solid #FBCB06;
    width: auto;
   /* height: 55px;*/
}
.main-navigation {
    float:left;
    clear: both;
    display: block;
    padding-top: 92px;
}
.main-navigation ul {
    list-style: none;
    margin: 8px;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
    margin-bottom: -8px;
   /* margin-left:  -50px;*/
}
.main-navigation li a {
    text-align: center;
    padding: 15px;
    font-family: Raleway;
    font-size: 13px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    height: 55px;
}

.main-navigation .menunav-menu li.menu-item-has-children > a::before {
    color: #fff;
    content: "\f107";
    font-family: fontawesome;
    font-size: 18px;
    position: absolute;
    right: 15px;
    height: 55px;
}
.main-navigation li:hover{
    visibility: inherit;
}
.main-navigation ul ul {
    display:none;
    float: left;
    position: absolute;
    left: 0;
    z-index: 99999;
    top: 60px;
}
.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}
.main-navigation ul ul a {
    width: 170px;
    background-color: #fff;
    padding: 6px 10px;
    border-right: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    color: #0f1a5d;
    text-align: center;
    overflow: hidden;
    line-height: 22px;
    font-family: 'robotoregular';
    font-size: 16px;
    transition: all 0s ;
}

.main-navigation li:hover > a {
  /*  background-color: #3645a2;
    color: #fff; */
    padding-top: 16px;
    padding-bottom: 15px;      
     text-align: center;
    padding: 15px;
    font-family: Raleway;
    font-size: 13px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

/*.main-navigation .nav-menu > li > a::after {*/
/*.main-navigation .menunav-menu > li > a::after {
    content: " ";
    display: block;
    width: 100%;
    height: 14px;
    background: #FBCB06;
    position: absolute;
    left: 0;
    bottom: -6px;
    transform: scaleX(0);  
    -moz-transition: transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out;
    -webkit-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    opacity: 0;
}*/
.main-navigation li.current_page_item > a::after, 
.main-navigation li.current-menu-item > a::after, 
.main-navigation li.current-menu-ancestor > a::after,
/*.main-navigation .nav-menu > li:hover > a::after */
.main-navigation .menunav-menu > li:hover > a::after
{
    opacity: 1;
    transform: scaleX(1);
}
.main-navigation ul ul li:hover a {
    border-bottom: 1px solid #DFDFDF;
    padding-top: 6px;
    padding-bottom: 6px;
}
/*.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}*/

.main-navigation li.page_item_has_children a .nav-arrow {
    margin-left: 5px;
    margin-right: 0;
}

.main-navigation ul li:hover > ul {
    display: block;
}

.main-navigation ul ul li.current_page_item > a,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current-menu-ancestor > a{
    padding-bottom: 6px;
}

/* Small menu */
.sub-toggle{
    display: none;
}
.menu-toggle {
    display: none;
    cursor: pointer;
}
/* =Navigation
----------------------------------------------- */
.site-main [class*="navigation"] {
    margin: 0 0 1.5em;
    overflow: hidden;
}
[class*="navigation"] .nav-previous {
    float: left;
    width: 50%;
}
[class*="navigation"] .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.menunav-menu > li > a{
/*.nav-menu > li > a {*/
   /* padding: 16px 38.3px;
    margin: 0;
    color: #fff;
    line-height: 24px;
    display: inline-block;
    font-family: 'open_sanssemibold';
    font-size: 19px;
    position: relative;*/
    text-align: center;
    padding: 15px;
    padding-bottom: 15px;
    font-family: Raleway;
    font-size: 13px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    height: 55px;
}

/*.nav-menu ul ul li {*/
.menunav-menu  ul ul li{
    padding-right: 0;
}

.nav-footer li.menu-item-has-children a .nav-arrow {
    display: none;
}
/* =FEATURED SLIDER
----------------------------------------------- */
.slider-image-wrap img{
    width: 100%;
}
#slider-text-box {
    color: #ffffff;
}
.slider-content {
    font-size: 14px;
}
#featured-slider {
    position: relative;
}
.slider-text-wrap {
    position: absolute;
    bottom: 15%;
    left: 5%;
}
.wide .slider-text-wrap {
    left: 15%;
}
#slider-title {
    font-size: 24px;
    margin-bottom: 8px;
}
#slider-title a {
    color: #FFFFFF;
    padding: 10px 13px;
    line-height: 1.2;
    background: #ED564B;
}
#slider-content {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    padding: 12px;
    display: inline-block;
    max-width: 40%;
    color: #777777;
}
.slider-wrap {
    position: relative;
}
.slider-wrap .displayblock {
    display: block;
}
.slider-wrap .displaynone {
    display: none;
}

/* =SLIDER CONTROLLERS
----------------------------------------------- */
#controllers {
    bottom: 15px;
    line-height: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
#controllers a {  
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin: 0 15px 0 0;
    position: relative;
    display: inline-block;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}


#controllers a:hover, #controllers a.active {
    color: #0f1a5d; 
    width: 20px;
    height: 20px;
    background-color: #0f1a5d;
    margin: 0 15px 0 0;
    border: 1px solid #0f1a5d;
    position: relative;
}

/* =SCROLL UP
----------------------------------------------- */
a#scroll-up {
	bottom: 20px;
	position: fixed;
	right: 20px;
	display: none;
	background-color: #FBDC17;
	opacity: 0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	padding: 9px 16px;
	border-radius: 2px;
	font-size: 16px;
}
a#scroll-up i {
	color: #FFFFFF;
}
a#scroll-up:hover {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
/* =WIDGET
----------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}
.widget-home {
	margin-bottom: 45px;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
.widget-title {
	color: #2C2C2C;
	padding-bottom:15px;
	font-size: 20px;
	font-size: 18px;
}
.widget ul li a {
    color: #909294;
}
.widget ul li a:hover {
    color: #ED564B;
}
.widget .clients img {
	border: 1px solid #cccccc;
}
.widget ul li a:before{
	font-family: fontawesome;
	content: "\f105";
	padding-right: 5px;
}
.widget ul li a:hover:before {
	color: #ED564B;
}
.widget-wrap {
	padding-top: 32px;
}
#colophon .widget-title {
	color: #e0e0e0;
    text-transform: uppercase;
    padding-bottom: 15px;
}
#colophon .widget a {
	color: #909294;
}
#secondary .widget-title span, #colophon .widget-title span {
	border-bottom: 2px solid #ED564B;
	text-transform: uppercase;
    padding-bottom: 4px;
}
#colophon .widget > ul > li, #colophon div > ul > li {
    border-bottom: 1px dotted #777;
}
#colophon .widget ul li {
	margin-bottom: 4px;
	line-height: 2;
}
#colophon .widget ul li ul li {
	margin-bottom: 0
}


/* =CONTACT STRUCTURE
----------------------------------------------- */
address > div{
    margin-bottom: 10px;
}
.sous-title{
    text-align: center;
    margin-bottom: 20px;
}
.adresse span{
    color: #0017a7;
    text-transform: uppercase;
}

.adress-titre {
    color: #2b3889;
    text-transform: uppercase;
}

.wpcf7-form label{
    width: 100%;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form textarea,
.wpcf7-form button[type="submit"] {
	font:400 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form textarea {
        border: 1px solid #d6d6d6;
        background-color: #f5f5f5;
        color: #6c6b6b;
        font-size: 14px;
        width: 100%;
        opacity: 1;
        line-height: 28px;
        padding: 10px;
}
.wpcf7-form textarea {
    height: 120px;
    margin-bottom: 35px;
}

.wpcf7-form input[type="submit"] {
	/*cursor:pointer;
	border:none;
	background:rgb(206, 160, 0);
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
        float: right;
        padding: 10px 30px;
        text-transform: uppercase;*/
        cursor: pointer;
        border: none;
        background: #303555;
        color: #FFF;
        margin: 0 0 5px;
        padding: 10px;
        font: 400 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wpcf7-form input[type="submit"]:hover {
	background-color: rgb(240, 186, 0);
}
.wpcf7-form input[type="submit"]:active {
	background-color: #e00016;
}
::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}


/*************************
********* Contact Us CSS ******
**************************/

.gmap-area {
  background-image: url("images/map.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
}

.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 330px;
  width: 330px;
}

.gmap{
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 350px;
    width: 350px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
  list-style: none; 
  margin-top: 35px;
}

.gmap-area .map-content address h5{
  font-weight: 700;
  /* font-size: 16px; */
}

#contact-page{
  padding-top: 0;
}

#contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#f2f2f2;
  box-shadow: none;
}

textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

.adress-color.adr1 a{
    color: #777;
    text-decoration: underline;
}

.adress-color.adr1 a:hover{
    color: #0F1A5D;
}
/*************************
********* wp-catalogue CSS ******
**************************/

.wp-catalogue-breadcrumb a{
    color: #777;
    font-weight: normal;
    font-size: 13px;
}

article{
    min-height: 100px;
}

.content-attestation{
    display: block;
    margin: 10px auto;
    width: 100%;
    text-align: center;
}
.link-attestation{
    position: relative;
    float: none;
}

.img-attestation{
    height: 320px;
    margin: 10px;
border: 1px solid #dadada;
}

#post-24,#post-60,#post-28,#post-32,#post-30{
    margin-bottom: 30px;
}

#dashboard_primary{
    visibility: hidden !important;
}

.copyright{
    line-height: 24px;
    font-size: 12px;
    margin-top: 8px;
}

.copy:hover{
    color:#d8bb0b !important ;
}

.wpc-product img {
    margin: 0 auto !important;
    display: block !important;
    position: relative !important;
    width: auto;
    height: 100%;
}

.product-img-view img,.wpc-product-img img {
    margin: 0 auto !important;
}
.wpc-product-img img {
    margin: 0 auto !important;
    display: block !important;
    position: relative !important;
    width: auto;
}

.demarcheur a:before{
    font-family: fontawesome;
    content: "\f007";
    color: #fff;
    font-size: 22px;
}

.menunav-menu > li.demarcheur > a{
    color: #2b3889;
}

.main-navigation li.demarcheur:hover > a {
    color: #3645a2;
}

.moduleEnglish {
    font-size: 14px;
    border-left: 6px solid rgb(226, 224, 224);
    background-color: rgba(247, 247, 247, 0.36);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}
.label-sat {
    background-color: #9E9E9E;
    padding-left: 10px;
    padding-right: 10px;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
        padding-right: 0.6em;
        padding-left: 0.6em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
img {
    max-width: 100%;
    display: block;
}
.font1 {
    font-family: Raleway Light;
    font-size: 18px;
    color: #272626;
    padding-bottom: 2%;
}
p {
    margin: 0 0 10px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.module-title4P{
    line-height: 29px;
margin: 0 0 15px 0;
font-family: Raleway;
border-bottom: 2px solid #D32F2F;
font-weight: normal;
padding-bottom: 4px;
font-size: 20px;
color: #337ab7;
padding-top: 20px;
}
.btn-next {
    background: #D32F2F;
    border-radius: 0px;
    color: #fff;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    height: 10px;
    font-family: Raleway;
    font-size: 12px;
}
.header2 {
    background: #BAB4B7;
    padding-top: 55px;
    padding-bottom: 4%;
}
.font4 {
    font-family: Perputua;
    font-size: 44px;
    color: #ffffff;
    left: 18.5%;
    top: 1%;
}
.font-titre {
    border-bottom: 1.5px solid #0c0c0c;
}
.description1 {
    padding-top: 38px;
    color: white;
    font-family: Perpetua;
    font-size: 21px;
}
.padding-top18 {
    padding-top: 18px;
}
padding-top10 {
    padding-top: 10px !important;
}
#color1 {
    color: white;
    border: 2px solid white;
    background: #353535;
    font-size: 11px;
    padding: 5px 10px 5px 10px;
}
.description-produit {
    color: #aaa;
    font-size: 14px;
    font-family: Raleway Medium;
    text-align: justify;
    padding-bottom: 20px;
    border-bottom: 1px dotted #aaa;
}
.font6 {
    color: white;
    font-style: italic;
    font-family: Perpetua;
    font-size: 36px;
}
.description2 {
    padding-top: 61px;
    color: white;
    font-family: Perpetua;
    font-style: italic;
    font-size: 21px;
}
.style-ligne {
    padding-top: 55px;
    padding-left: 2%;
}
.ligne_verticale {
    border-left: 1px solid #d4d4d4;
    height: 64px;
    position: absolute;
    margin-top: 12%;
}
.font3 {
    font-family: Raleway Thin;
    font-size: 48px;
    color: #848484;
    padding-top: 50px;
    background-color: #fff;
}
.style-hr1 {
    width: 50%;
    size: 4;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 1px solid #eee;
}
.fontPresentation {
    font-family: Raleway;
    font-size: 15px;
    color: #908A8A;
    padding-bottom: 2%;
    line-height: 25px;
    text-align: justify;
    margin-top: -28px;
}
.module-title4 {
    line-height: 29px;
    /*margin: 15px;*/
    padding: 20px;
   /* margin: 0px 10px 0 15px;*/
    font-family: Raleway;
    border-bottom: 1px solid #FBCB06;
    font-weight: normal;
    padding-bottom: 4px;
    font-size: 24px;
    color: #ffffff;
    width: 260px;
}
.module-title2P {
    line-height: 29px;
    /*margin: 15px;*/
    padding: 20px;
   /* margin: 0px 10px 0 15px;*/
    font-family: Raleway;
    border-bottom: 1px solid #FBCB06;
    font-weight: normal;
    padding-bottom: 4px;
    font-size: 24px;
    color: #ffffff;
    width: 100%;
}
#icon_footer{
    list-style-type: square;
    padding-left: 0px;
    width: 25px;
    margin-right: 10px;
    text-align: center;
    color: white;
    color: #FBCB06;
      }
.font-adresse {
    font-size: 12px;
    color: #ffffff;
}
ul {
  list-style: none
}
a {
  text-decoration: none
}
.generic-anchor {
    color: #8DB9ED;
    &:visited {
        color: #8DB9ED;
    }
    &:hover {
        color: #ccc;
    }
}
.flex-rw {
 display: flex;
  flex-flow: row wrap; 

  /*padding: 0px 50px 0px 0px;*/
}
main {
  flex: 1 1 auto; 
  display: flex;
  align-items: center;
  justify-content: center;
  font: 10em "Oswald", sans-serif;
  color: rgb(155,155,155);
  line-height: 1
}
footer {
  margin-top: auto;
  width: 100%;
  background: #231F20;
  font-family: 'Open Sans',sans-serif;

}
.footer-list-top {
  width: 25%
}
.footer-list-top > li {
  text-align: center;
  padding-bottom: 10px;
  color: #ddd;
  font-size: 12px;
  text-align: justify;
  color: #ffffff;
  font-family: Raleway Medium;
}
.footer-list-header {
  padding: 10px 0 5px 0;
  color: #fff;
  font: 2.3vw "Oswald", sans-serif
}
.footer-list-anchor {
  font: 1.3em "Open Sans", sans-serif
}
.footer-social-section {
  width: 100%;
  align-items: center;
  justify-content: space-around;
  position: relative;
  margin-top: 5px;
}
.footer-social-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  border-top: 1px solid #ccc;
  width: calc(100% - 20px)
}
.footer-social-overlap {
  position: relative;
  z-index: 2;
  background: rgb(55,55,55);
  padding: 0 20px
}
.footer-social-connect {
  display: flex;
  align-items: center;
  font: 3.5em "Oswald", sans-serif;
  color: #fff
}
.footer-social-small {
  font-size: 0.6em;
  padding: 0px 20px
}
.footer-social-overlap > a {
  font-size: 3em
}
.footer-social-overlap > a:not(:first-child) {
  margin-left: 0.38em
}
.footer-bottom-section {
 /* width: 100%;
  padding: 10px;
  border-top: 1px solid #ccc;
  margin-top: 10px*/
 background-color: #fff;
 width: 100%;
}
.footer-bottom-section > div:first-child {
  margin-right: auto
}
.footer-bottom-wrapper {
  font-size: 1.5em;
  height: 10px;
  color: #7c7e8e;
  font-family: Raleway Light;
  font-size: 12px;
  text-align: center;
}
.footer-address {
  display: inline;
  font-style: normal;
  height: 10px;
  color: #7c7e8e;
  font-family: Raleway Light;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .footer-list-header {
    font-size: 2em
  }
  .footer-list-anchor {
    font-size: 1.1em
  }
  .footer-social-connect {
    font-size: 2.5em
  }
  .footer-social-overlap > a {
    font-size: 2.24em
  }
  .footer-bottom-wrapper {
    font-size: 1.3em
  }
}
@media only screen and (max-width: 568px) {
  main {
    font-size: 5em
  }
 /*.module-title2P {
   width: 100%;
  }*/
  .footer-list-top {
   /* width: 100%*/
   width: 89%;
  }
  .footer-list-header {
    font-size: 3em;
  }
  .footer-list-anchor {
    font-size: 1.5em
  }
  .footer-social-section {
    justify-content: center
  }
  .footer-social-section::after {
    top: 25%
  }
  .footer-social-connect {
    margin-bottom: 10px;
    padding: 0 10px
  }
  .footer-social-overlap {
    display: flex;
    justify-content: center;
  }
  .footer-social-icons-wrapper {
    width: 100%;
    padding: 0
  }
  .footer-social-overlap > a:not(:first-child) {
    margin-left: 20px;
  }
  .footer-bottom-section {
    padding: 0 5px 10px 5px
  }
  .footer-bottom-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 10px
  }
}
@media only screen and (max-width: 480px) {
  .footer-social-overlap > a {
    margin: auto
  }
  .footer-social-overlap > a:not(:first-child) {
    margin-left: 0;
  }
  .footer-bottom-rights {
    display: block
  }
}
@media only screen and (max-width: 320px) {
    .ligne_verticale{visibility: hidden}
    #color1{
    font-size: 0.6em;
    }
    h4{
        font-size: 20px !important;
    }
   .bx-wrapper .bx-caption span ,.bottom-box,h1 {
  
    /*font-size: 0.7em;*/
    font-size: small;
}
  .footer-list-header {
    font-size: 2.2em
  }
  .footer-list-anchor {
    font-size: 1.2em
  }
  .footer-social-connect {
    font-size: 2.4em
  }
  .footer-social-overlap > a {
    font-size: 2.24em
  }
  .footer-bottom-wrapper {
    font-size: 1.3em
  }
}
#post-34 h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    color: #272626;
}
#post-34 label{
    cursor: pointer;
    color: #303555;
    display: block;
    margin: 5px 0;
    font-weight: 900;
}
#wpforms-799-field_3,#wpforms-799-field_1,#wpforms-799-field_4,#wpforms-799-field_2{
    font: 400 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#wpforms-799-field_2{
    width: 60%;
}
.adresse {
    color: red;
    display: block;
    font-size: 30px;
    line-height: 29px;
    margin: 0 0 15px 0;
    padding-bottom: 4px;
    font-family: Raleway;
    font-weight: bold;
    padding-top: 24px;

}
.adress-color {
    color: #272626;
    font-size: 12px;
}
.ligne_verticale {
    border-left: 1px solid #d4d4d4;
    height: 64px;
    position: absolute;
    margin-top: 12%;
}
.lien_acier a {
    list-style: none;
    text-decoration: none;
    color: #908A8A;
}
.liStyle {
    color: #FF4800;
    font-size: 14px;
    font-weight: bold;
}
.lien_acier a:hover {
    color: #111;
}
