/* These styles are used in the backend editor AND in the Theme (frontend) */

/* CSS is provided by the theme itself, and modified by any custom css you add to the theme. */
/* But that CSS is not active when using the backend-editor, so here is a good place to put  */
/* any custom css which should be active in the frontend website and also applied to editor. */
/* The goal is to make the visual editor display as like the final frontend view as possible */
/* so do not forget to configure the TinyMCE styles dropdown with elements to match these.   */

/* Suggested general non-tag-specific visual styles (for all websites) */



@import url('bootstrap/css/bootstrap.css');
@import url('css/responsive.css');
@import url('fontawesome/css/font-awesome.min.css');

@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;
}

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;
}

.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: #111;
    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;
}

#secteur{
    padding: 30px 0 ;
}

#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: 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 {
    background-color:  rgb(211, 64, 49);
}
/***********************
********* 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 > ul > 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 > ul > li {
    position: relative;
    float: left;
    margin-bottom: 0;
    text-align: left;
    margin-right: 49px;
}

.nav-footer .menu > ul > 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 30px 5px;
    background: url(images/icon-loc.png) no-repeat left center;
}
.box-contact .dc-mail {
    padding: 0px 30px 5px;
    background: url(images/icon-mail.png) no-repeat left center;
    line-height: 24px;
}
.box-contact .dc-tel {
    padding: 0px 30px 5px;
    background: url(images/icon-tel.png) no-repeat left center;
    line-height: 24px;
}

.box-contact .dc-fax {
    padding: 0px 30px 5px;
    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 {
    position: relative;
    margin: 0px 0 0px;
    background-color: #2b3889;
}

.site-branding {
    position:relative;
    float: left;
    width: 100%;
}
/* =Menu
----------------------------------------------- */
.hgroup-wrap-right .container{
    border-bottom: 5px solid #FBCB06;
    padding-right: 0px;
    padding-left: 0px;
}
.main-navigation {
    float:left;
    clear: both;
    display: block;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation li a {
    display: block;
    text-decoration: none;
    -moz-transition: all 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: all 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -webkit-transition: all 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: all 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    padding: 16px 38.3px;
    color: #fff;
    line-height: 24px;
    font-family: 'open_sanssemibold';
    font-size: 19px;
}
.main-navigation .nav-menu li.page_item_has_children > a {
    padding: 16px 23px 15px 35px;
}
.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: #FBCB06 !important;
    color: #ffffff !important;
    padding-top: 16px;
    padding-bottom: 15px;       
}

/*.main-navigation .nav-menu > li > a::after {
    content: " ";
    display: block;
    width: 100%;
    height: 14px;
    background: #fcdc18;
    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 {
    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 li.current_page_item > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current-menu-ancestor > a{
    text-align: center;
    padding: 15px;
        padding-bottom: 15px;
    font-family: Raleway;
    font-size: 13px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    height: 55px;
}
/* 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%;
}

.nav-menu > li > a {
    padding: 16px 12px;
    margin: 0;
    color: #fff;
    line-height: 24px;
    display: inline-block;
    font-family: 'open_sanssemibold';
    font-size: 19px;
    position: relative;
}
.nav-menu ul ul li {
    padding-right: 0;
}

.nav-menu > li.page_item_has_children > a {
    padding: 16px 23px 16px 35px;
}

.nav-footer li.page_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;
}
.wpcf7-form input[type="submit"]:hover {
	background-color: rgb(240, 186, 0);
}
.wpcf7-form input[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
::-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;
}