@font-face {
    font-family: avenir-r;
    src: url("../fonts/AvenirNextLTPro-Regular-68d91c886d9505f8b2b1f3c07e609a8c.eot") format('embedded-opentype'), url("../fonts/AvenirNextLTPro-Regular-e0bebf44797cc0057820e370620313cc.otf") format('opentype'), url("../fonts/AvenirNextLTPro-Regular-4269398cbdd365fac9ed00c6ca0527cb.woff") format('woff'), url("../fonts/AvenirNextLTPro-Regular-b96822688a00949c51dc0df32de11f25.ttf") format('truetype'), url("../fonts/AvenirNextLTPro-Regular-29dc61719460ddb0f784e4be5874aa24.svg") format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: avenir-m;
    src: url("../fonts/AvenirNextLTPro-MediumCn-8c4feaa171063b924700b2ff502a070d.eot") format('embedded-opentype'), url("../fonts/AvenirNextLTPro-MediumCn-621333f71137c6b59ef0045e8bd54331.otf") format('opentype'), url("../fonts/AvenirNextLTPro-MediumCn-805cf4badc41180473c8666e611a2063.woff") format('woff'), url("../fonts/AvenirNextLTPro-MediumCn-0bc1d4fc0118581c80b6f55e11c38158.ttf") format('truetype'), url("../fonts/AvenirNextLTPro-MediumCn-6fe72afcef2bde52bfdacff4b98bba5b.svg") format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: avenir-db;
    src: url("../fonts/AvenirNextLTPro-Demi-33dea6d6ff1ded8d8adaed55125a494f.eot") format('embedded-opentype'), url("../fonts/AvenirNextLTPro-Demi-06c27d9e4b697172277ffe42ce399891.otf") format('opentype'), url("../fonts/AvenirNextLTPro-Demi-537c8d8ab41feb71fd04e2e99fc275af.woff") format('woff'), url("../fonts/AvenirNextLTPro-Demi-0e7e219c711937e33cbd63ae477ec2f8.ttf") format('truetype'), url("../fonts/AvenirNextLTPro-Demi-fb77d203d1e2a0604bc5d1384ac73772.svg") format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: avenir-b;
    src: url("../fonts/AvenirNextLTPro-Bold-4ab6858737779ebf5287a729ea1814d0.eot") format('embedded-opentype'), url("../fonts/AvenirNextLTPro-Bold-b1085a9837725e0c7f8554e681cceec7.otf") format('opentype'), url("../fonts/AvenirNextLTPro-Bold-19f1396de7e1a4061ac40180d1a28ec3.woff") format('woff'), url("../fonts/AvenirNextLTPro-Bold-6b1028cf42598cff180b2a27e7131fc6.ttf") format('truetype'), url("../fonts/AvenirNextLTPro-Bold-12518d8701f8902b75f233980ace17a3.svg") format('svg');
    font-weight: 400;
    font-style: normal
}
.btn,
.btn::after {
    border-radius: 10rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn.bordered::after,
.btn::after {
    position: absolute;
    width: 100%;
    left: 0
}

.baner,
.btn {
    position: relative
}

.baner,
.btn,
.btn.bordered.orange:hover{
    color: #fff
}

.testimonials .testimonial-card .card .card-body p,
body {
    line-height: 24px
}

.baner-text .ttr,
.btn,
.cards .text-content .para a,
.cart-list .card .card-header,
.pro .citations .container article .ttr,
b,
footer .footer-bottom .stripe+p,
footer .footer-top .footer-links .content .sttr {
    font-family: avenir-db, sans-serif
}
strong {
    font-family: avenir-b, sans-serif
}

.text-content h2,
h2 {
    font-size: 38px
}

.cards .cart-list article .container::after,
.mobile {
    display: none
}

.btn,
.header .lang .nav-link {
    display: inline-block;
}
.header .lang .nav-link{
    margin-left: 10px;
}
.header .lang .nav-link svg path{
    fill: #fff;
}
.espace .header .lang .nav-link svg path,.how-it-work .header .lang .nav-link svg path,.mentions .header .lang .nav-link svg path,.nos-garanties .header .lang .nav-link svg path{
    fill: #0d5f7d;
}
.header .lang .nav-link:hover svg path{
    fill: #fe765e;
}
.btn {
    font-size: 26px;
    min-height: 53px;
    line-height: 36px;
    padding-left: 32px;
    padding-right: 32px
}
.btn.lite{
    font-size: 20px;
    min-height: 40px;
    line-height: 24px;
    padding-left: 24px;
    padding-right: 24px
}
.btn.code{
    font-size: 16px;
    background-color: #0d5f7d;
    padding: 5px 16px;
    min-height: unset;
    line-height: 1;
    margin-left: 5px;
    border-radius: 5px;
}
.btn.code:hover{
    background-color: #fe765e;
    color: #fff;
}
.btn.code:after{
    display: none;
}
.btn::after {
    content: "";
    top: 0;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(.8, .8);
    -ms-transform: scale(.8, .8);
    transform: scale(.8, .8)
}

.btn:hover::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.about .personal-list .circle:hover~.name,
.btn.bordered.orange::after,
.orange {
    background-color: #fe765e
}

.btn.bleu:hover,
.btn.bordered.orange,
.btn.bordered.orange:hover,
.btn.orange:hover {
    background-color: transparent
}
.btn.orange:has(svg){
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn.orange:hover svg{
    fill: #fe765e;
}
.btn.orange.back,.btn.orange.next{
    border-radius: 0;
    position: relative;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border:2px solid #fe765e;
}
.btn.orange.back{
    margin-left: 37px;
    border-left: 0;
}
.btn.orange.next{
    margin-right: 37px;
    border-right: 0;
}
.btn.orange.back:before{
    content: "";
    position: absolute;
    height: 37px;
    width: 37px;
    background-color: #fe765e;
    left: -19px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
}
.btn.orange.next:before{
    content: "";
    position: absolute;
    height: 37px;
    width: 37px;
    background-color: #fe765e;
    right: -19px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
}
.btn.orange.next.lite:before,.btn.orange.back.lite:before{
    width: 28px;
    height: 28px;
    top: 4px;
}
.btn.orange.next.lite:before{
    right: -14px;
}
.btn.orange.back.lite:before{
    left: -14px;
}
.btn.orange.back:hover{
    border-left: 0;
}
.btn.orange.back:hover:after,.btn.orange.next:hover:after{
    display: none;
}
.btn.orange.back:hover:before{
    background-color: transparent;
    border-left: 2px solid #fe765e;
    border-bottom: 2px solid #fe765e;
}
.btn.orange.next:hover:before{
    background-color: transparent;
    border-right: 2px solid #fe765e;
    border-top: 2px solid #fe765e;
}
.bleu,
.cart-list article {
    background-color: #0e507b
}

.header,
.header .sticky-top {
    background-color: #0d5f7d
}

.btn.orange::after {
    border: 2px solid #fe765e
}

.btn.bleu::after {
    border: 2px solid #0e507b
}

.btn.orange:hover {
    color: #fe765e
}

.btn.bleu:hover {
    color: #0e507b
}

.btn.bordered.orange {
    border: 2px solid #fe765e;
    color: #fe765e
}

.btn.bordered::after {
    border-radius: 10rem;
    content: "";
    top: 0;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(.8, .8);
    -ms-transform: scale(.8, .8);
    transform: scale(.8, .8)
}

.btn.bordered.orange:hover::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    z-index: -1
}

.main {
    overflow-x: hidden
}

body {
    font-family: avenir-r, sans-serif;
    font-size: 14px;
    color: #0e507b
}

.header .navbar {
    padding: 13px 3px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.header .navbar-brand {
    margin-right: 7px
}

.cart-list .card .list-group,
.cart-list .card .list-group .list-group-item,
.header .navbar-toggler {
    border: none
}

.header .navbar-toggler:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header .navbar-toggler span {
    border-radius: 1rem;
    display: block;
    position: relative;
    height: 4px;
    width: 28px;
    background-color: #fff
}
.header .navbar-toggler span.bleu{
    background-color: #0e507b;
}
.header .navbar-toggler span::after,
.header .navbar-toggler span::before {
    content: "";
    display: block;
    background-color: #fff;
    border-radius: 1rem;
    height: 4px;
    width: 28px;
    position: absolute;
    bottom: 0;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: none, .2s;
    -o-transition: none, .2s;
    transition: none, .2s
}
.header .navbar-toggler span.bleu::after,
.header .navbar-toggler span.bleu::before{
    background-color: #0e507b;
}
.header .navbar-toggler span::before {
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px)
}

.header .navbar-toggler span::after {
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px)
}

.header .navbar .collapse {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.header .nav-item {
    padding: 0 14px
}

.header .nav-link {
    font-size: 19px;
    color: #f7f7f7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 0
}
.header .nav-link.dropdown-toggle {
    white-space: normal;
    position: relative;
}
.header .nav-link.dropdown-toggle::after{
    position: absolute;
    bottom: 6px;
}
.baner .form-group .form-text:hover,
.cards .text-content .para a:hover,
footer .footer-bottom .mentions p a:hover {
    text-decoration: underline
}

.header .nav-link.auth{
    background-color: #fff;
    color: #0d5f7d;
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: -5px;
    text-align: center;
}
.espace .header .nav-link.auth{
    background-color: #0d5f7d;
    color: #fff;
}
.header .nav-link.auth:hover,.espace .header .nav-link.auth:hover{
    background-color: #fe765e;
    color: #fff;
}
.header .active .nav-link,.espace .header .nav-link:hover,.espace .header .active .nav-link,
.header .nav-link:hover,.header .nav-link.show {
    color: #fe765e
}

.header .lang .nav-link:not(.active) {
    color: #b2b2b2
}
.header .nav-item .dropdown-menu li .dropdown-item{
    padding: 10px 14px 10px 22px;
    font-size: 18px;
}
.header .sticky-top {
    position: fixed !important;
    top: 0;
    padding: 8px 0 15px;
    width: 100%;
    left: 0;
    -webkit-transition: .8s ease-in-out;
    -o-transition: .8s ease-in-out;
    transition: .8s ease-in-out
}

.baner {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 38px 0;
}

.cards .baner,
.faq .baner,
.how-it-work .baner,
.mentions .baner {
    height: 232px
}

.baner .first {
    position: absolute;
    left: -72px;
    bottom: 7px
}
.faq .baner .first {
    right: unset;
    left: 0;
    bottom: 0;
}
.baner .second {
    position: absolute;
    right: -12px;
    bottom: 7px
}
.baner .baner-text{
    position: relative;
    z-index: 1;
}
.baner-text .ttr {
    font-size: 50px;
    margin-bottom: 22px
}

.baner-text .sttr,
.text-content p {
    font-family: avenir-r, sans-serif;
    font-size: 22px;
    line-height: 36px
}

.cart-list .container {
    position: relative
}
.home .baner-text .sttr{
    font-size: 28px;
}

.cart-list article:first-child .container::after {
    background: url("../img/pictos/palmier-white-fb063b49683ef1cf1ee5eedb938d480b.png")
}
.nos-garanties .header{
    background-color: #fccb75;
}
.nos-garanties .header .navbar.sticky-top{
    background-color: #fccb75;
    -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, .2);
    box-shadow: 1px 0 5px rgba(0, 0, 0, .2);
}
.cart-list article:first-child{
    background-color: #fccb75;
    padding: 67px 0 36px
}

.cart-list article:first-child .text-content h2 {
    font-size: 24px
}

.cart-list .card {
    overflow: hidden;
    margin-left: auto;
    border-radius: 18px;
    max-width: 462px;
    -webkit-box-shadow: 6px 6px 9px rgba(0, 0, 0, .2);
    box-shadow: 6px 6px 9px rgba(0, 0, 0, .2);
    border: none;
    margin-right: 3px
}

.cart-list .card .card-header {
    background-color: #dae3ea;
    border-bottom: none;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    padding: 25px 24px 24px;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart-list .card .card-header h2{
    width: 100%;
}

.cart-list .card .card-header .card-title {
    font-size: 24px;
    color: #0e507b;
    line-height: 1;
    margin-bottom: 2px
}

.cards .text-content .para,
.cart-list .card .card-header .para {
    font-size: 18px;
    color: #0e507b
}

.cart-list .card .card-header .para a {
    color: #fe765e;
    text-decoration: none
}

.cart-list .card .list-group .list-group-item:first-child {
    padding: 18px 10px 3px;
    min-height: 109px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-list .card .list-group .list-group-item:first-child h3 {
    color: #0e507b;
    font-family: avenir-b, sans-serif;
    font-size: 20px;
    margin: 8px 0 10px
}

.cart-list .card .list-group .list-group-item:first-child .para {
    color: #0e507b;
    font-family: avenir-r, sans-serif;
    font-size: 18px
}

.cart-list .card .list-group .list-group-item:nth-child(2) {
    background-color: #f3f6f8;
    padding: 18px 18px 5px
}

footer .footer-top .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart-list .card .list-group .list-group-item:nth-child(2) figure {
    width: 100%;
    height:160px;
}
main.cards .cart-list .card .list-group .list-group-item:first-child{
    display: block;
}
main.cards .cart-list .card .list-group .list-group-item:nth-child(2) figure{
    height: unset;
}
.cart-list .card .list-group .list-group-item:nth-child(2) figure img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
main.cards .cart-list .card .list-group .list-group-item .about{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
main.cards .cart-list .card .list-group .list-group-item:nth-child(2) figure {
    width: 50px;
}
main.cards .cart-list .card .list-group .list-group-item:nth-child(2) figure img{
    max-width: 100%;
    height: auto;
    width: auto;
}
.cart-list .card .list-group .list-group-item:nth-child(2) .col-md-6 .about .text p {
    font-family: avenir-db, sans-serif;
    color: #0e507b;
    text-align: left
}

.cart-list .card .card-footer {
    padding: 24px 0;
    background-color: transparent;
    border-top: none
}
.cart-list .card .card-footer .link,.price-table .link{
    display: block;
    text-decoration: none;
    margin-top: 16px;
    color: #0d5f7d;
    font-size: 18px;
    font-weight: 600;
}
.cart-list .card .card-footer .link:hover,.price-table .link:hover{
    color: #fe765e;
}
.cart-list article {
    padding: 80px 0
}

.cart-list article:nth-child(2) .text-content{
    text-align: center
}

.cart-list article:nth-child(2) .text-content .ttr {
    color: #fff;
    margin-bottom: 0
}

.cards .cart-list article {
    padding: 72px 0
}

.cards .cart-list article:first-child {
    background-color: #f2f2c6
}

.cards .cart-list .card {
    margin-right: auto;
    position: relative;
    -webkit-perspective: 600px;
    perspective: 600px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible
}

.cards .cart-list .card.is-switched .card-wrapper {
    -webkit-animation: .5s linear both rotate;
    animation: .5s linear both rotate
}

.cards .cart-list .card .card-wrapper {
    background-color: #fff;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: .5s linear both rotate-inverse;
    animation: .5s linear both rotate-inverse;
    -webkit-box-shadow: 6px 6px 9px rgba(0, 0, 0, .2);
    box-shadow: 6px 6px 9px rgba(0, 0, 0, .2);
    border-radius: 18px
}

.cards .cart-list .card .card-face {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.cards .cart-list .card .card-face.is-active {
    position: static
}

.cards .cart-list .card .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.cards .cart-list .card .back .card-body {
    min-height: 302px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cards .cart-list .card .card-body .text-content {
    padding-bottom: 0
}

.cards .cart-list .card .card-footer {
    padding-left: 1rem;
    padding-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cards .cart-list .card .back .card-footer {
    padding-top: 0
}

.cards .cart-list .card .back .card-footer .text-center {
    width: 100%
}

.cards .cart-list .card .card-footer .btn {
    font-size: 20px;
    line-height: 1;
    min-height: unset;
    padding: 12px 16px
}

.cards .cart-list article:not(:first-child) {
    background-color: #b9d6e4
}

.about .baner .ttr,
.cards .cart-list article .ttr {
    margin-bottom: 48px
}

.cards .cart-list article:nth-child(2n) .card {
    margin-left: auto
}

.cards .cart-list article:nth-child(2) .card .card-header {
    background-color: #ead0cb
}

.cards .cart-list article .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.cards .cart-list article .text-content {
    text-align: left
}

.cards .text-content .para {
    line-height: 24px;
    margin-bottom: 16px
}

.cards .text-content .btn,
.sinistre .baner .signup-links {
    margin-top: 48px
}

.cards .text-content .para a {
    color: #fe765e;
    text-decoration: none
}

.testimonials {
    padding: 87px 0 56px
}

.testimonials .ttr {
    margin-bottom: 104px
}

.testimonials .testimonial-card .card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #dae3ea;
    margin-bottom: 44px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    color: #0e507b
}

.testimonials .testimonial-card .card:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.testimonials .testimonial-card .card .card-header {
    border-bottom: 1px solid #dae3ea;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px
}

.testimonials .testimonial-card .card .card-header .img-card {
    border-radius: 50%;
    margin-top: -42px
}

.testimonials .testimonial-card .card .card-header .card-title {
    font-family: avenir-b, sans-serif;
    font-size: 20px;
    margin-top: 8px
}

.testimonials .testimonial-card .card .card-header .card-subtitle {
    text-transform: uppercase;
    padding-bottom: 8px;
    font-size: 14px
}

.testimonials .testimonial-card .card .card-body {
    min-height: 265px
}

.testimonials .testimonial-card .card .card-footer {
    border-top: 1px solid #dae3ea
}

.testimonials .testimonial-card .card .card-footer .stars svg {
    width: 15px;
    fill: #fe765e
}

.testimonials .testimonial-card .card .card-footer .date {
    color: #b2b2b2;
    margin-bottom: 10px
}

.partner article .container {
    padding: 134px 0
}

.partner article .text-content {
    max-width: 445px;
    margin-left: auto
}

.partner article:first-child {
    background-color: #fccb65
}

.partner article:nth-child(n+2) .text-content {
    margin-left: 0;
    margin-right: auto
}

.modal-dialog {
    max-width: 520px
}

.modal .modal-content {
    border-radius: 0;
    background-color: #f5faf4;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    border: none
}

.modal .modal-content .modal-header {
    border-bottom-color: #dae3ea
}

.modal .modal-content .modal-header .btn-close {
    border-radius: 50%;
    background-color: #fe765e;
    color: #fff
}

.modal .modal-content .modal-header h2 {
    font-size: 18px
}

.modal .modal-content .modal-body h4 {
    font-size: 16px
}

.actus .about {
    background: #dae3ea;
    padding: 62px 0
}

.actus .about .sttr {
    color: #0e507b;
    line-height: 25px;
    font-size: 19px
}

.actus .about .para {
    color: #80a0b5;
    margin-bottom: 0
}

.pro .baner .ttr,
footer .footer-top .contact img {
    margin-bottom: 20px
}

footer .footer-top {
    padding: 32px 0
}

footer .footer-top .contact {
    max-width: 450px;
    text-align: center;
    margin-right: 50px
}

footer .footer-top .contact .mobile p {
    font-family: avenir-b, sans-serif;
    font-size: 16px
}

footer .footer-top .footer-links .content {
    margin-right: 68px
}

footer .footer-top .footer-links .content .sttr {
    font-size: 18px;
    color: #0e507b;
    margin-bottom: 0
}

footer .footer-top .footer-links .content ul {
    margin: 0;
    padding: 0;
    list-style: none
}

footer .footer-top .footer-links .content ul li a {
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #80a0b5;
    -webkit-transition: .3s ease-in-out;
    text-decoration: none
}

.sinistre .baner .signup-links p a:hover,
footer .footer-top .footer-links .content ul li a:hover {
    color: #fe765e;
    text-decoration: underline
}

footer .footer-bottom {
    background: #f0f4f6;
    padding-top: 27px;
    padding-bottom: 26px
}

footer .footer-bottom .stripe {
    margin-right: 38px
}

footer .footer-bottom .stripe+p {
    color: #0e507b
}

footer .footer-bottom .mentions p,
footer .footer-bottom .mentions p a {
    color: #80a0b5;
    margin-bottom: 0;
    text-align: right
}

footer .footer-bottom .mentions p:first-child a {
    margin-right: 13px
}

footer .footer-bottom .mentions p a {
    text-decoration: none
}

.pro .baner {
    display: block;
    padding: 48px 0;
    background-color: #f0f4e7;
    color: #0e507b
}

.pro .baner .ttr {
    font-size: 50px;
    margin-top: 70px
}

.pro .baner .para {
    font-size: 28px;
    line-height: 1.2
}

.baner .card{
    border-radius: 20px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    border: none;
    max-width: 445px;
    margin-right: auto
}

.baner .card .card-header{
    background-color: #dae3ea;
    padding: 24px 0;
    border: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.baner .card .card-header .card-title {
    color: #0e507b;
    font-family: avenir-b, sans-serif;
    font-size: 24px
}
.baner .card .card-footer{
    border-top: none;
}
.main .form-group {
    position: relative;
    margin-bottom: 48px
}
.main .form-control,.main .form-select {
    position: relative;
    display: block;
    padding: 10px 16px;
    border: 2px solid #0e507b;
    border-radius: 5px;
    outline: 0;
    background-color:transparent
}
.main.how-it-work .form-control{
    padding-left:48px;
}
.pro .baner .card .card-body{
    padding-top: 48px;
}
.sinistre.contact textarea.form-control{
    min-height: 200px;
}
.sinistre.contact .cust-cb{
    margin-bottom: 16px;
}
.cust-cb input[type=checkbox],.cust-cb input[type=radio] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.cust-cb label{
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cust-cb input[type=radio] ~ label:before{
    border-radius: 50%;
}
.cust-cb label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0d5f7d;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.cust-cb input[type=checkbox]:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #0d5f7d;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cust-cb input[type=radio]:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    background-color: #0d5f7d;
    border-radius: 50%;
}
.main textarea.form-control {
    min-height: 220px;
    padding-left: 16px
}

.main .form-group .secure-icon,
.main .form-group .user-icon {
    width: 22px;
    height: 22px;
    top: 12px;
    left: 16px;
    background-image: url("../img/icons/user-a19d857bdb8aaa34b26e0c57e85140d1.png");
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    position: absolute;
    background-size: cover
}

.main .form-group .secure-icon {
    background-image: url("../img/icons/secure-401c4b114d94eda5c352b466465dab03.png")
}

.main .form-group .form-control.dropdown-active,
.main .form-group .form-control:focus,.main .form-group .form-select:focus {
    border-color: #fe765e;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.main .form-group .form-control.single {
    padding: 5px 16px
}

.main .form-group .form-control.single .ts-control {
    border: none;
    font-size: 16px
}

.main .form-group .form-label {
    position: absolute;
    top: -16px;
    font-size: 20px;
    font-family: avenir-b, sans-serif;
    background-color: #fff;
    color: #0e507b;
    padding: 0 10px;
    left: 15px;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out
}

.main .form-group .dropdown-active~.form-label,
.main .form-group .form-control:focus~.form-label,.main .form-group .form-select:focus~.form-label {
    color: #fe765e;
    top: -30px;
    padding: 0;
    left: 0;
    font-size: 18px;
    z-index: 1;
    background-color: transparent
}

.main .form-group .form-control:focus~.user-icon {
    background-image: url("../img/icons/user-orange-e66ce2242c857a0789c19de882fcb008.png")
}

.main .form-group .form-control:focus~.secure-icon {
    background-image: url("../img/icons/secure-orange-7c69da74e99b05c64a25a055953cc7d5.png")
}

.baner .card .card-body {
    padding: 13px 70px 36px
}
.baner .card .card-body ul{
    list-style: none;
    padding-left: 16px;
}
.baner .card .card-body ul li{
    position: relative;
    margin-bottom: 12px;
}
.infobulle{
    position: relative;
    display: inline-block;
    background: #286F8A;
    margin: -10px 0;
    width: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
}

.infobulle:hover .info,
.infobulle:focus .info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.info {
    position: absolute;
    top: 30px;
    z-index: 999;
    padding: 12px 18px;
    left: -140px;
    background: #0d5f7d;
    width: 300px;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.info::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -5px;
    left: 50%;
    margin-left: -5px;
    background: #0d5f7d;
}
.baner .card .card-body ul li:before{
    position: absolute;
    width: 10px;
    height: 10px;
    top: 6px;
    left: -16px;
    content: '';
    background-color: #80a0b5;
    border-radius: 50%
}
.baner .card .card-body li, .baner .card .card-header p {
    font-size: 18px;
    color: #0d5f7d;
}
.garantie .baner .card{
    background-image: url("../img/pictos/mentions-illu-2001bb6c4cb554e73a112f68495ba781.png");
    background-repeat: no-repeat;
    background-size: 35% auto;
    background-position: bottom right;
    height: 100%;
}
.garantie.tout .baner .card{
    background-image: url("../img/pictos/rider-3ee4b9608f1e6dfa82bc2ab8f939f3b5.png");
    background-size: 30% auto;
}
.garantie .baner .card .card-body{
    padding: 36px 48px;
}
.garantie .baner .card .card-body .sttr{
    color: #0d5f7d;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
}
.garantie .baner .card .card-body .sttr span{
    display: block;
    font-size: 15px;
}
.garantie .baner .card .card-body .price{
    text-align: left;
    line-height: 1.2;
    color: #0d5f7d;
    padding: 10px;
    border: 1px solid #0d5f7d;
    border-radius: 10px;
}
.garantie .baner .card .card-body input[type=range]{
    width: 100%;
    height: 4px;
    background-color: #eee;
    background-image: -o-linear-gradient(#f33, #f33);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f33), to(#f33));
    background-image: linear-gradient(#f33, #f33);
    background-size: 0 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    cursor: pointer;
    -webkit-appearance: none;
}
.garantie .baner .card .card-body input[type=range]::-webkit-slider-thumb {
    -webkit-appearance:none;
    background:#fe765e;
    width:18px;
    height:18px;
    border-radius:50%;
    cursor:pointer;
}
.garantie .baner .card .card-body .range-label{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.garantie .baner .card .card-body .range-label p{
    margin: 10px 0;
    font-size: 18px;
    color: #0d5f7d;
    font-weight: 600;
}
.baner .form-group .form-text {
    text-align: right;
    color: #0e507b;
    cursor: pointer;
    font-size: 14px
}

.pro .citations {
    padding: 0 0 45px;
    background-color: #fccb75
}

.pro .citations .container article {
    padding: 36px 0
}

.pro .citations .container article .ttr {
    margin: 16px auto 36px;
    color: #0e507b;
    font-size: 28px;
    max-width: 60%
}

.pro .citations .container article .para {
    font-size: 26px;
    line-height: 1.2
}
.pro .citations .container article:nth-child(n+2) .row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.pro .citations .container article:nth-child(n+2) .para {
    text-align: right
}

.sinistre .baner {
    padding: 100px 0 180px;
    background: url("../img/pictos/sinistre-bg-7c20f3a6172f0f2a74f0008ccf5bf560.png") bottom center/contain no-repeat #c3d8df;
    color: #0e507b
}

.sinistre.qui-sommes-nous .baner{
    padding-bottom: 250px;
}
.sinistre.contact .baner {
    background: #c3d8df;
    padding: 50px 0;
}
.sinistre .baner .ttr {
    font-family: avenir-b, sans-serif;
    font-size: 32px
}

.sinistre .baner .para {
    margin-bottom: 60px
}

.sinistre .baner .form-group .form-label {
    background-color: #c3d8df
}

.sinistre .baner .signup-links p,
.sinistre .baner .signup-links p a {
    font-size: 20px;
    font-family: avenir-db, sans-serif;
    color: #0e507b;
    text-decoration: none;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.sinistre .baner .signup-links p .signup {
    color: #fe765e;
    font-size: 22px
}
.sinistre .baner .baner-text{
    max-width: 700px;
    margin: 0 auto;
    /*background: rgba(255, 255, 255, .7);*/
    border-radius: 25px;
    padding: 36px;
    /*box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);*/
}
.sinistre .baner .baner-text.qui-sommes-nous{
    max-width: 600px;
}
.sinistre .baner .baner-text .sttr{
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}
.faq .baner-text .ttr,.faq .baner-text .sttr,.nos-garanties .header .nav-link,
.faq .header .nav-link,.espace .header .nav-link,
.how-it-work .baner-text .ttr,
.how-it-work .header .nav-link,
.mentions .baner-text .ttr,
.mentions .header .nav-link,
.sinistre .baner .signup-links p .signup:hover,
.text-content .accordion-item .accordion-body li,
.text-content .accordion-item .accordion-body p,
.text-content .accordion-item .accordion-button {
    color: #0e507b
}

.sinistre .baner~.separation {
    height: 58px;
    background-color: #fe927f
}

.about .baner,
.about .header,
.about .header .sticky-top,
.about .personal-list {
    background-color: #17435f
}

.about .baner {
    padding: 48px 0 56px
}
.about .baner:not(.old) {
    background-image: url("../img/pictos/surfers-3db5453df0cec396fb1f11888462150b.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}
.about .baner .sttr {
    text-align: left;
    line-height: 1.3;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .5)
}

.about .personal-list {
    padding: 48px 0
}

.about .personal-list .col-md-4 {
    text-align: center;
    margin-bottom: 36px
}

.about .personal-list .circle {
    position: relative;
    width: 220px;
    height: 220px;
    cursor: pointer;
    margin: 0 auto
}

.about .personal-list .circle .img {
    position: relative;
    width: 100%;
    height: 100%
}

.about .personal-list .circle .img::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 16px rgba(255, 255, 255, .6), 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, .6), 0 1px 2px rgba(0, 0, 0, .3);
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out
}

.about .personal-list .circle .info,
.about .personal-list .circle .info .sttr {
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    text-align: center
}

.about .personal-list .circle .img img {
    border: 7px solid rgba(17, 62, 90, .73);
    -webkit-box-shadow: 0 0 25px #00000033;
    box-shadow: 0 0 25px #00000033
}

.about .personal-list .circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out
}

.about .personal-list .circle .info .sttr {
    visibility: hidden;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin: 0 30px;
    padding-top: 55px;
    height: 110px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3);
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    font-size: 16px;
    font-family: avenir-r, sans-serif;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.about .personal-list .circle .info p {
    visibility: hidden;
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.about .personal-list .circle:hover .info {
    opacity: 1
}

.about .personal-list .circle:hover .info .sttr,
.about .personal-list .circle:hover .info p {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.about .personal-list .name {
    background: rgba(0, 0, 0, .1);
    padding: 3px 20px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, .5);
    box-shadow: 0 0 5px rgba(255, 255, 255, .5);
    margin: 15px auto 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    max-width: 220px;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out
}

.about .couverture {
    padding: 56px 0;
    background-color: #f7f3f3
}

.about .couverture .ttr {
    font-size: 30px
}

.about .couverture .para {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0
}

.mentions .header,
.mentions .header .sticky-top {
    background-color: #ddf0f4
}

.mentions .text-content {
    padding: 48px 0
}

.mentions .nav .nav-item button {
    width: 100%;
    text-align: left;
    color: #0e507b;
    font-family: avenir-db, sans-serif;
    font-size: 18px;
    padding: 16px 0;
    border-top: 1px solid #d0d0cb;
    border-radius: 0
}

.mentions .nav .nav-item button.active {
    background-color: transparent;
    color: #fe765e
}

.mentions .nav .nav-item button.active::after {
    content: "";
    border-right: 4px solid #fe765e;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    border-radius: 5px 0 0 5px
}

.mentions .tab-content .tab-pane .ttr {
    font-family: avenir-b, sans-serif;
    margin-bottom: 56px
}

.mentions .tab-content .tab-pane .ttr {
    font-family: avenir-b, sans-serif;
    margin-bottom: 10px;
}

.mentions .tab-content .tab-pane .para {
    font-size: 16px;
    font-family: avenir-r, sans-serif;
    margin-bottom: 16px;
    line-height: 28px;
}
.mentions .tab-content .tab-pane a{
    color:#fe765e ;
    text-decoration: none;
    font-weight: 500;
}
.mentions .tab-content .tab-pane ul{
    list-style: circle;
    margin: 0;
    padding: 0;
}
.mentions .tab-content .tab-pane a:hover{
    text-decoration: underline;
}
.how-it-work .header,
.how-it-work .header .navbar {
    background-color: #f2e9e8
}

.faq .text-content,
.how-it-work .text-content {
    padding: 58px 0;
    background-color: #f5faf4
}

.contact-block,.price-table ,
.faq .contact-block .form-group .form-label,
.faq .header,
.faq .header .navbar,.espace .header .sticky-top,
.how-it-work .contact-block .form-group .form-label,.espace .header,.espace .cart-list article:first-child{
    background-color: #f2f4e6;
    padding-bottom: 3rem;
}

.how-it-work .text-content .ttr {
    font-size: 36px;
    margin-bottom: 36px
}

.how-it-work .text-content .sttr {
    color: #fe765e;
    font-size: 24px
}

.how-it-work .text-content .para {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 24px
}

.how-it-work .text-content .table-text {
    font-size: 14px;
    text-decoration: underline
}

.how-it-work .text-content ul {
    margin-bottom: 20px;
    list-style: none
}

.how-it-work .table tbody td {
    background-color: transparent
}

.how-it-work .text-content .logo-link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

.how-it-work .text-content .logo-link:hover {
    opacity: .7
}

.contact-block {
    padding: 64px 0
}

.text-content .accordion-item .accordion-button {
    font-size: 17px;
    font-family: avenir-db, sans-serif;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.text-content .accordion-item .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.text-content .accordion-body p {
    font-size: 16px;
    line-height: 1.2
}

.text-content .accordion-item .accordion-button:hover,
.text-content .accordion-item .accordion-button:not(.collapsed) {
    color: #fe765e
}

.text-content .accordion-item .accordion-button:hover::after,
.text-content .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fe765e' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e")
}
.price-table{
    padding: 65px 0;
}
.price-table .table{
    margin: 0;
}
.price-table .table td,.price-table .table th{
    width: 50%;
    background-color: transparent;
    font-size: 18px;
    color: #0d5f7d;
    font-weight: 500;
    border: 1px solid #0d5f7d;
    padding: 10px 16px;
    text-align: center;
    vertical-align: middle;
}
.price-table .table th{
    font-weight: 700;
}
.souscription.neuf .price-table .table td,.souscription.neuf .price-table .table th,.contrat .price-table .table td,.contrat .price-table .table th{
    width: auto;
}
.price-table .table th{
    background-color: #0d5f7d;
    color: #fff;
    border-right-color: #fff;
}
.price-table .table.test tr td:first-child{
    background-color: #0d5f7d;
    color: #fff;
    border:none;
    border-radius: 25px;
}
.price-table .table.test{
    border-spacing: 10px;
    border-collapse: separate;
}
.price-table .table.test tr td:last-child{
    background-color: #fe927f;
    border:none;
    border-radius: 25px;
}
.price-table .table td .check{
    color: #0d5f7d;
    position: relative;
    display: block;
    width: 14px;
    margin: 0 auto;
    height: 8px;
    border-bottom: solid 2px currentColor;
    border-left: solid 2px currentColor;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.contrat .price-table .table td .btn.action{
    padding:0;
    width: 40px;
    height: 40px;
    border: 2px solid #0d5f7d;
    min-height: unset;
    line-height: 1;
    border-radius: 5px;
}
.contrat .price-table .table td .btn.action:hover{
    background-color: #0d5f7d;
}
.contrat .price-table .table td .btn.action:hover svg,.contrat .price-table .table td .btn.action:hover svg path{
    fill: white;
}
.price-table .table td .icon{
    display: block;
}
.price-table .table td .times {
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    margin: 0 auto;
}
.price-table .table td .times:before,.price-table .table td .times:after {
    position: absolute;
    left: 9px;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #0d5f7d;
}
.price-table .table td .times:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.price-table .table td .times:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.espace .cart-list article:first-child{
    background-image: url("../img/pictos/kitsurf-903befda28a5c0fdf56b42aa0d11d21d.png");
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}
.sinistre.espace .cart-list article:first-child{
    background-image: url("../img/pictos/paddle-c839d80ef425d779044683ff069d967a.png");
}
.espace .cart-list article:nth-child(2),.souscription,.espace.main .form-group .form-label,.souscription .form-group .form-label{
    background-color: #f5faf4;
}
.espace .cart-list article:nth-child(2) form .sttr{
    font-size: 20px;
}
.espace .cart-list article:nth-child(2) .sinistre .sttr{
    font-size: 24px;
    margin-bottom: 36px;
}
.espace .cart-list .icon{
    background-color: #fff;
    border-radius: 20px;
    text-decoration: none;
    display: block;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 16px;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 6px 6px 9px rgba(0, 0, 0, .2);
    box-shadow: 6px 6px 9px rgba(0, 0, 0, .2);
    min-height: 140px;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.espace .cart-list .icon:hover,.espace .cart-list .icon.active{
    background-color: #fe765e;
}
.espace .cart-list .icon svg{
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}
.espace .cart-list .icon svg path{
    stroke: #0d5f7d;
}
.espace .cart-list .icon:hover svg path,.espace .cart-list .icon.active svg path{
    stroke: #fff;
}
.espace .cart-list .icon .sttr{
    font-size: 18px;
    color: #0d5f7d;
}
.espace .cart-list .icon:hover .sttr,.espace .cart-list .icon.active .sttr{
    color: #fff;
}
.espace .btn-upload{
    padding: 15px 24px;
    text-align: center;
    margin: 0 auto 48px;
    width: 100%;
    min-height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 15px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.espace .sinistre-files{
    margin-bottom: 48px;
}
.espace .sinistre-files .btn-upload{
    margin-bottom: 0;
    height: 100%;
}
.espace .btn-upload span{
    font-size: 15px;
    font-weight: normal;
}
.espace .btn-upload:hover{
    background-color: #0e507b;
    color: #fff;
}
.espace .btn-upload:hover svg path{
    stroke: #fff;
}
.espace .btn-upload svg{
    display: block;
    margin: 0 auto;
}
.espace .btn-file{
    width: 100%;
    padding: 7px 16px;
    border: 2px solid #0e507b;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}
.espace .btn-file span{
    font-size: 20px;
    font-weight: 700;
    font-family: avenir-b, sans-serif;
}
.economy-text article{
    padding: 64px 0;
}
.economy-text article:nth-child(3){
    background-color: #f5faf4;
    text-align: center;
}
.economy-text article p,.economy-text article ul li{
    font-size: 18px;
}
.economy-text article .ttr{
    font-weight: 700;
}
.economy-text article img{
    margin: 0 auto 24px;
    display: block;
}

.home .baner-text .sttr{
    max-width:75%;
}
.pro .baner ul li{
    position: relative;
    text-align: left;
    list-style: none;
    margin-bottom: 16px;
}
.pro .baner ul li:before {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 8px;
    left: -30px;
    content: '';
    background-color: #80a0b5;
    border-radius: 50%
}
.souscription{
    padding: 56px 0;
    background-image: url("../img/pictos/picto-loc-souscription-fa6bc92cd10b832e79642f4ad59e116d.png");
    background-repeat: no-repeat;
    background-position: center right;
}
.souscription.neuf{
    background-image: url("../img/pictos/wing-e01f773c0068a2c699d9f52a628bf1bf.png");
    background-size: 600px auto;
}
.souscription .montant{
    font-size: 20px;
}
.souscription .item{
    padding: 36px 24px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, .7);
    -webkit-box-shadow: 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 1px 2px rgba(0, 0, 0, .1);
    height: 100%;
}
.souscription .espace > div{
    margin-bottom: 36px;
}
.souscription .espace .btn-upload{
    background-color: #c3d8df;
    height: 100%;
    margin-bottom: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.souscription .espace .btn-upload:hover{
    background-color: #fe765e;
}
.souscription.neuf .step-btns{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.condition-btns{
    gap: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.stepper{
    padding: 32px 0 56px;
}
.stepper .progressbar li {
    list-style-type: none;
    width: 20%;
    float: left;
    font-size: 15px;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #ccc;
}
.stepper .progressbar li:before {
    width: 15px;
    height: 15px;
    content: '';
    line-height: 30px;
    border: 2px solid #ccc;
    background-color: #ccc;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    position: relative;
    z-index: 1;
}
.stepper .progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #ccc;
    top: 7px;
    left: -50%;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.stepper .progressbar li:first-child:after {
    content: none;
}
.stepper .progressbar li.active{
    color:#fe765e ;
}
.stepper .progressbar li.active:before {
    border-color: #fe765e;
    background-color: #fe765e;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.stepper .progressbar li.active:after {
    background-color: #fe765e;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
@media(max-width:1399px){
    .cart-list .card .list-group .list-group-item:first-child{
        min-height: 133px;
    }
}
@media(max-width:1199px){
    .cart-list .card .list-group .list-group-item:first-child{
        min-height: 157px;
    }
}
@media(max-width:991px) {
    .header .navbar .collapse {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .header .lang {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .header .navbar-brand {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .header .navbar-toggler {
        padding: 12px 0
    }
    .header .lang .nav-link.active {
        display: none
    }
    .header .navbar {
        padding: 22px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .faq .header .navbar-brand img,
    .how-it-work .header .navbar-brand img,
    .mentions .header .navbar-brand img {
        width: 150px;
        height: auto
    }
    .header .lang .nav-link{
        margin-left:0;
    }
    .header .lang .nav-link:first-child{
        margin-right: 10px;
    }
}
@media(max-width:767px) {
    .container{
        padding: 0 5%;
    }
    .header .navbar-brand img{
        max-width: 150px;
        height: auto;
    }
    .main.soon .form-group .form-label {
        background-color: white;
        font-size: 12px !important;
    }
    .header .nav-item ul li:before,
    .header .nav-item:before {
        position: absolute;
        left: 0;
        content: '';
        background-color: #80a0b5;
        border-radius: 50%
    }
    .espace .btn-upload{
        margin-bottom: 16px;
    }
    .desktop {
        display: none !important
    }
    .mobile {
        display: block !important
    }
    .about .baner .ttr,
    .text-content h2,
    h2 {
        font-size: 30px
    }
    .btn {
        font-size: 18px;
        line-height: 26px;
        min-height: 38px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .header {
        overflow: hidden
    }
    .header .navbar-toggler[aria-expanded=true] span {
        background-color: transparent
    }
    .header .navbar-toggler[aria-expanded=true] span::before {
        -webkit-animation: 1s forwards top-bar;
        animation: 1s forwards top-bar
    }
    .header .navbar-toggler[aria-expanded=true] span::after {
        -webkit-animation: 1s forwards bottom-bar;
        animation: 1s forwards bottom-bar
    }
    .header .navbar-collapse {
        padding: 24px;
        position: fixed;
        height: 100vh;
        top: 90px;
        z-index: 99999;
        background: #fff;
        width: 100%;
        left: 0
    }
    .mentions .baner {
        height: 392px
    }
    .main textarea.form-control {
        min-height: 90px
    }
    .header .sticky-top .navbar-collapse {
        top: 82px
    }
    .mentions .header .navbar-collapse {
        top: 78px
    }
    .mention .header .sticky-top .navbar-collapse {
        top: 70px
    }
    .cart-list .card .card-header .para a,
    .header .nav-link {
        color: #0e507b
    }
    .header .active .nav-link {
        color: unset !important
    }
    .header .nav-item ul {
        list-style: none;
        padding: 0;
        margin: 0;
        border: none;
    }
    .header .nav-item ul li {
        padding: 4px 0 4px 24px;
        position: relative
    }
    .header .nav-item ul li:first-child {
        margin-top: 10px
    }
    .header .nav-item ul li:before {
        top: 8px;
        width: 15px;
        height: 15px
    }
    .header .nav-item ul li a {
        color: #0e507b;
        font-size: 16px;
        text-decoration: none
    }
    .header .nav-item .dropdown-menu li .dropdown-item{
        padding: 0;
        font-size: 16px;
    }
    .header .nav-item {
        padding: 8px 0 8px 30px;
        position: relative
    }
    .header .nav-item:before {
        top: 10px;
        width: 20px;
        height: 20px
    }
    .header .navbar.sticky-top {
        padding-top: 18px;
        padding-bottom: 18px
    }
    .home .baner {
        background: url("../img/slide-mobile-22dbd51b0350cfeb398f67d8f20df3fd.jpg") bottom no-repeat
    }
    .baner-text{
        position: relative;
        z-index: 2;
    }
    .home .baner-text .sttr{
        max-width:100%;
        margin-bottom: 56px!important;
        font-size: 18px;
    }
    .baner .second {
        bottom: -50px;
    }
    .faq .baner .second,.faq .baner .first{
        opacity: .5;
    }
    .baner-text .ttr {
        font-family: avenir-r, sans-serif;
        font-size: 38px
    }
    .cart-list article:first-child,
    .cart-list article:nth-child(4) {
        background-color: #fff;
        padding-top: 48px
    }
    .cart-list article:first-child .container::after,
    .cart-list article:nth-child(4) .container::after,
    .cart-list article:nth-child(4) .text-content img {
        display: none
    }
    .cart-list article:first-child .text-content {
        padding-bottom: 48px;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .cart-list article:first-child .text-content .ttr {
        font-size: 21px
    }
    .cart-list article:first-child .container>.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .cart-list .card .list-group .list-group-item:first-child {
        padding-left: 18px;
        padding-right: 18px
    }
    .cart-list .card{
        margin-bottom: 16px;
    }
    .cart-list .card .card-header .card-title {
        font-size: 22px;
    }
    .cart-list .inscription{
        padding: 36px 0;
    }
    .cart-list .inscription .ttr{
        font-size: 26px;
    }
    .cart-list article:nth-child(4) .card-header,
    footer .footer-bottom {
        background-color: #fccb75
    }
    .testimonials {
        padding: 48px 0 36px;
        background-color: #fec4b7
    }
    .mentions .text-content .nav-pills,
    .testimonials .ttr {
        margin-bottom: 48px
    }
    .garantie .baner .card .card-body{
        padding: 36px 24px;
    }
    .testimonials .testimonial-card .card {
        max-width: 280px;
        margin: 0 auto 48px
    }
    .testimonials .testimonial-card .card .card-header {
        background-color: transparent;
        border-bottom: 0;
        padding-left: 22px;
        padding-right: 22px
    }
    .testimonials .testimonial-card .card .card-header .img-card {
        margin-top: -36px;
        margin-left: auto;
        display: block;
        margin-right: -24px
    }
    .testimonials .testimonial-card .card .card-body {
        padding: 0 22px
    }
    .testimonials .testimonial-card .card .card-header .card-title {
        font-size: 18px;
        margin-top: 0
    }
    .testimonials .testimonial-card .card .card-header .card-subtitle {
        font-size: 10px
    }
    .testimonials .testimonial-card .card .card-footer {
        border-top: 0;
        background-color: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 24px
    }
    .testimonials .testimonial-card .card .card-footer .date {
        margin-bottom: 0;
        margin-left: 26px
    }
    .testimonials .testimonial-card .card .card-footer .stars {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 4px
    }
    .partner .text-content .mobile img {
        max-width: 242px;
        margin: 16px auto 0
    }
    .partner .text-content h2 {
        font-size: 22px
    }
    .partner .text-content p {
        font-size: 13px;
        line-height: 18px
    }
    .main .partner article .container {
        background: 0 0;
        padding: 56px 20px;
    }
    .partner article .text-content{
        margin: 24px 0;
    }
    .about .couverture {
        padding: 24px 0
    }
    footer .footer-top .contact {
        max-width: 100%
    }
    footer .footer-top .contact img {
        margin: 0 auto 20px;
        display: block
    }
    footer .footer-top .rs a:first-child {
        margin-right: 70px
    }
    footer .footer-top .contact,
    footer .footer-top .footer-links .content {
        margin: 0
    }
    footer .footer-top .footer-links{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        gap: 16px;
    }
    footer .footer-top .footer-links .content a {
        color: #0e507b;
        white-space: nowrap;
        text-decoration: none;
        font-family: avenir-db, sans-serif
    }
    footer .footer-bottom .lang {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    footer .footer-bottom .lang a:first-child {
        margin-right: 30px
    }
    footer .footer-bottom {
        margin-bottom: 57px
    }
    footer .footer-bottom .lang a {
        text-transform: uppercase;
        font-family: avenir-b, sans-serif;
        font-size: 18px;
        color: #0e507b;
        opacity: .6
    }
    footer .footer-bottom .lang a.active {
        opacity: 1
    }
    .pro .baner {
        text-align: center;
        padding: 40px 0
    }
    .pro .baner .ttr {
        margin-top: 0;
        font-size: 28px
    }
    .pro .baner .para {
        font-size: 21px
    }
    .pro .baner .card .card-body {
        padding-left: 32px;
        padding-right: 32px
    }
    .baner .form-group {
        margin-bottom: 36px
    }
    .baner .form-group .form-label,
    .how-it-work .text-content .para,
    .sinistre .baner .signup-links p .signup {
        font-size: 16px
    }
    .baner .form-group .dropdown-active~.form-label,
    .baner .form-group .form-control:focus~.form-label,
    .sinistre .baner .signup-links p,
    .sinistre .baner .signup-links p a {
        font-size: 14px
    }
    .baner .form-control {
        padding: 8px 16px
    }
    .baner .form-group .user-icon {
        width: 16px;
        height: 16px
    }
    .baner .form-group .form-control.single {
        padding: 3px 16px
    }
    .pro .citations {
        padding: 0 16px 24px
    }
    .pro .citations .container article {
        padding: 16px 0
    }
    .pro .citations .col-md-6 img {
        max-width: 80%;
        margin: 16px auto;
        display: block
    }
    .pro .citations .container article .ttr {
        max-width: 100%;
        font-size: 24px
    }
    .pro .citations .container article .para {
        font-size: 22px;
        text-align: center !important
    }
    .sinistre .baner {
        padding: 32px 24px 75px;
        background-size: 200%;
        background-position: 58% 100%
    }
    .about .couverture .ttr {
        font-size: 24px
    }
    .about .couverture .para,
    .how-it-work .text-content .sttr {
        font-size: 20px
    }
    .about .baner .sttr {
        font-size: 19px
    }
    .mentions .tab-content .tab-pane .ttr {
        margin-bottom: 32px
    }
    .cards .cart-list .card,
    .mentions .tab-content .tab-pane .para {
        margin-bottom: 24px
    }
    .how-it-work .text-content .ttr {
        font-size: 28px;
        line-height: 1
    }
    .cards .cart-list .card .card-footer .btn {
        font-size: 16px;
        padding: 12px
    }
    .espace .cart-list .icon{
        margin-bottom: 16px;
    }
    .souscription .col-md-6:has(.item){
        margin-bottom: 16px;
    }
    .souscription .item{
        padding: 24px 16px;
    }
    .btn.lite{
        font-size: 16px;
        padding: 5px 16px;
    }
    .btn.lite.back,.btn.lite.next{
        padding-left: 20px;
        padding-right: 20px;
    }
    .main .form-group .form-label,.main .form-group .form-select:focus~.form-label,.main .form-group .form-control:focus~.form-label{
        font-size: 15px;
    }
    .btn.orange.next{
        margin-right: 20px;
    }
    .btn.orange.back{
        margin-left: 20px;
    }
    .btn.orange.next:before{
        width: 30px;
        height: 30px;
        right: -16px;
        top: 4px;
    }
    .btn.orange.back:before{
        width: 30px;
        height: 30px;
        left: -16px;
        top: 4px;
    }
    .souscription .espace > div:has(.btn.orange){
        margin: 0;
    }
    .price-table{
        padding: 36px 0;
    }
    .price-table .table td, .price-table .table th{
        font-size: 16px;
    }
    .souscription.neuf .step-btns{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .souscription.neuf .step-btns .btn:last-child{
        margin-top: 16px;
    }
    .condition-btns .btn{
        width: 100%;
    }
    .economy-text article{
        padding: 48px 0;
    }
    .stepper .progressbar li {
        width: 100%;
        padding-bottom: 36px;
        text-align: left;
        float: none;
    }
    .stepper .progressbar li:before {
        position: absolute;
        margin-bottom: 0;
        left: -30px;
        top: 4px;
    }
    .stepper .progressbar li:after {
        width: 2px;
        height: 100%;
        left: -23px;
        bottom: -16px;
        top: unset;
    }
    .stepper .progressbar li:first-child:after {
        content: '';
    }
    .stepper .progressbar li:last-child:after {
        content: none;
    }
}
@media(max-width:450px){
    .info{
        width: 90vw;
        left: unset;
        right: -36px;
        -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .4);
        box-shadow: 1px 1px 4px rgba(0, 0, 0, .4);
    }
    .info::after{
        right: 40px;
        left: unset;
    }
    .baner .card .card-body ul li .info{
        left: unset;
        right: -75px;
        top: unset;
        bottom: 30px;
        width: 90vw;
        font-size: 12px;
        background-color: #fff;
        border: 1px solid #eee;
        color: #0e507b;
        padding: 10px;
    }
    .baner .card .card-body ul li .info::after{
        bottom: -5px;
        top: unset;
        background-color:  #fff;
        border: solid #eee;
        border-right-width: 1px;
        border-bottom-width:1px ;
        right: 80px;
        border-top-width: 0;
        border-left-width: 0;
        left: unset;
    }
}
@-webkit-keyframes top-bar {
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: rotate(45deg) translateY(0);
        transform: rotate(45deg) translateY(0)
    }
}
@keyframes top-bar {
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: rotate(45deg) translateY(0);
        transform: rotate(45deg) translateY(0)
    }
}

@-webkit-keyframes bottom-bar {
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: rotate(-45deg) translateY(0);
        transform: rotate(-45deg) translateY(0)
    }
}

@keyframes bottom-bar {
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: rotate(-45deg) translateY(0);
        transform: rotate(-45deg) translateY(0)
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
    70% {
        -webkit-transform: rotateY(200deg);
        transform: rotateY(200deg)
    }
    100% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
    70% {
        -webkit-transform: rotateY(200deg);
        transform: rotateY(200deg)
    }
    100% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
}

@-webkit-keyframes rotate-inverse {
    0% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
    70% {
        -webkit-transform: rotateY(-20deg);
        transform: rotateY(-20deg)
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
}

@keyframes rotate-inverse {
    0% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
    70% {
        -webkit-transform: rotateY(-20deg);
        transform: rotateY(-20deg)
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
}

.home.soon .baner {
    height: unset;
    padding: 54px 0;
}

.home.soon .baner .para {
    font-size: 16px;
}

.main.soon .form-group .form-label {
    background-color: #fccb75;
}

.soon .cart-list article:first-child .container::after {
    left: -200px
}

@media(max-width:767px){
    .espace .sinistre-files .btn-upload{
        margin-bottom: 24px;
        height: unset;
    }
    .centerImg{
        margin-top: -50px !important;
        margin-bottom: 50px !important;
    }
}
.confirm .picto{
    position: relative;
    right: -80px;
}
.confirm{
    background-image: none;
}
.confirm .item{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -o-linear-gradient(rgb(255 255 255 / 100%), rgb(255 255 255 / 90%));
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255 255 255 / 100%)), to(rgb(255 255 255 / 90%)));
    background: linear-gradient(rgb(255 255 255 / 100%), rgb(255 255 255 / 90%));
    color: #4c9245;
}

.confirm article, .confirm .container{
    position: relative;
}

.confirm .bgImg{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.confirm .bgImg .pic-1, .confirm .bgImg .pic-2{
    position: relative;
}
.confirm .bgImg .pic-1{
    width: 350px;
}
.confirm .bgImg .pic-2{
    margin-left: auto;
    width: 200px;
}
.confirm .resume{
    position: relative;
    color: #0d5f7d;
    padding-top: 150px;
    padding-bottom: 50px;
}
.confirm .para{
    font-size: 1.25rem;
    line-height: 2rem;
}

.info.right{
    left:-70px;
    right:unset;
}
.info.right::after{
    left:50px;
    right:unset;
}

@media(max-width:767px){
    .confirm .bgImg .pic-1, .confirm .bgImg .pic-2{
        position: absolute;
    }
    .confirm .bgImg .pic-1{
        top: -50px;
        left: 40px;
        width: 180px;
    }
    .confirm .bgImg .pic-2{
        left: 0;
        width: 150px;
        right: 0;
        margin: 0 auto;
        bottom: -50px;
    }
    .confirm .resume{
        padding-bottom: 150px;
    }
    .confirm .para{
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
/* formulaire */
.formulaire{
    background-color: #fccb75;
    min-height: 100vh;
    padding: 50px;
}
.formulaire .content{
    max-width: 800px;
    display: block;
    margin: auto;
    background-color: #f7f7f7;
    border-radius: 30px;
    background-image: url("../img/pictos/shop-form-4f185ff3a8862d27c1bb83182ca4fa6f.png");
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center 135px;
    position: relative;
    overflow: hidden;

}
.formulaire .content.thanks{
    background-image: url("../img/pictos/paddle-c839d80ef425d779044683ff069d967a.png");
    background-position: center;
    background-size: contain;
}
.formulaire .content.thanks .para{
    font-size: 24px;
    font-weight: 600;
    margin: 150px 0;
    color: #17435f;
    position: relative;
}
.formulaire .content::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .7);
    width: 100%;
    height: 100%;
}
.formulaire .content .form-label{
    background-color: transparent;
    top: 0;
    left: 0;
    position: relative;
}
.formulaire .content .form-label.email{
    margin-bottom: 80px;
    text-align: center;
    display: block
}
.formulaire .content .form-header, .formulaire .content .form-content{
    position: relative;
}
.formulaire .content .form-header{
    padding: 36px 0;
    text-align: center;
}
.formulaire .content .form-content{
    padding: 0 36px 36px;
}
.formulaire .form-footer{
    padding: 0 48px;
    max-width: 1200px;
    margin: 0 auto;
}
@media(max-width:767px){
    .formulaire .content{
        background-position-y: 170px;
    }
    .formulaire .form-footer{
        padding: 0 24px;
    }
    .payment-buttons{
        gap:16px
    }
    .payment-buttons .btn.lite.back::before,.payment-buttons .btn.lite.next::before{
        width: 43px;
        height: 43px;
        top: 8px;
    }
    .payment-buttons .btn.lite.back::before{
        left:-22px
    }
    .payment-buttons .btn.lite.next::before{
        right:-22px
    }

    .button-arrow  .btn.lite.back::before,.payment-buttons .btn.lite.next::before{
        width: 43px;
        height: 43px;
        top: 8px;
    }
    .button-arrow  .btn.lite.back::before{
        left:-22px
    }
    .button-arrow  .btn.lite.next::before{
        right:-22px
    }
}
.formulaire.sondage .content{
    background-image: url("../img/pictos/paddle-c839d80ef425d779044683ff069d967a.png");
    max-width: 900px;
    background-color: #f8f5ec;
}
.formulaire.sondage .content::before{
    background-color:rgba(248,245,236, .7)
}
.formulaire.sondage .content .table thead th:first-child{
    width:170px
}
.formulaire.sondage .form-header{
    border-bottom:1px solid #eee;
    padding:16px 36px;
}
.formulaire.sondage .cust-cb label{
    width: fit-content;
    margin: 0 auto;
}
.formulaire.sondage table{
    border-collapse: separate;
    border-spacing: 0 5px;
}
.formulaire.sondage table td,.formulaire.sondage table th{
    background-color: transparent;
    border: none;
}
.formulaire.sondage table th{
    text-align: center;
    vertical-align: top;
    width: 90px;
}
.formulaire.sondage table tr td{
    color: #fff;
    text-transform: uppercase;
}
.formulaire.sondage table tr td small{
    display: block;
    text-transform: none;
}
.formulaire.sondage table tr td:first-child{
    background-color: #ecc49f;
}
.formulaire.sondage table tr td.title{
    background-color: #0e507b;
    position: relative;
}
.formulaire.sondage table tr td.title::after{
    content: "";
    width: 80px;
    height: 100%;
    display: block;
    position: absolute;
    right: -50px;
}
.formulaire.sondage table th svg{
    width: 60px;
    height: 60px;
    display:block;
    margin: 0 auto;
}
.formulaire.sondage .form-footer{
    background-color: #dae3ea;
    position: relative;
}
.formulaire.sondage .form-footer .cust-cb{
    display: flex;
    justify-content: center;
}
.formulaire.sondage .form-footer .cust-cb label{
    flex-direction: column;
}
.formulaire.sondage .form-footer .cust-cb label::before{
    margin: 0;
}
.formulaire.sondage .form-footer .emoji{
    color: #0e507b;
    text-align: center;
}
.formulaire.sondage .form-footer .emoji svg{
    display: block;
    width: fit-content;
    margin: 0 auto;
}
.formulaire.sondage .textarea-footer{
    background-color: #ecc49f;
    padding: 40px 36px;
    position: relative;
}
@media(max-width:767px){
    .formulaire.sondage .form-footer .cust-cb{
        flex-direction: column;
        gap: 10px;
    }
    .formulaire.sondage .form-footer .emoji{
        margin: 0!important;
    }
}
@media(max-width: 450px){
    .info.matos{ right:-24vw}
    .info.matos::after{ right:calc(25vw + 4px)}
}
.modal-dialog {
    max-width: 520px;
}

.modal .modal-content {
    border-radius: 25px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    border: none;
    background-color: #e4c2bc;
}

.modal .modal-content .modal-header {
    border-bottom-color: #b29494
}
.main .form-group .form-label.rose{
    background-color: #e4c2bc;
}
.modal .modal-content .modal-header .btn-close {
    border-radius: 50%;
    background-color: #fe765e;
    color: #fff
}

.modal .modal-content .tarif {
    list-style: none;
}

.modal .modal-content .tarif li{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
/**
.modal .modal-content{
    background-image: url("../img/pictos/planche-voile-5558cb60f4a4692bb931ffe3674ec063.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 250px;
}
 */
.cart-list.atterrisage{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    background-color: #fccb75;
}
.cart-list.atterrisage article{
    padding: 0;
}
.cart-list.atterrisage article .card{
    margin-right: auto;
    overflow: visible;
}
.cart-list.atterrisage article .card .content-table{
    background-color: #fe765e;
    margin: 0 auto;
    border-radius: 25px;
    width: fit-content;
    padding-top: 36px;
}
.cart-list.atterrisage article .card table{
    min-height: 265px;
}
.cart-list.atterrisage article .card table td{
    padding: 12px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.cart-list.atterrisage article .card  .btn.jaune{
    background-color: #fccb75;
    color: #0d5f7d;
}
.cart-list.atterrisage article .card  .btn.jaune:hover{
    background-color: #0d5f7d;
    color: #fff;
}
.cart-list.atterrisage article .card, .cart-list.atterrisage article .card .card-header{
    background-color: #0d5f7d;
}
.cart-list.atterrisage article .card .content-table .price{
    padding: 10px 16px;
    width: fit-content;
    background-color: #fccb75;
    margin: -60px auto 0;
    font-size: 20px;
    color: #0d5f7d;
    font-size: 18px;
    font-weight: 700;
    border-radius: 16px;
}
.cart-list.atterrisage article .picto{
    position: absolute;
}
.cart-list.atterrisage article .picto.kit{
    left: -100px;
    top: -200px;
}
.cart-list.atterrisage article .picto.planche{
    bottom: -40px;
    left: -100px;
}
.cart-list.atterrisage article .picto.wing{
    left: -150px;
    top: 50px;
}
.cart-list.atterrisage article .picto.paddle{
    left: -150px;
    bottom: -20px;
}
.cart-list.atterrisage article .picto.shaper{
    right: -10px;
    bottom: -20px;
}
.cart-list.atterrisage article .picto.planche-illu{
    right: -100px;
    top: -80px;
}

@media(max-width:767px){
    .cart-list.atterrisage article{
        background-color: #fccb75;
        padding: 48px 0;
    }
}
.cart-list.atterrisage.loc article .card{
    padding-top:48px
}
.cart-list.atterrisage.loc article .card .content-table{
    width: 90%;
}
.cart-list.atterrisage.loc article .card table td{
    width: 50%
}
.cart-list.atterrisage.loc article .picto.kit{
    left: -220px;
    top: 0;
}
.cart-list.atterrisage.loc article .picto.planche{
    bottom: 10px;
    left: 10px;
}
.cart-list.atterrisage.loc article .picto.paddle{
    bottom: -50px;
    right: -120px;
    left: unset;
}
.cart-list.atterrisage.loc article .picto.wing{
    top:100px;
    right: -150px;
    left: unset;
}
.cart-list.atterrisage.loc article .picto.planche-illu{
    right: 10px;
    top: 80px;
}
@media(max-width:767px){
    .cart-list.atterrisage.loc article .picto.planche-illu{
        display: none;
    }
}
@media(max-width:767px){
    .cart-list.atterrisage article .card table td{
        font-size:15px
    }
}
.supplementaire .item h6, .supplementaire .h6{
    font-size: 18px;
    font-weight: 600;
}
.supplementaire .baner .card {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, .7);
    -webkit-box-shadow: 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 1px 2px rgba(0, 0, 0, .1);
    height: 100%;
    width: 100%;
}
.supplementaire .baner .card .card-body{
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    background-image: url("../img/pictos/paddle-c839d80ef425d779044683ff069d967a.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position:calc(100% + 30px) 30px ;
    position: relative;
}
.supplementaire .baner .card .card-body::after{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
}
.supplementaire .baner .card .card-body .price{
    color: #0e507b;
    font-weight: 900;
    position: relative;
    z-index: 1;
}
.supplementaire .bandeau{
    margin: 0 -24px 48px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}
.supplementaire .item .cust-cb label{
    color: #fe765e;
}
.supplementaire .item .cust-cb label:before{
    border-color: #fe765e;
}
.supplementaire .item .cust-cb input:checked + label:after{
    background-color: #fe765e;
}
.supplementaire .item .form-check-input:checked{
    background-color: #fe765e;
    border-color: #fe765e;
}
.supplementaire .item .form-check ~ label{
    color: #fe765e;
}
.triangle-down {
    display: inline-block;
    cursor: pointer;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff; /* Couleur du triangle */
}
.triangle-down.up{
    transform: rotate(180deg);
}
