/* ===================================
0. Couleurs
==================================== */

:root {
    --main-color: #0e0eb0;
    --second-color: #82cd35;
    --text-color: #0e0eb0;
    --link-color: #82cd35;
    --hover-color: #82cd35;
    --focus-color: #6797a9;
    --background-color: #eee;
    --white-color: #fff;
    --inbetween-color: #03b3c0;
    --blog-main-color: #b7a28d;
    --blog-hover-color: #ac8e70;
    --assurpro-main-color: #6642d4;
    --assurpro-second-color: #33bbcc;
    --border-radius: 40px;
}
.main-color {
    color: var(--main-color);
}
.main-color-bg {
    background-color: var(--main-color);
}
.second-color {
    color: var(--second-color);
}
.second-color-bg {
    background-color: var(--second-color);
}

body {
    color: var(--text-color);
}
h1, h2, h3, h4, h5, h6 {
    color: var(--main-color);
}
a {
    color: var(--main-color);
}
a:hover, a:focus {
    color: var(--hover-color);
}
a:active {
    outline: 0;
    color: var(--main-color);
}
a:focus {
    color: var(--main-color);
}
.post-content-text p a {
    font-weight: 500;
    text-decoration: underline;
    color: var(--link-color);
}
.post-content-text p a:hover {
    text-decoration: none;
}
.heading, article .post-heading h3 {
    color: var(--main-color);
}
.post-heading-archive h1,
.post-heading-archive h2,
.post-heading-single h1,
.post-heading-single h2 {
    color: var(--main-color);
}
.content-row-no-bg .home-row-head .heading {
    color: var(--main-color);
}
.content-row-bg .home-row-head .heading,
.content-row-bg .home-row-head small {
    color: var(--second-color);
}
.actu, .actu h3, .actu p a, .actu .readmore a {
    color: #ccc;
}
.content-row-bg {
    background-color: var(--main-color);
    background-image: url('../..//uploads/settings/picto-xsoft-bg.svg');
    background-size: cover;
    background-attachment: fixed;
}
#owl-slider h4 {
    color: var(--white-color);
}
.site-top {
    background: linear-gradient(160deg,var(--main-color), var(--main-color));
}
#sub-footer {
    background: #001b6f;
}
.navbar .nav li .dropdown-menu {
    background: var(--second-color);
}
.navbar .nav li .dropdown-menu li:hover {
    background: var(--main-color);
}
.navbar .nav li .dropdown-menu li a:hover {
    color: var(--second-color);
}
.navbar .nav > li > a {
    color: var(--main-color);
}
.navbar .nav > li > a:hover {
    color: var(--hover-color);
}
header .nav li .dropdown-menu li a {
    color: var(--white-color);
}
#inner-headline ul.breadcrumb li, .breadcrumb > li + li:before, #inner-headline ul.breadcrumb li a {
    color: var(--main-color);
}
.navbar-default .navbar-toggle {
    border-color: var(--main-color);
    background-color: var(--main-color);
    transition: all .2s ease;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: var(--white-color);
}
.navbar-default .navbar-toggle:hover {
    border-color: var(--second-color);
    background-color: var(--second-color);
}
.navbar-default .navbar-toggle:focus {
    border-color: var(--second-color);
    background-color: var(--second-color);
}
.jaune {
    color: var(--second-color);
}

/* ===================================
1. General
==================================== */

body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
}
img {
    width: 100%;
    height: auto;
}
p {
    margin: 0 0 .7em 0;
    line-height: 1.6em;
}
.active a{
    font-weight: bold;
}
.clear {
    clear: both;
}
.display-none {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
}
h6 {
    margin-bottom: 0;
    margin-top: 0;
}
h4 {
    font-size: 15px;
}
.fa-angle-up {
    vertical-align: text-top;
}
 .fa-search {
    font-size: 18px;
    margin-top: 2px;
}
hr {
    border: 0;
    border-top: 2px dotted #bbbbbb;
}
.link-idylsoft{
    color: #40ad40 !important;
    font-weight: bold;
}
.descendu {
    opacity: .2;
    transition: all .3s ease;
}
.diapo-infos-title {
    color: var(--white-color);
    font-size: 17px;
}
.surligne {
        color: var(--white-color);
        background-color: var(--second-color);
        padding: 2px 8px;
        border-radius: 3px;
        font-weight: 700;
}
.surligne:hover {
    color: var(--white-color);
    background-color: var(--main-color);
}
ul, ol {
    padding-inline-start: 10px;
}
li {
    list-style-type: none;
}
.bloc-encart
{
    background-color: #f7f7f7;
    padding: 30px;
    border-style: solid;
    border-color: #ccc;
    border-width: 3px 0;
}
.break-inside-avoid {
    break-inside: avoid;
}
.table {
    background-color: var(--white-color);
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
}
.btn:active {
    box-shadow: none;
    -webkit-box-shadow: none;
}

/* --- Pictos services ------------------------------- */
h2.icone {
    margin-bottom: 10px !important;
    min-height: 100px;
}
.finance::before, .entretien::before, .garantie::before, .sav::before, .rachat::before, .assurance::before, .location::before, .vr360::before {
    content: "";
    display: block;
    width: 70px;
    height: 110px;
    top: 0;
    margin-right: 10px;
    position: relative;
    float: left;
}
.finance::before {
    background: url('../..//uploads/settings/pictos-services/picto-finance.svg');
    background-repeat: no-repeat;
}
.entretien::before {
    background: url('../..//uploads/settings/pictos-services/picto-entretien.svg');
    background-repeat: no-repeat;
}
.garantie::before {
    background: url('../..//uploads/settings/pictos-services/picto-garantie.svg');
    background-repeat: no-repeat;
}
.sav::before {
    background: url('../..//uploads/settings/pictos-services/picto-sav.svg');
    background-repeat: no-repeat;
}
.rachat::before {
    background: url('../..//uploads/settings/pictos-services/picto-rachat.svg');
    background-repeat: no-repeat;
}
.assurance::before {
    background: url('../..//uploads/settings/pictos-services/picto-assurance.svg');
    background-repeat: no-repeat;
}
.location::before {
    background: url('../..//uploads/settings/pictos-services/picto-location.svg');
    background-repeat: no-repeat;
}
.vr360::before {
    background: url('../..//uploads/settings/pictos-services/picto-vr360.svg');
    background-repeat: no-repeat;
}

/* ===================================
2. layout
==================================== */

.container {
    padding: 0 20px 0 20px;
    position: relative;
}
.partners_carousel {
    width: 100%;
    margin: auto;
}
#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}
.row, .row-fluid {
    margin-bottom: 0;
}
.row .row, .row-fluid .row-fluid {
    margin-bottom: 0;
}
.row.nomargin, .row-fluid.nomargin {
    margin-bottom: 0;
}

/* ===================================
3. Responsive media
==================================== */

.video-container, .map-container, .embed-container {
    position: relative;
    margin: 0 0 15px 0;
    padding-bottom: 51%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border: none;
}
.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
iframe {
    border: none;
}
img.img-polaroid {
    margin: 0 0 20px 0;
}
.img-box {
    max-width: 100%;
}

/* ===================================
4. Header
==================================== */

/* --- header -- */

header {
    -webkit-position: sticky;
    position: sticky;
    top: -34px;
    z-index: 100;
}
header .navbar {
    margin-bottom: 0;
}

.navbar-default {
    border: none;
    
}
.navbar-brand {
    color: #222;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -1px;
    width: 100%;
    height: auto;
}
.navbar-brand img {
    width: auto;
    height: 76px;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: -20px;
    border-radius: 0 20px;
}
.navbar .nav li .dropdown-menu li:first-child:hover {
    border-radius: 0 17px 0 0;
}
.navbar .nav li .dropdown-menu li:last-child:hover {
    border-radius: 0 0 0 17px;
}
header .navbar-collapse ul.navbar-nav {
    float: right;
    margin-right: 0;
    margin-bottom: 10px;
}
header .navbar-default {
    background-color: var(--white-color);
}
header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover,
header .nav li a.dropdown-toggle:hover,
header .nav li a.dropdown-toggle:focus,
header .nav li.active ul.dropdown-menu li a:hover,
header .nav li.active ul.dropdown-menu li.active a {
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:hover,
header .navbar-default .navbar-nav > .open > a:focus {
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    background-color: unset;
    color: var(--main-color);
}
header .navbar {
    min-height: 100px;
}
header .navbar-nav > li {
    padding: 0 12px;
}
header .navbar-nav > li > a {
    padding: 5px 2px 6px 2px;
    margin-left: 2px;
    line-height: 30px;
    font-weight: 700;
}
header .navbar-nav > li > a[href*="idees-voyages"] {
	color: var(--blog-main-color);
	padding: 1px 7px 0;
	margin-top: 7px;
	line-height: 22px;
	border-radius: 4px;
	border: solid 1px var(--blog-main-color);
}
header .navbar-nav > li > a[href*="idees-voyages"]:hover {
    background-color: var(--second-color);
    border-color: var(--second-color);
    color: var(--white-color);
}
.dropdown-menu li a:hover {
    font-weight: 700;
    font-size: 16px;
}
.dropdown-menu li:last-child a:hover {
    font-size: 14px;
}
header .nav .caret {
    border-bottom-color: #f5f5f5;
    border-top-color: #f5f5f5;
}
.dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    border: none;
}
.dropdown-menu li:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0;
}
header .nav li .dropdown-menu {
    padding: 5px;
    min-width: 280px;
}
header .nav li .dropdown-menu li a {
    line-height: 28px;
    padding: 3px 12px;
    text-transform: none;
}

/* --- menu --- */

header .navigation {
    float: right;
}
header ul.nav li a {
    font-size: 18px;
}
header ul.nav li ul li a {
    font-size: 14px;
    text-transform: uppercase;
}
.navbar .nav a:hover:before,
header .navbar-nav > li:hover:before {
    content: "";
    position: absolute;
    top: -4px;
    width: 100%;
    left: 0;
    height: 3px;
    border-radius: 2px;
    background-color: var(--hover-color);
}
.navbar .nav .dropdown-menu a:hover:before {
    content: none;
}
.navbar .nav a:hover {
    background: none;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover {
    background: none;
    font-weight: 700;
}
.navbar .nav > .active > a:active, .navbar .nav > .active > a:focus {
    background: none;
    outline: 0;
    font-weight: 700;
}
.navbar .nav li .dropdown-menu {
    z-index: 2000;
    margin-top: 0;
}
header ul.nav li ul {
    margin-top: 1px;
}
header ul.nav li ul li ul {
    margin: 1px 0 0 1px;
}
.navbar .nav > li > .dropdown-menu:before {
    display: inline-block;
    border-right: none;
    border-bottom: none;
    border-left: none;
    content: none;
}
ul.nav li.dropdown a {
    z-index: 1000;
    display: block;
}
select.selectmenu {
    display: none;
}
.navbar .nav li .dropdown-menu li:last-child a {
    border-top: solid 1px #fff4;
    font-weight: bold;
    text-align: right;
}

/* ===================================
5. Section: Featured
==================================== */

#featured {
    width: 100%;
    position: sticky;
    top: 0;
    margin: 0;
    padding: 0;
    background: var(--white-color);
    border-bottom: solid 0px var(--second-color);
}

/* ===================================
6. Sliders
==================================== */

/* --- SWIPER --- */

.swiper {
    --swiper-pagination-progressbar-size: 10px;
    --swiper-pagination-color: var(--main-color);
    --swiper-pagination-progressbar-bg-color: var(--second-color);
    --swiper-navigation-color: #eee;
    --swiper-navigation-size: 20px;
    --swiper-navigation-top-offset: 50%;
    --swiper-navigation-sides-offset: 20px;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white-color);
}
.swiper img {
    width: 100%;
}
.swiper-button-prev,
.swiper-button-next {
    color: var(--white-color);
    opacity: .1;
    padding: 20px;
    transition: all .2s ease-in-out;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: .4;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    font-family:"Font Awesome 6 Free";
    font-size: 40px;
}
.swiper-button-prev::after {
    content: "\f0d9";
}
.swiper-button-next::after {
    content: "\f0da";
}
@media (max-width: 767px){
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}
/* --- flex-caption --- */
.flex-caption {
    background:currentColor;
    transform-origin: 100% 100%;
    bottom: 0;
    color: var(--main-color);
    margin: 0;
    padding: 10px 60px 17px 30px;
    border-radius: 50px 0 0 0;
    position: absolute;
    right: 0;
    opacity: 0.85;
}
.flex-caption h3 {
    color: var(--white-color);
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: capitalize;
    font-weight: 200;
}
.flex-caption p {
    color: var(--main-color);
    font-weight: 400;
    margin: 0 0 15px;
    max-width: 300px;
}

/* --- OWL CARROUSEL --- */

/* --- Carousel1 --- */
.owl-presta .bloc-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 280px;
    overflow: hidden;
}
.owl-presta .owl-item img {
    height: 300px;
    border-radius: 0;
    object-fit: cover;
    transform: scale(1);
    transition: all .5s ease;
}
.owl-presta .owl-item img:hover {
    transform: scale(1.2);
    filter: brightness(.7);
}
.owl-presta .bloc-img:hover .info-slide {
    opacity: .9;
}
.owl-presta .bloc-img .info-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: fit-content;
    padding: 5px 14px;
    border-radius: 20px;
    background-color: var(--second-color);
    color: var(--white-color);
    z-index: 1;
    opacity: 0;
    transition: all 1s ease;
}
.owl-presta .bloc-img .info-slide .picto {
    font-size: 40px;
    margin-bottom: -10px;
}
.owl-presta .bloc-img .info-slide .texte {
    font-size: 14px;
}

/* --- Carousel 2 et Carousel 2b --- */
#myCarousel-2,#myCarousel-2b {
    mix-blend-mode: multiply;
}
.owl-partner .owl-item img {
    border-radius: 0;
    object-fit: cover;
    transform: scale(1);
    transition: all .5s ease;
}
.owl-theme .owl-nav [class*=owl-] {
    font-size: 30px;
    color: var(--main-color);
    background: none;
    margin: 0;
    transition: all .2s ease;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    color: var(--second-color);
    background: none;
}
.owl-carousel-readmore {
    display: inline-block;
    padding: 5px 10px;
}
.owl-carousel-readmore a {
    color: var(--white-color);
    border: solid 1px transparent;
    background-color: transparent;
    border-radius: 20px;
    padding: 5px 10px;
}
.owl-carousel-readmore a:hover {
    color: var(--main-color);
    border: solid 1px var(--second-color);
    background-color: var(--second-color);
    border-radius: 20px;
    transition: all .2s ease;
}
#myCarousel-1 .owl-dots {
    margin-top: 20px;
}
#myCarousel-1 .owl-dot span {
    background: var(--white-color);
    opacity: .3;
}
#myCarousel-1 .owl-dot.active span {
    opacity: 1;
}
.listing .item {
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0;
    margin: 4px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
}

/* ===================================
7. Section: call action
==================================== */

section.callaction {
    background: #f9f9f9;
    padding: 50px 0 0 0;
}

/* ===================================
8. Section: Content
==================================== */

/* --- Bannière-promo --- */

#espace-promo {
    position: relative;
    background-color: #141478;
}
.container-promo {
    padding: 0 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.banniere-promo img {
    max-width: 600px;
}

/* --- Concessions du Soleil --- */

.section-btn-concessions {
    position: relative;
    background: var(--background-color);
    padding: 0 0 40px 0;
    margin-top: -30px;
}
.btn-concessions {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
.btn-concession {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
    margin: 10px;
    border-radius: 6px;
    background: linear-gradient(var(--main-color), var(--main-color));
    transition: all .3s ease-out;
}
.btn-concession:hover {
    background: linear-gradient(var(--main-color), #004392);
}
.head-concessions {
    text-align: center;
    margin: 0;
}

/* --- Introduction --- */

#introduction {
    position: relative;
    background-color: var(--white-color);
    padding: 0;
}
.container-intro {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 60px 60px 0;
    margin-bottom: 0;
    margin-top: 0;
   /* background-image: url("../../uploads/sections/fd-presentatrice-blob.png");
    background-size: auto 369px;
    background-repeat: no-repeat;
    background-position: right 8% bottom 0;*/
}
.bloc-texte-intro {
    width: 100%;
    max-width: 1080px;
}
.texte-intro {
    text-align: center;
}
.texte-intro h2 {
    margin: 0;
    font-size: 40px;
}
.bloc-illus-intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: flex-end;
    width: 50%;
}
.bloc-presentatrice-intro {
    width: 70%;
    max-width: 360px;
}
.bloc-presentatrice-intro img {
    width: 100%;
}
.bloc-pictos-intro {
    display: flex;
    justify-content: flex-end;
    width: 22%;
}
.bloc-pictos-intro ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: flex-start;
    width: 100%;
    padding: 0;
    z-index: 1;
}
.pictos-intro img {
    height: 100%;
}
.pictos-intro li {
    display: flex;
    align-items: center;
    margin: 6px 0;
}
.picto-intro {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: solid 1px var(--main-color);
    border-radius: 20px;
    padding: 4px;
    transform-origin: center;
    transform: scale(1);
    transition: all .2s ease;
}
.picto-intro:hover {
    transform: scale(1.1);
    background-color: var(--second-color);
    border: solid 1px var(--second-color);
}
.text-picto-intro {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    text-align: right;
    margin: 6px;
    color: var(--main-color);
}
/* --- END Introduction --- */

#content {
    position: relative;
    background: var(--background-color);
    padding: 0 0 40px 0;
}
#content img {
    max-width: 100%;
}
.content-row-no-bg {
    position: relative;
    background: var(--background-color);
    padding: 50px 0;
}
.content-row-no-bg.cards{
    background: linear-gradient(var(--white-color),var(--background-color));
}
.content-row-bg-blanc {
    position: relative;
    background: var(--background-color);
    padding: 50px 0;
}
.content-row-bg {
    position: relative;
    padding: 100px 0;
}
.content-row-bg-neg {
    position: relative;
    padding: 100px 0 0;
}
.content-row-bg img,.content-row-bg-neg {
    max-width: 100%;
    height: auto;
}
.thumbnail img {
    max-width: 160px;
    width: 100%;
    height: auto;
}

/* --- Call to action --- */

.cta-text {
    text-align: center;
    margin-top: 10px;
}
.big-cta .cta {
    margin-top: 10px;
}

/* --- Cardbox --- */

.row-box {
    display: flex;
    justify-content:space-between;
}
.m-b-0 {
    margin-bottom: 0;
}
.p-b-0 {
    padding-bottom: 0;
}
.cardbox {
    position: relative;
    width: 30%;
    background-color: var(--white-color);
    margin: 10px;
    outline: solid 1px var(--white-color);
    border-radius: var(--border-radius);
    text-align: center;
    box-shadow: 1px 1px 2px #ddd;
    transition: all .2s ease-in-out;
}
.cardbox:hover {
    box-shadow: 5px 5px 5px #ddd;
    transform: scale(1.05);
}
/*.cardbox:hover::before {
    content: url("../..//uploads/sections/reflet-cardbox.png");
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    opacity: .7;
    zoom: 0.6;
}*/
.cardbox-img {
    aspect-ratio: 16/11;
    overflow: hidden;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.cardbox-img img {
    width: 120%;
    height: auto;
    flex-shrink: 0;
}
.box-title {
    margin-bottom: 10px;
    margin-top: 0;
    padding: 16px 10% 16px;
    font-size: 20px;
    background: var(--main-color);
    color: var(--white-color);
    /* border-radius: 30px 2px;
    border-bottom: solid 5px var(--second-color);*/
}
.cardbox-text {
    padding: 0 0 10% 0;
}
.cardbox p {
    color: var(--main-color);
    padding: 0 20px;
}
.box-bottom {
    text-align: center;
    margin: auto;
    margin-top: -70px;
    width: 180px;
    line-height: 40px;
    border-radius: 20px;
    border: solid 1px var(--main-color);
    font-weight: 700;
}
.box-bottom i.fa-solid {
    vertical-align: -3px;
    color: #ffffff88;
    font-size: 25px;
}
.box-bottom:hover {
    color: var(--main-color);
    background-color: var(--second-color);
    border-color: var(--second-color);
    transition: all .2s ease;
}
.menu-box-1, .menu-box-2, .menu-box-3, .menu-box-4, .menu-box-5, .menu-box-6 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 20px;
}
.btn-second.btn-box {
    width: 100%;
    margin: 4px 0;
}

/* Section Actu */

.flex-actu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px;
}
.flex-actu .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin: 20px 10px;
    border-bottom: solid .5px #aaa;
    padding-bottom: 8px;
    width: 30%;
}
.flex-actu .bloc-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 12px 0;
    border-radius: 10px;
}
.flex-actu img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.flex-actu .item h3 {
    margin: 0;
    height: 60px;
    font-size: 17px;
}
.flex-actu .item p {
    width: 100%;
    margin-bottom: 6px;
}
.flex-actu .item .text-left {
    width: 100%;
}
.flex-actu .item .readmore {
    font-weight: 700;
}
.actu-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
}

/* ===================================
8.2 Home sections
==================================== */

.home-section {
    max-width: 1500px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2em;
    align-items: center;
}
.home-section .bloc-text {
    width: 50%;
    padding: 40px;
}
.home-section .bloc-img {
    width: 50%;
    overflow: hidden;
}
.home-section .bloc-img img {
    max-width: 650px;
}
.impair {
    position: relative;
    background-color: var(--white-color);
}
.pair {
    position: relative;
    background-color: var(--background-color);
}
.pair .home-section {
    flex-direction: row-reverse;
}
.impair .home-section .bloc-text .btn {
    justify-content: right;
}
.pair .home-section .bloc-text .btn {
    justify-content: left;
}
.impair .home-section .bloc-text,
.impair .home-section .bloc-text h2 {
    text-align: right;
}
.impair .home-section .bloc-img {
    text-align: left;
}
.pair .home-section .bloc-text,
.pair .home-section .bloc-text h2 {
    text-align: left;
}
.pair .home-section .bloc-img {
    text-align: right;
}
.material-symbols-outlined {
    font-family: 'Material Icons';
    font-size: 16px;
    margin: 0 .4em;
    top: 3px;
    position: relative;
    display: inline;
    color: var(--second-color);
}
.home-section .bloc-text ul {
    margin: 2em 0;
    line-height: 1.6;
}
/* ===================================
9. Section: Bottom
==================================== */

#bottom {
    background: #fcfcfc;
    padding: 50px 0 0;
}

/* twitter */

#twitter-wrapper {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
#twitter em {
    font-style: normal;
    font-size: 13px;
}
#twitter em.twitterTime a {
    font-weight: 600;
}
#twitter ul {
    padding: 0;
    list-style: none;
}
#twitter ul li {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
    word-break: break-all;
}

/* ===================================
10. Inner - Section: page headline
==================================== */

#inner-headline {
    background: var(--background-color);
    position: relative;
    margin: 0;
    padding: 0;
    color: #fefefe;
}
#inner-headline .inner-heading h2 {
    color: var(--white-color);
    margin: 20px 0 0 0;
}

/* --- breadcrumbs --- */

#inner-headline ul.breadcrumb {
    margin: 30px 0 10px 0;
    float: left;
}
#inner-headline ul.breadcrumb li {
    margin-bottom: 0;
    padding-bottom: 0;
}
#inner-headline ul.breadcrumb li {
    font-size: 13px;
}
ul.breadcrumb li a:hover {
    text-decoration: none;
}
.breadcrumb {
    padding: 10px 0 0;
    background-color:unset;
}

/* ============================
11. Forms
============================= */

/* --- contact form  ---- */

form#contactform input[type="text"] {
    width: 100%;
    border: 1px solid #f5f5f5;
    min-height: 40px;
    padding-left: 20px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
form#contactform textarea {
    border: 1px solid #f5f5f5;
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.form-control {
    border: 1px solid #ddd;
    height: 48px;
    padding: 14px 20px;
}
.form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(255 255 255);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(255 255 255);
}
form#contactform .validation {
    font-size: 11px;
}
.validation {
    display: none;
    position: relative;
    margin: 4px 0 10px;
    font-size: 12px;
    padding: 5px 10px;
    background: #faebcc;
    border: 1px solid #faebcc;
    color: #8a6d3b;
    border-radius: 5px;
}
.validation:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #faebcc;
    position: absolute;
    top: -8px;
    left: 10px;
}
#sendmessage, #subscribesendmessage, #ordersendmessage {
    color: green !important;
    border: 1px solid #b1deca;
    background: #e7fff7;
    display: none;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 5px;
}
#errormessage, #ordererrormessage, #subscribeerrormessage {
    color: red;
    display: none;
    border: 1px solid #ea9c97;
    background: #ffe4e9;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 5px;
}
#sendmessage.show, #ordersendmessage.show, #subscribesendmessage.show, #errormessage.show, #ordererrormessage.show, #subscribeerrormessage.show, .show {
    display: block;
}

/* --- comment form ---- */
form#commentform input[type="text"] {
    width: 100%;
    min-height: 40px;
    padding-left: 20px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;

}
form#commentform textarea {
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

/* --- search form --- */
.search {
    float: right;
    margin: 35px 0 0;
    padding-bottom: 0;
}
#inner-headline form.input-append {
    margin: 0;
    padding: 0;
}

/* ===============================
12. Portfolio
================================ */

.work-nav #filters {
    margin: 0;
    padding: 0;
    list-style: none;
}
.work-nav #filters li {
    margin: 0 10px 30px 0;
    padding: 0;
    float: left;
}
.work-nav #filters li a {
    color: #7F8289;
    font-size: 16px;
    display: block;
}
.work-nav #filters li a.selected {
    color: #DE5E60;
}
#thumbs {
    margin: 0;
    padding: 0;
}
#thumbs li {
    list-style-type: none;
}
.item-thumbs {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}
.item-thumbs a + img {
    width: 100%;
}
.item-thumbs .hover-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;

    opacity: 0;
    filter: alpha(opacity=0);

    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transform: rotateY(0deg) scale(1, 1);
    -moz-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    -o-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}
.item-thumbs .hover-wrap .overlay-img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.80;
    filter: alpha(opacity=80);
    background: #000;
}
.item-thumbs .hover-wrap .overlay-img-thumb {
    position: absolute;
    border-radius: 60px;
    top: 45%;
    left: 45%;
    margin: -16px 0 0 -16px;
    color: var(--white-color);
    font-size: 32px;
    line-height: 1em;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 10px;
}

/* --- Portolio filter --- */

ul.portfolio-categ {
    margin: 10px 0 30px 0;
    padding: 0;
    float: left;
    list-style: none;
}
ul.portfolio-categ li {
    margin: 0;
    padding: 0 20px 0 0;
    float: left;
    list-style: none;
    font-size: 13px;
    font-weight: 600;
}
ul.portfolio-categ li a {
    display: block;
    padding: 35px 0;
    color: #353535;
}
ul.portfolio-categ li.active a:hover, ul.portfolio-categ li a:hover, ul.portfolio-categ li a:focus, ul.portfolio-categ li a:active {
    text-decoration: none;
    outline: 0;
}
/* --- portfolio detail --- */
.top-wrapper {
    margin-bottom: 20px;
}

/* ===============================
13. Elements
================================ */

/* --- blockquote --- */

blockquote {
    font-size: 13px;
    font-style: italic;
    padding-left: 0;
    color: var(--text-color);
    line-height: 1.6em;
    border: none;
}
blockquote cite {
    display: block;
    font-size: 12px;
    color: var(--text-color);
    margin-top: 10px;
}
blockquote cite:before {
    content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
    color: #555;
}

/* --- pullquotes --- */

.profile {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    float: left;
    margin-right: 20px;
    opacity: 0.6;
}
.newcomment {
    padding: 60px 20px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.pullquote-left {
    display: block;
    font-family: 'Noto Serif', serif;
    font-size: 13px;
    line-height: 1.6em;
    padding-left: 20px;
    margin-left: 65px;
    margin-bottom: 20px;
}
.pullquote-right {
    display: block;
    color: #a2a2a2;
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    line-height: 1.6em;
    padding-right: 20px;
}

/* --- button --- */

.btn-theme, .btn-theme-neg {
    border-radius: 30px;
    padding: 8px 28px;
    font-weight: 600;
    font-size: 20px;
}
.btn-theme {
    color:var(--white-color);
    background: var(--second-color);
}
.btn-theme:hover,.btn-theme:focus,.btn-theme:active{
    color: var(--white-color);
    background: var(--main-color);
    border: 1px solid var(--white-color);
}
.btn-theme-neg {
    color:var(--white-color);
    background: var(--main-color);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.btn-theme-neg:hover,.btn-theme-neg:focus,.btn-theme-neg:active{
    color: var(--white-color);
    background: var(--second-color);
    border: 1px solid var(--white-color);
}

/* --- list style --- */

ul.general {
    list-style: none;
    margin-left: 0;
}
ul.link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.link-list li {
    margin: 0;
    padding: 2px 0 2px 0;
    list-style: none;
}
footer ul.link-list li a {
    color: var(--white-color);
}
footer ul.link-list li a:before {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 5px;
    content: '\203A';
}
footer ul.link-list li a:hover {
    color: var(--hover-color);
}

/* --- Fontawesome --- */

.fa-caret-right:before {
    vertical-align: middle;
}

/* --- Heading style --- */

h4.heading {
    font-weight: 700;
}
.heading {
    margin-bottom: 30px;
    text-align: center;
}
.heading {
    position: relative;
}
.home-row-head {
    text-align: center;
    margin: 0 20px 20px 20px;
}
.home-row-head h2 {
    padding: 0;
    margin: auto;
}
.widgetheading {
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--second-color);
}
#bottom .widgetheading {
    position: relative;
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: 9px;
}
aside .widgetheading {
    position: relative;
    padding-bottom: 9px;
    border-bottom: 1px solid var(--white-color);
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .05);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .05);
}
footer .widgetheading {
    position: relative;
}
footer .widgetheading .fa-solid{
    color: var(--second-color);
}
footer .widget .social-network {
    position: relative;
}
footer {
    color: var(--white-color);
}
footer .contacts {
    color: var(--second-color);
}
#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span {
    position: absolute;
    width: 60px;
    height: 1px;
    bottom: -1px;
    right: 0;
}
/* --- Contact page --- */

.teleoperatrice {
    position: relative;
    width: 100%;
    height: 120px;
    background: linear-gradient(90deg, var(--main-color), #019099,var(--second-color));
    border-radius: 20px 120px 0px 0px;
}
.teleoperatrice img {
    width: 308px;
    position: absolute;
    right: 50px;
    top: -56px;
}
.titre-contact {
    font-size: 27px;
    line-height: 35px;
    position: absolute;
    top: 6px;
    left: 40px;
    color: var(--white-color);
    font-weight: 700;
}
#contact_div {
    font-size: 16px;
}

/* --- Map --- */
.map {
    position: relative;
    margin-top: -50px;
    margin-bottom: 40px;
}

/* google map */
#google-map {
    position: relative;
    height: 300px;
}

/* --- our team --- */

ul.team-detail {
    margin: -10px 0 0 0;
    padding: 0;
    list-style: none;
}
ul.team-detail li {
    border-bottom: 1px dotted #e9e9e9;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    list-style: none;
}
ul.team-detail li label {
    font-size: 13px;
}
ul.team-detail li h4, ul.team-detail li label {
    margin-bottom: 0;
}
ul.team-detail li ul.social-network {
    border: none;
    margin: 0;
    padding: 0;
}
ul.team-detail li ul.social-network li {
    border: none;
    margin: 0;
}
ul.team-detail li ul.social-network li i {
    margin: 0;
}

/* ===============================
14. Blog & article
================================ */

/* --- Blog Home--- */
.blog-homepage {
    position: relative;
    height: 500px;
    background: url('../..//uploads/sections/fond-section-blog.jpg') no-repeat center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 20px;
    line-height: 18px;
}
.blog-homepage h2 {
    font-size: 16px;
}
.blog-homepage img {
    margin-bottom: 15px;
}
.blog-homepage, .blog-homepage h2 {
    color: var(--white-color);
}
.blog-homepage .home-row-head {
    max-width: 480px;
    margin: auto;
}
article {
    margin-bottom: 0;
    margin-top: 30px;
}
article .post-heading h3 {
    margin-bottom: 14px;
}
article .post-heading h3 a {
    font-weight: 700;
}
article .post-heading h3 a:hover {
    text-decoration: none;
}

/* --- Blog Général--- */
#inner-headline.blog {
    background: #f4eee3;
}
#content.blog {
    background: linear-gradient(#f4eee3,var(--background-color)) ;
}
#content.blog  {
    color: var(--main-color);
}
#inner-headline.blog,
#inner-headline.blog ul.breadcrumb li,
#inner-headline.blog ul.breadcrumb li a,
#inner-headline.blog .breadcrumb > li + li:before,
.blog ul.meta-post,.blog ul.meta-post a,
.blog-card-archive h2,
.blog-content-text h2,
.blog-content-text h3,
.blog-content-text h4,
.blog-content-text p {
    color: var(--blog-main-color);
}
/* --- Blog Archives--- */
.head-article-archive {
    position: absolute;
    top: 10px;
    left: 50px;
}
.blog-card-archive h2 {
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 22px;
    margin-bottom: 10px;
    border-bottom: 0;
}
.blog-card-archive {
    display: flex;
} 
.blog-card-archive .img-une {
    background-color: #0077b5;
    width: 33.33%;
}
.blog-card-archive .img-une img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-card-archive .texts {
    position: relative;
    background-color: var(--white-color);
    width: 66.66%;
    padding: 60px;
}
.blog-btn {
    color: var(--blog-main-color);
    border: solid 1px var(--blog-main-color);
    border-radius: 5px;
    padding: 8px;
    margin-top: 8px;
}
.blog-btn:hover {
    color: var(--white-color);
    border: solid 1px #ba9;
    background-color: #ba9;
}
.blog .post-archive {
    position: relative;
    border-radius: 0;
    margin-bottom: 20px;
}

/* --- Blog Posts--- */

.blog .post-heading-single {
    position: absolute;
    top: 10%;
}
.blog .post-heading-single h1 {
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 0;
    color: var(--blog-main-color);
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 30px;
}
#content.blog .post-image img {
    margin-top: 0;
    object-fit: cover;
    border-radius: 0;
    min-height: 200px;
    padding: 20px;
    background-color: var(--white-color);
    box-shadow: 3px 3px 3px #796b4d4f;
}
.encart-blog {
	background-color: var(--white-color);
	padding: 20px;
	margin: 30px;
	transform: rotateZ(-2deg);
	outline: dotted 7px rgb(243, 238, 228);
	outline-offset: -5px;
}
.encart-blog span+h2 {
    display: inline-block;
}
.picto-photo-blog {
    content: url("../..//uploads/blog/picto-photo-blog.svg");
    width: 48px;
    transform: translateY(10px) rotate(-20deg);
    margin-right: 10px;
}
.blog-content-text h2 {
    font-size: 20px;
    font-family: 'Gloria Hallelujah', cursive;
    border-bottom: solid 1px;
    padding-bottom: 6px;
    display: table;
    margin-bottom: 10px;
}
.intro-blog,.outro-blog {
    margin-bottom: 30px;
}
.intro-blog {
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 16px;
}
.outro-blog {
    margin-top: 30px;
    font-weight: 500;
}
.para-blog {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: dotted 2px #dcb;
}
.para-blog .bloc-imgtext {
    display: flex;
}
.para-blog a {
    color: var(--blog-main-color);
    font-weight: 500;
    text-decoration: underline;
}
.para-blog a:hover{
    color: var(--blog-hover-color);
}
.para-blog .infos-pratiques, .para-blog .map {
    display: inline-block;
    margin: 5px;
    font-size: 12px;
    text-decoration: inherit;
    border-top: solid 1px var(--blog-main-color);
    border-bottom: solid 1px var(--blog-main-color);
    padding: 6px;
}
.para-blog:hover .infos-pratiques:hover, .para-blog .map:hover {
    border-top: solid 1px var(--blog-hover-color);
    border-bottom: solid 1px var(--blog-hover-color);
    background-color: #ac8e7021;
}
.para-blog .infos-pratiques::before {
    font-family: "Material Icons";
    content: "\e88e";
    font-size: inherit;
    padding-right: 3px;
    vertical-align: top;
}
.para-blog .map::before {
    font-family: "Material Icons";
    content: "\e0c8";
    font-size: inherit;
    padding-right: 3px;
    vertical-align: top;
}
.para-blog h3 {
    width: fit-content;
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 14px;
    background: var(--blog-main-color);
    color: var(--white-color);
    border-radius: 5px;
    padding: 8px 10px 6px 10px;
    margin-bottom: 16px;
}
.para-blog h4 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: initial;
    margin-bottom: 10px;
}
.para-blog .bloc-img {
    width: 66%;
    aspect-ratio: 4/3;
    padding: 10px;
    background-color: var(--white-color);
}
.para-blog img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.para-blog .bloc-text {
    width: 33%;
    padding-left: 16px;
}
.picto-wrap {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 8px;
}
.info-park,.info-plus {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 10px;
    text-align: center;
    padding: 75px 4px 4px 4px;
}
a.info-park,a.info-plus {
    color: var(--blog-main-color);
}
.info-park {
    background: url('../..//uploads/blog/picto-info-park.svg') no-repeat center/cover;
}
.info-park:hover::before {
    content:"Touver une aire";
}
.info-plus {
    background: url('../..//uploads/blog/picto-info-plus.svg') no-repeat center/cover;
}
.info-plus:hover::before {
    content:"En savoir plus";
}
.info-park:hover::before,
.info-plus:hover::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--blog-main-color);
    opacity: .9;
    color: var(--white-color);
    font-weight: 500;
    padding-top: 38%;
    border-radius: 6px;
}
.info-park:active::before,
.info-plus:active::before {
    background: var(--second-color);
}
#content.blog .bottom-article {
    margin-top: 60px;
}
.tampon {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 100px;
	opacity: .7;
}

/* --- Blog asside--- */
.right-sidebar.blog,
.right-sidebar.blog a,
.right-sidebar.blog h2 {
    color: var(--blog-main-color);
}
.right-sidebar.blog a:hover {
    color: var(--blog-hover-color);
}
.blog .btn.btn-theme {
	background-color: var(--second-color) !important;
}
.blog .btn.btn-theme:hover {
	background-color: #ffc933!important;
}

/* --- post meta --- */
.post-meta {
    background: #fcfcfc;
    border: 1px solid #e6e6e6;
    border-top: none;
    text-align: center;
}
.post-meta .format {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 10px;
}
.post-meta i {
    margin: 0;
}
.post-meta .date {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 10px;
}
.post-meta .date span {
    text-align: center;
    color: #999;
    font-size: 12px;
    font-weight: 600;
}
.post-meta .comments {
    padding: 10px 0 10px;
}
.post-meta .comments a {
    color: #999;
    font-size: 12px;
    font-weight: 700;
}
.post-meta .comments a:hover {
    text-decoration: none;
}

/* --- post/archive format --- */

.bloc-img-archive {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-top: -50px;
    border-radius: 5px;
    mask-image: -webkit-radial-gradient(white, black); /*Fix bug safari border-radius*/
    -webkit-mask-image: -webkit-radial-gradient(white, black); /*Fix bug safari border-radius*/
}
.post-heading-archive, .post-heading-single {
    position: relative;
    z-index: 1;
}
.post-heading-single{
    visibility: hidden;
}
.post-heading-archive h2, .post-heading-single h1 {
    display: inline-block;
    border-radius: 5px 0 20px 0;
    border-bottom: solid 6px var(--second-color);
    background: var(--white-color);
    font-size: 23px;
    font-weight: 100;
    padding: 10px 20px 7px 20px;
    margin: 0;
}
.post-heading-single h1 {
    margin-bottom: 13px;
}
.post-heading-archive h1 {
    font-size: 29px;
    margin-bottom: 0;
}
.post-image-archive {
    margin-bottom: 0;
}
.col-lg-8 .post-content-text u {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: var(--main-color);
    line-height: 2em;
}
.post-content-text h2 {
    font-size: 30px;
    border-bottom: dotted 1px;
    margin-bottom: 30px;
}
.btn {
    margin: 2em 0;
}
.btn-main, .btn-second {
    position: relative;
    padding: 12px 24px 12px 24px;
    display: inline-block;
    border-radius: 30px;
    border: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 600 !important;
    text-decoration: none !important;
    color: var(--white-color) !important;
    transition: all .2s ease;
}
.btn-main {
    background: var(--main-color);
}
.btn-main:hover {
    background: var(--second-color) !important;
}
.btn-second {
    background: var(--second-color);
}
.btn-second:hover {
    background: var(--main-color) !important;
}

/*.btn-second::after {
    position: absolute;
    font-family: "Material Icons";
    content: "\e409";
    font-size: 24px;
}*/
#content .post-image img {
    margin-top: -63px;
    object-fit: cover;
    border-radius: 5px;
    min-height: 200px;
}
#content .post-image-archive img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transform: scale(1);
    transition: all .5s ease;
}
#content .post-image-archive img:hover {
    transform: scale(1.1);
    filter: brightness(.7);
    transition: all .5s ease;
}
#content .post-image-archive::after {
    content: "";
    color: #fff0;
}
#content .post-image-archive:hover::after {
    font-family: "Material Icons";
    content: "\e8f4";
    font-size: 50px;
    color: #fffa;
    display: block;
    text-align: center;
    position: relative;
    top: -110px;
    height: 0;
    transition: color 1s ease;
}
.container-image-sup {
    display: flex;
    flex-wrap: wrap;
}
.post-image-sup {
    width: 32.5%;
    aspect-ratio: 1;
    overflow: hidden;
    display: flex;
    margin: 2px;
}
.post-archive {
    margin-bottom: 40px;
}
.post-image-sup img {
    object-fit: cover;
}
.post-quote {
    margin-bottom: 20px;
}
.post-video {
    margin-bottom: 20px;
}
.post-audio {
    margin-bottom: 20px;
}
.post-link {
    margin-bottom: 20px;
}
.post-slider {
    margin-bottom: 20px;
}
.post-quote blockquote {
    font-size: 16px;
    color: #999;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    line-height: 1.6em;
}
ul.meta-post {
    float: left;
    margin: 6px 0 20px 0;
    padding: 0;
    list-style: none;
}
ul.meta-post li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0 10px 0;
    list-style: none;
    border-right: 1px dotted #d1d1d1;
}
ul.meta-post li i {
    float: left;
    font-size: 12px;
    margin: 7px 5px 0 0;
}
ul.meta-post li a {
    color: var(--text-color);
    float: left;
    font-size: 12px;
    font-weight: 600;
}

/* --- post/archive format sans sidebar --- */

.column-span-all {
    column-span: all;
    margin-top: 3em;
    margin-bottom: 3em;
}
.page-du-site {
    column-count: 2;
    column-width: 420px;
    column-gap: 50px;
    padding-top: 40px;
    max-width: 1280px;
}

.col-lg-12 .post-archive {
    display: none;
}

.page-du-site H2 {
    border-bottom: none;
    font-size: 18px;
    margin-bottom: .25em;    
}
.page-du-site H2:first-of-type {
    margin-top: 0;
}
.page-du-site h3 {
    background: none;
    color: var(--main-color);
    font-size: 12px;
    margin-bottom: 0.25em;
    margin-top: 0.25em;
}
.page-du-site p.intro {
    font-weight: 700;
    /* opacity: .5; */
    margin-bottom: 1.5em;
}

/* --- single post --- */
.bottom-article {
    overflow: hidden;
    border-top: solid 1px var(--white-color);
    -webkit-box-shadow: 0 -1px 0 0 rgb(0 0 0 / 5%);
    box-shadow: 0 -1px 0 0 rgb(0 0 0 / 5%);
    padding: 10px;
    margin-top: 160px;
    margin-bottom: 10px;
}
.blog .share-title, .share-title {
    font-size: 12px;
    font-weight: 600;
    vertical-align: text-top;
    line-height: 14px;
}
.blog .share-title {
    color: var(--blog-main-color);
}

/* --- Search page --- */

.search-page .widget {
    margin: 50px auto;
    max-width: 460px;
}

/* --- author info --- */

.about-author {
    border: 1px solid #f5f5f5;
    padding: 20px;
    float: left;
    margin-bottom: 5px;
}
.about-author h5 {
    margin-bottom: 10px;
}

/* --- Comment --- */

.comment-area {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.media-content {
    overflow: hidden;
    margin-left: 12px;
    border-bottom: 1px dotted #d5d5d5;
    padding-bottom: 20px;
}
.media-content h6 {
    font-size: 14px;
    font-weight: 700;
}
.media-content span {
    color: #a9a9a9;
    font-size: 14px;
    font-weight: 300;
}
.comment-area .thumbnail > img {
    display: block;
    width: 60px;
    height: 60px;
}
.filter-list {
    margin-top: 20px;
}

/* --- pagination --- */

#pagination a,
#pagination span {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    padding: 7px 10px 6px 10px;
    font-size: 12px;
    line-height: 12px;
    color: #888;
    font-weight: 600;
}
#pagination a:hover {
    color: var(--white-color);
    text-decoration: none;
}
#pagination span.current {
    background: #333;
    color: var(--white-color);
    font-weight: bold;
}

/* ===============================
15. Aside, sidebar
================================ */

aside {
    position: relative;
    margin-bottom: 40px;
}
aside h2, #comments h2 {
    font-size: 20px;
}
aside h3 {
    font-size: 12px;
    margin-top: 18px;
    margin: 1em;
    text-align: center;
}
.sidebar-nav {
    float: left;
    width: 100%;
}
.sidebar-sticky {
        position: sticky;
        top: 140px;
}
.right-sidebar {
    border-left: 1px solid var(--white-color);
    padding: 0 0 0 30px;
    -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .05);
    box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .05);
}
.left-sidebar {
    border-right: 1px solid var(--white-color);
    padding: 0 30px 0 0;
    -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .05);
    box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .05);
}
.left-sidebar .widget h3, .left-sidebar .widget .widget-content {
    padding-right: 20px;
}
aside .widget {
    margin-bottom: 40px;
}
.right-sidebar .widget:not(:first-of-type) {
    padding-left: 20px;
}
ul.cat, ul.recent, ul.folio-detail, ul.contact-info {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}
ul.cat li, ul.recent li, ul.folio-detail li, ul.contact-info li {
    margin: 0 0 15px 0;
    list-style: none;
}
ul.cat li .active {
    font-weight: 700;
}
ul.folio-detail li label {
    display: inline;
    cursor: default;
    color: #353535;
    font-weight: bold;
}
.widget ul.recent li {
    margin-bottom: 0;
}
ul.recent li img {
    width: 50px;
    height: 50px !important;
    border-radius: 50px;
    object-fit: cover;
    object-position: center;
    border: solid 2px #fff;
}
.widget ul.tags {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.widget ul.tags li {
    margin: 0 5px 15px 0;
    display: inline-block;
}
.widget ul.tags li a {
    background: #e6e6e6;
    color: #333;
    padding: 5px 10px;
}
.widget ul.tags li a:hover {
    text-decoration: none;
    color: var(--white-color);
}
.side-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}
.side-items {
    display: flex;
    align-items: center;
    margin: 10px;
}

/* ===== Widgets ===== */

/* --- flickr --- */

.widget .flickr_badge {
    width: 100%;
}
.widget .flickr_badge img {
    margin: 0 9px 20px 0;
}
footer .widget .flickr_badge {
    width: 100%;
}
footer .widget .flickr_badge img {
    margin: 0 9px 20px 0;
}
.flickr_badge img {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 9px 20px 0;
}

/* --- latest tweet widget --- */

.twitter ul {
    margin-left: 0;
    list-style: none;
}
.twitter img {
    float: left;
    margin-right: 15px;
}
.twitter span.tweet_time {
    display: block;
    padding-bottom: 5px;

}
.twitter li {
    border-bottom: 1px dashed #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px;
    list-style: none;
}
.twitter li:last-child {
    border: none;
}

/* --- Recent post widget --- */

.recent-post {
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 18px;
}
.recent-post h5 a:hover {
    text-decoration: none;
}
.recent-post .text h5 a {
    color: #353535;
}
ul.time-post {
    float: left;
    width: 120px;
    padding: 0;
    list-style: none;
    margin: 0 20px 0 0;
    text-align: center;
    color: #0e0f0f;
}
ul.time-post li {
    float: none;
    background: #f8f8f8;
    list-style: none;
    margin: 0 0 2px 0;
    padding: 0;
}
ul.time-post li a img:hover {
    opacity: 0.8;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    /* For IE 8 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
ul.time-post li.time {
    float: none;
    padding: 5px 0 5px 0;
    text-shadow: none;
}
.recent-post ul.time-post li.time {
    color: #121214;
}
.post-meta {
    margin-bottom: 20px;
}
.post-meta span {
    padding: 0 10px 0 10px;
    margin-bottom: 10px;
}
.post-meta span a {
    color: #919191;
}
.post-meta strong {
    font-weight: bold;
    color: #c7c7c7;
}
.item .text {
    margin-left: 140px;
    margin-bottom: 20px;
}

/* ===============================
16. Footer
================================ */

footer::before {
    content: url('../..//uploads/sections/bordure-footer.svg');
    position: relative;
    display: block;
    top: -51px;
}
footer {
    padding: 50px 0 0 0;
    background: var(--main-color);
    background-image: url('../..//uploads/settings/picto-xsoft-bg.svg');
    background-size: cover;
    background-attachment: fixed;
}
footer a, footer a:hover, footer a:visited {
    color: var(--white-color);
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: var(--white-color);
}
footer h3, footer h4 {
    font-size: 14px;
}
footer address {
    line-height: 1.6em;
}
footer h5 a:hover, footer a:hover {
    text-decoration: none;
}
ul.social-network {
    list-style: none;
    margin: 0;
}
ul.social-network li {
    display: inline;
    margin: 0;
}
ul.social-network li a {
    color: var(--white-color);
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 18px;
    line-height: 38px;
    font-size: 20px;
    margin: .2em .2em;
}
ul.social-network li a {
    background: var(--second-color);
    transition: all .2s ease;

}
ul.social-network li a:hover {
    background: var(--second-color);
}
.share {
    display: inline-block;
}
ul.social-network li .facebook {
    background: var(--main-color);
}
ul.social-network li .twitter {
    background: var(--main-color);
}
ul.social-network li .google {
    background: var(--main-color);
}
ul.social-network li .pintrest {
    background: var(--main-color);
}
ul.social-network li .linkedin {
    background: var(--main-color);
}
ul.social-network li .youtube {
    background: var(--main-color);
}
ul.social-network li .instagram {
    background: var(--main-color);
}
ul.social-network li .tumblr {
    background: var(--main-color);
}
ul.social-network li .flickr {
    background: var(--main-color);
}
ul.social-network li .whatsapp {
    background: var(--main-color);
}
#sub-footer {
    text-shadow: none;
    color: #f5f5f5;
    padding: 15px 0;
    margin: 40px 0 0 0;
}
#sub-footer p {
    margin: 0;
    padding: 0;
}
#sub-footer span {
    color: #f5f5f5;
}
.copyright {
    text-align: left;
    font-size: 12px;
    padding-top: 5px;
}
#sub-footer ul.social-network {
    float: right;
    padding-right: 50px;
}
.m-t-1 {
    margin-top: 10px;
}

/* ===============================
 Live preview purpose
================================ */

/* --- buttons --- */

.bs-docs-example {
    margin: 0 0 10px 0;
}
.demobtn a.btn {
    margin: 0 10px 10px 0;
}
section.demogrid .col-lg-1, section.demogrid .col-lg-2, section.demogrid .col-lg-3, section.demogrid .col-lg-4, section.demogrid .col-lg-5, section.demogrid .col-lg-6, section.demogrid .col-lg-7, section.demogrid .col-lg-8, section.demogrid .col-lg-9, section.demogrid .col-lg-10, section.demogrid .col-lg-11 {
    background: #f6f6f6;
    text-align: center;
    padding: 20px 0 20px;
}
section.demogrid .show-grid .row, section.demogrid .show-grid .row-fluid {
    margin-bottom: 0;
}
section.demogrid .show-grid .nest {
    background: #ddd;
    text-align: center;
    padding: 20px 0 20px;
}
section.demogrid .col-lg-12.nest {
    background: #f6f6f6;
    text-align: center;
    padding: 20px 0 0;
}
.demoinline p {
    display: inline;
    margin-right: 20px;
}

/* ===============================
17. Divider, Line & Misc
================================ */

.solidline {
    border-top: 1px solid #f5f5f5;
    margin: 0 0 30px;
}
.dottedline {
    border-top: 1px dotted #f5f5f5;
    margin: 0 0 30px;
}
.dashedline {
    border-top: 1px dashed #f5f5f5;
    margin: 0 0 30px;
}
.blankline {
    height: 1px;
    margin: 0 0 30px;
}

/* scroll to top */
.scrollup {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 12px;
    right: 20px;
    display: none;
    border-radius: 20px;
    border: solid 1px var(--second-color);
    transition: all .2s ease;
}
a.scrollup {
    outline: 0;
    text-align: center;
}
a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
    opacity: 1;
    text-decoration: none;
    background: var(--second-color);
    border: solid 1px var(--second-color);
}
a.scrollup i {
    color: var(--second-color);
    font-size: 30px;
    width: 38px;
    height: 38px;
}
a.scrollup i:hover {
    text-decoration: none;
    color: var(--main-color);
}

/* =============================
18. Position & alignment
============================= */

.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.aligncenter {
    text-align: center;
}
.aligncenter span {
    margin-left: 0;
}
.floatright {
    float: right;
}
.floatleft {
    float: left;
}
.floatnone {
    float: none;
}

/* =============================
20. Spacer, margin, scale
============================= */

.clear-marginbot {
    margin-bottom: 0;
}
.marginbot10 {
    margin-bottom: 10px;
}
.marginbot20 {
    margin-bottom: 20px;
}
.marginbot30 {
    margin-bottom: 30px;
}
.marginbot40 {
    margin-bottom: 40px;
}
.clear-margintop {
    margin-top: 0;
}
.margintop10 {
    margin-top: 10px;
}
.margintop20 {
    margin-top: 20px;
}
.margintop30 {
    margin-top: 30px;
}
.margintop40 {
    margin-top: 40px;
}
.site-top {
    padding: 5px 0;
    color: var(--white-color);
    height: 34px;
}
.site-top .fa-solid {
    color: var(--second-color);
}
.site-top a {
    color: var(--white-color);
}
.site-top a:hover {
    color: var(--second-color);
    text-decoration: none;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3,
.col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    margin-bottom: 0;
}
.more-btn {
    text-align: center;
}
.js div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: var(--white-color) url('../img/Loader.gif') no-repeat center center;
}
.boxed-layout #wrapper, .boxed-layout footer {
    width: 1170px;
    margin: 0 auto;
}
.navbar {
    border-radius: 0;
}
ul.meta-post li:last-child {
    border-right: 0;
}
.navbar .nav > li > a i {
    float: right;
    padding: 10px 10px 0 10px;
}
.field-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    margin-bottom: 0 !important;
}
.field-row .col-lg-3 {
    font-weight: bold;
}
.dark {
    background: #f5f5f5;
}
.p20 {
    padding: 20px;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border: 1px solid #e5e5e5;
}
.input-group-sm > .input-group-btn > .btn {
    border-radius: 30px;
    position: relative;
    left: -35px;
    height: 35px;
    width: 35px;
    background-color: var(--main-color);
    transition: all .2s ease;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.input-group-sm > .input-group-btn > .btn:hover{
    background-color: var(--second-color);   
}
.form-control, #search_word {
    border-radius: 24px;
    height: 35px;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
    background-color: transparent !important;
}
.form-control:focus {
    -webkit-box-shadow: initial;
    box-shadow: initial;
}
#content .contacts p .fa-solid, #content .contacts address .fa-solid {
    width: 50px;
    height: 50px;
    display: flex;
    float: left;
    margin-right: 10px;
    border: solid 1px var(--main-color);
    color: var(--main-color);
    border-radius: 17px;
    justify-content: center;
    align-items: center;
    font-size: 32px;
}
.p20 p, address {
    margin-bottom: 1.6em;
    line-height: 1.6em;
}
.boxed-layout .sticky {
    width: auto;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.08);
}
.sticky + .contents {
    padding-top: 135px;
}
.gm-style .gm-style-iw-c {
    padding: 10px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}
.header-dropdown .btn{
    background: #fff2;
    border: 0;
    color: #ffffff;
    padding: 4px 10px;
    line-height: 16px;
    margin-left: 16px !important;
    font-size: 11px;
}
.header-dropdown a{
    color: var(--text-color);
    display: block;
    font-size: 13px;
    padding: 2px 10px;
}
.header-dropdown a:hover {
    color: #fff;
    background-color: var(--text-color);
}
.header-dropdown .btn img{
    width: 16px;
    height: 14px;
}
.header-dropdown .btn i{
    margin-left: 3px;
    color:var(--white-color);
}
.header-dropdown .dropdown-item i {
    width: 20px;
    text-align: center;
}
.header-dropdown .dropdown-item img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 5px;
}
.header-dropdown .dropdown-menu {
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #e8e8e8;
    top: 24px;
    right: 0;
    left: auto;
    z-index: 99999999;
    margin-top: 5px;
}
.w50 {
    width: 50%;
}
.w60 {
    width: 60%;
}
.w70 {
    width: 70%;
}
.w80 {
    width: 80%;
}
.w90 {
    width: 90%;
}
/* Etire le background-color en pleine largeur */
.bg-full {
    margin-left: calc(50% - 50vw);
	position: relative;
	width: 100vw;
}

/* ===================================
Page websites / dev / services
==================================== */

.custom-page {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
}
.custom-page h2 {
    margin-top: 0;
}
.custom-page .bloc-intro {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 50px;
}
.custom-page .bloc-intro .content {
    width: 50%;
    padding: 0 20px;
}
.custom-page .bloc-intro .img {
    width: 50%;
    max-width: 520px;
}
.custom-page .bloc-offre {
    width: 100%;
}

/* Pricing */

.pricing {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 3em 0;
}
.pricing-1, .pricing-2, .pricing-3 {
    max-width: 340px;
    height: auto;
    background: linear-gradient(90deg, #f0f0f0, #fafafa);
    margin: 10px;
    text-align: center;
    border-radius: var(--border-radius);
    box-shadow: 2px 2px 10px 8px #aaa2;
    outline: solid 3px #fff;
}
.pricing .header h4 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 0;
}
.pricing .header h4, .pricing .header p {
    color: var(--white-color);
}
.pricing-1 .header, .pricing-2 .header, .pricing-3 .header {
        position: relative;
        padding: 40px 20px;
        border-top-right-radius: var(--border-radius);
        border-top-left-radius: var(--border-radius);
}
.pricing-1 .header {
    background-color: var(--main-color)
}
.pricing-2 .header {
    background-color: var(--inbetween-color)
}
.pricing-3 .header {
    background-color: var(--second-color)
}
.pricing-1 .prix {
    background: linear-gradient(0deg, var(--main-color), #2221ee);
}
.pricing-2 .prix {
    background: linear-gradient(0deg, var(--inbetween-color), #1dcfd9);
}
.pricing-3 .prix {
    background: linear-gradient(0deg, var(--second-color), #86d84e);
}
.pricing .content {
    padding: 20px;
}
.pricing p {
    margin: 0;
}
.prix {
    border-radius: 50px;
    /* width: max-content; */
    padding: 16px 26px 14px;
    margin: auto;
    margin-bottom: 20px;
    color: var(--white-color);
}
.prix p {
    width: 100%;
    font-size: 60px;
    font-weight: 200;
    line-height: 1;
}
.prix span {
    font-size: 40px;
}
.pricing ul {
    margin-top: 30px;
}
.material-symbols-rounded::before {
    content: attr(data-icon);
    font-weight: 700;
}
.pricing li {
    display: flex;
    gap: .5em;
    font-size: 14px;
    align-items: baseline;
    line-height: 1.5em;
    margin-bottom: .4em;
}
.pricing .fa-solid {
    font-size: 17px;
    opacity: .5;
    position: relative;
    top: 1px;
}

/* Options */

.bloc-options {
    width: 100%;
}
.bloc-options ul{
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0;
}
.bloc-options li {
    position: relative;
    background: linear-gradient(90deg, #f0f0f0, #fafafa);
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 2px 2px 10px 8px #aaa2;
    outline: solid 3px #fff;
}
.bloc-options li:hover {
    background: #fff;
    color: var(--focus-color);
    box-shadow: 2px 2px 2px 2px #aaa2;
}

/* Infos bulles*/

li .info-bulle {
    display: none;
    position: absolute;
    width: 260px;
    background: #fff;
    border-radius: 20px;
    font-size: 14px;
    bottom: 90px;
    left: -30px;
    box-shadow: #0001 2px 2px 20px;
    z-index: 1;
}
li .info-bulle::before {
    content: "";
    border: solid;
    border-color: #fff transparent;
    border-width: 15px 15px 0 15px;
    position: absolute;
    bottom: -15px;
    left: 40px;
}
li:hover .info-bulle {
    display: block;
}
p.titre {
    background-color: var(--focus-color);
    border-radius: 10px 10px 0 0;
    color: var(--white-color);
    font-weight: 500;
    padding: 10px 0;
}
p.description {
    padding: 8px 20px 16px 20px;
}

/* Produits accordéons */
.accordion {
    padding: 40px;
    background-color: var(--white-color);
    position: relative; 
    max-width: 100vw;
    left: 50%;
    margin-left: -50vw;
}
.accordion-header,
.accordion-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.accordion-header .content,
.accordion-content .content {
    width: 75%;
}
.accordion-header .marge,
.accordion-content .marge {
    width: 25%;
}
.accordion-header .logo {
    max-width: 250px;
}
.accordion-btn {
    font-size: 14px;
    width: fit-content;
    transition: all .2s ease;
}
.accordion-btn:hover{
    color: var(--hover-color);
    cursor: pointer;
}
.accordion-btn h4 {
    font-size: inherit;
    color: inherit;
    text-transform: inherit;
    margin-bottom: inherit;
    display: inline-block;
}
.accordion-btn i {
    margin-left: 4px;
    vertical-align: middle;
}
.accordion-content {
    font-size: 14px;
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease;
    margin-top: 10px;
}
.colx2 {
    column-count: 2;
    column-width: 330px;
    column-gap: 6em;
    column-rule: solid 1px #ddd;
}
.accordion-content h5 {
    text-transform: initial;
    margin-bottom: .3em;
    margin-top: 0;
}
.accordion-content ul {
    padding-inline-start: 0;
}
.accordion-content li {
    margin-bottom: 20px;
}
.puce {
    font-size: 0.8em;
    line-height: 1.6em;
}
.assurpro .puce {
    color: var(--assurpro-second-color);
}
#myCarousel-3 .owl-stage-outer {
    margin-top: 5em;
}
#myCarousel-3 .owl-stage {
    display: flex;
}
#myCarousel-3 .owl-item {
    margin: 20px 1%;
}
#myCarousel-3 .owl-item img {
    max-width: 400px;
    border-radius: 5px;
    border: solid 3px #fff;
    box-shadow: #ddd 0px 10px 11px;
}
#myCarousel-3 .owl-dot span {
    background: var(--main-color);
    opacity: .3;
}
#myCarousel-3 .owl-dot.active span {
    opacity: 1;
}
.glightbox-clean .gdesc-inner {
    text-align: center;
    color: #555;
    background-color: #222;
}
.glightbox-clean .gslide-title {
    margin-bottom: .2em;
    margin-top: 0;
    color: inherit;
    font-size: 13px;
    font-weight: 700;
}
.glightbox-mobile .glightbox-container .gslide-title,
.glightbox-mobile .glightbox-container .gslide-desc {
    color: inherit;
}

/* =============================
21. Cookies consent
============================= */
/* Popup pref */
.cc-pc-container {
    background: #292929 !important;
    padding: 20px;
    border-radius: 20px;
}
.cc-cp-body {
    flex-direction: column !important;
}
ul.cc-cp-body-tabs {
    width: 100% !important;
}
button.cc-cp-foot-save,button.cc-pc-head-close {
    background-color: var(--second-color) !important;
    color: var(--white-color) !important;
}
.cc-cp-foot {
    background-color: #292929 !important;
    border-top: none !important;
}
input[type=checkbox].cc-custom-checkbox:checked+label:before {
    background-color: var(--second-color) !important;
}
select.cc-pc-head-lang-select:focus {
    box-shadow: initial !important;
}
p.cc-cp-body-content-entry-title {
    font-size: 16px !important;
}
p.cc-cp-body-content-entry-text {
    font-size: 14px !important;
}
.cc-cp-body-tabs-item {
    border-right: none !important;
    background-color: var(--white-color) !important;
}
.cc-cp-body-tabs-item-link:focus {
    box-shadow: none !important;
}
.cc-cp-body-tabs-item[active=true] button {
    background: var(--second-color);
    color: var(--white-color) !important;
    border-radius: 0 !important;
}
.cc-cp-foot-button button {
    border-radius: 20px !important;
    padding: 10px 20px !important;
}
.termsfeed-com---pc-dialog .cc-pc-head {
    border-radius: 10px 10px 0 0;
}
/* Popup consent */
button.cc-nb-okagree,button.cc-nb-reject {
    background-color: var(--second-color) !important;
}
button.cc-nb-okagree,button.cc-nb-reject,button.cc-nb-changep {
    width: 100% !important;
    margin: 5px 0 !important;
    font-weight: 500 !important;
}
p#cc-nb-title {
    font-size: 16px;
}
p#cc-nb-text {
    font-size: 14px;
    margin-bottom: 20px;
}
button.cc-nb-changep {
    background-color: #fff !important;
    color: var(--second-color) !important;
    border: solid 1px var(--second-color) !important;
}
div#termsfeed-com---nb {
    background-color: #0d0eb0d4;
}
.termsfeed-com---nb-simple {
    width: 360px !important;
    }
@media (max-width: 480px) {
    .termsfeed-com---nb-simple {
    min-width: 100% !important;
    }
}
/* Btn pref */
a#open_preferences_center {
    position: fixed;
    bottom: 100px;
    color: var(--second-color);
    text-align: center;
    left: -25px;
    transition: all .25s ease;
    z-index: 1;
}
a#open_preferences_center:hover{
    left: 5px;
}
a#open_preferences_center img {
    background: #fff;
    border: solid 10px #fff;
    border-radius: 30px;
    width: 60px;
}

/* =============================
22. Media queries
============================= */


@media (min-width: 1600px) {

    .container {
        width: 70%;
        max-width: 1500px
    }
    .col-lg-12 .post-content-text {
        position: relative;
        float: none;
        margin: auto;
    }
}

@media (max-width: 1199px) {

    .container-intro {
        background-size: auto 369px;
        background-position: right -12% bottom 0;
    }
    .bloc-illus-intro {
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    .bloc-presentatrice-intro {
        width: 100%;
    }
    .bloc-pictos-intro {
        width: 100%;
    }
    .pictos-intro li {
        flex-direction: column-reverse;
        justify-content: flex-end;
        margin: 0 8px;
    }
    .text-picto-intro {
        text-align: center;
    }
    .right-sidebar {
        margin-top: 30px;
    }
    .widget img.pull-left {
        margin: -9px 15px 15px 0;
    }
    .partners_carousel {
        width: 100%;
    }
    .row-box {
        flex-wrap:wrap;
    }
    .side-row {
        flex-direction: row;
    }
    .side-items {
        flex-direction: column;
        align-items: center;
        width: 120px;
    }
    .custom-page .bloc-intro {
        flex-direction: column;
        align-items: center;
    }
    .custom-page .bloc-intro .content {
        width: 100%;
        margin-top: 40px;
        padding: 0;
    }
    .bloc-options {
        width: 80%;
    }
    .accordion-header .content,
    .accordion-content .content {
        width: 70%;
    }
    .accordion-header .marge,
    .accordion-content .marge {
        width: 30%;
    }
}

@media (min-width: 768px) and (max-width: 1199px){

    .cardbox {
        width: 47%;
    }
    .thumbnails > .col-sm-4 {
        width: 33.33%;
        margin-bottom: 0;
    }
    .titre-contact {
        font-size: 21px;
        line-height: 26px;
        top: 15px;
    }
}

@media (min-width: 768px) {

    .navbar-collapse {
        padding: 0;
        padding-top: 37px; 
    }
    .dropdown-menu .sub-menu {
        left: 100%;
        position: absolute;
        top: 0;
        visibility: hidden;
        margin-top: -1px;
    }
    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .container {
        width: 100%;
    }
    a.detail {
        background: none;
        width: 100%;
    }
    footer .widget form input#appendedInputButton {
        display: block;
        width: 91%;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
    }
    footer .widget form .input-append .btn {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 10px;
    }
    ul.related-folio li {
        width: 156px;
        margin: 0 20px 0 0;
    }
}

@media (max-width: 992px) {

    .flex-caption {
        transform: scale(.7);
    }
    .container-intro {
        background-position: right -230px bottom 0;
        background-size: auto 470px;
    }
    .bloc-presentatrice-intro img {
        width: 120%;
    }
    .flex-actu {
        justify-content: center;
    }
    .flex-actu .item {
        width: 47%;
    }
    .flex-actu .item h3 {
        height: 50px;
    }
    .accordion-header .content,
    .accordion-content .content {
        width: 60%;
    }
    .accordion-header .marge,
    .accordion-content .marge {
        width: 40%;
    }

}
@media (max-width: 767px) { /* Menu hamburger */

    body {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-toggle {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .navbar .container {
        margin: 0;
        padding: 0;
    }
    .container > .navbar-header {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-brand {
        margin-top: 0;
        border-bottom: none;
        float: left;
        margin-left: 15px;
        margin-right: 0;
        padding: 0;
    }
    .navbar-brand img {
        margin-bottom: 10px;
        position: absolute;
        top: 13px;
    }
    .navbar {
        overflow: hidden;
    }
    .navbar-header {
        margin-top: 20px;
        border-bottom: none;
    }
    .navbar-nav {
        border-top: none;
        float: none;
        width: 100%;
        margin: 35px 0 0 0;
    }
    .navbar-collapse.collapse {
        margin: 0;
        padding: 0;
    }
    header .navbar-collapse ul.navbar-nav {
        margin-bottom: 0;
    }
    header .navbar-nav > li {
        background-color: var(--main-color);
        padding-left: 40px;
        border-bottom: solid 1px #3376b1;
    }
    header .navbar-nav > li:hover {
        background-color: var(--second-color);
    }
    .navbar .nav > li > a {
        padding: 20px 0;
        color: var(--white-color) !important;   
    }
    .navbar .nav > li > a:hover {
        color: var(--main-color);   
    }
    .navbar .nav > li > a:focus {
        color: var(--white-color);   
    }
    .navbar .nav a:hover:before,
    header .navbar-nav > li:hover:before {
        content: none;
    }
    header .navbar-nav > li > a[href*="idees-voyages"] {
        margin: 14px 0;
        display: inline-block;
    }
    header .navbar-nav > li > a[href*="idees-voyages"]:hover {
        color: var(--main-color);
        background-color: var(--second-color);
        border: solid 1px var(--second-color);
    }
    header .nav li .dropdown-menu {
        margin-top: 0;
    }
    header .navbar-default .navbar-nav > .open > a,
    header .navbar-default .navbar-nav > .open > a:hover,
    header .navbar-default .navbar-nav > .open > a:focus {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        background-color: unset;
        color: var(--second-color);
    }
    .dropdown-menu {
        position: absolute;
        top: 0;
        left: 40px;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 13px;
        list-style: none;
        background-color: var(--white-color);
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }
    .navbar-collapse.collapse {
        border: none;
        overflow: visible;
    }
    .navbar-nav .open .dropdown-menu {
    border-radius: 0 0 0 20px;
    }
    .navbar .nav li .dropdown-menu li:first-child:hover {
        border-radius: 0;
    }
    .navbar .nav li .dropdown-menu li:last-child:hover {
        border-radius: 0 0 0 17px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: var(--white-color);
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: var(--second-color);
    }  
    .box {
        width: 80%;
    }
    #inner-headline .breadcrumb {
        float: left;
        clear: both;
        width: 100%;
    }
    .breadcrumb > li {
        font-size: 13px;
    }
    ul.portfolio li article a i.icon-48 {
        width: 20px;
        height: 20px;
        font-size: 16px;
        line-height: 20px;
    }
    .left-sidebar {
        border-right: none;
        padding: 0 0 10px;
        border-bottom: 1px dotted #e6e6e6;
        margin-bottom: 40px;
    }
    .right-sidebar {
        margin-top: 0;
        border-left: none;
        padding: 0 0 0 0;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3,
    .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
    .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
    .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
    .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    footer .col-lg-1, footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6,
    footer .col-lg-7, footer .col-lg-8, footer .col-lg-9, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12 {
        margin-bottom: 20px;
    }
    [class*="span"] {
        margin-bottom: 20px;
    }
    .boxed-layout #wrapper {
        width: 90% !important;
    }
    .boxed-layout footer {
        width: 100% !important;
    }
    .boxed-layout .sticky {
        width: 90% !important;
    }
    .sticky + .contents {
        padding-top: 125px !important;
    }
    .bloc-texte-intro {
        width: 100%;
    }
    .texte-intro {
        text-align: center;
    }
    .bloc-pictos-intro {
        justify-content: center;
        padding-top: 10px;
    }
    .bloc-pictos-intro ul {
        justify-content: center;
    }
    .bloc-illus-intro {
        width: 100%;
    }
    .bloc-presentatrice-intro {
        display: none;
    }
    .container-intro {
        background-image: none;
    }
    .flex-actu .item {
        width: 100%;
        margin: 20px 10px;
    }
    .actu .home-row-head h2 {
        font-size: 30px;
    }
    .bounce, .pulse {
    -webkit-animation-name: none;
	-moz-animation-name: none;
	-o-animation-name: none;
	animation-name: none;    
    }
    .thumbnail {
        margin-bottom: 0;
    }
    #sub-footer ul.social-network {
        position: absolute;
        bottom: -21px;
        padding-left: 0;
    }
    .flex-caption {
        padding: 1% 20px;
        border-radius: 0;
        transform: scale(1);
        width: 100%;
        text-align: center;

    }
    .flex-caption h3,
    .flex-caption p {
        margin: auto;
        font-size: 100%;
    }
    .cardbox {
        width: 90%;
    }
    .row-box {
        justify-content:center;
    }
    .titre-contact {
        font-size: 21px;
        line-height: 23px;
        width: 200px;
        top: 22px;
        left: 16px;
    }
    .btn-concessions {
        flex-direction: column;
        border-top: solid 0px #ccc;
        border-bottom: solid 0px #ccc;
    }
    .btn-concession {
        margin: 4px 0;
    }
    .banniere-promo img {
        max-width: 70%;
    }
    .box-landing {
        flex-wrap: wrap;
    }
    .blog-card-archive {
        flex-direction: column;
    }
    .blog-card-archive .img-une,
    .blog-card-archive .texts {
        width: 100%;
    }
    .blog-card-archive .texts {
        padding: 10%;
    }
    .blog .post-heading-single {
        position: initial;
        width: 100%;
        display: grid;
    }
    #content.blog .post-image img {
        box-shadow: none;
    }
    .para-blog .bloc-imgtext {
        flex-direction: column;
    }
    .para-blog .bloc-img {
        width: 100%;
        aspect-ratio:initial;
    }
    .para-blog .bloc-text {
        width: 100%;
        padding-right: 16px;
    }
    .para-blog h4 {
        margin-top: 15px;
    }
    .blog .share-title, .share-title {
        display: none;
    }
    .content-row-bg,footer {
        background-image: none;
        background-attachment: initial;
    }
    .encart-blog {
        transform: rotateZ(0);
    }
    .tampon {
        top: 80px;
    }
    .post-image-sup {
        width: 49%;
    }
    .home-section .bloc-text, .home-section .bloc-img {
        width: 100%;
    }
    .impair .home-section, .pair .home-section {
        flex-direction: column-reverse;
    }
    .impair .home-section .bloc-text, .impair .home-section .bloc-text h2, .pair .home-section .bloc-text, .pair .home-section .bloc-text h2 {
        text-align: center;
        margin-top: -30px;
    }
    .impair .home-section .bloc-text .btn, .pair .home-section .bloc-text .btn {
        justify-content: center;
    }
    .bloc-options {
        width: 100%;
    }
    .bloc-options ul {
        flex-direction: column;
    }
    li .info-bulle {
        width: 80%;
        left: 20px;
    }
    #featured {
        position: relative;
    }
    .accordion {
        padding: 40px 0;
    }
    .accordion-header {
        flex-direction: column;
    }
    .accordion-header,
    .accordion-content {
        text-align: center;
        justify-content: center;
    }
    .accordion-header .marge {
        width: 50%;
        margin-bottom: -50px;
    }
    .accordion-header .logo {
        margin: auto;
    }
    .accordion-header .content,
    .accordion-content .content {
    width: 100%;
    padding: 20px 0;
    }
    .accordion-btn {
        margin: auto;
    }
    .impair .home-section .bloc-img,
    .pair .home-section .bloc-img {
        text-align: center;
    }
    .custom-page .bloc-intro {
        margin-bottom: 0;
    }
    .custom-page .bloc-intro .img {
        width: 100%;
    }
}

@media (max-width: 480px) {

    .navbar-brand img {
        position: relative;
        top: 0;
        width: calc(100% - 20px);
        height: auto;
    }
    .navbar-toggle {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .bottom-article a.pull-right {
        float: left;
        margin-top: 20px;
    }
    .top-email {
        display: none;
    }
    .search {
        float: left;
    }
    .cta-text {
        margin: 0 auto;
        text-align: center;
    }
    ul.portfolio li article a i {
        width: 20px;
        height: 20px;
        font-size: 14px;
    }
    .boxed-layout .sticky {
        width: 90% !important;
    }
    .sticky + .contents {
        padding-top: 125px !important;
    }
    .post-image-sup:nth-child(4) {
        margin-left: 0;
        margin-right: 0;
    }
    .post-image-sup {
        width: 100%;
    }
    h2,
    .texte-intro h2,
    .post-content-text h2 {
        font-size: 25px;
    }
    .container-intro{
        padding-left: 20px;
        padding-right: 20px;
    }
    .post-heading-archive h1,
    .post-heading-single h1 {
        font-size: 23px;
        padding: 10px 20px 7px 20px;
    }
    .post-content-text {
        text-align: center;
    }
    .teleoperatrice img {
        width: 229px;
        position: absolute;
        right: 50px;
        top: -11px;
    }
    .titre-contact {
        font-size: 13px;
        line-height: 16px;
        width: 200px;
        top: 47px;
        left: 13px;
    }
    .box {
        width: 100%;
    }
    .finance::before,
    .entretien::before,
    .garantie::before,
    .sav::before,
    .rachat::before,
    .assurance::before,
    .location::before,
    .virtuelle::before {
        display: none;
    }
    .box-landing h3 {
        font-size: 20px;
    }
    .head-article-archive {
        display: none;
    }
    .blog-card-archive h2 {
        margin-top: 0;
    }
    .btn {
        width: 100%;
    }
    .btn-main, .btn-second {
        border-radius: 10px;
        width: 100%;
    }
    .cardbox {
        width: 100%;
        margin: 10px 0;
    }
    .home-section .bloc-text {
        padding: 20px;
    }
    .impair .home-section,
    .pair .home-section {
        gap: 40px;
    }
}

@media (max-width: 360px) {

    .boxed-layout .sticky {
        width: 90% !important;
    }
    .sticky + .contents {
        padding-top: 125px !important;
    }
}