@font-face {

    font-family: 'Avenir';

    src: url('../fonts/avenir/Avenir-Black.woff2') format('woff2'),

        url('../fonts/avenir/Avenir-Black.woff') format('woff');

    font-weight: 900;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Avenir';

    src: url('../fonts/avenir/Avenir-Light.woff2') format('woff2'),

        url('../fonts/avenir/Avenir-Light.woff') format('woff');

    font-weight: 300;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Avenir';

    src: url('../fonts/avenir/Avenir-Oblique.woff2') format('woff2'),

        url('../fonts/avenir/Avenir-Oblique.woff') format('woff');

    font-weight: normal;

    font-style: italic;

    font-display: swap;

}



@font-face {

    font-family: 'Avenir';

    src: url('../fonts/avenir/Avenir-LightOblique.woff2') format('woff2'),

        url('../fonts/avenir/Avenir-LightOblique.woff') format('woff');

    font-weight: 300;

    font-style: italic;

    font-display: swap;

}



@font-face {

    font-family: 'Avenir';

    src: url('../fonts/avenir/Avenir-HeavyOblique.woff2') format('woff2'),

        url('../fonts/avenir/Avenir-HeavyOblique.woff') format('woff');

    font-weight: 900;

    font-style: italic;

    font-display: swap;

}



@font-face {

    font-family: 'Avenir';

    src: url('../fonts/avenir/Avenir-Heavy.woff2') format('woff2'),

        url('../fonts/avenir/Avenir-Heavy.woff') format('woff');

    font-weight: 900;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Avenir';

    src: url('../fonts/avenir/Avenir-Medium.woff2') format('woff2'),

        url('../fonts/avenir/Avenir-Medium.woff') format('woff');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Avenir Book';

    src: url('../fonts/avenir/Avenir-Book.woff2') format('woff2'),

        url('../fonts/avenir/Avenir-Book.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Avenir Book';

    src: url('../fonts/avenir/Avenir-BookOblique.woff2') format('woff2'),

        url('../fonts/avenir/Avenir-BookOblique.woff') format('woff');

    font-weight: normal;

    font-style: italic;

    font-display: swap;

}



@font-face {

    font-family: 'Avenir Black Oblique';

    src: url('../fonts/avenir/Avenir-BlackOblique.woff2') format('woff2'),

        url('../fonts/avenir/Avenir-BlackOblique.woff') format('woff');

    font-weight: 900;

    font-style: italic;

    font-display: swap;

}



@font-face {

    font-family: 'Avenir';

    src: url('../fonts/avenir/Avenir-Roman.woff2') format('woff2'),

        url('../fonts/avenir/Avenir-Roman.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Avenir';

    src: url('../fonts/avenir/Avenir-MediumOblique.woff2') format('woff2'),

        url('../fonts/avenir/Avenir-MediumOblique.woff') format('woff');

    font-weight: 500;

    font-style: italic;

    font-display: swap;

}



@font-face {

    font-family: 'Acumin';

    src: url('../fonts/AcuminVariableConcept.otf') format('opentype');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}


@font-face {

    font-family: 'AWConquerorDidot';

    src: url('../fonts/AWConquerorDidot-Light.woff2') format('woff2'),

        url('../fonts/AWConquerorDidot-Light.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}






/* general */


p {

	font-family: 'Avenir', 'AriataDisplay Regular';

}

p strong, p b {

	font-family: 'Avenir', 'AriataDisplay Bold';

	font-weight: 700;

}




/* header + nav */

header {

	background-color: #fff;

}

.nav {
    width: 90%;
    max-width: 960px;
    margin-left: auto;
}

ul#menu-menu-principal li a {

    font-family: 'Avenir', 'AriataDisplay Bold';

    color: #8b6d21;

    text-transform: uppercase;

    font-weight: 500;

}

#navLinks {
    display: flex;
}

.nav {
    width: 100%;
    justify-content: flex-end;
}
#logoBox .logo img{
    max-height: 68px;
    width: auto;
}
.logo img {
    max-width: 100%;
}

#btnSearch {
    flex: 0 0 5%;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

.cross {
    height: 14px;
    width: 14px;
}

ul#menu-menu-principal {
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
}

ul.sub-menu {
    display: none;
}


/* header + nav mobile */
#divMobile {
    background: #fff;
    padding: 16px;
    flex-direction: row-reverse;
}
#divMobile .logo img{
    height: 46px;
}
@media screen and (max-width: 994px) {
    .logo img {
        max-width: none;
    }
    .mobileLogoMenu {
        flex: 1;
        text-align: center;
        margin-right: 20px;
    }

    #menuMobile {
        position: relative;
        display: block;
    }
    

    #menuMobile::after {
        content: "Menu";
        position: absolute;
        bottom: -17px;
        display: block;
        font-size: 12px;
        color: #32386a;
    }


    #closeMenuMobile {
        position: relative;
        display: block;
    }

    #closeMenuMobile::after {
        content: "Fermer";
        position: absolute;
        bottom: -22px;
        left: -4px;
        display: block;
        font-size: 12px;
        color: #32386a;
    }


    #navButtonsMobile {
        top: 78px;
        background: #61b4c5;
    }

    .nav {
        width: 100%;
        margin: 0;
    }
    ul#menu-menu-principal {
        display: block;
        text-align: center;
        width: 100%;
        margin: 30px 0;
    }
    ul#menu-menu-principal li {
        margin: 30px 0;
    }
    ul#menu-menu-principal li a {
        font-size: 18px;
        font-weight: 500;
        padding: 16px 8px;
        display: inline-block;
        border: 1px solid #668CB0;
        border-radius: 10px;
        min-width: 160px;
        color: #fff;
    }

    ul#menu-menu-principal li:last-child {
        margin: 8px 0;
    }
    ul#menu-menu-principal li:last-child a {
        border: 0;
        text-transform: none;
        font-weight: 400;
        margin-top: 0px;
        padding: 0px;
    }



    .nav2 {
        position: absolute;
        bottom: 0;
        background: #61b4c5;
        left: 0;
        right: 0;
        text-align: center;
    }
    .nav2 a {
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        font-family: 'Avenir', 'AriataDisplay Bold';
        border-radius: 20px;
        border: 2px solid #FFF;
        padding: 8px 28px;
        display: inline-block;
        margin: 20px 0;
    }

}



/* content general */


.content h2 {

	font-family: "arya-double", sans-serif;
    font-weight: 400;
    font-style: normal;

	line-height: 1.1;

}

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

	.content h2 {

		font-size: 30px;

	}

}



.content h2:after {

	content: "";

	display:  block;

	background: #32386a;

	width: 68px;

	height: 1px;

	margin: 30px 0;

}

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

	.content h2:after {

		margin: 20px 0;

	}

}


.content p {
	font-size: 16px;
    color: #3D3D3D;
}



/* buttons general */

.btn.btn-primary {

	font-family: 'Avenir', 'AriataDisplay Bold';

	font-weight: 700;

	font-size: 16px;

	border-radius: 10px;

	background: var(--clairsienne, #61b4c5);

	border-color:  var(--clairsienne, #61b4c5);;

}

.btn.btn-primary:hover {

    background: white;

    color: var(--clairsienne, #61b4c5);;

    transition: ease-in-out 0.2s;

}



/* sections flex general */

.imageRestoText {

	flex: 1 0 50%;

}

.imagePers .imgPersInner {

	flex: 1 0 50%;

}

@media screen and (max-width: 992px) {
    .imageRestoText, .imagePers .imgPersInner  {
        flex: auto;
    }

}




.content .btn {
	margin-top: 1.8em;
}


#divMyrtis h2, #section3 h2, #divDetails h2 {
    color: #61b4c5;
}

#divMyrtis h2:after, #section3 h2:after, #divDetails h2:after {
    background: #313053;
}



/* liste sympa  */
.liste-sympa {
    border-left: 1px solid #32386a;
    padding-left: 28px;
}
.liste-sympa > li {
    margin-top: 16px;
}
   
.liste-sympa li {
    font-size: 18px;
    color: #32386a;
    font-family: 'Avenir', 'AriataDisplay Regular';
    list-style: none;
}
.liste-sympa li.active {
    font-size: 20px;
    font-weight: 700;
    color: #19b09d;
}
.liste-sympa li ul {
    padding-left: 20px;
}
.liste-sympa li ul li {

}
.liste-sympa li ul li:not(.active) {
    font-weight: 400;
}

@media screen and (max-width: 992px) {
    .liste-sympa, 
    .div3DImgs, 
    .divDetailsImgs {
        display: none;
    }
    .swiper-3D .swiper-slide > div:nth-child(1) {
        background: #19b09d;
    }
    .swiper-3D.swiperdivDetails .swiper-slide > div:nth-child(1) {
        background: #313053;
    }
    .swiper-3D .swiper-slide > div:nth-child(2) {
        text-align: center;
        color: #19b09d;
        font-size: 18px;
        margin: 10px 20px;
    }
    .swiper-3D.swiperdivDetails .swiper-slide > div:nth-child(2) {
        color: #207081;
    }

    .swiper-3D {
        padding-bottom: 20px;
    }

    .swiper-3D .swiper-button-next, .swiper-3D .swiper-button-prev {
        background: #32386a;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        top: 36%;
        background: #32386a url("../images/arrow-left-white.svg") no-repeat center;
    }
    .swiper-3D .swiper-button-next {
        transform: rotate(180deg);
    }
    .swiper-3D .swiper-button-next::after, .swiper-3D .swiper-button-prev::after {
        color: white;
        font-size: 18px;
        display: none;
    }

    .swiper-3D + .m__cta {
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-3D .swiper-pagination-bullet {
        width: 30px;
        border-radius: 7px;
        height: 2px;
        background: #6A9672;
        opacity: 1;
    }
    .swiper-3D.swiperdivDetails .swiper-pagination-bullet {
        width: 50px;
    }
    .swiper-3D .swiper-pagination-bullet-active {
        background: #313053;
        height: 4px;
        top: 1px;
        position: relative;
    }



    #div3D .imageRestoText .m__cta,
    #divDetails .imageRestoText .m__cta {
        display: none;
    }    

}
@media screen and (min-width: 993px) {
    .swiper-3D {
        display: none;
    }
    .swiper-3D + .m__cta {
        display: none;
    }
}
.swiper-3D {
    display: none;
}


    




/* 0. headerBackground */
.headerBackground {
    margin-top: 0px;
}
.headerBackground::before {
    display: none;
}
.headerBackground::after {
    display: none;
}

.headerBackground__body {
    position: absolute;
    top: 16%;
    left: 8%;
    max-width: 760px;
    margin: 0px auto;
}
.headerBackground__body .btn.btn-primary{
    margin-top: 20px;
}
@media screen and (max-width: 992px) {
    .headerBackground__body {
        top: 3%;
        right: 8%;
    }
}
    
.headerBackground__body h1 {
    font-family: "arya-double", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 76px;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.65);
    margin: 20px 0px;
}
@media screen and (max-width: 1600px) {
    .headerBackground__body h1 {
        font-size: 60px;
    }
}
@media screen and (max-width: 1281px) {
    .headerBackground__body h1 {
        font-size: 50px;
    }
}
@media screen and (max-width: 992px) {
    .headerBackground__body h1 {
        font-size: 34px;
        line-height: 1.1;
    }
}
.headerImg .btn {
    position: static;
    transform: none;
}
@media screen and (max-width: 992px) {
    .headerImg .btn {
        padding: 10px;
        line-height: 1.1;
    }
    .headerImg img {
        height: 400px;
    }
}


img.slide-logo {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 15% !important;
    height: auto;
    min-width: 80px;
}
@media screen and (min-width: 992px) {
    img.slide-logo {
        right: 40px;
        bottom: 40px;
    }
}



@supports (-webkit-touch-callout: none) {
    .headerImg + * {
        position: relative;
        z-index: 1;
        margin-top: 24px;
    }
}


/*
.swiperHero {

}
*/



/* formulaire */
.mention{
    font-size: 12px; 
    color: #fff;  
}
.double_trait{
    border-top: 4px solid #61b4c5;
    border-bottom: 4px solid #61b4c5;
    height: 10px;
    margin: 10px 0px;
}
.headerBackground .row-form {
    height: auto;
}

.headerBackground .formContainer {
    padding: 40px;
    background: #61b4c5;
    background: #8b6d21;
}
.headerBackground .formContainer.formContainer--fixed {
    position: fixed;
    top: 0;
    z-index: 100;
}
@media screen and (max-width: 992px) {
    .headerBackground .formContainer {
        padding: 16px 50px 16px 24px;
        background: #61b4c5;
    }
}
.headerBackground .formContainer .envoyer{
    margin-bottom: 15px;
    position: relative;
}

.headerBackground .formContainer .btn.btn-primary {
    background: #61b4c5;
    border-color: white;
    margin-top: 20px;
}
.headerBackground .formContainer .btn.btn-primary:hover {
    color: #61b4c5;
    background-color: white;
}

.headerBackground .formContainer h2 {
    font-family: 'Avenir', 'AriataDisplay Bold';
    text-align: left;
    margin-bottom: 12px;
}
.headerBackground .formContainer h2.openformMob span {
    display: none;
}
@media screen and (max-width: 992px) {
    .headerBackground .formContainer h2 {
        font-size: 19px;
        margin-bottom: 2px;
    }
    .headerBackground .formContainer h2.openformMob span {
        font-size: 14px;
        margin-top: 10px;
        display: block;
    }
}
.headerBackground .formContainer .form-group{
    margin-bottom: 0.5rem;
}
.headerBackground .formContainer .form-group label {
    font-family: 'Avenir', 'AriataDisplay Bold';
    position: relative;
}
.headerBackground .formContainer .form-group label .alert {
    background: #19b09d;
    color: #fff !important;
    border-radius: 4px;
    padding: 2px 8px;
    position: absolute;
    top: 0px;
    right: 8px;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 1.4;
}

.headerBackground .formContainer .form-group label.m__bannerForm__label__checkbox .alert {
    top:initial;
    bottom: -35px;
}
.headerBackground .formContainer .alert__submit {
    display: none;
    color: #fff;
    line-height: 1.2;
    position: absolute;
    top: 0px;
}




.headerBackground .formContainer .form-group .form-control {
    border-radius: 4px;
    padding: 8px 16px;
    height: auto;
    font-size: 16px;
    color: #000;
    font-family: 'Avenir', 'AriataDisplay Bold';
}

.headerBackground .formContainer .check-radio label {
    font-size: 14px;
    line-height: 19px;
}

.headerBackground .formContainer .form-mention {
    font-size: 12px;
    line-height: 16px;
    color: #fff; 
}

@media screen and (min-width: 992px) {
    .headerBackground .formContainer .form-mention {
        margin-top: 35px;
    }
}

@media screen and (max-width: 992px) {
    .m__bannerForm__container {
        /*display: none;*/
    }
}


/* formulaire flottant (desktop et mobile) */
.fond_bleu{
    background: #61b4c5;
}
.m__fixedForm.trigger {
    background: #8b6d21;
    bottom: 0;
    padding: 24px;
    padding-top: 40px;
    max-width: 46rem;
}
.m__fixedForm.trigger .envoyer{
    position: relative;
    margin-top: 0px !important;
}
.m__fixedForm.trigger .alert{
    margin: 0px !important;
    background: #19b09d;
    color: #fff !important;
    border-radius: 4px;
    padding: 2px 8px !important;
    display: inline-block !important;
    position: absolute;
    top: -10px;
    right: 0px;
}
.m__fixedForm.trigger .alert__checkbox{
    position: absolute;
    top:initial;
    bottom: -15px;
    font-size: 1em !important;
}
.m__fixedForm.trigger .envoyer .alert{
    top: initial;
    bottom: -12px;
}

@media screen and (min-width: 1600px) {
    .m__fixedForm.trigger {
        padding: 60px;
    }
}

.m__fixedForm.trigger h2 {
    font-family: 'Avenir', 'AriataDisplay Bold';
    padding-bottom: 0px;
    font-size: 24px;
    margin-bottom: 24px;
}
@media screen and (min-width: 1600px) {
    .m__fixedForm.trigger h2 {
        font-size: 28px;
    }
}

.m__fixedForm__input__text {
    border-radius: 4px;
    padding: 8px 12px;
    height: auto;
}
@media screen and (min-width: 1600px) {
    .m__fixedForm__input__text {
        padding: 12px 16px;
    }
}

.m__fixedForm__field, .m__fixedForm__label {
    margin-bottom: 0rem;
    position: relative;
}

.m__fixedForm__label__item {
    font-size: 14px;
    line-height: 19px;
    font-family: 'Avenir', 'AriataDisplay Regular';
}

.btn.m__fixedForm__button {
    background: #61b4c5;
    border-color: white;
    margin: 20px 0;
}

.m__fixedForm.trigger .form-mention{
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    position: absolute;
    bottom: 40px;
    font-family: 'Avenir', 'AriataDisplay Regular';
    width: 80%;
}



section{
    margin-top: 4%;
}


/* 1. Section1 */

#section .imgPersInner {
    position: relative;
}


@media screen and (min-width: 992px) {
    #section1 {
        margin-top: 4%;
    }
    #section1 .imgPersInner {
        flex: 1 0 62.5%;
    }
    #section1 .logo-tamaris {
        width: 30%;
        left: -10%;
        transform: none;
    }
}





/* 1. section 2 */

@media screen and (min-width: 992px) {
    #section2 {
        margin-top: 5%;
    }
}



/* 3. div3D */
#div3D .imagePers{
    padding-top: 100px;
    padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
    #div3D .imagePers{
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 992px) {
    #div3D {
        margin-top: 5%;
    	background: linear-gradient(to right, #61b4c5 45%, #fff 0);
    }
    #div3D .imageRestoText {

        flex: 1 0 40%;

    }

    #div3D .imgPersInner {

        flex: 1 0 60%;

    }
}


.div3DImg {
    cursor: pointer;
}

.div3DImg:hover {
    text-decoration: underline;
}

.div3DImgs {
    background: #6A9672;
}


@media screen and (min-width: 992px) {
    .div3DImgs {
        position: relative;
        align-self: stretch; 
        background: none;  
    }

    .div3DImgs img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}







/* 4. divMyrtis */

#divMyrtis {
	background: #68A78E;
    padding: 80px 10px 40px 10px;
    margin-top: 40px;

}

#divMyrtis .imageRestoText {

	background: #fff;

	padding: 16px 24px;

}


#divMyrtis .imgPersInner {
    position: relative;
}
#divMyrtis .logo-myrtis {
    position: absolute;
    width: 40%;
    max-width: 150px;
    left: 50%;
    transform: translateX(-50%);
    top: -62px;
}


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

    #divMyrtis {
        padding: 7% 0 8rem !important;
        margin-top: 6%;
        margin-bottom: 6%;
    }

    #divMyrtis .imageRestoText {

        padding: 40px;

    }


    #divMyrtis .imageRestoText {

    	flex: 1 0 41%;

        margin-right: -60px;

        z-index: 1;

    }

    #divMyrtis .imgPersInner {

    	flex: 1 0 74.2%;

    }

    #divMyrtis .logo-myrtis {
        width: 20%;
        left: 11%;
        top: -16%;
        transform: none;
        max-width: none;
    }
}



/* 5. section3 */

#section3 {
    margin-top: 50px;
}

#section3 .imageRestoText h2 {
    max-width: 440px;
}
#section3 .imageRestoText p {
    max-width: 490px;
}



/* 6. divDetails */

@media screen and (min-width: 992px) {
    #divDetails {
        margin-top: 5%;
        background: linear-gradient(to right, #fff 55%, #313053 0);
    }

    #divDetails .imageRestoText {
        flex: 1 0 40%;
    }
}


.divDetailsImg {
    cursor: pointer;
    
}

.divDetailsImg:hover {
    text-decoration: underline;
}

.divDetailsImgs {
    background: #313053;
}

@media screen and (min-width: 992px) {
    .divDetailsImgs {
        position: relative;
        align-self: stretch;
        background: none;   
    }
    .divDetailsImgs img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}





/* 7. section4 */

#section4 {
	margin: 5% 0;
}
@media screen and (min-width: 992px) {
    #section4 {
        margin-left: -15px;
        margin-right: -15px;
    }
}


#section4 .flex-soleil > *:nth-child(1) {

    color: #fff;

    background: #a0ced9;

    padding: 4% 2% 9% 7%;

    margin-bottom: -5%;

    position: relative;

}



@media screen and (max-width: 991px) {
    #section4 > *:nth-child(2) {
        display: none;
    }

    #section4 .flex-soleil > *:nth-child(1) {
        margin-left: -15px;
        padding: 24px 24px 14px;
        margin-bottom: -7%;
    }

    #section4 .flex-soleil > *:nth-child(2) {

        margin-left: -15px;
        margin-right: -15px;

    }
     #section4 .flex-soleil > *:nth-child(3) {

        margin-top: 30px;
        margin-bottom: 30px;

    }

    .merignac-soleil-desk {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    #section4 .flex-soleil {

        display: flex;

    }

    #section4 .flex-soleil > *:nth-child(1) {

        flex: 0 0 40%;

    }

    #section4 .flex-soleil > *:nth-child(2) {

        display: none;

    }

    #section4 .flex-soleil > *:nth-child(3) {

        align-self: center;

        max-width: 620px;

        margin-left: 10%;

    }

    .merignac-soleil-mob {
        display: none;
    }
}




#section4 h2 {

	color: #8b6d21;

}

#section4 h2 span {

	display: block;

	font-size: 32px;

}

#section4 h2:after {

	background: #fff;

}




/* 8. divPropriaidee */


#divPropriaidee {

	color: #fff;
    margin-top: 60px;

}

@media screen and (min-width: 992px) {
    #divPropriaidee {

        color: #fff;

        background: linear-gradient(to right, #61b4c5 50%, #8b6d21 0);

        margin-top: 6%;

    }
}





#divPropriaidee .btn.btn-primary {

	background: white;

	border-color:  #61b4c5;
    color: #61b4c5;

}

#divPropriaidee .btn.btn-primary:hover {

	background: #61b4c5;

    border-color:  white;
    color: white;

}

#divPropriaidee h2 {

	color: #fff;

}

#divPropriaidee h2:after {

	display: none;

}
#divPropriaidee h2 span {
    display: block;
    font-family: 'Avenir', 'AriataDisplay Regular';
    font-size: 26px;

}

#divPropriaidee p {
    margin-top: 1.4em;
	color: #fff;
}




@media screen and (max-width: 991px) {
    
    #divPropriaidee .imagePers {
        padding: 0;
    }

    #divPropriaidee .imageRestoText {
        background: #61b4c5;
        padding: 24px 20px;
        width: 100%;
        
    }
    #divPropriaidee .imageRestoText h2 {
        text-align: center;
    }

    #divPropriaidee .imageRestoText .m__cta {
        margin-left: auto;
        margin-right: auto;
    }

    #divPropriaidee .imgPersInner {
        background: #32386a;
        padding-bottom: 30px;
        width: 100%;
    }

    #divPropriaidee .pret-a-taux-zero {
        background: linear-gradient(to bottom, #61b4c5  50%, #32386a 0);
        width: 100%;
    }

    #divPropriaidee .pret-a-taux-zero img {
        display: block;
        width: 52%;
        max-width: 158px;
        margin: 0 auto;
    }

    .reassur-desk {
        display: none;
    }
    
}
@media screen and (min-width: 992px) {
    #divPropriaidee .pret-a-taux-zero {

        position: absolute;

        left: 50%;

        transform: translateX(-50%);

        width: 17%;

        max-width: 260px;   

    }

    #divPropriaidee .imagePers {

        padding: 3% 0;

    }

    #divPropriaidee .imageRestoText {

        padding-right: 15%;

        padding-left: 0;

    }

    #divPropriaidee .imgPersInner {

        padding: 0 4% 0 4%;
        flex: 1 0 62.5%;

    }

    #divPropriaidee .imgPersInner img {

        max-width: 100%;

    }

    .reassur-mob {
        display: none;
    }
}







/* 9. footer-k */


footer.footer-k {

	border-top: 1px solid #DADADA;

    padding-top: 30px !important;
    text-align: center;

}

.footerLink, .footerLink a {

    font-family: 'Avenir', 'AriataDisplay Regular';

    font-size: 11px;

    color: #3D3D3D;

}
footer .logo_part img{
    height: 45px;
    margin-right: 30px;
}
footer.footer-k .logo_part img{
    height: 45px;
    margin-right: 30px;
}


.footerLink > * {

    margin-left: 20px;

}


.footerLink .tel-footer {

	color: var(--clairsienne, #61b4c5);	

	font-size: 26px;

	font-weight: 500;

	border-radius: 20px;

	border: 2px solid var(--clairsienne, #61b4c5);

	padding: 10px 32px;

	white-space: nowrap;

}

@media screen and (max-width: 1281px) {
    .footerLink .tel-footer {
        font-size: 20px;
        padding: 8px 18px;
    }
}


@media screen and (max-width: 991px) {
    footer.footer-k { 
        margin-top: 30px;
        text-align: center;
    }

    footer.footer-k > * > *:nth-child(2) {
        padding: 0 !important;
    }
    .footerLink {
        margin-top: 30px;
        display: block;
    }

    .footerLink a {
        display: block;
        margin: 14px;
    }

    .footerLink .tel-footer {
        font-size: 18px;
        padding: 7px 32px;
    }

}

@media screen and (min-width: 991px) {
    /*
    footer.footer-k > * > *:nth-child(1) {
        flex: 30%;
        max-width: 30%;
        margin-left: 4%;
    }

    footer.footer-k > * > *:nth-child(2) {
        flex: 1;
        max-width: none;
        margin-right: 4%;
    }
    */
    .footerLink {
        width: 100%;
        text-align: right;
    }

}


/* progress bar */

.carousel-progress {
  display: none;
  position: relative;
  width: 50%;
  max-width: 210px;
  height: 4px;
  background-color: #fff;
  z-index: 1 !important;
  border-radius: 6px;
  left: 8%;
  margin-top: -30px;
}
@media screen and (min-width: 991px) {
    .carousel-progress {
        margin-top: -50px;
    }
}

.progress {
  position: absolute;
  height: 4px;
  background-color: #CC0066;
  animation-name: progress;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  border-radius: 6px;
}

@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}


/* newsletterButtonWrapper */
.newsletterButtonWrapper {
    display: none;
}



/* global fixes - sections structure and margins - for tablet and small desktop */

@media screen and (min-width: 992px) and  (max-width: 1439px) {
    #section1 .imagePers {
        margin-left: 0;
    }
    #section1 .imageRestoText {
        flex: 1 0 60%;
        padding-left: 30px;
    }

    #section2 .imagePers {
        margin-left: 4%;
    }
    #section2 .imageRestoText {
        flex: 1 0 68%;
    }

    #div3D .imagePers {
        margin-left: 0;
    }
    #div3D .imageRestoText {
        flex: 1 0 60%;
        padding-left: 30px;
    }

    #divMyrtis .imagePers {
        margin-left: 4%;
    }
    #divMyrtis .imgPersInner {
        flex: 1 0 60%;
    }
    #divMyrtis .imageRestoText {
        flex: 1 0 60%;
    }

    #section3 .imagePers {
        margin-left: 4%;
    }
    #section3 .imageRestoText {
        flex: 1 0 68%;
    }

    #divDetails .imagePers {
         margin-left: 0;
    }
    #divDetails .imageRestoText {
        padding-left: 30px;
        flex: 1 0 60%;
    }
}

