/*----------------------------------------*/
/* Fonts */
@font-face {
    font-family: "chalky";
    src: url("font/Chalky-Chicken.ttf") format("ttf");
}
@font-face {
    font-family: "ArcaMajora3-Bold";
    src: url("font/ArcaMajora3-Bold.otf") format("otf");
}

/*  1.  Theme default CSS
/*----------------------------------------*/

html,
body {
    height: 100%;
}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;

}
p{
     font-family: "ArcaMajora3-Bold";
    font-size:18px;
}
.container-fluid{
    padding-left:2%;
    padding-right: 2%;
}
.row{
    margin-left:0;
    margin-right: 0;
    width:100%;
}

.floatleft {
    float: left;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
    color: #444;
  
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
    margin: 0 0 15px;
    color: #444;
    font-weight: 500;
}

h1 {
    font-size: 48px;
    line-height: 50px;
}

h2 {
    font-size: 32px;
    line-height: 34px;
    margin-top: 40px;
}

h3 {
    font-size: 30px;
    line-height: 32px;
}

h4 {
    font-size: 24px;
    line-height: 26px;
}

h5 {
    font-size: 20px;
    line-height: 22px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.alert-success{
    background-color: green;
    margin-bottom: 20px;
    background-color: green;
    color: white;
    padding: 10px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.titreH1Index{
    display:block;
}
.text-justify {
    text-justify: auto;
}
.text-center{
    text-align: center;
}

.text-margin {
    margin-left: 10px;
    margin-right: 10px;
    text-justify: auto;
    color: black;
    cursor: pointer;
    text-align: justify;
    height: 150px;
}

.container {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0;
}
.slider-content {
    margin-top: 200px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slides {
    max-height: 450px;
}
a:hover {
    color: #3ec1d5;
    text-decoration: none;
}
/* Home Slider */


.fond-ecran {
 
     height: 100%;
}
.img-fond {
    width: 100%;
}
.titre-principal {
    z-index: 9;
    position: absolute;
    top: 0;
    width: 100%;
}
.layer-1-1{
    background:rgba(255,255,255,0.9);
    border-radius:100px;
    -moz-border-radius:100px;
    -o-border-radius:100px;
    -webkit-border-radius:100px 0 100px;
    width:80%;
    margin-left:auto;
    margin-right: auto;
}

.layer-1-1 h1 {
    margin-top: 147px;
    font-size: 50px;
    color:#337ab7;
    text-align: center;
    font-weight: bold;
}
.layer-1-1 h1 span {
  
    font-size: 31px;
   
}
.ready-btn {
    margin-left: 5px;
    margin-right: 5px;
}
.layer-1-1 h2 {
    font-size: 40px;
    text-align: center;
}
.layer-1-2 h2 {
    font-size: 30px;
    line-height: 38px;
    padding: 0px 30px;
    text-align: center;
}
.layer-1-3 {
    margin-top: 30px !important;
    text-align: center;
}
a:active,
a:hover {
    outline: 0 none;
}

body {
    background: #fff none repeat scroll 0 0;
    color: #444;
    font-family: "ArcaMajora3-Bold", sans-serif;
    font-size: 14px;
    text-align: left;
    overflow-x: hidden;
    line-height: 22px;
}
.mentions-legales {
    text-align: center;
}
.box-titre{
    background-color: black;
    width:80%;
    margin-bottom: 40px;
}
.titre-page{
   margin-top: 0px;
    color: white;
    line-height: 70px;
    padding-left: 20px;
}
/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #3ec1d5;
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}

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

input,
select,
textarea,
input[type="text"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
    -moz-appearance: none;
    box-shadow: none !important;
}

.page-scroll {
    font-family: "ArcaMajora3-Bold";
    font-size: 20px !important;
}

.page-scroll:hover {
    font-family: "ArcaMajora3-Bold";
    color: rgb(6, 173, 240) !important;
}

.area-padding {
    padding: 50px 0px 80px;
}

.area-padding-2 {
    padding: 70px 0px 50px;
}

.section-headline h2 {
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 70px;
    position: relative;
    text-transform: capitalize;
}

.section-headline h2::after {
    border: 1px solid #333;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40%;
}
.section-headline-wh h2 {
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 70px;
    position: relative;
    text-transform: capitalize;
}

.section-headline-wh h2::after {
    border: 1px solid #ddd;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40%;
}

.sec-head {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

/*--------------------------------*/

/*  2. Header top Area
/*--------------------------------*/
.navbar-collapse {
  
    background-color: white;
    z-index: 999999!important;
}


.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 1);
    z-index: 99;
}
.navbar-header {
    width: 100%;
    z-index:99999;
}

.navbar-header a.navbar-brand {
    display: inline-block;
    height: 50px;
    padding: 15px 0;
    margin-left: 25px;
    width: 100%;
}

.main-menu ul.navbar-nav li {
    display: inline-block;
    padding: 0px 2%;
}

.main-menu ul.navbar-nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    padding: 24px 0px;
    text-transform: capitalize;
    font-family: "ArcaMajora3-Bold";
}

.main-menu ul.navbar-nav li.active > a::after {
    border: 1px solid #fff;
    bottom: 0px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}

.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #3ec1d5;
    position: relative;
}

.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar .navbar-default{
       width:100%;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    z-index:99999;
 
}

.navbar-default .navbar-toggle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    padding: 25px 0px;
    z-index:99999;
}

.sticky-logo p span {
    color: #3ec1d5;
}

.sticky-logo p {
    color: #aaa;
    padding: 0;
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    width: 306px;
    display: block;
}

.title2 {
    width: 95%;
}
.nosValeurs{
    color:#3ec1d5!important;
    font-size: 3rem!important;
    font-weight: bold;
    
    
}

.contact-us {
    position: fixed;
    display: block;
    bottom: 30px;
    float: right;
    background-color: rgba(20, 141, 40, 0.8);
    color: white;
    margin-left: 15px;
    padding: 15px;
    border-radius: 5px;
}

.contact-us a {
    padding: 15px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}
/*------------------------------
  3. About Area
--------------------------------*/
.btn-recherche {
    font-size: 12px !important;
    margin-top: -12px !important;
}

.single-well > a {
    display: block;
}

.single-well p {
    color: #444;
}

.carte-visite {
    width: 400px;
    display:block;
    margin-left:auto;
    margin-right: auto;
}
.no-margin {
    position: absolute;
    background: grey;
    z-index: 5;
    display: block;
    float: left;

    top: 643px;
    width: 325px;
    margin-left: -40px;
    border-radius: 10px;
    box-shadow: 10px 5px 5px black;
}
#main-slider .carousel .carousel-content {
    margin-top: -350px;
}

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

#main-slider .carousel h2 {
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    width: 300px;
    margin-top: 219px;
    margin-bottom: 17px;
    text-align: center;
    line-height: 23px;
}

.btn-tarif {
    margin-bottom: 15px;
    border-radius: 40px;
    margin-left: 104px;
}

#main-slider .carousel p {
    color: black;
    font-weight: 900;
    font-size: 16px;
    width: 300px;
    text-align: center;
    line-height: 7px;
}

.nota1 {
    font-size: 13px !important;
}

#main-slider .carousel span {
    color: #3ec1d5;
    font-weight: 900;
    font-size: 16px;
    width: 300px;
    text-align: center;
    line-height: 1px;
}

/* 4.Services Area
/*--------------------------------*/
.about-move {
    background-color: white;
    border-radius: 10px 10px 0px 0px;
}
.btn-savoir-plus {
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.imgSpace{
    margin-left:auto;
    margin-right: auto;
    height: 50px;
    display:inline-block;
}

.services-icon {
    color: #444;
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}

.section-headline.services-head > h2 {
    margin-bottom: 25px;
}

.services-details {
    padding-top: 45px;
    transition: all 0.5s ease 0s;
}

.single-services > h4 {
    font-family: "ArcaMajora3-Bold";
    color: white;
    font-size: 24px;
    font-weight: 500;
}

.single-services > p {
    color: white;
    font-family: "ArcaMajora3-Bold";
    font-size: 18px;
}
.format-image {
    width: 40px;
    height: 40px;
}
.single-services {
    min-height: 300px;
    cursor: pointer;
    border-bottom: 2px solid deepskyblue;
}
.btn-service {
    font-size: 12px !important;
    margin-top: -3px !important;
}
.services-contents {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.text-service-h4 {
    height: 46px;
    color: deepskyblue;
    font-weight: bold;
    cursor: pointer;
    padding-top: 10px;
    font-family: "ArcaMajora3-Bold";
}

/*----------------------------------------
  5.Skill Area
----------------------------------------*/
.skill-text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.our-skill-area {
    position: relative;
    background: rgba(248, 248, 248, 0.8) url("../img/background/bg1.jpg")
        no-repeat fixed center top / cover;
    width: 101%;
}

.test-overly {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
}

.progress-h4 {
    color: #fff;
    font-weight: 500;
}

/*----------------------------------------
  6.Faq Area
----------------------------------------*/

.faq-details .panel-heading {
    padding: 0;
}

.panel-default > .panel-heading {
    background-color: transparent;
    border: medium none;
    color: #333;
}

.faq-details h4.check-title a {
    color: #333;
    display: block;
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: 40px;
    padding: 6px 10px;
    text-decoration: none;
}
.panel{
       border-bottom: 2px solid #3ec1d5;
}

.panel-body {
    padding: 15px 15px 0px 50px;
    text-align: justify;
}

.faq-details h4.check-title {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.faq-details a span.acc-icons {
    position: relative;
}

.faq-details h4.check-title a.active,
.faq-details a.active span.acc-icons::before {
    color: #3ec1d5;
}

.acc-icons:hover{
    cursor:pointer;
}
.event-content.head-team h4 {
    background: transparent none repeat scroll 0 0;
    color: #333;
    padding: 30px 0 10px;
    font-weight: 500;
    text-transform: capitalize;
}

.tab-menu .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.tab-menu {
    display: block;
    text-align: center;
}

.tab-menu ul.nav {
    margin: 0;
    padding: 0;
}

.tab-menu ul.nav li {
    border: medium none;
    display: inline-block;
}

.tab-content {
    border: 1px solid #ccc;
    padding: 0 15px 15px;
}

.tab-menu ul.nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    color: #444;
    display: block;
    font-weight: 500;
    margin-right: 5px;
    padding: 10px 20px;
    font-family: raleway;
    font-size: 18px;
}

.tab-menu ul li.active a,
.tab-menu ul li.hover a,
.tab-menu ul li.focus a {
    border-bottom: 1px solid #fff;
    color: #3ec1d5 !important;
}

.tab-menu .nav-tabs {
    border-bottom: none;
}

.faq-box {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.explain{
    text-align:justify;
}
/*----------------------------------------*/


/* 11. Pricing Area
/*----------------------------------------*/

.pricing-area {
    background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
    margin-top:120px;
}

.pri_table_list {
    border: 1px solid #ccc;
    text-align: center;
    transition: all 0.4s ease 0s;
    background: #fff;
}

.pri_table_list h3 span {
    font-size: 16px;
}

.pri_table_list ol li {
    border-bottom: 1px solid #ccc;
    color: #666;
    padding: 12px 15px;
    position: relative;
    text-align: left;
}

.pri_table_list li.check.cross::after {
    content: "\f00d";
    font-family: fontawesome;
    font-size: 14px;
    position: absolute;
    right: 50px;
    top: 12px;
    color: indianred;
}

.pri_table_list li.check::after {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 14px;
    position: absolute;
    right: 50px;
    top: 12px;
    color: #3EC1D5;
}

.pri_table_list button {
    background: #444 none repeat scroll 0 0;
    border: 1px solid #444;
    color: #fff;
    margin-bottom: 25px;
    padding: 10px 35px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border-radius: 30px;
}

.pri_table_list>h3 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    padding: 30px 0 20px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.pri_table_list ol {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 25px;
}

.pri_table_list.active {
    transition: all 0.4s ease 0s;
    position: relative;
    overflow: hidden;
}

.saleon {
    background: #3EC1D5 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    left: -26px;
    padding: 2px 25px;
    position: absolute;
    text-transform: uppercase;
    top: 21px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.pri_table_list>button:hover {
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
}

.active>h3 {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #333;
    transition: all 0.4s ease 0s;
}

.active>button {
    background: #3EC1D5 none repeat scroll 0 0;
    border: 1px solid #3EC1D5;
    color: #fff;
    transition: 0.4s;
}

.active>button:hover {
    background: #333 none repeat scroll 0 0;
    border: 1px solid #333;
    color: #fff;
    transition: 0.4s;
}

.titrePrix {
    font-size: 18px;
    color: #3EC1D5;
    font-weight: bold;
    margin-top:30px;
}


/* CSS ACCORDEON  */

#accordeon {
    margin: 0px;
    padding: 0px;
}

#accordeon dt {
    font-size: 16px;
    background-color: #e2e2e2;
    padding: 10px 15px;
    margin-bottom: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    text-shadow: 0 1px #fff;
}

#accordeon dt:hover,
.current {
    background-color: #3EC1D5!important;
    color: #fff!important;
    font-size: 18px!important;
    text-shadow: 0 1px #000!important;
}

.current {
    cursor: pointer!important;
}

#accordeon dd {
    padding: 10px 20px;
    border-left: 5px solid #3EC1D5;
    margin: 10px 0 10px 0;
}

#ouvrir-faq,
#fermer-faq {
    padding: 5px;
    text-decoration: none;
}


/* accordeon1 */

.container-faq1>footer p {
    text-align: center;
  
    /* center align it with the container */
}




/* The white background content wrapper */

.content-faq1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}


/* Styles you shouldn't keep as they are for displaying this base example only */

.content1 .span10,
.content1 .span4 {
    min-height: 500px;
}

#accordeon1 {
    margin: 0px;
    padding: 0px;
}

#accordeon1 dt {
    font-size: 16px;
    background-color: #e2e2e2;
    padding: 10px 15px;
    margin-bottom: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    text-shadow: 0 1px #fff;
}

#accordeon1 dt:hover,
.current1 {
    background-color: #3EC1D5!important;
    color: #fff!important;
    font-size: 18px!important;
    text-shadow: 0 1px #000!important;
}

.current1 {
    cursor: pointer!important;
}

#accordeon1 dd {
    padding: 10px 20px;
    border-left: 5px solid #3EC1D5;
    margin: 10px 0 10px 0;
}

#ouvrir-faq1,
#fermer-faq1 {
    padding: 5px;
    text-decoration: none;
}
#accordeon1-tarif {
    margin: 0px;
    padding: 0px;
}

#accordeon1-tarif dt {
    font-size: 16px;
    background-color: #e2e2e2;
    padding: 10px 15px;
    margin-bottom: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    text-shadow: 0 1px #fff;
}

#accordeon1-tarif dt:hover,
.current1 {
    background-color: #3EC1D5!important;
    color: #fff!important;
    font-size: 18px!important;
    text-shadow: 0 1px #000!important;
}



#accordeon1-tarif dd {
    padding: 10px 20px;
    border-left: 5px solid #3EC1D5;
    margin: 10px 0 10px 0;
}





/* accordeon2 */

.container-faq2>footer p {
    text-align: center;
    /* center align it with the container */
}



/* The white background content wrapper */

.content-faq2 {
    margin-right: 15px;
}


/* Styles you shouldn't keep as they are for displaying this base example only */

.content2 .span10,
.content2 .span4 {
    min-height: 500px;
}

#accordeon2 {
    margin: 0px;
    padding: 0px;
}

#accordeon2 dt {
    font-size: 16px;
    background-color: #e2e2e2;
    padding: 10px 15px;
    margin-bottom: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    text-shadow: 0 1px #fff;
}

#accordeon2 dt:hover,
.current2 {
    background-color: #3EC1D5!important;
    color: #fff!important;
    font-size: 18px!important;
    text-shadow: 0 1px #000!important;
}

.current2 {
    cursor: pointer!important;
}

#accordeon2 dd {
    padding: 10px 20px;
    border-left: 5px solid #3EC1D5;
    margin: 10px 0 10px 0;
}
#accordeon2-tarif {
    margin: 0px;
    padding: 0px;
}

#accordeon2-tarif dt {
    font-size: 16px;
    background-color: #e2e2e2;
    padding: 10px 15px;
    margin-bottom: 5px;
    -o-border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    text-shadow: 0 1px #fff;
}

#accordeon2-tarif dt:hover,
.current2 {
    background-color: #3EC1D5!important;
    color: #fff!important;
    font-size: 18px!important;
    text-shadow: 0 1px #000!important;
}



#accordeon2-tarif dd {
    padding: 10px 20px;
    border-left: 5px solid #3EC1D5;
    margin: 10px 0 10px 0;
}


#ouvrir-faq2,
#fermer-faq2 {
    padding: 5px;
    text-decoration: none;
}

#facturation{
    font-size:18px;
    text-align:center;
}
.margin-right-10{
    margin-right: 10px;
}
/*----------------------------------------
 10.Portfolio Area Css
----------------------------------------*/

.pst-content {
    padding-left: 10px;
}

.project-menu {
    margin-bottom: 40px;
    text-align: center;
}

.project-menu li {
    display: inline-block;
}

.project-menu li a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #444;
    border-radius: 20px;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 0 4px;
    padding: 6px 15px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.project-menu li a.active,
.project-menu li a:hover {
    border-color: #3EC1D5;
    background: #3EC1D5;
    color: #fff;
    text-decoration: none;
}

.single-awesome-portfolio {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 25%;
    position: relative;
}

.single-awesome-project {
    overflow: hidden;
    margin-bottom: 30px;
}

.first-item {
    margin-bottom: 30px;
}

.awesome-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.awesome-img>a {
    display: block;
    position: relative;
    margin-top: 0;
    padding-top: 0;
    height: 300px;
    max-height: 300px;
}

.single-awesome-project:hover .awesome-img>a::after {
    opacity: 1;
    margin-top: 0;
    padding-top: 0;
}

.single-awesome-project:hover .add-actions {
    opacity: 1;
    bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

.awesome-img>a::after {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
    margin-top: 0;
    padding-top: 0;
}

.add-actions {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 30px;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0px 15px;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
}

.project-dec {
    display: block;
    height: 100%;
    width: 100%;
}

.project-dec a {
    display: block;
    height: 100%;
    width: 100%;
}

.project-dec h5 {
    margin-bottom: 5px;
}

.project-dec h5:hover {
    color: #fff;
}

.project-dec h5 {
    color: #ddd;
     padding-top:20px;
    padding-bottom:15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
}

.project-dec span {
    color: #ddd;
    font-size: 13px;
}

.project-action-btn {
    display: block;
    height: 100%;
    text-align: center;
    transition: all 1s ease 0s;
    width: 100%;
}

.project-action-btn li {
    display: block;
    height: 100%;
    width: 100%;
}

.project-action-btn li a {
    display: block;
    height: 100%;
    width: 100%;
}

select#typereal {
    border-radius: 20px;
    height: 36px;
    padding-left: 20px;
}

.categorie {
    background-color: #3cd6ed;
    color: white;
    height: 25px;
    text-align: center;
    border-radius: 6px;
    width: 300px;
    position: relative;
    padding-top: 3px;
    margin-top: -10px;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 450px;
    margin-bottom: 60px;
}

#sortable li {
    margin: 3px 3px 3px 0;
    padding: 1px;
    float: left;
    width: 100px;
    height: 136px;
    font-size: 4em;
    text-align: center;
    border: 1px solid rgb(212, 212, 212);
    border-radius: 5px;
}

.principal {
    color: red;
    font-weight: 600;
    margin-left: 43px;
}

.nbimg {
    display:block;

    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
}

.awesome-project-content{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}
/*----------------------------------------
 7.Wellcome Area Css
----------------------------------------*/

/*
#partner {
    background: url(../images/partners/partner_bg.png) 50% 50% no-repeat;
    background-size: cover;
}
*/

.partners {
    margin-bottom: 20px;
    margin-top:5rem;
}

.partners ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.partners ul li {
    display: inline-block;
    float: left;
    width: 20%;
    margin-bottom: 36px;
}

.partners ul li a img {
    margin-top: 50px;
}

.wellcome-area {
    background: rgba(248, 248, 248, 0.8) url("../img/background/bg1.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-bottom: 50px;
}

.well-bg {
    position: relative;
}

.wellcome-text {
    margin: 70px 0;
    padding: 30px 40px;
}
.single-well{
  width:100%;
}
.well-text > h2 {
    color: #3ec1d5;
    font-size: 44px;
    font-weight: 500;
    line-height: 50px;
}

.well-text p {
    font-size: 18px;
    font-style: italic;
    color: #fff;
}

/*----------------------------------------
 8.Team Area Css
----------------------------------------*/

.single-team-member {
    height: 250px;
}

.team-img {
    position: relative;
    width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.team-img > a {
    display: block;
}

.team-img > a::after {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
    opacity: 0;
}

.team-social-icon {
    left: 50%;
    margin-left: -61px;
    opacity: 0;
    position: absolute;
    top: 30%;
    transition: 1.3s;
}

.team-social-icon ul li {
    display: inline-block;
}

.team-social-icon ul li a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 35px;
    margin: 0 3px;
    width: 34px;
}

.team-content {
    padding: 10px 0px;
}

.team-content > h4 {
    color: #3ec1d5;
    margin-bottom: 5px;
}

.head-team h4 {
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.valeur-ajoutee {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.predilection {
    display: none;
}

.text-manager {
    display: block !important;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color:deepskyblue;
}
.text-manager span{
    color:white;
}
.text-white{
    color:white;
}
.text-manager-top{
    padding-top:40px;
}
.text-manager-bottom{
    padding-bottom: 40px;
}

/*----------------------------------------
 12.Testimonial Area Css
----------------------------------------*/

.testimonials-area {
    background: rgba(0, 0, 0, 0) url("../img/background/slider1.jpg") no-repeat
        fixed center top / cover;
    height: auto;
    width: 100%;
}

.testi-inner {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

.testi-overly {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.testi-text {
    width: 90%;
    margin-left: 5%;
}

.testi-text p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    margin: 20px 0;
    letter-spacing: 1px;
}

.testi-text h6 {
    color: #fff;
    font-size: 20px;
}

.testimonial-carousel.owl-carousel.owl-theme
    .owl-controls
    .owl-dots
    div.owl-dot
    > span {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: -30px;
    display: block;
    left: 49%;
    position: absolute;
}

.testimonial-content {
    margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme
    .owl-controls
    .owl-dots
    div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}

.testimonial-carousel.owl-carousel.owl-theme
    .owl-controls
    .owl-dots
    div.owl-dot.active
    span {
    background: #3ec1d5;
}
#form-avis{
    width:60%;
    margin-left: auto;
    margin-right: auto;
}
.avis {
    width: 100%;
}

.btn-avis {
    width: 100%;
    display: block;
    margin-top: 75px;
}
#submit-avis{
    display:block;
    margin-left:auto;
    margin-right: auto;
}

.bloc-avis {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
}

.temoignage {
    color: deepskyblue;
}
.comments-content-wrap{
    text-align:center;
    font-size:15px;
}
.pseudo-rep{
    font-weight: bold;
    margin-top:40px;
}
.comment-reply-title{
    margin-top:50px;
}


#retour-avis {
    border: 1px solid #3EC1D5;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 30px;
    color: black;
    margin-left: auto;
    margin-right: auto;
    width: 98px;
    margin-top: 30px;
}

#retour-avis:hover {
    background: #3EC1D5 none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
}

#retourreal {
    border: 1px solid #ccc;
}


/*------------------------------
  13. Quote area
--------------------------------*/



.suscribe-text {
    display: block;
    padding: 0;
}

/*--------------------------------*/

/*  14.Contact Area
/*--------------------------------*/


.contact-area {
    height: auto;
    width: 100%;
}

.contact-content {
    padding: 100px;
    background: #000 none repeat scroll 0 0;
}

.contact-content-right {
    padding: 100px;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #444;
    height: 40px;
    margin-bottom: 16px;
    padding-left: 20px;
    width: 100%;
}

.contact-form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #444;
    height: 140px;
    padding: 20px;
    width: 100%;
}

.contact-form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #444;
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
}

.contact-form button[type=submit]:hover {
    color: #fff;
    border: 1px solid #3EC1D5;
    background: #3EC1D5;
}

.validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

.contact-form #sendmessage {
    color: #3EC1D5;
    border: 1px solid #3EC1D5;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form #sendmessage.show,
.contact-form #errormessage.show,
.contact-form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

.single-icon i {
    font-size: 24px;
    width: 50px;
    height: 50px;
    border: 1px solid #444;
    line-height: 46px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.single-icon p {
    font-size: 16px;
    line-height: 30px;
}

.contact-icon {
    margin-bottom: 40px;
}

#google-map {
    height: 370px;
    margin-bottom: 20px;
}


.contact-area {
    height: auto;
    width: 100%;
}

.single-icon i {
    font-size: 24px;
    width: 50px;
    height: 50px;
    border: 1px solid deepskyblue;
    line-height: 46px;
    border-radius: 50%;
    margin-bottom: 20px;
    color:deepskyblue;
}
.contact-icon p{
    color:white;
}

.single-icon p {
    font-size: 16px;
    line-height: 30px;
}



.nous-contacter {
    text-align: center;
}

.btn-bas {
    margin-bottom: 50px;
    margin-top: 50px;
    width: 140px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.email-notes{
    margin-top:50px;
}

/*----------------------------------------*/
/*  15. Footer Area
/*----------------------------------------*/

.footer-area {
    padding: 40px 30px;
    background: #dbdbdb;
}

.footer-head p {
    color: #444;
}

.footer-head h4 {
    color: #444;
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.footer-logo {
    padding-bottom: 20px;
    text-align:center;
}

.footer-logo h2 {
    color: #222;
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    
}

.footer-logo h2 span {
    color: #3ec1d5;
}

.flicker-img > a {
    float: left;
    padding: 1px;
    width: 33.33%;
}

.footer-content {
    display: block;
 
    overflow: hidden;
}

.footer-area-bottom {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 15px 0;
}

.copyright > p {
    margin-bottom: 0;
    color: #444;
}


.annuaireweb {
    margin-top: 20px;
}

ul.social-network {
    list-style: none;
    margin: 0;
    text-align: center;
}
.align-left {
    display: block;
    float: left;
}

ul.social-network li {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    margin-top:10px;
}
ul.social-network li a {
    color: #fff;
    width:35px;
    height: 35px;
}
.icoFacebook {
    background: rgb(92, 108, 145);
}
.icoTwitter {
    background: #83d8f5;
}
.icoLinkedin {
    background: #4991b6;
}
.icoInstagram {
    background: #cc504c;
}
.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}
.social-circle li i {
    margin: 0;
    line-height: 37px;
    text-align: center;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-network a.icoFacebook:hover {
    background-color: #3b5998;
}
.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}
.social-network a.icoInstagram:hover {
    background-color: #c02814;
}

.ready-btn {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-top: 30px;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
}

.ready-btn:hover {
    color: #fff;
    background: #3ec1d5;
    border: 1px solid #3ec1d5;
    text-decoration: none;
}

/*----------------------------------------
 Que recherchez vous.php
----------------------------------------*/
.team-wrapper-overlay {
    border-bottom: 3px solid rgb(218, 217, 217);
    padding-top: 15px;
    min-height: 202px;
    height: 202px;
    margin-bottom:10px;
    cursor: pointer;
}

.titre-section-recherche {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.titre-overlay {
    color:#337ab7;
    font-family: "ArcaMajora3-Bold";
    font-size: 25px;
}
.higth-para-recherche {
    padding: 0px 15px;
    color: black;
    font-family: "ArcaMajora3-Bold";
    font-size: 19px;
    text-align: justify;
}
.space-before-titre {
    margin-top: 50px;

}
.ma-recherche {
    margin-bottom: 50px;
}

/*----------------------------------------
 .News
----------------------------------------*/

.text-comment{
    font-size:18px;
}
.blog-post-wrapper{
    display:block;
    margin-left:auto;
    margin-right: auto;
    text-align:center;
}
.single-post-comments{
    display:block;
    text-align:center;
}

/*----------------------------------------
 .services.blade.php
----------------------------------------*/

.align-left {
    text-align: left;
}

/*----------------------------------------
   Login
----------------------------------------*/

.card {
    margin-top: 125px;
}

/*----------------------------------------
 .End CSS
----------------------------------------*/
