@import url('https://fonts.googleapis.com/css?family=times:100,100i,300,300i,400,400i,700,700i,900,900i');
body{
    font-family: 'times', sans-serif;
    padding: 0;
    margin: 0;
    text-align: justify;
    overflow-x: hidden;
}
header{
    width: 100%;
    z-index: 1000;
    position: fixed;
    top: 0px;
    background: #fff;
}
.no-padding{
    padding: 0 !important;
}
#logo {
    /*width: 13%;*/
    margin-top: 11px;
}
.logo2 {
    margin-top: 12px;
}
.logo2 h2 {
    background: #dd0b1e;
    color: #fff;
    padding: 8px 15px;
    font-size: 14px;
    display: inline-table;
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}
.logo2 img{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 133px;
}
.title {
    margin-bottom: 50px;
}
.navbar {
    min-height: 36px;
}
.navbar-inverse{
    background: #dd0b1e;
    border: none;
    padding: 0px 0px 0px;
    margin-bottom: 0;
    border-radius: 0;
    margin-top: 15px;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #dd0b1e;
}
div#myNavbar {
    /*margin-top: 31px;*/
}
ul.nav.navbar-nav li a {
    color: #fff;
    background-color: #dd0b1e;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    padding: 8px 23px;
}
.dropdown-menu{
    padding: 0;
}
.current_page_item a, .current-menu-parent>a{
    color: #ffffff !important;
    background-color: #dd0b1e !important;    
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff;
    background-color: #dd0b1e;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #111;
    background-color: transparent;
}

.top {
    background: #dd0b1e;
    padding:5px 0;
}
.top a{
    color: #dd0b1e;
    background: #fff;
    margin: 3px;
    border-radius: 58%;
}
.reseau-header span{
    color: #fff;
}
a.face {
    padding: 3px 4px 3px 6px;
}
a.inst {
    padding: 3px 4px 3px 5px;
}
a.twit {
    padding: 3px 1px 3px 4px;
}
.phone{
  color: #fff;
}
#slider{
    margin-top: 192px;
}
.item {
    background-position: center !important;
    background-size: contain !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    height: 71vh;
}
.carousel-indicators .active {
    background-color: #dd0b1e;
}
.carousel-indicators li {
    border: 1px solid #dd0b1e;
}
.center{
    display: flex;
    align-items: center;
}
.inscription {
    float: right;
    text-align: right;
    color: #ffffff;
    background: #dd0b1e;
    padding: 10px;
}
.inscription a {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
}
.inscription i {
    color: #ffffff;
    font-size: 19px;
}
#metier {
    padding: 20px 0;
}
.metier {
    padding: 15px 0;
}
.metier h3{
    color: #111;
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
}
.metier:nth-last-child(5):after{
    display: none;
} 
.metier:last-child:after{
    display: none;
} 
.metier::after{
    content: "";
    width: 2px;
    height: 32%;
    position: absolute;
    background: #dd0b1e47;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.metier1 {
    border: 2px solid #000000;
    display: -webkit-inline-box;
    border-radius: 50%;
    padding: 20px 15px;
    background: #dd0b1e0f;
    transition: all 1.5s;
}
.metier1:hover {
    background: #dd0b1e;
    border: 2px solid #ffffff;
}
img.img1 {
    display: -webkit-inline-box;
}
.metier1:hover .img1 {
    display: none;
}
img.img2 {
    display: none;
}
.metier1:hover .img2 {
    display: -webkit-inline-box;
}
.metier2 {
    display: -webkit-inline-box;
    border-radius: 50%;
    padding: 20px 15px;
    background: #dd0b1e;
}
#conteur h3{
    text-transform: uppercase;
    margin-top: 4px;
    font-size: 19px;
}
#about {
    padding: 60px 0;
    background: #67616117;
}
.about-text1 {
    text-align: center;
}
.about-text1 a {
    background: red;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    margin-top: 25px;
    display: -webkit-inline-box;
}

.p-footer-info{
    font-size: 16px;
    margin-top: 29px;
    width: 86%;
}

.img-res{
    margin-top: 15px;
    margin-left: 7px;
}

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
    background: #42b078;
}

figure.effect-sarah img {
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-sarah:hover img {
    opacity: 0.4;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
    text-align: center;
}

figure.effect-sarah h2 {
    position: relative;
    overflow: hidden;
    padding: 0.5em 0;
}

figure.effect-sarah h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-sarah p {
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*sarah2*/
figure.effect-sarah2 {
    background: #42b078;
}

figure.effect-sarah2 img {
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-sarah2:hover img {
    opacity: 0.4;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-sarah2 figcaption {
    text-align: center;
}

figure.effect-sarah2 h2 {
    position: relative;
    overflow: hidden;
    padding: 0.5em 0;
}

figure.effect-sarah2 h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

figure.effect-sarah2:hover h2::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-sarah2 p {
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

figure.effect-sarah2:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
@media screen and (max-width: 25em) {

    .codrops-header {
        font-size: 75%;
    }

    .codrops-icon span {
        display: none;
    }

}

.grid {
    overflow: hidden;
    margin: 0;
    width: 100%;
    list-style: none;
    text-align: center;
    background: #ed1b24;
}

/* Common style */
.grid figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    margin: -0.135em;
    width: 50%;
    height: 350px;
    background: #111;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    opacity: 0.6;
    object-fit: cover;
    object-position: top center;
    width: 100%;
    height: 350px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    /* height: 100%; */
    transform: translate(-50%, -50%);
    height: 226px;
    overflow: hidden
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    text-shadow: 2px 2px 5px #111;
    font-weight: 400;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
.counter {
    font-size: 35px;
    color: #111;
}
#conteur {
    padding: 64px 0;
}
.conteur img {
    width: 45px;
}
.bg-dark-gray {
    background: black;
    color: #fff;
    padding: 4px 0;
}
#recrutement {
    background: #dd0b1e;
    padding: 19px 0 33px;
    color: #fff;
}
#recrutement .text-left h1{
    font-size: 26px;
}
.post {
    background: #ffffff;
    padding: 14px 28px;
    color: #dd0b1e !important;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: bold;
}
#autre {
    padding: 125px 0;
    background: #67616117;
}
.autre img {
    border: 1px solid #dd0b1e;
}
.autre {
    text-align: center;
}
.text1{
    height: 91px;
    overflow: hidden;
}
.page-head {
    height: 360px !important;
    background-position: bottom;
    background-size: cover;
    margin-top: 194px;
    position: relative;
}
.page-head h1 {
    color: #fff;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-shadow: 2px 3px 1px #111;
    font-weight: bold;
    font-size: 40px;
}
.about{
    margin:5% 0;
}
.img-inside img{
    max-width: 100%;
    height: auto;
    width: 100%;
    object-fit: cover;
}
.metier a{
    text-decoration: none;
}
.tab-pane img {
    margin: auto;
    margin-bottom: 28px;
    height: auto;
    object-fit: cover;
    object-position: center;
    float: left;
    margin-right: 30px;
    width: 50%;
}

.tab-content {
    padding: 15px 40px;
    border: 1px solid #ddd;
    border-top: none !important;
    display: block;
    float: left;
    width: 100%;
}
ul.nav.nav-tabs {
    margin-top: 68px;
}
.nav-tabs > li > a {
    font-size: 16px;
    color:#111;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #dd0b1e;
}
.formulaire input, .wpcf7-select {
    height: 40px;
    border: 1px solid #111;
    padding: 8px 14px;
    margin: 9px 0 0 0;
    width: 100%;
}
.wpcf7-select{
    color: #111 !important;
}
.wpcf7-form-control-wrap {
    position: relative;
}
textarea {
    border: 1px solid #111;
    padding: 14px;
    margin: 10px 0 0 0;
    width: 100%;
    margin-top: 10px !important;
    height: 121px;
}
.wpcf7-submit {
    background-position: center;
    background-size: cover;
    width: 106px !important;
    height: 36px !important;
    color: #ffffff !important;
    float: right;
    background: #111;
}
#contact i {
    font-size: 20px;
    color: #111;
    /* margin-right: 14px; */
    /* width: 26px; */
    display: unset;
    padding-right: 10px;
}
.coordonne .title2 {
    font-size: 30px;
    color: #111;
    text-align: left;
    font-weight: 500;
    margin-bottom: 35px;
    text-transform: uppercase;
    margin-top: 10px;
}
.coordonne span {
    display: inline-table;
    width: 85%;
}
.wpcf7-form-control-wrap {
    margin-top: 10px !important;
}
/*a[title="Partenariat"] {
    color: #000000 !important;
    background-color: #ffffff !important;
}*/
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #dd0b1e;
    outline: 0;
}




ul.dropdown-menu .dropdown-menu {
    left: 157px !important;
    top: -3px;
}


/*Dropdown Css*/
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*./Dropdown Css*/


.lightbox .lb-image {
    width: 800px !important;
    height: auto !important;
}
.lb-outerContainer {
    width: 800px !important;
    height: auto !important;
}
.photo_plus img {
    height: 205px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin-top: 30px;
}
span.blog-date {
    width: 190px;
    background: #0872b7;
    display: block;
    text-align: center;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    bottom: -30px;
    position: absolute;
    left: 0;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 100;
}
.blog-img img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    object-position: top;
    padding: 0 5px 0 12px;
    border: 1px solid #0872b747;
}

.img-responsive{
    max-width: 60%;
}

.btn-get-started{
    color: #fff;
    font-size: 18px;
    border: 1px solid #f00;
    background: red;
    padding: 14px;
    padding-left: 25px;
    padding-right: 25px;
    margin: auto;
    display: table;
}
.btn-get-started:hover{
    background: #be1e2d00;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}


}

