@charset "UTF-8";
input,
select {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border: 0;
    outline: 0
}

form,
h1,
h2,
h3,
li,
p,
ul {
    margin: 0
}

a,
h1,
h2,
h3,
strong {
    font-weight: inherit
}

a {
    color: inherit
}

a {
    text-decoration: none
}

.container:after,
.container:before,
.row:after,
.row:before,
.top-bar .main-nav ul:after,
.top-bar .main-nav ul:before {
    content: '';
    display: table
}

header,
li,
nav {
    display: block
}

.container:after,
.row:after,
.top-bar .main-nav ul:after {
    clear: both
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    line-height: 1;
    padding: 0
}

input,
select {
    font-size: 100%;
    font-family: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

input {
    line-height: normal;
    overflow: visible
}

:focus {
    outline: 0
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

img {
    -ms-interpolation-mode: bicubic;
    display: inline-block
}

ul {
    padding: 0
}

li {
    padding: 0;
    list-style: none
}

h1,
h2,
h3 {
    line-height: inherit;
    font-size: inherit
}

a img {
    border: none
}

@font-face {
    font-family: iconClairimmo;
    src: url(../fonts/iconClairimmo.eot?n81j9z);
    src: url(../fonts/iconClairimmo.eot?n81j9z#iefix) format("embedded-opentype"), url(../fonts/iconClairimmo.ttf?n81j9z) format("truetype"), url(../fonts/iconClairimmo.woff?n81j9z) format("woff"), url(../fonts/iconClairimmo.svg?n81j9z#iconClairimmo) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^=ic-] {
    font-family: iconClairimmo!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ic-favoris:before {
    content: ""
}

.blue .bg-color,
.blue .top-bar .icon-menu span,
.blue .top-bar .main-nav {
    background-color: #55A0D2
}

.blue .bg-color.transparent {
    background-color: rgba(56, 163, 255, .49)
}

.blue-bg-color-dark {
    background-color: #27477b
}

.blue .top-bar .main-nav ul li.title-nav {
    background-color: #2d538f
}

.blue .main-form .plus,
.blue .text-color,
.blue .title *,
.blue .top-bar .main-nav .menu-sup i {
    color: #55A0D2
}

.blue .border-bottom,
.blue .border-color,
.blue .main-form .plus {
    border-color: #55A0D2!important
}

.orange-bg-color-dark {
    background-color: #d49909
}

.red-bg-color-dark {
    background-color: #ae0014
}

* {
    margin: 0;
    padding: 0
}

.icon-menu {
    width: 35px;
    height: 35px;
    position: relative;
    transform: rotate(0);
    z-index: 1000000
}

.icon-menu span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #55A0D2;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    transform: rotate(0)
}

.icon-menu span:nth-child(1) {
    top: 0
}

.icon-menu span:nth-child(2),
.icon-menu span:nth-child(3) {
    top: 10px
}

.icon-menu span:nth-child(4) {
    top: 20px
}

.top-bar {
    border-bottom: 40px solid;
    background-color: #fff
}

@media only screen and (min-width:1024px) {
    .top-bar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 88888
    }
}

.top-bar .brand {
    position: absolute;
    z-index: 20
}

.top-bar .brand img {
    margin: 10px;
    display: inline-block;
    width: 50px
}

.top-bar .brand2 {
    position: absolute;
    z-index: 20;
    left: calc(100% - 65px)
}

.top-bar .brand2 img {
    margin: 10px;
    display: inline-block;
    width: 50px
}

@media only screen and (min-width:321px) {
    .top-bar .brand2 {
        position: absolute;
        z-index: 20;
        left: calc(100% - 115px)
    }
    .top-bar .brand img {
        width: 100px
    }
    .top-bar .brand2 img {
        width: 100px
    }
}

@media only screen and (min-width:767px) {
    .top-bar .brand2 {
        position: absolute;
        z-index: 20;
        left: calc(100% - 165px)
    }
    .top-bar .brand img {
        width: 150px
    }
    .top-bar .brand2 img {
        width: 150px
    }
}

.top-bar .main-nav {
    position: fixed;
    z-index: 999999;
    width: 290px;
    height: 100%;
    left: -290px
}

.top-bar .main-nav ul li {
    width: 100%;
    line-height: 35px;
    position: relative
}

.top-bar .main-nav ul li .item-link {
    color: #fff;
    height: 100%;
    width: 100%;
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 18px;
    font-weight: 300
}

.top-bar .main-nav ul li.title-nav {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center
}

.top-bar .main-nav ul li.title-nav .item-link {
    padding: 0
}

.top-bar .main-nav ul li .menu-drop {
    padding-left: 5px;
    display: none
}

@media only screen and (min-width:1024px) {
    .top-bar .main-nav ul li .menu-drop {
        position: absolute;
        z-index: 999999;
        margin: 0;
        top: 35px;
        left: 0;
        padding: 0
    }
    .top-bar .main-nav ul li .menu-drop li {
        display: block;
        width: 100%;
        border: 0;
        line-height: normal;
        padding: 5px 0
    }
}

.top-bar .main-nav ul li .menu-drop li .item-link {
    font-size: 14px
}

.top-bar .main-nav .menu-sup {
    display: inline-block;
    width: 100%;
    box-sizing: border-box
}

.top-bar .main-nav .menu-sup .item-link,
.top-bar .main-nav .menu-sup i {
    display: inline-block
}

.top-bar .main-nav .menu-sup i {
    position: absolute;
    left: 5px;
    top: 6px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #fff;
    border-radius: 25px
}

.top-bar .main-nav .menu-sup li {
    position: relative;
    padding-left: 30px;
    width: 100%;
    box-sizing: border-box
}

@media only screen and (min-width:1024px) {
    .top-bar .main-nav {
        background-color: transparent!important;
        position: relative;
        float: left;
        box-sizing: border-box;
        width: auto;
        width: calc(100% - (320px + 10px));
        margin-left: 160px;
        left: initial;
        padding: 0 0 0 20px
    }
    .top-bar .main-nav ul {
        width: 100%;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        margin: 10px 0 5px
    }
    .top-bar .main-nav ul li {
        float: left;
        box-sizing: border-box;
        width: 10%;
        padding: 0;
        text-align: center;
        border-right: 1px solid #555859
    }
    .top-bar .main-nav ul li:nth-child(9) {
        border-right: none
    }
     .top-bar .main-nav ul li:nth-child(3) {
        width: 8%
    }
   .top-bar .main-nav ul li:nth-child(4) {
        width: 12%
    }
    .top-bar .main-nav ul li:nth-child(5) {
        width: 14%
    }
    .top-bar .main-nav ul li:nth-child(6) {
        width: 8%
    }
    .top-bar .main-nav ul li:nth-child(7) {
        width: 23%
    }
    .top-bar .main-nav ul li:nth-child(8) {
        width: 15%
    }
    .top-bar .main-nav ul li .item-link {
        box-sizing: border-box;
        color: #555859
    }
    .top-bar .main-nav ul li.title-nav {
        display: none
    }
    .top-bar .main-nav ul li.title-nav .item-link {
        color: #fff
    }
    .top-bar .main-nav .menu-sup {
        z-index: 20;
        position: absolute;
        bottom: -45px;
        right: 0;
        width: auto
    }
    .top-bar .main-nav .menu-sup li {
        border: none;
        width: auto
    }
    .top-bar .main-nav .menu-sup li a {
        font-weight: 700;
        font-size: 14px
    }
    .top-bar .icon-menu {
        display: none
    }
}

.top-bar .main-nav .social {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #27477b
}

.top-bar .icon-menu {
    float: right;
    margin: 10px 60px 0 5px
}

@media only screen and (min-width:321px) {
    .top-bar .icon-menu {
        float: right;
        margin: 10px 110px 0 5px
    }
}

@media only screen and (min-width:767px) {
    .top-bar .icon-menu {
        float: right;
        margin: 10px 160px 0 5px
    }
}

.main-form {
    margin-top: 10px;
    text-align: center
}

.main-form .cs-select,
.main-form input[type=text] {
    font-weight: 300;
    background: #fff;
    border: 2px solid #55A0D2;
    max-width: initial;
    width: auto;
    margin-right: 5px;
    margin-bottom: 10px;
    min-width: 200px
}

.main-form input[type=text] {
    padding: 10px
}

.main-form input[type=submit] {
    padding: 10px 20px;
    background-color: #555859;
    border: 2px solid #fff;
    color: #fff;
    border-radius: none
}

.main-form::-webkit-input-placeholder {
    color: #555859
}

.main-form:-moz-placeholder {
    color: #555859
}

.main-form::-moz-placeholder {
    color: #555859
}

.main-form:-ms-input-placeholder {
    color: #555859
}

.main-form .plus {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 40px;
    border: 2px solid
}

@media only screen and (min-width:1024px) {
    .main-form {
        margin-top: 10px;
        text-align: center
    }
    .main-form .select {
        float: left;
        box-sizing: border-box;
        width: auto;
        padding: 0
    }
    .main-form .select .cs-select,
    .main-form .select input {
        float: left
    }
    .group-container {
        margin-top: 90px
    }
}

.main-form .form-input {
    position: relative;
    display: inline-block
}

.main-form .form-input strong {
    font-weight: 700
}

.main-form .form-input ul {
    position: absolute;
    top: 45px;
    background: #fff;
    z-index: 9999;
    width: calc(100% - 5px);
    padding: 5px;
    box-sizing: border-box;
    max-height: 250px;
    overflow: auto
}

.main-form .form-input ul li {
    font-size: 14px;
    padding: 5px 0
}

.group-container {
    position: relative;
    z-index: 3
}

.presentation {
    position: relative;
    width: 100%;
    padding-bottom: 96px
}

@media only screen and (min-width:440px) {
    .presentation {
        padding-bottom: 0
    }
}

.presentation .background {
    z-index: -1;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    overflow: hidden;
    min-height: 458px
}

.presentation .background img {
    z-index: -1;
    display: block;
    width: 509%;
    position: absolute;
    top: 0;
    left: -20000px;
    right: -20000px;
    margin: 0 auto;
    bottom: 0
}

@media only screen and (min-width:767px) {
    .presentation .background img {
        width: 200%
    }
}

@media only screen and (min-width:1024px) {
    .presentation .background {
        min-height: 458px
    }
    .presentation .background img {
        width: 100%;
        position: absolute;
        top: -20px;
        left: -20000px;
        right: -20000px;
        margin: 0 auto;
        bottom: 0
    }
}

.presentation .slogan {
    box-sizing: border-box;
    padding: 20px;
    margin-top: 125px;
    width: 100%;
    background-color: rgba(56, 163, 255, .49);
    color: #fff;
    font-weight: 500;
    text-align: center
}

.presentation .slogan h1 {
    font-size: 33px;
    padding-bottom: 15px;
    vertical-align: top;
    line-height: 16px
}

@media only screen and (min-width:1024px) {
    .presentation .slogan {
        margin-top: 290px;
        padding: 0px
    }
}

.qui-sommes-nous {
    background: #fff;
    padding-bottom: 30px
}

.qui-sommes-nous .quiText .title {
    position: relative;
    text-align: center
}

.qui-sommes-nous .info-sup {
    margin: 10px 0;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 8
}

.qui-sommes-nous .info-sup .info-bulle {
    display: inline-block;
    line-height: 30px;
    height: 30px
}

.qui-sommes-nous .info-sup .info-bulle span {
    float: left;
    line-height: 30px;
    height: 30px;
    margin: 5px;
    font-weight: 700;
    color: #555859
}

.qui-sommes-nous .info-sup .info-bulle .bulle {
    height: 30px;
    width: 30px;
    border-radius: 30px
}

@media only screen and (min-width:767px) {
    .qui-sommes-nous .title {
        padding-top: 20px
    }
    .qui-sommes-nous .paragraphe {
        position: relative;
        z-index: 2
    }
    .qui-sommes-nous .paragraphe p {
        width: 102%
    }
}

.paragraphe p {
    font-size: 14px;
    line-height: 17px;
    padding: 10px;
    color: #555859
}

@media only screen and (min-width:1024px) {
    .paragraphe p {
        text-align: left
    }
}

.title {
    position: relative
}

.title * {
    display: inline-block;
    font-size: 23px;
    font-weight: 700
}

.annonces-min-item-info span {
    color: #fff;
    margin-left: 5px;
    font-size: 14px;
    white-space: nowrap
}

.annonces-min-item-info .text span {
    display: inline-block;
    float: left;
    padding: 0
}

.map {
    overflow: initial
}

.map svg {
    width: 95%;
    display: block;
    box-sizing: border-box;
    padding-right: 2.5%;
    border-right: 1px solid #d9dada
}

body {
    position: relative
}

.center {
    text-align: center
}

body {
    margin: 0
}

.col-10,
.col-12 {
    padding: 5px;
    box-sizing: border-box;
    float: left
}

body {
    font-family: Roboto, Sans-Serif;
    overflow-x: hidden;
    font-size: 16px
}

.col-10 {
    width: 83.33333%
}

.col-12 {
    width: 100%
}

@media only screen and (min-width:767px) {
    .col-t-5 {
        float: left;
        padding: 5px;
        box-sizing: border-box;
        width: 41.66667%
    }
}

@media only screen and (min-width:1024px) {
    .col-d-4 {
        float: left;
        padding: 5px;
        box-sizing: border-box;
        width: 33.33333%
    }
    .col-d-8 {
        float: left;
        padding: 5px;
        box-sizing: border-box;
        width: 66.66667%
    }
}

.container {
    width: 1024px;
    margin: 0 auto;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:1023px) {
    .container {
        width: 100%
    }
}

.row {
    width: 100%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.content {
    box-sizing: border-box
}

.content {
    margin: 0 auto;
    width: 95%
}

@media only screen and (min-width:767px) {
    .content.small {
        width: 65%
    }
}

@media only screen and (min-width:1024px) {
    .content.small {
        width: 100%
    }
}

@media only screen and (min-width:767px) {
    .content.medium {
        width: 75%
    }
}

@media only screen and (min-width:1024px) {
    .content.medium {
        width: 85%
    }
}

.hidden {
    display: none!important
}

@media only screen and (min-width:767px) {
    .visible-tab {
        display: block
    }
}

@media only screen and (min-width:1024px) {
    .hidden-desk {
        display: none!important
    }
}

.border-bottom {
    border-bottom: 6px solid;
    margin-bottom: 20px
}

.social {
    float: left;
    height: 45px;
    line-height: 45px
}

.social-title {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 10px
}

.social * {
    color: #fff;
    display: inline-block
}

.social img {
    display: inline-block;
    width: 35px;
    vertical-align: middle
}

header.top-bar:first-of-type .menu-sup li a {
    color: #fff
}

.lang img {
    width: 15px
}