@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --brand-color-dark : #07455E;
    --brand-color-light : #F99D33;
    --default-text: #242424;    
    --grey: #eee;
}

/*/////////////////////////////////////*/
/* ////////// STYLE GLOBAL ////////// */
/*///////////////////////////////////*/

/*////////// Masquage menu admin //////////*/
#toolbar-administration {display: none;}
body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {margin-left: 0;}
/*.adminimal-admin-toolbar.toolbar-fixed.toolbar-vertical {padding: 0 !important;}*/

body {
    font-family: 'Open Sans', sans-serif;
}

body p {
    color: var(--default-text);
    font-size: 15px;
    line-height: 24px;
}

main {
    clear: both;
}

h1, h2, h3, h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

h2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
}

strong {
    font-weight: 700;
}

.wrapper-small {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.wrapper-large {
    width: 90%;
    max-width: 1740px;
    margin: 0 auto;  
}

a {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

a.rnd-btn {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    padding: 6px 40px 5px 40px;
    border-radius: 20px;
    text-decoration: none;
}

a.rnd-btn.orange,
#block-views-block-actualites-home a.rnd-btn {
    color: #fff;
    background: var(--brand-color-light);
    border: solid 1px #fff;
}

a.rnd-btn.orange:hover,
#block-views-block-actualites-home a.rnd-btn:hover {
    background: #d6301b;
}

a.rnd-btn.blue {
    color: #fff;
    background: #225e7c;
    border: solid 1px #fff;
}

a.rnd-btn.blue:hover {
    background: #2e85b1;
}

.btn-orange {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    background: var(--brand-color-light);
    border: solid 1px #fff;
    padding: 6px 40px 5px 40px;
    border-radius: 25px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-orange:hover {
    filter: saturate(300%);
}

.flex-center {
    display: flex;
    justify-content: center;
}

/*/////////////////////////////////////*/
/*////////////// HEADER //////////////*/
/*///////////////////////////////////*/

header {
    -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    z-index: 2000;
}

.region-header {
    display: flex;
    align-items: center;
    margin: 0 49px 0 33px;
}

/*////////// BLOC MENU MOBILITY GROUP //////////*/

#block-menumobilitygroup {
    background: #222227;
    height: 30px;
    display: flex;
    justify-content: flex-end;
    max-width: none;
}

#block-menumobilitygroup p {
    font-size: 10px;
    color: #a9a9a9;
    display: flex;
    align-items: center;
    padding-right: 15px;
    border-right: solid 1px #5a5a5a;
    height: 29px;
}

#block-menumobilitygroup p img {
    margin-left: 5px;
}

#menu-mobility-group {
    position: relative;
    width: 180px;
    border-right: solid 1px #5a5a5a;
}

#menu-mobility-group ul.links {
    position: absolute;
    max-height: 30px;
    overflow: hidden;
    z-index: 500;
    transition: 300ms ease all;
    background: #222227;
    padding: 4px 10px;
    text-align: left;
    width: 179px;
}

#menu-mobility-group ul.links:after {
    content: "";
    width: 8px;
    height: 5px;
    position: absolute;
    top: 13px;
    right: 10px;
    background: url('../images/interface/arrow-menu-mobility-group.png') no-repeat center;
}

#menu-mobility-group ul.links.active {
    max-height: 200px;
}

#menu-mobility-group ul.links a {
    font-weight: 400;
    font-size: 13px;
    color: #a9a9a9;
    line-height: 24px;
    text-decoration: none;
}

#menu-mobility-group ul.links a:hover {
    color: #fff;
}

/*////////// BLOC TELEPHONE HEADER //////////*/

#block-telephone-header {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 18px;
}

#block-telephone-header p {
    font-size: 16px;
    line-height: 22px;
    color: #3A3A3A;
}

#block-telephone-header a {
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    background: #225e7c;
    border-radius: 15px;
    margin-left: 15px;
    width: 170px;
}

#block-telephone-header a:hover {
    background: #2e85b1;
}

/*/////////////////////////////////////*/
/*//////////// PAGE TITLE ////////////*/
/*///////////////////////////////////*/

#block-vannes-utilitaires-theme-page-title {
    width: 95%;
    max-width: 1200px;
    margin: 60px auto 50px auto;
}

#block-vannes-utilitaires-theme-page-title h1 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

/*//////////////////////////////////////*/
/*//////////// BREADCRUMBS ////////////*/
/*////////////////////////////////////*/

#block-breadcrumbs {
    width: 80%;
    max-width: 1200px;
    margin: 30px auto 0 auto;
}

#block-breadcrumbs li {
    padding-left: 15px;
    position: relative;
}

#block-breadcrumbs li:first-of-type {
    padding-left: 0;
}

#block-breadcrumbs li a {
    font-family: "Open Sans", sans serif;
    font-weight: 300;
    text-decoration: none;
    color: #3A3A3A;
}

#block-breadcrumbs li a:hover {
    color: var(--brand-color-light);
    text-decoration: underline;
}

#block-breadcrumbs li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    color: var(--brand-color-light);
    font-size: 13px;
    position: absolute;
    left: 3px;
    top: 2px;
}

#block-breadcrumbs li:first-of-type:before {
    content: "";
}

/*/////////////////////////////////////*/
/*//////// LIENS FIXES DROITE ////////*/
/*///////////////////////////////////*/

#block-liensfixesdroite {
    position: fixed;
    width: 60px;
    right: 0;
    top: 35%;
    z-index: 9999;
}

#block-liensfixesdroite a {
    display: block;
    width: 340px;
    min-width: max-content;
    padding: 15px 15px 15px 18px;
    margin-bottom: 10px;
    font-size: 17px;
    color: #fff;
    background: var(--brand-color-light);
    text-decoration: none;
    -moz-box-shadow: 0px 1px 15px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 15px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 15px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 15px 2px rgba(0, 0, 0, 0.1);    
    z-index: 100;
}

#block-liensfixesdroite .fas {
    width: 20px;
    text-align: center;
    font-size: 20px;
    margin-right: 23px;
}

/*/////////////////////////////////////*/
/*////////////// FOOTER //////////////*/
/*///////////////////////////////////*/

footer {
    clear: both;
    color: #fff;
    background-color: #272727;
}

footer p {
    color: #fff;
}

footer #block-pieddepage ul.menu {
    display: flex;
    justify-content: space-between;
    padding-top: 51px;
    margin: 0 auto;
}

footer #block-pieddepage ul.menu a,
footer #block-pieddepage ul.menu a.is-active {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

footer #block-copyright p.texte {
    max-width: 818px;
    margin: 47px auto 28px;
    line-height: 20px;
    text-align: center;
}

footer #block-copyright .infos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    line-height: 19px;
    font-size: 14px;
    width: 260px;
    margin: 0 auto;
    border-top: 1px solid #707070;
    padding: 36px 0;
}

footer #block-copyright .infos > span:first-of-type {
    margin-bottom: 20px;
}

footer #block-copyright .infos p {
    text-align: center;
    margin: 6px auto 20px;
}

footer #block-copyright .infos a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

footer block-copyright .infos a:first-of-type {
    margin-bottom: 5px;
}

footer .gl-copy {
    padding: 20px 0 20px 0;
    text-align: center;
    font-weight: 300;
    line-height: 22px;
    border-top: 1px solid #565656;
}

footer .gl-copy img {
    margin-bottom: -5px;
}

footer .gl-copy p {
    font-size: 13px;
}

footer .gl-copy a {
    color: #fff;
    font-size: 13px;
}

/*/////////////////////////////////////*/
/*//////////// FRONT PAGE ////////////*/
/*///////////////////////////////////*/

.path-frontpage h2 {
    text-align: center;
    text-transform: uppercase;
}

/*////////// Slider //////////*/

#block-views-block-slider-home .view-content .views-row {
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

#block-views-block-slider-home .view-content .views-row p {
    display: flex;
    flex-direction: column;
    padding: 30px 38px;
    color: #fff;
    background-color: rgba(7, 69, 94, 0.3);
    margin-bottom: 50px;
    border: 1px solid #fff;
}

#block-views-block-slider-home .view-content .views-row p span {
    font-family: 'Poppins', sans-serif;
    font-size: 43px;
    line-height: 55px;
    text-transform: uppercase;
    text-align: center;
}

#block-views-block-slider-home .view-content .views-row p span.firstline {
    font-size: 47px;
    letter-spacing: 0px;
}

#block-views-block-slider-home .view-content .views-row p span.secondline {
    font-weight: 700;
    letter-spacing: 8px;
    font-size: 56px;
}

#block-views-block-slider-home .view-content .views-row p span.thirdline {
    letter-spacing: 0px;
    font-size: 32px;
}

#block-views-block-slider-home .view-content .views-row a {
    margin-bottom: 150px;
    padding: 6px 70px 5px 70px;
}







/*////////// Formulaire de recherche Carexo //////////*/

.vannes-utilitaires-recherche-page-form-container .intro {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    color: #242424;
    margin-bottom: 30px;
}

.recherche-vehicules-home-form {
    position: relative;
    z-index: 5;
}

.recherche-vehicules-home-form .vannes-utilitaires-recherche-page-form-container .intro .logo-carexo {
    display: inline-block;
    width: 110px;
    height: 15px;
    background: url('../images/svg/logo-carexo-noir.svg') no-repeat center / contain;
}

.vannes-utilitaires-recherche-page-form .form-item-kilo-min,
.vannes-utilitaires-recherche-page-form .form-item-kilo-max,
.vannes-utilitaires-recherche-page-form .form-item-prix-min,
.vannes-utilitaires-recherche-page-form .form-item-prix-max,
.vannes-utilitaires-recherche-page-form #edit-type--wrapper {
    display: none;
}

.vannes-utilitaires-recherche-page-form {
    width: 95%;
    margin: 0 auto;
    max-width: 1088px;
    padding: 40px 65px;
    border-radius: 15px;
    background: var(--grey);
    transform: translateY(-50px);
    position: relative;
}

form.vannes-utilitaires-recherche-page-form .recherche-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

form.vannes-utilitaires-recherche-page-form .recherche-container .js-form-item {
    margin-top: 0;
}

form.vannes-utilitaires-recherche-page-form .recherche-container label,
form.vannes-utilitaires-recherche-page-form .recherche-container .label {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: #8E8E8E;
    font-weight: 400;
    margin-bottom: 8px;
}

/*Type de véhicule*/
form.vannes-utilitaires-recherche-page-form .recherche-container .select-type,
#block-choixgabaritaccueil .select-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
}

form.vannes-utilitaires-recherche-page-form .recherche-container .select-type .label,
#block-choixgabaritaccueil .select-type .label {
    margin-bottom: 17px;
}

form.vannes-utilitaires-recherche-page-form .recherche-container .select-type .select-type-item,
#block-choixgabaritaccueil .select-type .select-type-item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #07455E;
    font-weight: 700;
    height: 60px;
    width: 195px;
    line-height: 34px;
    border: 5px solid #242424;
    border-radius: 30px;
    padding: 0 20px;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #242424;
    background-color: #fff;
}

form.vannes-utilitaires-recherche-page-form .recherche-container .select-type .select-type-item.active,
#block-choixgabaritaccueil .select-type .select-type-item.active {
    color: #fff;
    background-color: #07455E;
    border: 5px solid #fff;
    position: relative;
}

form.vannes-utilitaires-recherche-page-form .recherche-container .select-type .select-type-item.active::after {
    content: '';
    width: 0; 
    height: 0; 
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #07455E;
    position: absolute;
    bottom: 0;
    transform: translateY(7px);
}

form.vannes-utilitaires-recherche-page-form .recherche-container .block-select {
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
}

form.vannes-utilitaires-recherche-page-form .form-type-select {
    background: #fff;
    border: solid 1px #C7C7C7;
    border-radius: 40px;
    transition: all 200ms ease-in-out;
    background-image: url('../images/svg/arrow-select-blue.svg');
    background-repeat: no-repeat;
    background-position: right 26px center;
}

form.vannes-utilitaires-recherche-page-form .form-type-select:hover {
    border: solid 1px #07455E;
}

form.vannes-utilitaires-recherche-page-form .form-type-select select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    cursor: pointer;
    padding: 0 40px 0 27px;
    border: none;
    font-size: 18px;
    font-weight: 700;
    color: #242424;
    font-family: 'Poppins', sans-serif;
}

form.vannes-utilitaires-recherche-page-form .recherche-container .block-range {
    width: 100%;
    max-width: 380px;
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    background: url(../images/svg/graduation-range.svg) no-repeat left 10px bottom 3px;
    background-size: 420px auto;
}

p#show-kilo,
p#show-price {
    margin-bottom: 15px;
}

#kilo-range,
#prix-range{
    margin-top: 35px;
    margin-left: 10px;
    cursor: pointer;
}

#kilo-range .ui-slider-handle,
#prix-range .ui-slider-handle {
    cursor: pointer;
}

form.vannes-utilitaires-recherche-page-form .current-value {
    position: absolute;
    bottom: 29px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    height: 26px;
    line-height: 26px;
    min-width: 25px;
    text-align: center;
    background: #fff;
    border: solid 1px #8E8E8E;
    padding: 0 3px;
    font-weight: 700;
    color: #07455E;
    font-family: 'Poppins', sans-serif;
}

form.vannes-utilitaires-recherche-page-form .current-value:after {
    content: '';
    width: 12px;
    height: 7px;
    position: absolute;
    bottom: -6px;
    left: calc(50% - 6px);
    background: url('../images/interface/arrow-after-range.png') no-repeat center;
}

.ui-widget.ui-widget-content.ui-slider {
    border: none;
    background: #F1F1F1;
    height: 15px;
    border-radius: 15px;
}

.ui-widget.ui-widget-content.ui-slider .ui-widget-header {
    background: #8E8E8E;
}

.ui-widget.ui-widget-content.ui-slider .ui-slider-handle {
    top: -4px;
    width: 22px;
    height: 22px;
    border: none;
    background: #07455E;
    border-radius: 50%;
}

.ui-widget.ui-widget-content.ui-slider .ui-slider-handle:focus {
    outline: none;
}

form.vannes-utilitaires-recherche-page-form .form-actions {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    text-align: left;
    margin-top: 32px;
}

form.vannes-utilitaires-recherche-page-form .form-submit {
    width: 100%;
    max-width: 250px;
    min-width: 0;
    padding: 0 0 0 15px;
    height: 52px;
    line-height: 52px;
    background-color: #07455E;
    background-image: url(../images/svg/picto-loupe.svg);
    background-repeat: no-repeat;
    background-position: 38px 18px;
}

form.vannes-utilitaires-recherche-page-form .form-submit:hover {
    background-color: #2d86aa;
}

#toggle-fields {
    display: none;
}

/*////////// Sélection de véhicules //////////*/

#block-views-block-vehicules-home {
    width: 88%;
    margin: 0 auto;
    padding: 100px 0 120px;
    position: relative;
}

#block-views-block-vehicules-home .view-id-vehicules {
    margin-bottom: 80px;
}

.view-id-vehicules h2 {
    margin-bottom: 40px;
}

#block-views-block-vehicules-home .swiper-button-prev {
    width: 19px;
    height: 33px;
    background: url('../images/interface/arrow-left-grey.png');
}

#block-views-block-vehicules-home .swiper-button-next {
    width: 19px;
    height: 33px;
    background: url('../images/interface/arrow-right-grey.png');
}

.view-id-vehicules .view-content .views-row {
    display: flex;
    justify-content: center;
    padding: 30px 0;
    text-decoration: none;
}

.view-id-vehicules .view-content .views-row .content-row {
    position: relative;
    min-height: 460px;
    max-width: 350px;
    width: 100%;
    text-align: center;
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.view-id-vehicules .view-content .views-row .content-row:hover {
    -moz-box-shadow: 0px 1px 15px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 15px 2px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 1px 15px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 15px 2px rgba(0, 0, 0, 0.15);
}

.view-id-vehicules .image-vehicule {
    position: relative;
}

.view-id-vehicules .prix-vehicule {
    width: 134px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 13px);    
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    line-height: 33px;
    padding: 0px 25px 1px 25px;
    background: #8E8E8E;
}

.view-id-vehicules .content {
    max-width: 260px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
}

.view-id-vehicules .titre-vehicule {
    color: #1f1f1f;
    font-size: 17px;
    line-height: 20px;
    margin-top: 35px;
    font-weight: 500;
}

.view-id-vehicules .titre-vehicule span {
    text-transform: uppercase;
}

.view-id-vehicules .version {
    font-size: 16px;
    line-height: 22px;
    min-height: 45px;
    padding: 0 10px;
}

.view-id-vehicules .voir-vehicule {
    margin: 25px auto 40px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: var(--brand-color-dark);
    border-radius: 25px;
    width: 200px;
    height: 31px;
}

/*////////// Offre et services //////////*/

.block-offre-services {
    height: 652px;
    display: flex;
}

.block-offre-services > div {    
    padding: 84px 0 128px;
}

.block-offre-services h2 {
    font-size: 24px;
    line-height: 35px;
    text-align: left;
    margin-bottom: 15px;
}

.block-offre-services .offre {
    width: 28%;
    background-color: #CCD6DB;
}

.block-offre-services .offre .wrapper {
    max-width: max-content;
    margin-right: 0;
}

.block-offre-services .services {
    background-color: #B3C8D2;
    width: 72%;
}

.block-offre-services .services h2 {
    margin-left: 15px;
}

.block-offre-services .services a {
    color: initial;
    text-decoration: none;
}

.block-offre-services .services .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    background-color: #fff;
    border: 5px solid #fff;
    margin-left: 0;
    max-width: calc(100% - 140px);
}

.block-offre-services .service {
    background-repeat: no-repeat;
    background-position: left 17px top 14px;
    height: 190px;
    padding: 58px 0 30px 72px;
    position: relative;
    border: 1px solid transparent;
}

.block-offre-services .service:hover {
    border: 1px solid #000;
}

.block-offre-services .service:hover h3 {
    text-decoration: underline;
    text-decoration-color: #4792B6;
    text-underline-offset: 3px;
}

.block-offre-services .service::after {
    content: '';
    background-image: url('../images/svg/fleche-services.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 14px;
    position: absolute;
    bottom: 21px;
    right: 25px;
}

.block-offre-services a:nth-child(1) .service,
.block-offre-services a:nth-child(6) .service {
    background-color: #6FC3EC;
}

.block-offre-services a:nth-child(2) .service,
.block-offre-services a:nth-child(4) .service {
    background-color: #3BB1D6;
}

.block-offre-services a:nth-child(3) .service,
.block-offre-services a:nth-child(5) .service {
    background-color: #A4D6EF;
}

.block-offre-services .service h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 2px;
}

.block-offre-services .service p {
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    font-size: 15px;
}

/*////////// Bloc de texte //////////*/

.block-texte-accueil {
    height: 717px;
    background-color: var(--grey);
    display: flex;
    align-items: center;
}

.block-texte-accueil .texte {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-left: 14%;
}

.block-texte-accueil .texte .wrapper {
    max-height: 485px;
    max-width: 676px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;    
}

.block-texte-accueil .texte .wrapper h2 {
    text-align: left;
}

.block-texte-accueil .texte .wrapper p {
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    font-size: 16px;
}

.block-texte-accueil .texte .wrapper p a {
    color: #225e7c;
}

.block-texte-accueil .texte .btn-orange {
    max-width: 252px;
}

.block-texte-accueil .image {
    width: 50%;
    max-width: 960px;
    height: 100%;
    background: url('../images/interface/bloc-texte-accueil.png') no-repeat;
    background-size: cover;
}

/*////////// Liste des actualités //////////*/

.view-actualites {
    width: 90%;
    max-width: 1360px;
    margin: 120px auto;
}

.page-node-877 .view-actualites {
    margin: 0 auto;
}

.view-actualites h2 {
    margin-bottom: 66px;
}

.view-actualites .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 88px;
}

.view-actualites .view-content .views-row {
    width: 100%;
    max-width: 352px;
    margin: 15px 5px;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.view-actualites .view-content .views-row:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .25);
}

.view-actualites .view-content .views-row .image {
    height: 178px;
}

.view-actualites .view-content .views-row .contenu {
    height: 372px;
    padding: 0 25px 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.view-actualites .view-content .views-row .contenu .date {
    font-size: 12px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #fff;
    z-index: 5;
    position: relative;
    padding: 0 30px;
    border-radius: 30px;
    margin-top: -10px;
    margin-bottom: 25px;
    background: var(--default-text);
    letter-spacing: 1px;
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.view-actualites .view-content .views-row .contenu .titre {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 10px;
    margin-top: 20px;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
}

.view-actualites .view-content .views-row .contenu .resume {
    font-size: 16px;
    line-height: 30px;
    color: var(--default-text);
}

.view-actualites .view-content .views-row .contenu .lire-la-suite {
    font-size: 16px;
    color: var(--brand-color-dark);
    margin-top: 20px;
    text-decoration: underline;
}

.view-actualites.view-display-id-accueil .h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
}

.view-actualites.view-display-id-accueil .flex-center {
    margin-top: 70px;
}

/*////////// Map Leaflet //////////*/

#pre-map {
    min-height: 65px;
    background-color: var(--grey);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

#pre-map a {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    background: #225e7c;
    padding: 7px 25px 5px 23px;
    border-radius: 15px;
}

#pre-map a:hover {
    background: #2e85b1;
}

#pre-map h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
}

#pre-map h3 strong {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-right: 15px;
}

#blockMap {
    min-height: 537px;
}

.leaflet-container .popup {
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    font-size: 16px;
    padding-left: 135px;
    background-image: url('../images/svg/logo-vannes-utilitaires.svg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 107px auto;
    margin: 25px 138px 38px 25px;
    width: max-content;
}

.leaflet-container .popup strong {    
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 27px;
}

.leaflet-container .popup a {
    color: var(--default-text);
    font-weight: 700;
    text-decoration: none;
}

/*////////////////////////////////////*/
/*//////// NODE PAGE CONTENU ////////*/
/*//////////////////////////////////*/

.node--type-contenu {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

.node--type-contenu .para-item-paragraphe {
    margin-bottom: 30px;
}

.node--type-contenu p {
    font-size: 16px;
    margin-bottom: 25px;
}

.node--type-contenu a {
    color: var(--brand-color-dark);
}

.node--type-contenu a:hover {
    color: var(--brand-color-light);
}

/*////////// Paragraphes ////////// */

.para-photo-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.para-photo-legende {
    margin: 5px 0 15px 0;
    text-align: center;
    font-size: 12px;
}

.pos-photo-3 .para-photos {
    float: right;
    max-width: 40%;
    margin: 20px 0 20px 2%;
}

.pos-photo-4 .para-photos {
    float: left;
    max-width: 40%;
    margin: 20px 2% 20px 0;
}

.pos-photo-1 .para-photos,
.pos-photo-2 .para-photos{
    clear: both;
    width: 100%;
    margin: 20px 0;
}

.pos-photo-1 .para-photos:after,
.pos-photo-2 .para-photos:after{
    content: '';
    clear: both;
}

.pos-photo-1.nb-photos-1 .para-photos .para-photo,
.pos-photo-2.nb-photos-1 .para-photos .para-photo {
    max-width: 50%;
    margin: 0 auto;
}

.pos-photo-1.nb-photos-2 .para-photos .para-photo,
.pos-photo-2.nb-photos-2 .para-photos .para-photo {
    float: left;
    width: 47%;
    margin: 0 1.5%;
}

.pos-photo-1.nb-photos-3 .para-photos .para-photo,
.pos-photo-2.nb-photos-3 .para-photos .para-photo {
    float: left;
    width: 30%;
    margin: 0 1.5%;
}

.pos-photo-1.nb-photos-4 .para-photos .para-photo,
.pos-photo-2.nb-photos-4 .para-photos .para-photo,
.pos-photo-1.nb-photos-more .para-photos .para-photo,
.pos-photo-2.nb-photos-more .para-photos .para-photo{
    float: left;
    width: 22%;
    margin: 0 1.5%;
}

.pos-photo-1.nb-photos-more .para-photos .para-photo:nth-child(4n+1),
.pos-photo-2.nb-photos-more .para-photos .para-photo:nth-child(4n+1) {
    clear: both;
}

img[data-align="center"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img[data-align="right"] {
    float: right;
}

img[data-align="left"] {
    float: left;
}

.paragraphes table tr td {
    padding: 10px;
    border: 1px solid var(--grey);
}

.paragraphes table {
    margin-bottom: 30px;
}

.paragraphes ul li {    
    font-size: 16px;
    line-height: 22px;
    padding-left: 15px;
}

.paragraphes ul li:before {
    content: '• ';
    color: #333;
}

.para-desc {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*/////////////////////////////////////*/
/*////////// NODE ACTUALITÉ //////////*/
/*///////////////////////////////////*/

.node--type-actualite {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 100px;
}

.node--type-actualite h1 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.node--type-actualite .date-actu {
    font-weight: 700;
    color: grey;
    margin-bottom: 20px;
}

.node--type-actualite img {
    max-width: 500px;
    float: left;
    margin: 0 30px 30px 0;
}

.node--type-actualite .desc-actu p {
    margin-bottom: 15px;
}

/*//////////////////////////////////////*/
/*////////// NODE ACCESSOIRE //////////*/
/*////////////////////////////////////*/

#presentation-accessoire {
    display: flex;
    margin-top: 60px;
    margin-bottom: 100px;
}

#galerie-accessoire {
    width: 100%;
    max-width: 600px;
}

#galerie-accessoire a {
    text-decoration: none;
}

#caracs-principales {
    width: 100%;
    padding-left: 20px;
}

#caracs-principales h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    color: var(--brand-color-light);
}

#caracs-principales .desc-accessoire {
    margin-top: 20px;
}

#caracs-principales .desc-accessoire a {
    color: var(--brand-color-light);
}

#caracs-principales .desc-accessoire p,
#caracs-principales .desc-accessoire ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

#caracs-principales .desc-accessoire ul li {
    padding-left: 15px;
}

#caracs-principales .desc-accessoire ul li:before {
    content: '• ';
    color: #333;
}

.prix-accessoire {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    color: #fff;
    background-color: var(--brand-color-light);
    font-weight: 700;
    padding: 3px 20px 3px 20px;
    border-radius: 20px;
    line-height: 20px;
    margin-top: 20px;
}

.prix-accessoire span {
    font-size: 18px;
}

/*//////////////////////////////////////*/
/*////////// PAGE ACCESSOIRE //////////*/
/*////////////////////////////////////*/

#block-views-block-accessoires-page {
    width: 80%;
    max-width: 1100px;
    margin: 100px auto;
}

#block-views-block-accessoires-page .view-content {
    display: flex;
    flex-wrap: wrap;
}

#block-views-block-accessoires-page .view-content a {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 40px;
    background: #f2f2f2;
    text-decoration: none;
    margin-bottom: 20px;
    -moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
    width: 330px;
    margin: 15px;
}

#block-views-block-accessoires-page .view-content a:hover {
    -moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.3);
}

#block-views-block-accessoires-page .view-content a p {
    font-size: 14px;
    color: #5f5f5f;
    padding-left: 10px;
    line-height: 16px;
    font-weight: 400;
}

#block-views-block-accessoires-page .view-content a:after {
    content: "";
    width: 9px;
    height: 15px;
    background: url(../images/interface/arrow-accessoire.png) no-repeat center;
    position: absolute;
    top: 32px;
    right: 12px;
}

/*/////////////////////////////////////*/
/*/////// PAGE LOAD / REDIRECT ///////*/
/*///////////////////////////////////*/

.loading-page {
    width: 600px;
    margin: 280px auto 0;
}

.loading-page h1 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.loading-page h1::before {
    content: '';
    width: 54px;
    height: 37px;
    background-image: url('../images/svg/car.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 20px);
    transform: translateX(-50%);
}

.loading-page p {
    text-align: center;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 50px;
}

.loading-page .wrapper {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    max-width: 457px;
    margin: 0 auto;
}

.loading-page .loader-container {
    display: flex;
    align-items: center;
    width: 145px;
}

.loader > * {    
    animation: loading 1s infinite alternate;
}
.loader2 {
    animation-delay: 0.1s;
}
.loader3 {
    animation-delay: 0.2s;
}
.loader4 {
    animation-delay: 0.3s;
}
.loader5 {
    animation-delay: 0.4s;
}
.loader6 {
    animation-delay: 0.5s;
}
.loader7 {
    animation-delay: 0.6s;
}
.loader8 {
    animation-delay: 0.7s;
}
.loader9 {
    animation-delay: 0.8s;
}
.loader10 {
    animation-delay: 0.9s;
}
.loader11 {
    animation-delay: 1s;
}
.loader12 {
    animation-delay: 1.1s;
}

@keyframes loading {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.path-redirection header,
.path-redirection .title-content,
.path-redirection footer,
.path-redirection #block-liensfixesdroite {
    display: none;
}

/*//////////////////////////////////*/
/*/////////// PAGE V.U. ///////////*/
/*////////////////////////////////*/

#block-contactgerant {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto 130px;
}

#block-contactgerant .bloc {
    max-width: 540px;
    box-sizing: border-box;
}

#block-contactgerant h2 {
    background: url(../images/interface/picto-roue.png) no-repeat center left;
    padding: 15px 0px 15px 55px;
    line-height: 24px;
    border-bottom: 5px solid #164560;
    margin: 10px 0 20px 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #164560;
    text-align: left;
    letter-spacing: 0;
    text-transform: none;
}

#block-contactgerant .infos-gerant {
    display: flex;
    gap: 30px;
}

#block-contactgerant .infos-gerant .photo {
    width: 190px;
    aspect-ratio: 1 / 1.1;
    background: url(../images/photo-gerant.jpg) no-repeat center / contain;
}

#block-contactgerant .infos-gerant .texte {
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 24px;
}

#block-contactgerant .infos-gerant .texte p {
    color: #225773;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

#block-contactgerant .infos-gerant .texte a {
    color: #f6a430;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

/*/////////////////////////////////////*/
/*/////////// PAGE CONTACT ///////////*/
/*///////////////////////////////////*/

#block-horairesequipe {
    display: flex;
    flex-direction: column;
    width: 95%;
    max-width: 1200px;
    margin: 30px auto;
}

#block-horairesequipe .horaires {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px dotted #317392;
    padding-bottom: 20px;
}

#block-horairesequipe .horaires h2 {
    color: #fa9219;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

#block-horairesequipe .bloc-horaire {
    line-height: 28px;
}

#block-horairesequipe .horaires h3 {
    color: #fa9219;
    font-size: 15px;
    font-weight: bold;
}

#block-horairesequipe .equipe {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

#block-horairesequipe .bloc-contact {
    display: flex;
    gap: 20px;
}

.bloc-contact:nth-child(1) .photo {
    background: url('https://www.vannes-utilitaires.com/sites/vannes-utilitaires.com/files/styles/contact2/public/contact/img_2103.jpg?itok=qBBBGy7T') no-repeat center / cover;
    width: 100px;
}

.bloc-contact:nth-child(2) .photo {
    background: url('https://www.vannes-utilitaires.com/sites/vannes-utilitaires.com/files/styles/contact2/public/contact/be2ca0df-be67-484f-95d0-7ac718b1b1da_0.jpg?itok=WQg0XTOR') no-repeat center / cover;
    width: 100px;
}

.bloc-contact:nth-child(3) .photo {
    background: url('https://www.vannes-utilitaires.com/sites/vannes-utilitaires.com/files/styles/contact2/public/contact/img_20991_1.jpg?itok=7PCOmxEW') no-repeat center / cover;
    width: 100px;
}

#block-horairesequipe .bloc-contact .details {
    font-size: 16px;
    font-weight: 700;
    color: #225773;
    line-height: 24px;    
}

#block-horairesequipe .bloc-contact .nom {
    font-size: 20px;
    font-weight: 700;
}

#block-horairesequipe .bloc-contact .poste {
    font-weight: 300;
}

#block-horairesequipe .bloc-contact a {
    color: #f6a430;
    display: block;
}

#block-horairesequipe .bloc-contact a.tel {
    text-decoration: none;
}

/*/////////////////////////////////////*/
/*/////////// FORM CONTACT ///////////*/
/*///////////////////////////////////*/

#block-contactblock {
    width: 95%;
    max-width: 1200px;
    margin: 30px auto;
}

.g-recaptcha {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.form-composite > legend,
#block-contactblock .label,
#block-contactblock label,
fieldset:not(.fieldgroup) > legend,
summary, .fieldgroup:not(.form-composite) > legend {
    font-size: 16px;
    text-transform: uppercase;
    color: #848484;
}

main form .field--type-file,
main form .field--string-long {
    position: relative;
    width: 100%;
    clear: both;
}

main form .form-item input {
    font-size: 16px;
}

main form fieldset,
main form .field--type-string-long,
main form .field--type-file {
    float: left;
    width: 96%;
    margin: 5px 1.5% 5px 1.5%;
    clear: both;
}

main form .field--type-string,
main form .field--type-email,
main form .field--type-entity-reference,
main form .field--type-telephone,
main form .field--type-list-integer.field--widget-options-select,
main form .field--type-list-string {
    position: relative;
    float: left;
    width: 30%;
    margin: 5px 1.5% 5px 1.5%;
    clear: none;
}

main form .form-item.form-type-checkbox,
main form .form-item.form-type-radio {
    float: left;
    width: 97%;
    margin: 5px 1.5% 5px 1.5%;
}

main form fieldset .form-item.form-type-checkbox,
main form fieldset .form-item.form-type-radio {
    width: 22%;
}

main form .form-item.form-type-checkbox:nth-child(4n+1),
main form .form-item.form-type-radio:nth-child(4n+1) {
    clear: both;
}

main form .field--type-string label,
main form .field--type-email label,
main form .field--type-entity-reference label,
main form .field--type-telephone label,
main form .field--type-list-integer.field--widget-options-select label,
main form .field--type-list-string label {
    position: absolute;
    top: 32px;
    color: #848484;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

main form .field--type-string .hasText label,
main form .field--type-email .hasText label,
main form .field--type-entity-reference .hasText label,
main form .field--type-telephone .hasText label,
main form .field--type-list-integer.field--widget-options-select label,
main form .field--type-list-string .hasText label{
    top: 8px;
    font-size: 12px !important;
}

main form .form-actions {
    width: 100%;
    clear: both;
    float: none;
    text-align: center;
}

main form .form-actions input {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    background: #225e7c;
    padding: 7px 35px 6px 33px;
    border-radius: 20px;
    border: none;
}

main form .form-actions input:hover {
    background-color: #2e85b1;
}

input.form-autocomplete,
input.form-text,
input.form-tel,
input.form-email,
input.form-url,
input.form-search,
input.form-number,
input.form-color,
input.form-file,
input.form-date,
input.form-time,
#block-contactblock select,
textarea.form-textarea {
    padding: 8px 0;
    border: none;
    outline: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-box-shadow: inset 0 -1px 0 0 #838383;
    box-shadow: inset 0 -1px 0 0 #838383;
}

input.form-file {
    -webkit-box-shadow: inset 0 0 0 0 #838383;
    box-shadow: inset 0 0 0 0 #838383;
}

.form-managed-file input.form-submit {
    color: #fff;
    background-color: #F99D33;
    border: none;
}

.ajax-progress-throbber .throbber {
    background: transparent url(../images/interface/ring-alt.gif) no-repeat 0px center;
    padding: 10px;
}

input.form-autocomplete:focus,
input.form-text:focus,
input.form-tel:focus,
input.form-email:focus,
input.form-url:focus,
input.form-search:focus,
input.form-number:focus,
input.form-color:focus,
input.form-date:focus,
input.form-time:focus,
#block-contactblock select:focus,
textarea.form-textarea:focus,
.hasText input.form-autocomplete,
.hasText input.form-text,
.hasText input.form-tel,
.hasText input.form-email,
.hasText input.form-url,
.hasText input.form-search,
.hasText input.form-number,
.hasText input.form-color,
.hasText input.form-date,
.hasText input.form-time,
.hasText select,
.hasText textarea.form-textarea {
    -webkit-box-shadow: inset 0 -3px 0 0 #F99D33;
    box-shadow: inset 0 -3px 0 0 #F99D33;
}

textarea.form-textarea {
    height: 50px;
    font-size: 16px;
}

.hasText textarea.form-textarea {
    height: 150px;
}

input.form-autocomplete,
input.form-text,
input.form-tel,
input.form-email,
input.form-url,
input.form-search,
#block-contactblock select {
    width: 100%;
    min-height: 38px;
}