@font-face {
    font-family: 'hickory_jackregular';
    src: url('./fonts/hickory_jack-webfont.woff2') format('woff2'),
         url('./fonts/hickory_jack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
    font-family: 'Arial', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #6E6C67;
}

.region.region-meta {
    display: none;
}
header {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 125px;
    top: 0;
    transition: all 0.25s ease-in;
}
.toolbar-horizontal header {
    top: 53px;
}
.mm-page, .mm-wrapper_background body {
    padding-top: 0 !important;
}
header.scroll,
.path-not-frontpage  header {
    background: #711921;
}
header.scroll {
    box-shadow: 0 0 15px #000;
    transition: all 0.25s ease-out;
}
.path-nos-annonces main,
.page-node-type-page main,
.path-inscription main,
.page-node-type-annonce main, #layout-builder {
    padding-top: 125px;
}
.path-frontpage main {
    padding-top: 0;
}
.path-frontpage article .bg-home-section-1 {
    padding-top: 200px;
}
#block-sieb-2021-breadcrumbs {
    margin-bottom: -55px;
    position: relative;
    z-index: 10;
    margin-top: 15px;
}
h1, 
.bg-home-contact h2,
.block-views h2,
.webform-submission-form h2,
.bg-contact h2,
.webform-submission-contact h2,
.bg-red h2,
.bg-register h1,
.bg-login h2,
.bg-two-colours h2,
.block-search-annonce-block h2,
h2.critere,
.message-inscription {
    font-family: 'hickory_jackregular';
    font-size:70px;
    line-height: 65px;
    font-weight: normal;
    text-transform: none;
}

.color1 {
    color: #711921;
}
.color2,
.block-search-annonce-block h2,
h2.critere {
    color: #C46E1C;
}
h2.critere {
    text-align: center;
    margin-top: 30px;
}
.bold {
    font-weight: bold;
}
.webform-submission-form h2,
.bg-red h2,
.bg-register h1 {
    font-size: 60px;
    line-height: 46px;
    margin-bottom: 30px;
}
h1,
.block-opportunite-a-saisir-block h2,
.block-biens-coups-de-coeur-block h2 {
    font-family: 'hickory_jackregular';
    font-size: 100px;
    line-height: 55px;
    color: #FFF;
    text-shadow: 0 0 10px black;
}
.bg-register h1,
.bg-login h2 {
    color: #711921;
    text-align: center;
    text-shadow: none;
}
.bg-register h1 {
    font-size: 110px;
    line-height: 75px;
}
.block-opportunite-a-saisir-block h2,
.block-biens-coups-de-coeur-block h2 { 
    text-shadow: none;
    font-size: 54px;
    font-weight: normal;
    text-transform: none;
    line-height: 36px;
}
.bg-login h2 {
    font-size: 70px;
}
h2 {
    color: #711921;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
}
.alert-success,
.alert-danger {
    text-align: center;
}
.bg-red h2 {
    color: #FFF;
}
img {
    max-width: 100%;
    height: auto;
}
.btn,
.field--name-node-link a,
.glb-button--primary  {
    background-color: #711921;
    border: 2px solid #711921;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: bold;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 18px;
}
.btn:hover {
    background-color: transparent;
    color: #711921;
}
.btn.btn--primary,
.search-annonce-form .btn,
.btn.btn-primary,
.bg-login .btn  {
    background-color: #C46E1C;
    border: 2px solid #C46E1C;
}
.btn.btn--primary:hover,
.search-annonce-form .btn:hover,
.btn.btn-primary:hover {
    background-color: transparent;
    color: #C46E1C;
    border-radius: 0;
}
.btn.btn--info {
    background-color: transparent;
    color: #711921;
}
.btn.btn--info:hover {
    background-color: #711921;
    color: #FFF;
}
.btn em {
    font-size: 14px;
}
.red {
    color: red;
}
.navbar-brand img {
    height: 95px;
}
.navbar>.row {
    justify-content: space-between;
    width: 100%;
}
.navbar-expand-lg .nav-item  {
    padding: 0 15px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link em {
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
}
.navbar-expand-lg .nav-item + .nav-item {
    border-left: 1px solid #FFF;
}
.navbar-expand-lg .nav-item:nth-last-child(1){
    border-left: none;
}
.navbar-expand-lg .navbar-nav .nav-link.btn {
    background-color: #FFF;
    border: 2px solid #FFF;
    color: #711921;
    padding: 5px 13px;
}
.navbar-expand-lg .navbar-nav .nav-link.btn:hover {
    background-color: transparent;
    color: #FFF;
}
.form-actions {
    text-align: center;
}
.webform-submission-contact-form  .form-actions {
    text-align: left;
}
.b-lazy, .b-responsive {
    display: inline-block;
}
.tabs-primary {
    margin: 0;
}
.tabs {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
    background: transparent;
}
.tabs .flex-md-column {
    flex-direction: row !important;
    justify-content: center;
}
.tabs-wrapper {
    text-align: center;
}
.nav-tabs {
    box-shadow: 0 0 15px #000;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 5px;
    background: #fffc;
}
.tabs .nav-item {
    display: inline-block;
}
.nav-tabs a {
    display:  inline-block;
    text-transform: uppercase;
    font-size: 22px;
    background: #FFF;
}
.nav-tabs .nav-link a {
    padding: 5px 15px;
    color: #000;
}
.nav-tabs .nav-link a:hover,
.nav-tabs .nav-link a.is-active:hover {
    color: #000;
    text-decoration: none;
}
.nav-tabs .nav-link a.is-active {
    background-color: #F5825E;
    color: #FFF;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    padding: 0;
}

.bg-home-section-1 {
    background: url('../images/bg-home-section-1.jpg') no-repeat;
    background-size: cover;
}
.bg-annonces {
    background: url('../images/bg-annonces.jpg') no-repeat top center;
    background-size: 100% auto;
    padding-top: 50px;
}
.bg-contact {
    background: url('../images/bg-contact.jpg') no-repeat;
    background-size: cover;
}
.bg-bread-left-hand {
    background: url('../images/bg-bread-left-hand.jpg') no-repeat;
    background-size: 100% auto;
}
.bg-bread-right-hand {
    background: url('../images/bg-bread-right-hand.jpg') no-repeat;
    background-size: 100% auto;
}
.bg-qui-sommes-nous {
    background: url('../images/bg-qui-sommes-nous.jpg') no-repeat;
    background-size: 100% auto;
}
.bg-register,
.bg-login {
    background: url('../images/bg-register.jpg') no-repeat;
    background-size: cover;
    padding-top: 125px;
}
.bg-login {
    height: auto;
    padding-top: 200px;
    display: flex;
    align-items: center;
}
.bg-contact h2 {
    text-align: center;
    margin-bottom: 15px;
}
.qsn-sec1 h2,
.qsn-sec2 h2,
.qsn-sec3 h2 {
    font-size: 28px;
    line-height: 30px;
    text-transform: none;
    
}
.qsn-sec1 .space-30,
.qsn-sec2 .space-30,
.qsn-sec3 .space-30 {
    height: 0;
}
.qsn-sec1 h2 {
    color: #C46E1C;
}
.qsn-sec2 h2 {
    color: #711921;
}
.qsn-sec3 h2 {
    color: #C79770;
}
#block-sieb-2021-breadcrumbs {
    /*position: absolute;
    z-index: 10;
    top: 180px;
    width: 100%;*/
}
.breadcrumb {
    background-color: transparent;
    padding: 0;
    color: #FFF;
    font-size: 16px;
}
.page-node-type-annonce .breadcrumb,
.page-node-type-annonce .breadcrumb a,
.page-node-type-annonce .breadcrumb-item + .breadcrumb-item::before {
    color: #711921;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: '>';
}
.breadcrumb a,
.breadcrumb-item + .breadcrumb-item::before {
    color: #FFF;
}
.bg-white-opacity {
    padding: 60px;
    background: #ffffff94;
    max-width: 1000px;
    margin: auto;
    color: #711921;
    font-size: 24px;
}
.bg-white-brown {
    padding: 60px;
    background: #D8C2B1;
    max-width: 1000px;
    margin: auto;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    margin-top: 140px;
}
.bg-white-brown h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
    text-shadow: none;
}
.bg-white-brown h2,
.bg-two-colours h2,
.bg-red h2 {
    color: #FFF;
}
.bg-two-colours {
    background: url('../images/bg-two-colours.jpg') repeat-x top;
}
.bg-red {
    background-color: #711921;
    color: #FFF;
    padding: 30px;
}
.bg-home-contact {
    background: url('../images/bg-home-contact.jpg') no-repeat;
    background-size: cover;
}
.copyright {
    background-color: #711921;
    text-align: center;
    color: #FFF;
    padding: 10px 0;
    font-size: 14px;
}
.copyright a {
    color: #FFF;
}
.user-logged-in {
    padding-bottom: 30px;
    height: auto !important;
}
.block-views h2 {
    text-align: center;
    margin-bottom: 60px;
}
.view-annonces.view-display-id-block_1 .group-rows {
    display: flex;
    flex-wrap: wrap;
}
.view-annonces.view-display-id-block_1 .group-rows .views-row {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}
.view-annonces.view-display-id-block_1 .group-rows .section {
    box-shadow: 0 0 15px #000;
    background-color: #FFF;
}
.view-annonces.view-display-id-block_1 h3 {
    font-size: 16px;
    color: #6E6C67;
    text-align: center;
    padding: 0 5px;
    font-weight: bold;
    margin-top: 15px;
}
.field--name-node-link {
    text-align: center;
    margin-bottom: 15px;
}
.field--name-node-link a {
    font-size: 12px;
    padding: 5px 15px;
    display: inline-block;
}

.views-row:nth-child(2) .field--name-node-link a {
    background-color: #C46E1C;
    border-color: #C46E1C;
}
.views-row:nth-child(2) .field--name-node-link a:hover {
    background-color: transparent;
    border-color: #C46E1C;
    color: #C46E1C;
    text-decoration: none;
}
.views-row:nth-child(3) .field--name-node-link a {
    background-color: #C20417;
    border-color: #C20417;
}
.views-row:nth-child(3) .field--name-node-link a:hover {
    background-color: transparent;
    border-color: #C20417;
    color: #C20417;
    text-decoration: none;
}
.views-row:nth-child(4) .field--name-node-link a {
    background-color: #C79770;
    border-color: #C79770;
}
.views-row:nth-child(4) .field--name-node-link a:hover {
    background-color: transparent;
    border-color: #C79770;
    color: #C79770;
    text-decoration: none;
}
.view-annonces.view-display-id-embed_1 h2 {
    font-size: 22px;
    line-height: 26px;
    color: #6E6C67;
}
.field--name-field-annonce-prix {
    color: #C46E1C;
    font-size: 20px;
    font-weight: bold;
}
.field--name-field-annonce-illustration {
    position: relative;
}
.count-annonce {
    color: #711921;
    background: url('../images/picto-count-annonce.svg') no-repeat 5px center  #FFF;
    border-radius: 20px;
    font-size: 23px;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 0 10px 0 40px;
}
.view-annonces.view-display-id-embed_1 .field--name-node-link {
    text-align: left;
    float: left;
    margin-right: 15px;
}
.view-annonces.view-display-id-embed_1 .field--name-node-link a {
    text-align: left;
    background-color: #C46E1C;
    border-color: #C46E1C;
    font-size: 13px;
    padding: 10px 30px;
    display: inline-block;
}
.view-annonces.view-display-id-embed_1 .field--name-node-link a:hover {
    background-color: transparent;
    color: #C46E1C;
    text-decoration: none;
}
.view-annonces.view-display-id-embed_1 .field--name-body {
    margin-bottom: 15px;
}
.view-annonces.view-display-id-embed_1 .field--name-body:after {
    display: inline;
    content: '...';
    font-weight: bold;
    font-size: 40px;
}
.block-opportunite-a-saisir-block a.btn, .block-biens-coups-de-coeur-block a.btn {
    border: 2px solid;
    font-size: 14px;
    font-weight: normal;
    border-radius: 20px;
    display: inline-block;
}
.block-opportunite-a-saisir-block a.btn:hover, 
.block-biens-coups-de-coeur-block a.btn:hover {
    background-color: #FFF;
}
.field--name-field-annonce-ville {
    color: #C46E1C;
    font-style: italic;
}
.view-annonces.view-display-id-embed_1 .field--name-field-annonce-ville {
    padding-top: 12px;
}
.view-annonces.view-display-id-embed_1 .space-30 {
    height: 0;
}
#search-annonce-form {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 60px;
}
.slider-range {
    width: 30%;
}
#edit-submit {
    font-size: 14px;
}
.form-item-region label,
.form-item-departement label {
    display: none;
}
.webform-submission-contact-form {
    width: 50%;
    margin: auto;
}
.form-item-region select,
.form-item-departement select {
    background-color: #6E6C67;
    color: #FFF;
    width: 250px;
}
.form-item-budget {
    width: 300px;
}
#block-boutons .btn {
    width: 290px;
    height: 65px;
    line-height: 18px;
    vertical-align: top;
    padding-top: 12px;
}
#block-boutons .btn:nth-child(1) {
    padding-top: 23px;
}
#block-boutons .btn:nth-child(2) {
    margin: 0 15px;
}
#block-logofooter {
    text-align: center;
    padding: 15px 0;
}
.node--type-annonce h1 {
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
    color: #711921;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-shadow: none;
}
.node--type-annonce.node--view-mode-full .block-field-blocknodeannoncebody {
    margin-bottom: 15px;
}
.node--type-annonce.node--view-mode-full .field--name-field-annonce-prix {
    font-style: italic;
    margin-bottom: 15px;
} 
.faq h2 {
    text-align: center;
    margin-bottom: 60px;
}
.faq .question {
    color: #FFF;
    background-color: #711921;
    border-radius: 50px;
    padding: 30px 60px;
}
.paragraph.paragraph--type--question-reponse {
    padding: 7.5px 0;
    border-bottom: none;
    padding: 0;
    border-bottom: none;
    background: #FFF;
    margin: 15px 0;
    border-radius: 50px;
}
.paragraph.paragraph--type--question-reponse.expanded {
    border-radius: 50px 50px 25px 25px;
}
.question .developpe {
    background: url('../images/faq-moins.svg') center no-repeat;
    background-size: contain;
    top: 30px;
    right: 45px;
}
.question.active .developpe {
    background: url('../images/faq-plus.svg') center no-repeat;
    background-size: contain;
}
.reponse {
    padding: 30px 60px;
}
.pagination .btn {
    margin-right: 15px;
    font-size: 13px;
}
.slider-annonces  .field__item {
    display: none;
}
.slider-annonces .slick-track,
.slider-annonces  .field__item:nth-child(1)  {
    width: 100% !important;
    display: block;
    margin-bottom: 15px;
}
.slider-annonces  .field__item:nth-child(2),
.slider-annonces  .field__item:nth-child(3),
.slider-annonces  .field__item:nth-child(4)  {
    width: 33.334% !important;
    display: block;
    position: relative;
}
.plus-image {
    color: #FFF;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    background: #00000040;
    transition: all 0.250s ;
}
.plus-image img {
    width: 30px;
    margin-left: 15px;
}
.plus-image:hover {
    background: #0000008c;
    color: #FFF;
    text-decoration: none;
}
.webform-submission-form label,
.fieldset-legend {
    font-weight: bold;
    color: #C79770;
}
.webform-submission-form  label.option {
    font-weight: normal;
    color: #6E6C67;
}
.webform-submission-form input,
.webform-submission-form textarea {
    border: 2px solid #C79770;
    border-radius: 10px;
}
.webform-submission-form input.btn,
.bg-contact .btn {
    border-radius: 0;
    padding: 5px 45px;
}
.pager {
    background-color: #711921;
    padding: 15px;
}
.pagination {
    justify-content: center;
    margin-bottom: 0;
}
.page-item .page-link {
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    background-color: transparent;
    border: none;
    opacity: 0.8;
}
.page-item.active .page-link {
    opacity: 1;
    background-color: transparent;
}  
.page-item.pager__item--first,
.page-item.pager__item--last {
    display: none;
}
.page-item.pager__item--previous a {
    padding-left: 45px;
    background: url('../images/page-prev.svg') no-repeat center left;
}
.page-item.pager__item--next a {
    padding-right: 45px;
    background: url('../images/page-next.svg') no-repeat center right;
}
.form-item-pass {
    display: flex;
    margin: 0 -15px;
}
.form-type-password {
    width: 33.3334%;
    padding-left: 15px;
    padding-right: 15px;
}
.password-confirm, .password-field, .password-strength, .password-confirm-match {
    width: 100%;
}
.register-form .btn,
.bg-login .btn {
    width: 100%;
}
.bg-login .form-type-password {
    width: 100%;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
#edit-pass .form-type-password {
    padding: 0 15px;
}
.alert.alert-logged,
.path-frontpage .alert {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    z-index: 1000;
    background: #8bc34a;
    color: #FFF;
    text-align: center;
}
.no-annonce {
    text-align: center;
    margin: 60px 0;
    font-size: 26px;
}
.carte-arrondissment {
    height: auto;
    width: auto;
    overflow: hidden;
    margin: auto;
    background: url('../images/fond-carte.jpg') no-repeat;
    background-size: cover;
    padding: 10%;
    padding: 6% 25%;
}
.carte-arrondissment svg {
    width: 100%;
}
.carte-arrondissment h3 {
    color: #711921;
    margin: 30px 0;
    font-weight: bold;
}
.user-login-form label,
.register-form label,
.fieldgroup  .fieldset-legend {
    font-weight: bold;
    color: #711921;
}
.register-form label.option {
    font-weight: normal;
}
.user-login-form .description,
.register-form .description {
    color: #711921;
}
.user-reset-password-link {
    color: #C46E1C;
}
.register-form .btn {
    padding: 15px 25px;
}
.bef-exposed-form .form--inline > .form-item {
    float: left;
    display: flex;
    width: 285px;
}
.form-item-sort-bef-combine label {
    display: block;
    margin-top: 5px;
    width: 190px;
    font-weight: bold;
}
.form-item-sort-bef-combine label:after {
    content: ' :';
}
.form-item-sort-bef-combine select {
    border: 0;
    border-bottom: 2px solid #000;
    border-radius: 0;
}
.block-opportunite-a-saisir-block,
.block-biens-coups-de-coeur-block .content {
    background: #711921;
    color: #FFF;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 30px;
}
.block-opportunite-a-saisir-block h2,
.block-biens-coups-de-coeur-block h2 {
    margin-bottom: 30px;
}
.block-opportunite-a-saisir-block h3,
.block-biens-coups-de-coeur-block h3 {
    font-size: 21px;
    font-weight: bold;
}
.block-opportunite-a-saisir-block h3 a,
.block-biens-coups-de-coeur-block h3 a {
    color: #FFF;
    margin: 0 10px;
}
.block-opportunite-a-saisir-block img,
.block-biens-coups-de-coeur-block img {
    margin-bottom: 15px;
}
.block-opportunite-a-saisir-block a,
.block-biens-coups-de-coeur-block a {
    display: block;
}
.slick-arrow.slick-disabled { 
    display: none !important;
}
.slick-prev,
.slick-next {
    width: 50px;
    height: 50px;
    background: url('../images/prev.svg');
    background-size: contain;
    box-shadow: none;
    border: 0;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 140px;
    z-index: 100;
}
.slick-next {
    background: url('../images/next.svg');
    background-size: contain;
    left: initial;
    right: 10px;
}
.temoignage {
    background-color: #FFF;
    padding: 60px;
    margin: 30px;
    box-shadow: 0 0 15px #000;
}
.temoignage img {
    margin-bottom: 15px;
}
.temoignage strong {
    margin-bottom: 15px;
    color: #711921;
}
.container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
footer {
    padding-bottom: 0 !important;
}
.message-inscription {
    text-align: center;
    margin-bottom: 50px;
    color: #711921;
    font-size: 85px;
}
.webform-flex--container > .form-item {
    display: flex;
    flex-wrap: wrap;
}
.webform-flex--container > .form-item label {
    width: 100%;
}
.webform-flex--container > .webform-has-field-prefix > input:not([type="checkbox"]), 
.webform-flex--container > .webform-has-field-suffix > input:not([type="checkbox"]), 
.webform-flex--container > .webform-has-field-prefix > select, 
.webform-flex--container > .webform-has-field-suffix > select {
    width: 94%;
}
.webform-flex--container > .form-item .field-suffix {
    font-weight: bold;
    text-align: center;
    color: #C79770;
    width: 6%;
    padding-top: 8px;
}
.sitemap {
    margin-top: 250px;
}
.sitemap .bg-white-brown {
    margin: 0 0 50px;
}
.sitemap li a {
    color: #711921;
}
.sitemap li a.btn  {
    color: #FFF;
    display: inline-block;
}
@media (min-width: 1200px){
    .container-xxl {
        max-width: 1320px;
    }
}

@media only screen and (max-width: 991.98px) {
    header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1000;
        height: 70px;
        
    }
    header.scroll {
        box-shadow: 0 0 15px #402f30;
    }
    .block-responsive-menu {
        display: inline-block;
    }
    .navbar-brand img {
        height: 50px;
    }
    h1 {
        font-size: 40px;
    }
    .page-node-type-article h1 {
        font-size: 30px;
    }
    .path-frontpage h2,
    .node--type-article.node--view-mode-teaser h2  {
        font-size: 28px;
    }
    strong {
        font-size: 16px;
    }
    .chapeau {
        font-size: 18px;
    }
    .region.region-header {
        position: relative;
        width: 100%;
    }
    .btn, .form-actions .btn.webform-button--submit, .node-readmore a {
        padding-right: 15px;
        padding-left: 15px;
    }
    .section-contact>.container> .block + .block {
        padding: 30px 50px 60px;
    }
    .collapse:not(.show) {
        display: inline-block;
    }
    .block-menu.menu--main {
        display: none;
    }
    #block-responsivemenumobileicon {
        position: absolute;
        top: 0;
        right: 0;
    }
    .responsive-menu-toggle-icon span.label {
        color: #707070;
        display: none;
    }
    .responsive-menu-toggle-icon:before, .responsive-menu-toggle-icon:after, .responsive-menu-toggle-icon span.icon {
        background-color: #FFF;
        width: 30px;
    }
    .responsive-menu-toggle-icon {
        width: 50px;
        height: 50px;
    }
    .responsive-menu-toggle-icon span.icon {
        top: 19px;
    }
    .responsive-menu-toggle-icon:after {
        top: 30px;
    }
    .responsive-menu-toggle-icon:before, .responsive-menu-toggle-icon:after, .responsive-menu-toggle-icon span.icon {
        height: 4px;
    }
    .bg-white-opacity {
        padding: 30px;
    }
    h2 {
        font-size: 30px;
    }
    h1, .bg-home-contact h2, .block-views h2, .webform-submission-form h2, .bg-contact h2, .webform-submission-contact h2, .bg-red h2, .bg-register h1, .bg-login h2 {
        font-size: 70px;
        
    }
    .block-views h2 {
        text-align: center;
        margin-bottom: 30px;
    }
    .row-padding-bottom--60 {
        padding-bottom: 30px;
    }
    .row-padding-top--60 {
        padding-top: 30px;
    }
    #block-boutons .btn {
        width: 200px;
    }
    .btn em {
        font-size: 10px;
    }
    .path-frontpage article .bg-home-section-1 {
        padding-top: 100px;
    }
    .bg-white-brown {
        font-size: 20px;
    }
    .path-frontpage h1 {
        max-width: 80%;
        margin: auto;
    }
    .view-annonces.view-display-id-block_1 .group-rows .views-row {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    footer {
        padding-bottom: 0;
    }
    .path-nos-annonces main, .page-node-type-page main, .path-inscription main {
        padding-top: 70px;
    }
    .bg-white-brown {
        padding: 30px;
        font-size: 24px;
        margin-top: 25px;
    }
    .form-item-region {
        width: 50%;
        padding-right: 15px;
    }
    #departement-wrapper {
        width: 50%;
        padding-left: 15px;
    }
    .search-annonce-form {
        flex-wrap: wrap;
    }
    .form-item-region select, .form-item-departement select {
        width: 100%;
    }
    .slider-range {
        width: 65%;
    }
    .view-annonces.view-display-id-embed_1 .field--name-node-link a {
        font-size: 14px;
        padding: 10px 25px;
    }
    .view-annonces.view-display-id-embed_1 h2 {
        font-size: 17px;
        line-height: 25px;
    }
    .page-node-type-annonce main, #layout-builder {
        padding-top: 80px;
    }
    .breadcrumb {
        margin-bottom: 45px;
    }
    .node--type-annonce h1 {
        font-size: 21px;
    }
    .faq .question {
        padding: 15px 30px;
    }
    .question .developpe {
        top: 15px;
    }
    #block-sieb-2021-breadcrumbs {
        margin-bottom: -84px;
    }
    .bg-white-brown h1 {
        font-size: 27px;
    }
    .webform-submission-contact-form {
        width: auto;
        margin: auto;
    }
    
}
@media only screen and (max-width: 767px) {
    .section.four-column .col,
    .section.five-column .col {
        width: 50%; 
        flex-basis: auto;
        margin-bottom: 15px;
    }
    .col-sm-12 {
        margin-bottom: 15px;
    }
    .section-contact>.container> .block + .block {
        width: 100%;
    }
    .row-padding-bottom--60 {
        padding-bottom: 30px;
    }
    .row-padding-top--60 {
        padding-top: 30px;
    }
    .paragraph.paragraph--type--question-reponse {
        padding: 15px 0;
    }
    .container .container {
        padding-left: 0;
        padding-right: 0;
    }
    .path-frontpage article .bg-home-section-1 {
        padding-top: 100px;
    }
    .path-frontpage h1 {
        max-width: inherit; 
        margin: auto;
        font-size: 50px;
        line-height: 58px;
        margin-bottom: 30px;
    }
    .path-frontpage h2, .node--type-article.node--view-mode-teaser h2 {
        font-size: 21px;
        line-height: 34px;
    }
    h1, .bg-home-contact h2, .block-views h2, .webform-submission-form h2, .bg-contact h2, .webform-submission-contact h2, .bg-red h2, .bg-register h1, .bg-login h2 {
        font-size: 50px;
    }
    .view-annonces.view-display-id-block_1 .group-rows .views-row {
        width: 50%;
        margin-bottom: 15px;
    }
    #block-boutons .btn {
        width: 100%;
    }
    #block-boutons .btn:nth-child(2) {
        margin: 0;
    }
    .copyright {
        font-size: 16px;
    }
    .bg-white-brown h1 {
        font-size: 17px;
        line-height: 28px;
    }
    #block-sieb-2021-breadcrumbs {
        margin-bottom: -108px;
        display: none;
    }
    .bg-white-brown {
        margin-top: 55px;
    }
    h2 {
        font-size: 24px;
    }
    .slider-range {
        width: 100%;
    }
    .col {
        flex-basis: auto;
    }
    .paragraph.paragraph--type--question-reponse {
        padding: 0;
    }
    .path-frontpage.page-node-type-page main {
        padding-top: 0;
    }
    .bg-login {
        padding-top: 100px;
    }
    .message-inscription {
        margin-bottom: 35px;
        font-size: 40px;
        line-height: 45px;
    }
}