@import url('https://fonts.googleapis.com/css?family=Roboto');
*{
	padding: 0;
	margin: 0;
}
body{
    font-family: 'Roboto', sans-serif;
	padding: 0;
	margin: 0;
	text-align: justify;
    overflow-x: hidden;
}
header{
	width: 100%;
	height: 120px;
	z-index: 1000;
    position: fixed;
    top: 0px;
    background: #f6f6f6;
}
#logo{
    position: absolute;
    z-index: 999999;
    box-shadow: 0px 0px 10px #c7c3c0;
}
a:hover{
    text-decoration: none;
}
#myCarousel .item{
    height: 80vh;
}
.item img{
    object-fit: cover;
}
.nav-tabs li{
    float: right;
}
.nav-tabs > li > a {
    border: none;
    border-radius: 4px 4px 0 0;
    background: #f3f5f9;
    margin: 0;
}
.tab-content ul{
    margin-left: 35px;
}
.nav-tabs{
    border: none;
}
.tab-content{
    padding: 40px;
}
.tab-content, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #e7ecf2;
    border-color: #e7ecf2;
    margin: 0;
}
#about{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#about ul{
    margin-left: 35px;
}
.text{
    padding: 30px;
}
.acroche{
    position:  absolute;
    right:  15px;
    bottom: 0;
    color:  #fff;
    font-size:  17px;
    text-transform: unset;
    margin-bottom: 2px;
}
.text-acroche{
    height: 100%;
    float:  left;
    margin-top: 25%;
}
#about a:hover{
    color:#fff;
}
.no-padding{
    padding: 0 !important;
}
.navbar{
    margin-bottom: 0;
    text-align: center;
    border-radius: 0;
    background: #2ca436;
}
.navbar-inverse{
    border-color:transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #49b752;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding:14px 35px;
    text-transform: uppercase;
    font-weight: normal;
}
.carousel-control.left, .carousel-control.right{
    background: none;
}
.langues.dr {
    float: right;
}
.carousel-caption{
    left: 0;
    /* background: #2ca43699; */
    width: 45%;
    padding: 20px;
    bottom: 39%;
}
.carousel-caption a{
    text-decoration: none;
}
.carousel-caption h3{
    font-size: 30px;
    text-transform: uppercase;
    text-align: left;
    margin-left: 31%;
    border-left: 10px solid #2ca436 !important;
    padding-left: 17px;
    text-shadow: 2px 2px 4px #111;
}
.dr li {
    float: left;
    margin-left: 11px;
    list-style: none;
}
.middle-header {
    margin-top: 15px;
}
#consultation {
    padding: 2px;
    margin-top: 25px;
}
.reseau-header .fa{
   float: right;
    margin: 0 0 4px 10px;
    font-size: 17px;
    color: #0c437f;
}
.reseau-header{
    margin-top: 14px;
}
.about-text img {
    max-width: 100%;
}
.text-center.apropos {
    font-size: 17px;
    text-align: justify;
     /*padding: 0 70px; */
     margin: 0px;
}
.about-text li {
    margin-left: 65px;
    font-size: 15px;
    list-style: square;
}
.but {
    background: #2ca436;
    padding: 7px 15px;
    color: #FFF;
    font-size: 15px;
}
.blueline {
    width: 100px;
    margin: 10px auto 20px auto;
    border: 2px solid #2ca436;
}
.redline {
    width: 40px;
    border: 3px solid #c8c8ca;
    margin: -3px auto;
}
#map1{
    background-image: url('../images/map-back.jpg');
    position: relative;
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
}
#map1 .title, #map1 p{
    color: #fff;
    position: relative;
}
#map1 p {
    padding: 50px;
    max-width: 50%;
    margin: auto;
}
.btn-info, .btn-info:focus, .btn-info.focus, .btn-info:hover, .btn-info:active:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.filter{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: #11111182;
    bottom: 0;
}
#societe {
    background-color: #f8f9f9;
}
#societe .carousel-indicators li:nth-child(1){
    background-image: url(../images/MSS.png);
}
#societe .carousel-indicators li:nth-child(2){
    background-image: url(../images/bts.png);
}
#societe .carousel-indicators li:nth-child(3){
    background-image: url(../images/own.png);
}
#societe .carousel-indicators li:nth-child(4){
    background-image: url(../images/Unireef.png);
}
#societe .carousel-indicators .active{
    width: 80px;
    height: 80px;
    margin: 0;
    background-position: center;
    background-size: contain !important;
    background-repeat: no-repeat;
    /* background-color: rebeccapurple; */
    border-radius: 50%;
    border: 4px solid #2ca436;
    box-shadow: 0px 0px 30px #2ca436;
}
#societe .carousel-indicators li {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 4px solid #2ca436;
    background-position: center;
    background-size: contain !important;
    background-repeat: no-repeat;
    border-radius: 50%;
}
#societe .carousel-caption{
    width: 100% !important;
    padding: 20px 0;
}
#societe .carousel-inner {
    padding: 189px 150px 150px 150px;
}
#societe .carousel-caption h1{
    float: left;
    display: inline;
    text-align: left;
}
#societe .carousel-caption h2{
    font-size: 14px;
    /* float: right; */
    text-align: justify;
    color: #134380;
    padding: 0 0 0 30px;
    /* float: right; */
    /* background: rebeccapurple; */
    display: -webkit-box;
    line-height: 26px;
    text-shadow:none;
    margin-top: 48px;
}
iframe{
    border: none;
}
#contact {
    position: relative;
    background-color: #071d37;
    border-bottom: 1px solid;
    padding: 0;
}
#contact .title{
    color:#fff !important;
    float: left;
}
.siege{
    text-align: left;
    color: #fff;
}
table{
   color: #fff;
    text-align: left;
}
td{
    padding: 6px;
}
.text-table{
    width: 25px;
    text-align: left;
    vertical-align: top;
    color: #2ca436;
    font-size: 18px;
}
.contact img {
    max-width: 100%;
    box-shadow: 5px 5px 14px 0px #111111ad;
}
.part{
    padding: 60px;
}
.widget_wysija_cont.shortcode_wysija {
    margin: auto;
    text-align: center;
    background: #2ca436;
    color: white;
/*    border-top: 4px solid #556c81;
*/}
footer {
    background: #111;
    padding: 15px;
    color: white;
}
.counter {
    display: table-cell;
    font-size: 50px;
    /* background-color: #FF6F6F; */
    width: 100%;
    /* border-radius: 50%; */
    height: 77px;
    vertical-align: middle;
    float: left;
    margin-top: 0;
    color: #fff;
    font-weight: bold;
}

section {
    text-align: center;
    padding: 60px 0;
}

/* Header */
.codrops-header {
    margin: 0 auto;
    padding: 4em 1em;
    text-align: center;
}

.codrops-header h1 {
    margin: 0;
    font-weight: 800;
    font-size: 4em;
    line-height: 1.3;
}

.codrops-header h1 span {
    display: block;
    padding: 0 0 0.6em 0.1em;
    font-size: 45%;
    font-weight: 300;
    color: #7e959d;
}

/* To Navigation Style */
.codrops-top {
    width: 100%;
    text-transform: uppercase;
    font-size: 0.69em;
    line-height: 2.2;
}

.codrops-top a {
    display: inline-block;
    padding: 0 1em;
    text-decoration: none;
    letter-spacing: 1px;
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    display: block;
    float: left;
}

.codrops-icon:before {
    margin: 0 4px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'codropsicons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

/* Related demos */
.related {
    padding: 6em 1em;
    font-size: 120%;
}

.related > a {
    border: 1px solid #4f7f90;
    display: inline-block;
    text-align: center;
    margin: 20px 10px;
    padding: 25px;
}

.related a:hover {
    border-color: #39545e;
}

.related a img {
    max-width: 100%;
    opacity: 0.8;
}

.related a:hover img,
.related a:active img {
    opacity: 1;
}

.related a h3 {
    margin: 0;
    padding: 0.5em 0 0.3em;
    max-width: 300px;
    text-align: left;
}
.modal-body {
    float: left;
    width: 100%;
    clear: both;
}
.modal-footer {
    clear: both;
}
@media (min-width: 768px){
        .modal-dialog {
            width: 53%;
        }
    }
@media screen and (max-width: 25em) {

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

    .codrops-icon span {
        display: none;
    }

}
.title{
    margin: 35px;
    border-left: 10px solid #2ca436 !important;
    display: -webkit-inline-box;
    padding: 0px 10px;
    color: #12447f;
}
.modal-content .title{
    color: #12447f !important;
}
.widget_wysija_cont.shortcode_wysija input {
    background: rgb(30, 60, 89);
    border-color: rgb(30, 60, 89);
    color: white;
    border-style: solid;
}
.widget_wysija_cont.shortcode_wysija {
    margin: auto;
    text-align: center;
    background: #0b1923;
    color: white;
    /*border-top: 4px solid #556c81;*/
    text-align: left;
}
input.wysija-submit.wysija-submit-field {
    display: inline-block;
    background-color: #2ca436;
    color: #fff;
    border-color: #2ca436;
    padding: 0px 10px;
    border-style: solid;
}
#map{
    padding: 200px 0;
}
.icone p {
    font-weight: bold;
    padding: 0 10px;
}
.icone {
    float: left;
    width: 29%;
    margin: 0 10px;
}
.icone {
    width: 29%;
    float: left;
    margin: 0 10px;
    text-align: center;
    height: 124px;
}
.icone img {
    width: 38%;
    margin-bottom: 10px;
}
.adress{
    text-align: left;
    padding-left: 69px;
    color: #12447f;
}
.adress p{
    color: #12447f !important;
    padding: 0 !important;
    max-width: 100% !important;
    margin: auto !important;
}
.map-containe{
    /*background-color: #ededed;*/
}
.about-text1 {
    background: url(../images/presentation.jpg);
    background-position: left bottom;
    background-size: 50%;
    background-repeat: no-repeat;
}
.about-text2 {
    background: url(../images/bg.png);
    background-position: right bottom;
    background-size: 50% 100%;
    background-repeat: no-repeat;
}
.adress h4{
    margin-top: 20px;
}
.wysija-paragraph {
    display: inline-block;
    margin: 0 0px 0px 20px;
}
.widget_wysija_cont .wysija-submit {
    margin-top: 15px;
}
.copyright{
    padding: 21px 0px;
    text-align: center;
}
.copyright a{
    color: #2ca436;
}    
.widget_wysija_cont .abs-req {
    display: none;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


.widget_wysija_cont.shortcode_wysija {
    
    background: transparent;
}



@media screen and (max-width: 69.5em) {
    .grid figure {
        width: 50%;
    }   

    .grid figure figcaption {
        font-size: 90%;
    }
}


@media screen and (max-width: 41.5em) {

    .grid figure {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .about-text1{
        background-size: cover !important;
        padding-bottom: 40px;
    }
    #societe .carousel-inner {
    padding: 309px 12px 70px 12px;
    }
    #map1 p {
    max-width: 100%;
    }
    .navbar-nav {
    margin: 0;
    width: 100%;
    }
    .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    text-align: center;
    list-style: none;
    transform: translateX(-50%);
    margin-left: 0;
    }
    .modal-dialog {
    width: 90%;
    }
    #societe .carousel-indicators li, #societe .carousel-indicators .active {
    width: 44px;
    height: 44px;
    }
    #societe .carousel-caption h2{
        display: initial;
    }
    #myCarousel1{
        height: 390px;
    }
    #societe .carousel-caption h1{
        width: 100%;
        text-align: center;
    }
    #myCarousel .item {
    height: auto !important;
    }
    section {
    padding: 30px 0;
    }
    .text-acroche{
        display: none;
    }
    .nav-tabs > li {
    margin-bottom: -2px;
    }


}
