/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
    top: 0;

}
@media (max-width: 992px) {
    #header {
        padding: 15px 0;
    }
}
#header.header-scrolled {
    top: 0;
}
#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
#header .logo a {
    color: #555555;
}
#header .logo img {
    max-height: 60px;
}



#header2 {
    background: #13123a;
    transition: all 0.5s;
    z-index: 997;
    padding: 5px 0;
    top: 90px;
    text-align: center;

}
@media (max-width: 992px) {
    #header2 {
        padding: 15px 0;
    }
}
#header2.header2-scrolled {
    top: 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
    padding: 0;
    padding-left: 25%;

}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;

}
.navbar li {
    position: relative;
}
.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #FFF;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 500;
}
.navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #FFF;
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}
.navbar .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
}
.navbar .dropdown ul a i {
    font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: #efa835;
}
.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f7fcfc;
}

.section-title {
    text-align: center;

}
.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-title p {
    margin-bottom: 0;
}



#about {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
    padding-top: 10%;
   /* background-color: #ffffff;
    background-image: url(/img/1/bg.jpg);
    background-size: contain;
    background-position: Top;
    background-repeat: no-repeat;*/

}

.about .fond {
    background-color: #efa835;
    padding: 5px;
    margin: 20px 60px;
}

.about .fond h3 {
    font-weight: 500;
    font-size: 26px;
    padding: 0;
    color: #FFF;
}


/**
* Appointment Button
*/
.appointment {
    padding-top : 15px;
    background-color: #FFFFFF;
    padding: 15px;
    text-align: center;
    box-shadow: #000 1px 0 10px;
  /*  border-radius: 10px;*/
    margin-bottom:15px;
}
.appointment .section-title p {
    /*  color: #fff;*/

}



.appointment-btn {
    margin-left: 25px;
    border:3px solid #fe5815;
    background-color: #C0C0C0;
    /*color: #fff;*/
    border-radius: 4px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
}
.appointment-btn:hover {
    background: #ff3333;
    color: #fff;
}
@media (max-width: 768px) {
    .appointment-btn {
        margin: 0 15px 0 0;
        padding: 6px 15px;
    }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/


.section-title H2 {
    color: #13123a;
}



.section-title H2 span {
    color: #efa835;

}



.featured-services {
    background-color: #FFF;
}


.featured-services .icon-box {
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}
.featured-services .icon-box::before {
    content: "";
    position: absolute;
    background: #d9f1f2;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.featured-services .icon {
    margin-bottom: 15px;
}
.featured-services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #efa835;
    transition: all 0.3s ease-in-out;
}
.featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
.featured-services .title a {
    color: #111;
}
.featured-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/





#features {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background-image: url(/img/1/fond-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



#titre {
    padding-bottom: 0;
}



.features  {
    color: #FFF;
}

.features .icon-box h4 {
    font-size: 19px;
    font-weight: 700;
    margin: -50px 0 10px 70px;
}
.features .icon-box i {
    font-size: 48px;
    float: left;
    color: #FFF;
}
.features .icon-box p {
    font-size: 14px;
    color: #FFF;
    margin-left: 70px;
}
.features .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}


.section-bg-2 {
    background-color: #FFFFFF;
}

.about .fond p{
    padding: 0;
    margin-top: -10px;
    color: #FFF;

}
.service_title{
    color: #555555;
    direction: ltr;
    font-family: inherit;
    font-size: 24px;
    font-weight: bolder;
    letter-spacing: normal;
    line-height: 120%;
    text-align: center;
}
.service_title strong{
    color: #3FBBC0;
}

.accroche_left{
    padding:15px;
}
.accroche_left h1{
    color: #ffffff;
    direction: ltr;
    font-family: Cabin, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 120%;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    text-shadow: 1px 1px 2px black;

}
.accroche_left h2{
    color: #ffffff;
    direction: ltr;
    font-family: Cabin, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 33px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 120%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0;
    text-shadow: 1px 1px 2px black;
}
.accroche_left h3{
    color: #fff;
    direction: ltr;
    font-family: Cabin, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 120%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0;
}
.accroche_left span{
    background-color: #3FBBC0;
    padding:5px

}

.full-height{
    height:100%
}
.bloc_form{
    background-color:#FFFFFF;
    padding:15px;
    text-align: center;
}


form legend{
    border-bottom: 1px solid #6C7288;
}

main{
    background-image: url("/img/1/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
}

.blue_list > ul{
    color:#FFF;
    padding-top: 3%;
    padding-bottom: 3%;
    background-color:#174195;
    list-style-image: url("/img/1/liste.png");
}

.blue_list .logo_list ul{
    background-color: #FFFFFF;
    margin-top:-20px;
}
.blue_list .logo_list ul li img{
    max-width: 160px;
}

.accroche_bas img{
    max-width: 70px;
}

.accroche_bas p{
    font-size: 12px;
    line-height: 120%;
    color: #146194;
    font-family: inherit;
}
#btn_submit{
    background-color: #d88e15;
    border-radius: 4px;
    color: #fff;
    line-height: 140%;
    width: 100%;

    padding: 10px 20px;
    border: 0 solid transparent;
    font-size: 22px;
}

.tuto h2{
    padding:15px;
    color: #146194;
    direction: ltr;
    font-family: inherit;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 120%;
    text-align: center;
}
.tuto{
    background-color: #F9F9F9;
}
.tuto p{
    font-size: 17px;
    line-height: 140%;
    color: #146194;
    font-family: inherit;
    padding-top: 10px;
}

.bloc_bas{
    position: absolute;
    bottom:0;
    width:100%
}

footer,footer a{
    background: #fff;
    color:#555555;
    ont-size: 11px;
}

footer a{
    text-transform: uppercase;
}
footer hr{
    border: 1px solid #ffffff;
}
#bloc_comparateur{
    background: #3FBBC0;
    text-align: center;
    color:#FFFFFF;
    padding:45px;
}

#bloc_comparateur h2{
    font-size: 2em;
    font-weight: bolder;
    margin-bottom: 15px;
}

#bloc_comparateur h3{
    font-size: 1.2em;
    font-weight: bolder;
    margin-bottom: 15px;
}

#bloc_comparateur .btn{
    margin-top:25px;
    background-color: #FFFFFF;
    border-color: #ffffff;
    color:#3FBBC0;
    font-weight: bolder;
}

.round {
    border-radius: 24px;
}

#infos h3{
    color:#3FBBC0;
    text-align: center;
    font-weight: bolder;
}
#infos .featurette{
    margin-bottom: 25px;
}
#bloc_accroche{
    background-color: #FFFFFF;
    padding:25px;
    color:#333333;
    font-weight: bolder;
}
b{
color:#3FBBC0;
    font-weight: bolder;
}
#bloc_accroche h2{
    margin-bottom: 25px;
}

#bloc_form > h2{
    text-align: center;
    color:#000000;
    margin:25px;
}

#bloc_borrow,#bloc_rental,#bloc_credit_immo,#bloc_owner{
    display:none;
}

.form_title{
    font-size: 1.2rem;
    padding: 15px;
    margin: -15px -15px 15px -15px;
    background-color: #3FBBC0;
    color: #FFFFFF;
    text-align: center;
    font-variant: small-caps;
    font-weight: bolder;
    font-size: 1.5rem;
}

#arrow {
    content: '';
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 45px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 25px solid #3FBBC0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}



@media (max-width: 765px) {
    .bloc_bas{
        position: relative;
        bottom:auto;
        width:auto;
    }
}

#cgu_form{
    text-align:justify;
    font-size:0.8em;
    line-height: 1;
}
