.bandeau-easyloc {
    background: #ffc61a;
    display: block;
    text-align: center;
    /*padding-left: 500px;*/
    -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.45);
    box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.45);
    margin-left: -15px;
    margin-right: -15px;
}
.bandeau-easyloc > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.bandeau-easyloc .easyloc {
    font-family: Roboto-Light;
    font-size: 44px;
    color: #000000;
    line-height: 1;
    position: relative;
    padding-top: 13px;
    padding-bottom: 17px;
    padding-right: 41px;
}
.bandeau-easyloc .easyloc strong {
    font-family: Roboto-Black;
}
.bandeau-easyloc .phone_num {
    font-family: Roboto-Bold;
    font-size: 45px;
    padding-left: 13px;
    letter-spacing: -0.3px;
    line-height: 1;
}
.bandeau-easyloc .texte {
    padding-left: 44px;
    position: relative;
}
.bandeau-easyloc .texte > * {
    margin: 0;
    line-height: 1;
}
.bandeau-easyloc .texte > p:first-child {
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    font-size: 14.91px;
    letter-spacing: -0.15px;
}
.bandeau-easyloc .texte > p:last-child {
    font-family: Roboto-Light;
    font-size: 13.42px;
    padding-left: 3px;
    letter-spacing: 0.5px;
}




.fond_home .fond {
    text-align: center;
    background: #000000;
}
.fond_home .fond .image_fond {
    opacity: 0.3;
    height: auto;
    width: 100%;
}
.fond_home .container {
    position: relative;
}

.fond_home .block-bienvenue,
.fond_home .block-click_collect,
.fond_home .image_machine{
    position: absolute;
    z-index: 1;
}

.fond_home .block-bienvenue {
    right: 0;
    /*top: 184px;*/
    z-index: 0;
    text-align: center;
    
    bottom: 342px;
}

.fond_home .block-bienvenue > p {
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1;
    font-family: Roboto-Light;
    text-transform: uppercase;
}
.fond_home .block-bienvenue > p:nth-child(1) {
    font-size: 35px;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
}
.fond_home .block-bienvenue > p:nth-child(2) {
    font-size: 25px;
    letter-spacing: 0.9px;
    margin-bottom: 26px;
}
.fond_home .block-bienvenue > p:nth-child(3) {
    font-family: Lato-Black;
    font-size: 72.26px;
    margin-bottom: 33px;
}
.fond_home .block-bienvenue > p:nth-child(4) {
    font-family: Lato-Bold;
    font-size: 20px;
    letter-spacing: 10px;
}
.block-bienvenue a {
    color: #fff;
}
.fond_home .block-click_collect {
    right: 3px;
    /*top: 565px;*/
    text-align: left;
    bottom: 58px;
    z-index: 0;
}
.fond_home .block-click_collect > p:first-child {
    color: #ffc61a;
    text-transform: uppercase;
    font-family: Roboto-Black;
    font-size: 35.62px;
    line-height: 1;
    margin: 0 0 8px;
}
.fond_home .block-click_collect > a {
    display: block;
    position: relative;
    padding: 8px 82px 8px 13px;
    border: solid 3px #ffffff;
    border-radius: 0 40px 40px 0;
    min-height: 78px;
    text-decoration: none;
}
.fond_home .block-click_collect > a > p:first-child {
    font-family: Roboto-Light;
    color: #ffffff;
    font-size: 35.62px;
    line-height: 1;
    margin-bottom: 0;
}
.fond_home .block-click_collect > a > p:first-child strong {
    font-family: Roboto-Black;
    font-weight: 100;
}
.fond_home .block-click_collect > a > p:nth-child(2) {
    font-family: Roboto-Light;
    color: #ffffff;
    font-size: 18.7px;
    line-height: 1;
    margin: 0;
    padding: 2px 0 0 6px;
}
.fond_home .block-click_collect > a::before,
.fond_home .block-click_collect > a::after{
    content: "";
    position: absolute;
}
.fond_home .block-click_collect > a::before {
    border: solid 3px #ffffff;
    right: -3px;
    top: -3px;
    height: 78px;
    width: 78px;
    border-radius: 50%;
}
.fond_home .block-click_collect > a::after {
    right: 13px;
    top: 17px;
    width: 46px;
    height: 42px;
}

.fond_home .image_machine {
    left: -151px;
    /*top: 141px;*/
    bottom: -54px;
    z-index: 0;
}



.reserver-en-ligne {
    background: #ffc61a;
    padding-top: 101px;
    padding-bottom: 50px;
}
.reserver-en-ligne .block-reserver {
    max-width: 65%;
    float: left;
    padding-right: 7%;
}
.reserver-en-ligne .block-reserver h2 {
    font-family: Roboto-Black;
    text-transform: uppercase;
    font-size: 50px;
    padding: 0;
    line-height: 1;
    letter-spacing: -1.05px;
    margin: 0 0 26px;
}
.reserver-en-ligne .block-reserver h3 {
    font-size: 18px;
    font-family: Roboto;
    letter-spacing: 0px;
    line-height: 1.4;
    font-weight: lighter;
    margin-bottom: 34px;
}
.reserver-en-ligne .block-reserver h3 strong {
    font-weight: 700;
}
.reserver-en-ligne .block-reserver form {
    max-width: 600px;
}
.reserver-en-ligne .block-reserver label,
.reserver-en-ligne .block-reserver input {
    width: 100%;
    margin: 0;
    text-align: left;
}
.reserver-en-ligne .block-reserver label {
    font-weight: bold;
    font-size: 24px;
    padding-left: 10px;
    margin-bottom: 11px;
}
.reserver-en-ligne .block-reserver input {
    border: none;
    border-radius: 7px;
    padding: 12px 10px 12px 15px;
    font-size: 20px;
}
#index .reserver-en-ligne .block-reserver input {
    border: solid 2px #fff;
}
#index .reserver-en-ligne .block-reserver input.error {
    border-color: #f00;
}
/*.reserver-en-ligne .block-reserver .col-md-6 {
    margin-bottom: 30px;
}*/
.block-reserver .row{
    margin-bottom: 2rem;
}
.page-interieur .block-reserver .row,
.block-reserver .row .row {
    margin-bottom: 0;
}
.reserver-en-ligne .block-reserver .row .row input {
    text-align: right;
    position: relative;
    padding-left: 30px;
}
.reserver-en-ligne .block-reserver form button {
    border: none;
    color: #ffffff;
    background: #000000;
    font-family: Roboto-Black;
    text-transform: uppercase;
    font-size: 25px;
    padding: 15px 23px 14px 22px;
    border-radius: 8px;
    cursor: pointer;
    transition: width .15s linear;
}
.reserver-en-ligne .block-reserver form button#submit_reserver_form.custom-loading {
    font-size: 0;
    background-image: url(/img/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

/* Module ets_ */
.reserver-en-ligne .block-product-attribute-custom {
    font-size: 1rem;
}
.reserver-en-ligne .block-product-attribute-custom h4 {
    font-size: 1em;
}
.reserver-en-ligne .list-attribute-custom h5 {
    font-size: 0.9em;
}
.form_resa_product .reserver-en-ligne .block-reserver .from-group-option label{
    font-size: 0.8em;
}
.reserver-en-ligne .list-attribute-custom .ets_input_group {
    height: 0.8em;
    margin-right: 0.5em;
}
.reserver-en-ligne .ets_input_check,
.reserver-en-ligne .ets_input_radio {
    height: 1em;
    width: 1em;
}
.reserver-en-ligne .product-discount,
.reserver-en-ligne .has-discount.product-price,
.reserver-en-ligne .has-discount p{
    color: inherit;
}
.reserver-en-ligne .ets_notification_ex {
    font-size: 0.7em;
}
.reserver-en-ligne .attribute-custom-price {
    display: none !important;
}

.reservation-assurances-container {
    font-size: 1rem;
}
.reservation-assurances-title {
    font-weight: 700;
    color: #232323;
    font-size: 1em;
}
.form_resa_product .reserver-en-ligne .block-reserver .reservation-assurances-list label {
    padding: 0;
    display: flex;
}
.form_resa_product .reserver-en-ligne .block-reserver .reservation-assurances-list input {
    margin-right: 0.5em;
    height: 1em;
    width: 1em;
    margin-bottom: 0.5em;
}
.form_resa_product .reserver-en-ligne .block-reserver .reservation-assurances-list label {
    font-size: 0.8em;
    line-height: 1;
}



.col-reserver-dates {
    padding-right: 5px;
}
.col-reserver-dates + .col-reserver-dates {
    padding-right: 15px;
    padding-left: 5px;
}


.reserverAutocomplete.ui-menu .ui-menu-item .ui-state-focus {
    margin: 0;
}



.bloc-search-home {
    width: 100%;
    position: absolute;
    bottom: 103%;
    right: 0;
}
.bloc-search-home #search_widget,
.bloc-search-home #search_widget form,
.bloc-search-home #search_widget input{
    width: 100%;
    max-width: 100%;
}



.reserver-en-ligne .block-listing-categs {
    max-width: 35%;
    float: left;
    width: 100%;
    /*background: #ffffff;*/
    position: relative;
}
.reserver-en-ligne .block-listing-categs .titre {
    background: #000000;
    margin: 0;
    color: #ffffff;
    font-family: Lato-Bold;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 1;
    padding: 11px 0;
    text-align: center;
}
.reserver-en-ligne .block-listing-categs ul {
    padding: 12px 12px 50px;
    margin-bottom: 0;
    background: #ffffff;
}
.reserver-en-ligne .block-listing-categs ul li {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    min-height: 51px;
}
.reserver-en-ligne .block-listing-categs ul a {
    display: block;
    line-height: 51px;
}
.reserver-en-ligne .block-listing-categs ul .img-container,
.reserver-en-ligne .block-listing-categs ul .titre-container {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 70%;
    line-height: 1;
}
.reserver-en-ligne .block-listing-categs ul .img-container {
    width: 30%;
    text-align: center;
}
.reserver-en-ligne .block-listing-categs > a {
    font-family: Roboto-Black;
    font-size: 25px;
    text-transform: uppercase;
    color: #ffffff;
    background: #000000;
    line-height: 1;
    position: absolute;
    right: 16%;
    bottom: -15px;
    padding: 12px 0;
    border-radius: 7px;
    width: 68%;
    text-align: center;
}

.reserverAutocomplete {
    padding: 0;
    border: solid 1px #bfbfbf;
    max-height: 400px;
    overflow-y: auto;
    z-index: 999999;
}
.reserverAutocomplete li {
    padding: 3px 8px;
    line-height: 1.3;
    transition: box-shadow .15s ease-in-out;
    border-bottom: solid 1px #c1c1c1;
}
.reserverAutocomplete li:hover {
    box-shadow: 0 0 4px 0px rgba( 0, 127, 255, 1 ) inset;
}
/*.reserverAutocomplete li > div{
}*/
.reserverAutocomplete li:last-child > div{
    border-bottom: none;
}
.reserverAutocomplete .product_title {
    margin: 0;
}
.reserverAutocomplete .categ {
    font-size: 10px;
    display: block;
    font-style: italic;
    color: #888888;
}


.click_collect_categories{
    background: #ffffff;
    padding-top: 33px;
    padding-bottom: 70px;
}
.click_collect_categories-titre_container > * {
    display: inline-block;
    vertical-align: top;
}
.click_collect_categories-titre_container > .fleche_gauche,
.click_collect_categories-titre_container > .fleche_droite {
    width: calc( ( 100% - 669px ) / 2 );
    background-image: url( ../img/bandeau_click_collect_droite.png );
    background-repeat: repeat-x;
    background-position: left center;
    height: 34px;
    margin-top: 32px;
}
.click_collect_categories-titre_container > .fleche_gauche {
    background-image: url( ../img/bandeau_click_collect_gauche.png );
    background-position: right center;
}
.click_collect_categories-titre_container > h2 {
    width: 669px;
    text-align: center;
    font-family: Roboto-Black;
    position: relative;
    margin: 0;
}
.click_collect_categories-titre_container > h2 p{
    margin: 0;
    font-size: 50px;
}
.click_collect_categories-titre_container > h2 strong {
    font-size: 33px;
    letter-spacing: -0.8px;
}
.click_collect_categories-titre_container > h2 p span,
.click_collect_categories-titre_container > h2 strong span{
    font-family: Roboto-Light;
}



.cc_slideshow.lightSlider{
    height: auto !important;
}
.cc_slideshow > li {
    position: relative;
    padding-top: 154px;
}
.cc_slideshow > li > img {
    position: absolute;
    top: 43px;
    right: 0;
    max-width: 100%;
    
    left: 50%;
    max-height: 200px;
    transform: translateX(-50%);
}
.cc_slideshow .cc-container {
    background: #f1f3f8;
    padding-top: 102px;
    text-align: center;
    padding-bottom: 204px;
    transition: background-color .4s ease-in-out;
}
.cc_slideshow li.active + li .cc-container {
    background: #ffc61a;
}
.cc_slideshow .cc-container h3 {
    font-family: Lato-Bold;
    font-size: 1.625rem;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    margin: 0 0 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.cc_slideshow .cc-container .cc_sous_categs a h4 {
    margin: 0;
    font-family: Roboto;
    font-size: 18px;
    line-height: 1.55;
    color: #000000;
    letter-spacing: -0.3px;
    font-weight: 400;
}
.cc_slideshow .cc-container .cc_bloc-nouveau,
.cc_slideshow .cc-container .cc_tout-voir {
    position: absolute;
}
.cc_slideshow .cc-container .cc_bloc-nouveau {
    bottom: 97px;
    left: 17.2%;
    right: 19%;
    background: #ffffff;
    padding: 8px 0 11px;
}
.cc_slideshow .cc-container .cc_bloc-nouveau p{
    font-family: Lato-Bold;
    color: #000000;
    font-size: 22px;
    margin-bottom: 6px;
}
.cc_slideshow .cc-container .cc_bloc-nouveau p + p {
    font-size: 26px;
    letter-spacing: -0.6px;
    margin-bottom: 0;
}
.cc_slideshow .cc-container .cc_tout-voir {
    bottom: 4.3%;
    line-height: 1;
    border-radius: 7px;
    
    background: #ffc61a;
    left: 32%;
    right: 32%;
    transition: all .4s ease-in-out;
}
.cc_slideshow li.active + li .cc-container .cc_tout-voir {
    background: #000000;
    left: 27%;
    right: 28.4%;
}
.cc_slideshow .cc-container .cc_tout-voir a {
    font-size: 24px;
    color: #000000;
    font-family: Bebas Neue;
    transition: all .4s ease-in-out;
    display: block;
    padding: 8px 0 6px 0;
}
.cc_slideshow li.active + li .cc-container .cc_tout-voir a{
    font-size: 30px;
    color: #ffffff;
    padding: 12px 0 7px 0;
}



.bloc-infos {
    background: url(../img/home_nous_faisons.jpg) no-repeat center top / 100% auto #000000;
    /*padding-top: 75px;*/
    padding-bottom: 45px;
}
.bloc-infos_titre {
    text-align: center;
    padding-top: 2rem;
    margin: 0 0 3rem;
}
.bloc-infos_titre p {
    margin: 0 0 12px;
    font-family: Lato-Black;
    font-size: 35px;
    line-height: 1;
    text-transform: uppercase;
}
.bloc-infos_titre p + p {
    font-size: 44px;
    color: #ffffff;
    margin: 0;
}
.bloc-infos ul {
    margin: 0;
}
.bloc-infos ul > li {
    display: inline-block;
    vertical-align: top;
    width: 44%;
    padding-left: 126px;
    margin-right: 15.2%;
    margin-bottom: 27px;
    position: relative;
}
.bloc-infos ul > li:nth-child(2n) {
    margin-right: 0;
    padding-left: 117px;
    width: 40.8%;
}
.bloc-infos ul > li::before {
    content: "";
    width: 81px;
    height: 81px;
    background: #ffc61a;
    position: absolute;
    left: 12px;
    top: 5px;
    border-radius: 50%;
    color: #000000;
    text-align: center;
    font-family: FontAwesome-Solid;
    font-size: 26px;
}
.bloc-infos ul > li:nth-child(1)::before {
    content: "\f005";
    padding: 28px 3px 0 0px;
}
.bloc-infos ul > li:nth-child(2)::before {
    content: "\f252";
    padding: 29px 3px 0 0px;
    font-size: 30px;
    left: 0;
}
.bloc-infos ul > li:nth-child(3)::before {
    top: -2px;
}
.bloc-infos ul > li:nth-child(4)::before {
    content: "\f013";
    padding: 30px 3px 0 0px;
    left: 1px;
    top: -1px;
}
.bloc-infos ul li > p:first-child {
    font-size: 25px;
    font-family: Lato-Black;
    text-transform: uppercase;
    margin: 0 0 14px;
    line-height: 1;
}
.bloc-infos ul li > p + p {
    color: #ffffff;
    font-family: Lato;
    font-size: 18px;
    line-height: 1.2;
    padding-left: 4px;
    letter-spacing: 0.1px;
}
.bloc-infos .container > div:last-child {
    width: 32.5%;
    margin: 11px auto 0;
    background: #ffc61a;
    border-radius: 7px;
}
.bloc-infos .container > div:last-child p {
    margin: 0;
    text-align: center;
    font-family: Roboto-Black;
    text-transform: uppercase;
    font-size: 25px;
    padding: 10px 0 0 0;
    line-height: 1;
}
.bloc-infos .container > div:last-child p + p {
    font-size: 16px;
    font-family: Roboto-medium;
    text-transform: initial;
    padding: 3px 0 4px;
}



.footer-phone-container {
    background: #ffc61a;
}
.footer-phone-container a {
    display: block;
    position: relative;
}
.footer-phone-container .easyloc {
    font-family: Lato;
    font-size: 35px;
    line-height: 1;
    padding: 32px 0 20px 21px;
    text-align: center;
    margin: 0;
}
.footer-phone-container .easyloc p {
    font-size: 35px;
    margin: 0;
    display: inline-block;
}
.footer-phone-container .easyloc strong{
    font-family: Lato-Black;
    letter-spacing: -0.6px;
}
.footer-phone-container .phone_num {
    font-family: Lato-Black;
    font-size: 77px;
    line-height: 1;
    padding: 0 44px 9px 0;
    text-align: center;
    margin: 0;
}
.footer-phone-container .texte {
    font-family: Roboto-Light;
    font-size: 25px;
    line-height: 1;
    text-align: center;
    padding: 0 44px 27px 0;
    letter-spacing: 1.26px;
    margin: 0;
}
.map-footer-container {
    position: relative;
    border-bottom: solid 1px #b9b9b9;
}
#map-footer{
    height: 465px;
}
.map-footer-container::after {
    content: "\f3c5";
    font-family: FontAwesome-solid;
    position: absolute;
    bottom: -22px;
    left: 50%;
    font-size: 129px;
    line-height: 1;
    transform: translateX(-50%);
    color: #ffc61a;
}



.footer-agence-infos {
    padding: 0 0 84px;
}
.footer-agence-infos .container {
    text-align: center;
}
.footer-agence-infos h2 {
    font-family: Lato-Black;
    text-transform: uppercase;
    font-size: 44px;
    padding: 37px 0 0;
    margin: 0 0 1.5rem;
    letter-spacing: -0.8px;
}
.footer-agence-infos #changement_agence {
    /*padding: 3px 0 0;*/
    font-family: Roboto;
    font-size: 22px;
    letter-spacing: 0.65px;
    border: none;
}
.dropdown-changement_agence{
    margin: 0 0 53px;
}
.custom-dropdown.dropdown-changement_agence::after {
    font-size: 1em;
}
.footer-agence-infos .row > * {
    position: relative;
    padding-left: 75px;
    text-align: left;
    margin-bottom: 25px;
}
.footer-agence-infos .row .titre {
    font-family: Lato-Bold;
    text-transform: uppercase;
    font-size: 1.0625rem;
    line-height: 1;
    padding: 0;
    margin: 0 0 0.8125rem;
    letter-spacing: 0.6px;
}
.footer-agence-infos .row .texte p,
.footer-agence-infos .row .texte a {
    margin: 0 0 4px;
    font-size: 0.875rem;
    font-family: Lato;
    font-weight: 600;
    color: #262626;
    word-wrap: break-word;
}
.footer-agence-infos .row .reseaux_sociaux {
    text-align: center;
    padding: 41px 8px 0 0;
}
.footer-agence-infos .row .reseaux_sociaux a {
    height: 63px;
    width: 63px;
    display: inline-block;
    border: solid 3px #ffc61a;
    border-radius: 50%;
    margin: 0 15px 0;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    transition: background-color .15s ease-in-out;
    background-image: none;
}
.footer-agence-infos .row .reseaux_sociaux a::before{
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    font-family: 'FontAwesome-brands';
    color: #000000;
    font-size: 28px;
    line-height: 1;
    background-image: none;
    transition: color .15s ease-in-out;
    background-image: none;
}
.footer-agence-infos .row .reseaux_sociaux a.facebook::before {
    content: "\f39e";
    top: 14px;
    left: 0;
}
.footer-agence-infos .row .reseaux_sociaux a.twitter::before {
    content: "\f099";
    top: 14px;
    left: 0;
}
.footer-agence-infos .row .reseaux_sociaux a.youtube::before {
    content: "\f167";
    top: 14px;
    left: 0;
}
.footer-agence-infos .row .reseaux_sociaux a.linkedin::before {
    content: "\f0e1";
    top: 14px;
    left: 0;
}
.footer-agence-infos .row .reseaux_sociaux a.instagram::before {
    content: "\f16d";
    top: 14px;
    left: 0;
}
.footer-agence-infos .row .reseaux_sociaux a:hover{background-color:#ffc61a;background-image: none;}
.footer-agence-infos .row .reseaux_sociaux a:hover::before{color:#ffffff;}
.footer-agence-infos .row .toutes_agences {
    text-align: center;
    padding: 42px 0 0;
}
.footer-agence-infos .row .toutes_agences a {
    display: inline-block;
    color: #000000;
    text-transform: uppercase;
    background: #ffc61a;
    font-size: 20px;
    font-weight: 400;
    font-family: Lato-Bold;
    padding: 14px 44px 16px 42px;
    letter-spacing: 0.6px;
    position: relative;
}
.footer-agence-infos .row .toutes_agences a::before,
.footer-agence-infos .row .toutes_agences a::after {
    content: "\f0da";
    position: absolute;
    left: 16px;
    top: 5px;
    font-family: FontAwesome-solid;
    line-height: 1;
    font-size: 36px;
}
.footer-agence-infos .row .toutes_agences a::after {
    content: "\f0d9";
    left: auto;
    right: 16px;
}



.footer-links-bloc {
    width: 28.5714%;
    margin-left: 7.1429%;
    display: inline-block;
    vertical-align: top;
}
.footer-links-bloc:nth-child( 3n + 1 ){
    margin-left: 0;
}
.footer-links-titre {
    font-family: Lato-Black;
    font-size: 25px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 0 21px;
    border-bottom: solid 8px #ffc61a;
    margin-bottom: 26px;
    line-height: 1;
}
.footer-container .footer-links-links li {
    padding-left: 6px;
    margin-bottom: 3.5px;
}
.footer-container .footer-links-links li a {
    font-family: Lato;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    color: #ffffff;
}
.footer-links-bloc + .footer-links-bloc .footer-links-links li {
    margin-bottom: 1.2px;
}
.footer-links-infos > div {
    padding-left: 62px;
    margin-bottom: 25px;
    position: relative;
}
.footer-links-infos {
    margin-top: 44px;
}
.footer-links-infos p {
    color: #ffffff;
    margin-bottom: 4px;
    font-size: 18px;
    font-family: Lato;
    letter-spacing: -0.2px;
    line-height: 1;
}
.footer-links-infos p a {
    color: #ffffff;
}
.footer-links-adresse::before,
.footer-links-telephone::before,
.footer-links-email::before{
    content: "";
    font-family: FontAwesome-Solid;
    color: #ffffff;
    position: absolute;
    left: 17px;
    font-size: 19px;
    top: 50%;
    transform: translateY(-50%);
}
.footer-links-adresse::before {
    content: "\f3c5";
}
.footer-links-telephone::before {
    content: "\f3cd";
}
.footer-links-email::before {
    content: "\f0e0";
    font-size: 16px;
}



.form_resa_product .reserver-en-ligne{
    padding-top: 0;
    padding-bottom: 0;
}
.form_resa_product .reserver-en-ligne .block-reserver{
    max-width: 100%;
    padding-right: 0;
    padding-top: 19px;
}
.form_resa_product .reserver-en-ligne .block-reserver label {
    font-size: 1.375rem;
    margin-bottom: 5px;
}
.form_resa_product .reserver-en-ligne .block-reserver input {
    font-size: 1rem;
    padding: 8px 10px 11px 10px;
}
.reserver-en-ligne .block-reserver .row .row .col-xs-7::before,
.reserver-en-ligne .block-reserver .row .row .col-xs-5::before {
    transform: scale(0.85);
}
.form_resa_product .reserver-en-ligne .block-reserver .col-md-12 .col-xs-7{
    padding-right: 4px;
}
.form_resa_product .reserver-en-ligne .block-reserver .col-md-12 .col-xs-5{
    padding-left: 4px;
}
.form_resa_product .reserver-en-ligne .block-reserver .row .row .col-xs-7::before,
.form_resa_product .reserver-en-ligne .block-reserver .row .row .col-xs-5::before {
    left: 16px;
    top: 4px;
}
.form_resa_product .reserver-en-ligne .block-reserver .row .row .col-xs-5::before {
    left: 5px;
}
.form_resa_product .reserver-en-ligne .block-reserver > form > .row > .col-md-12 {
    margin-bottom: 1.5rem;
}
.product-infos-container .reserver-en-ligne .block-reserver form button {
    font-size: 1.375rem;
    margin: auto;
    display: block;
}



.title-rubrique {
    font-size: 2rem;
    font-weight: 700;
}





@media screen and ( max-width: 1680px ) {
    .fond_home .image_machine{
        max-width: 700px;
    }
}



@media screen and ( max-width: 1450px ) {
    #_desktop_logo {
        left: 0;
    }
    #header .header-top a[data-depth="0"] {
        font-size: 15px;
    }
    .fond_home .image_machine{
        left: 0;
        max-width: 60%;
    }
    .fond_home .block-click_collect{
        right: 15px;
        bottom: 15px;
        width: 35%;
        width: calc( ( 100% - 30px ) * 0.35 );
    }
    .fond_home .block-bienvenue {
        top: auto;
        bottom: 180px;
        right: 0;
    }
    .fond_home .block-bienvenue {
        top: auto;
        bottom: 180px;
        width: 35%;
        width: calc( ( 100% - 30px ) * 0.35 );
        right: 15px;
    }
    .fond_home .block-bienvenue > p:nth-child(1) {font-size: 20px;}
    .fond_home .block-bienvenue > p:nth-child(2) {font-size: 18px;margin-bottom: 8px;}
    .fond_home .block-bienvenue > p:nth-child(3) {font-size: 50px;margin-bottom: 15px;}
}



@media screen and ( max-width: 1080px ) {
    .bandeau-easyloc .easyloc,
    .bandeau-easyloc .phone_num{
        font-size: 38px;
    }
    .bandeau-easyloc .easyloc::after{
        top: 9px;
    }
    .bandeau-easyloc .texte::after {
        display: none;
    }
    .fond_home .image_machine {
        top: 35px;
        left: 35px;
        max-width: 50%;
    }
    .fond_home .block-click_collect > p:first-child,
    .fond_home .block-click_collect > a > p:first-child{
        font-size: 25px;
    }
    .fond_home .block-click_collect > a > p:nth-child(2) {
        font-size: 15px;
    }
    .fond_home .fond{
        position: relative;
    }
    .fond_home .fond .container{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .fond_home .block-bienvenue{
        bottom: 50%;
        left: auto;
        top: auto;
        width: auto;
        right: 25%;
        transform: translateX(50%);
    }
    .fond_home .block-click_collect > a{
        min-height: 64px;
        padding-right: 60px;
    }
    .fond_home .block-click_collect > a::before{
        height: 64px;
        width: 64px;
    }
    .fond_home .block-click_collect > a::after {
        background-size: 152px auto;
        width: 23px;
        height: 21px;
        right: 18px;
        top: 18px;
    }
    .bandeau-easyloc .texte {
        padding-left: 15px;
    }
    .fond_home .block-click_collect{
        width: auto;
        bottom: 80px;
        right: 25%;
        transform: translateX(50%);
    }
    .reserver-en-ligne .block-listing-categs > a {
        padding: 10px;
        right: 5%;
        width: 90%;
        text-align: center;
    }
    .reserver-en-ligne .block-listing-categs ul .img-container {
        width: 60px;
    }
    .reserver-en-ligne .block-listing-categs ul .titre-container{
        width: calc( 100% - 60px );
    }
    .reserver-en-ligne .block-reserver,
    .reserver-en-ligne .block-listing-categs{
        float: none;
        max-width: 100%;
        margin: 0 0 25px;
        padding: 0 30px;
    }
    .page-interieur .reserver-en-ligne .block-reserver{
        margin: 0;
        padding-left: 0;
    }
    .reserver-en-ligne {
        padding-top: 25px;
    }
    .bloc-infos{
        background-image: none;
        padding: 25px 0;
    }
    .bloc-infos_titre {
        padding-top: 0;
        margin-bottom: 25px;
    }
    .bloc-infos ul > li,
    .bloc-infos ul > li:nth-child(2n){
        width: 100%;
        margin-right: 0;
        padding-left: 105px;
        min-height: 91px;
    }
    .bloc-infos ul > li:nth-child(1)::before,
    .bloc-infos ul > li:nth-child(2)::before,
    .bloc-infos ul > li:nth-child(3)::before,
    .bloc-infos ul > li:nth-child(4)::before{
        left: 12px;
        top: 5px;
    }
    .bloc-infos ul > li:nth-child(3)::after {
        top: 23px;
        left: 27px;
    }
    .bloc-infos ul li > p + p{
        text-align: justify;
    }
    .bloc-infos_titre p{
        font-size: 28px;
    }
    .bloc-infos_titre p{
        font-size: 35px;
    }
    .footer-phone-container a::before {
        left: 15px;
    }
    .footer-phone-container a::after {
        right: 15px;
    }
    .footer-agence-infos .row > * {
        padding-left: 85px;
    }
    .footer-agence-infos{
        padding-bottom: 25px;
    }
    .footer-phone-container .easyloc {
        padding: 15px 0;
        font-size: 25px;
    }
    .footer-phone-container .phone_num {
        padding: 0;
        font-size: 60px;
    }
    .footer-phone-container .texte {
        font-size: 20px;
        padding: 15px 0;
    }
    .footer-links .container {
        padding: 0 30px;
    }
    .footer-links-bloc {
        margin-left: 2%;
        width: 32%;
    }
    .footer-links-titre {
        font-size: 18px;
        padding-top: 20px;
        border-bottom-width: 5px;
        margin-bottom: 10px;
    }
    .footer-container .footer-links-links li {
        padding-left: 0;
    }
    .footer-links-infos {
        margin-top: 15px;
    }
    .footer-links-infos > div {
        padding-left: 50px;
    }
    .click_collect_categories{
        padding-bottom: 15px;
    }
    .footer-phone-container .container{
        padding: 0;
    }
    .reserver-en-ligne .block-reserver form{
        max-width: 100%;
    }
    .block-reserver .row > .col-md-6:first-child{
        margin-bottom: 2rem;
    }
}



@media screen and ( max-width: 760px ) {
    .bandeau-easyloc {
        background-color: #ffffff;
        text-align: left;
        margin: 0;
        padding: 0 0 0;
        box-shadow: none;
    }
    #_desktop_logo h1 {
        margin-bottom: 0;
    }
    .bandeau-easyloc > *,
    .footer-phone-container .easyloc p{
        vertical-align: top;
    }
    .bandeau-easyloc .easyloc,
    .footer-phone-container .easyloc p:first-child{
        font-size: 24px;
        padding: 9px 21px 1px 16px;
        letter-spacing: -0.5px;
        width: 50%;
        text-align: right;
        position: relative;
    }
    .bandeau-easyloc .texte::after/*,
    .bandeau-easyloc .phone_num*/{
        display: none;
    }
    .bandeau-easyloc .texte,
    .footer-phone-container .easyloc p + p{
        width: 50%;
        padding: 0;
    }
    .bandeau-easyloc .texte > p:first-child,
    .footer-phone-container .easyloc p + p {
        font-size: 10.32px;
        line-height: 1.3;
        padding: 9px 58px 8px 12px;
        max-width: 200px;
        position: relative;
    }
    .footer-phone-container .easyloc {
        text-align: left;
    }
    .bandeau-easyloc .texte p + p,
    .click_collect_categories-titre_container > .fleche_gauche,
    .click_collect_categories-titre_container > .fleche_droite,
    .click_collect_categories-titre_container > h2::before,
    .click_collect_categories-titre_container > h2::after,
    .footer-phone-container .phone_num,
    .footer-phone-container .texte,
    .footer-phone-container .easyloc span{
        display: none;
    }
    .bandeau-easyloc .texte > p:first-child::before,
    .footer-phone-container .easyloc p + p::before {
        content: "\f095";
        font-family: FontAwesome-solid;
        transform: rotateY(180deg);
        display: block;
        position: absolute;
        right: 22px;
        top: 2px;
        color: #ffffff;
        background: #27da5d;
        font-size: 23px;
        padding: 4px 0 7px 6px;
        width: 37px;
        border-radius: 50%;
        height: 37px;
    }
    .reserver-en-ligne .block-reserver h2 {
        background: #000000;
        color: #ffffff;
        line-height: 1;
        letter-spacing: 0;
        text-align: center;
        padding: 10px 0;
        font-size: 33px;
        font-family: Roboto-Bold;
    }
    .reserver-en-ligne .block-reserver form{
        max-width: 100%;
    }
    .reserver-en-ligne .block-reserver .col-md-12 {
        text-align: center;
    }
    .reserver-en-ligne .block-listing-categs {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
        max-width: 200%;
    }
    .click_collect_categories{
        background: #ffc61a;
    }
    .page-interieur .click_collect_categories{
        background: transparent;
    }
    .reserver-en-ligne {
        padding-bottom: 0;
    }
    .click_collect_categories {
        padding-top: 0;
    }
    .click_collect_categories-titre_container > h2 {
        width: 100%;
    }
    .click_collect_categories-titre_container > h2 p {
        font-size: 40px;
    }
    .click_collect_categories-titre_container > h2 strong.cjaune {
        color: #000000;
        font-size: 24.5px;
    }
    .bloc-infos_titre p,
    .bloc-infos_titre p + p{
        font-size: 28px;
        font-size: 1.3rem;
    }
    .footer-agence-infos .row .texte p{
        font-size: 1rem;
    }
    .footer-agence-infos .row > * {
        padding: 0;
        text-align: center;
        margin-bottom: 25px;
    }
    .footer-agence-infos .row .titre {
        margin-bottom: 5px;
    }
    .footer-links-bloc {
        width: 100%;
        margin: 0;
    }
    .cc_slideshow li.active + li .cc-container{
        background: #f1f3f8;
    }
    .cc_slideshow li.active .cc-container .cc_tout-voir {
        background: #000000;
        left: 27%;
        right: 28.4%;
    }
    .cc_slideshow li.active + li .cc-container .cc_tout-voir {
        background: #ffc61a;
        left: 32%;
        right: 32%;
    }
    .cc_slideshow li.active .cc-container .cc_tout-voir a {
        font-size: 30px;
        color: #ffffff;
        padding: 12px 0 7px 0;
    }
    .cc_slideshow li.active + li .cc-container .cc_tout-voir a {
        font-size: 24px;
        color: #000000;
        padding: 8px 0 6px 0;
    }
    .bloc-infos .container > div:last-child {
        width: 80%;
        margin-left: 10%;
    }
    .reserver-en-ligne .block-reserver,
    .reserver-en-ligne .block-listing-categs{
        padding: 0;
    }
    .reserver-en-ligne .block-reserver form button {
        width: 100%;
    }
}



@media screen and ( max-width: 480px ) {
    .reserver-en-ligne .block-listing-categs ul {
        padding: 15px 15px 40px;
    }
    .bloc-infos ul > li,
    .bloc-infos ul > li:nth-child(2n) {
        padding: 0;
    }
    .bloc-infos ul > li:nth-child(1)::before,
    .bloc-infos ul > li:nth-child(2)::before,
    .bloc-infos ul > li:nth-child(3)::before,
    .bloc-infos ul > li:nth-child(4)::before {
        width: 55px;
        height: 55px;
        position: static;
        display: block;
        margin: 0 auto 15px;
        font-size: 20px;
        text-align: center;
        padding: 18px 0 0;
    }
    .bloc-infos ul li > p:first-child {
        font-size: 18px;
        text-align: center;
    }
    .bloc-infos ul li > p + p {
        padding-left: 0;
        text-align: center;
        font-size: 16px;
    }
    .reserver-en-ligne .block-listing-categs ul .img-container {
        width: 35px;
    }
    .reserver-en-ligne .block-listing-categs ul .titre-container {
        width: calc( 100% - 35px );
        padding-left: 5px;
    }
}



@media screen and ( max-width: 320px ) {
    .bandeau-easyloc .texte > p:first-child::before,
    .footer-phone-container .easyloc p + p::before {
        right: 10px;
        top: 5px;
    }
    .reserver-en-ligne .block-listing-categs .titre {
        font-size: 26px;
    }
    .reserver-en-ligne .block-reserver h2 {
        font-size: 22px;
    }
    .bandeau-easyloc .texte > p:first-child,
    .footer-phone-container .easyloc p + p {
        padding-right: 47px;
        padding-left: 5px;
    }
    .reserver-en-ligne .block-listing-categs ul .titre-container {
        font-size: 12px;
    }
    .reserver-en-ligne .block-listing-categs > a {
        font-size: 20px;
        width: 80%;
        right: 10%;
    }
    .click_collect_categories-titre_container > h2 p {
        font-size: 33px;
    }
    .click_collect_categories-titre_container > h2 strong.cjaune,
    .cc_slideshow .cc-container h3{
        font-size: 20px;
    }
    .cc_slideshow .cc-container h3{
        margin-bottom: 15px;
    }
    .cc_slideshow .cc-container .cc_sous_categs a h4 {
        font-size: 14px;
    }
    .cc_slideshow .cc-container .cc_bloc-nouveau p,
    .cc_slideshow .cc-container .cc_tout-voir a{
        font-size: 16px;
    }
    .cc_slideshow .cc-container .cc_bloc-nouveau p + p {
        font-size: 18px;
    }
    .cc_slideshow li.active .cc-container .cc_tout-voir a {
        font-size: 20px;
    }
    .bloc-infos_titre p {
        font-size: 23px;
        margin: 0 auto 12px;
        max-width: 199px;
    }
    .bloc-infos_titre p + p {
        max-width: 100%;
    }
    .footer-agence-infos h2 {
        font-size: 29px;
        margin-bottom: 5px;
    }
    .footer-agence-infos #changement_agence {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .footer-agence-infos .row .toutes_agences a {
        font-size: 16px;
        padding-bottom: 12px;
        padding-top: 12px;
    }
}
