/* Import de Font Awesome localement */
@import "fonts/fontawesome/css/all.css";

/* Header principal responsive */
.main-header {
    background-color: var(--vert-fonce);
    width: 100%;
}

.tk-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 2%;
    box-sizing: border-box;
}

.tk-brand,
.tk-nav,
.tk-contact-btn,
.tk-hamburger {
    min-width: 0;
}

.tk-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
	font-family: var(--font-body);
    font-size: 25px;
    font-weight: 700;
    color: var(--blanc);
}

.tk-nav-item {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;
    color: var(--beige-fonce);
    text-decoration: none;
    padding: 12px 16px;
    display: block;
    border-radius: 4px;
    transition: background 0.3s;
}

.tk-nav-item :hover {
	color: var(--blanc);
}

.tk-contact-btn {
    white-space: nowrap;
    padding: 0.75rem 1.5rem;
    background: var(--beige-fonce);
    border: none;
    border-radius: 50px;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 700;
    color: var(--noir);
    cursor: pointer;
    transition: transform 0.2s;
}

.tk-contact-btn:hover {
    transform: scale(1.05);
	color: var(--blanc);
}

.tk-nav {
    display: flex;
    gap: 0.5rem;
    flex: 1 1 auto;
    justify-content: center;
    min-width: 0;
}

.tk-contact-btn {
    flex: 0 0 auto;
    white-space: nowrap;
}

.tk-hamburger {
    display: none;
    flex: 0 0 auto;
}

.tk-hamburger span {
    width: 25px;
    height: 20px;
    background: var(--blanc);
    border-radius: 2px;
    transition: 0.3s;
	font-size: 16px;
    font-weight: 500;
    color: var(--noir);
}

/* Mobile */
@media (max-width: 768px) {
    .tk-header {
        flex-wrap: wrap;
    }

    .tk-brand {
        order: 1;
    }

    .tk-contact-btn {
        order: 2;
        margin-left: auto;
    }

    .tk-hamburger {
        display: flex;
        order: 3;
    }

    .tk-nav {
        display: none;
        order: 4;
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
    }

    .tk-nav.active {
        display: flex;
    }
}

.tk-frame-pg1,
.tk-frame-pg2,
.tk-frame-pg3,
.tk-frame-pg4,
.tk-frame-pg5,
.tk-frame-pg6,
.tk-frame-contact,
.tk-frame-footer {
    flex-direction: column;
    align-items: center;
    /*margin-left: 0 auto;*/
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: none;
    position: relative
}

.tk-frame-pg1 {
	padding: 0px 0px 0px 0px;
}

.tk-1232box-row {
    padding: 100px 16px 100px 16px;
    flex-direction: row;
    -moz-column-gap: 50px;
         column-gap: 50px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 1232px;
    position: relative
}

.tk-525box-column {
    padding: 0px 0px 10px 0px;
    flex-direction: column;
    justify-content: center;
    /*align-items: start;*/
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 575px;
    position: relative
}

.tk-330box-column {
    padding: 0px 0px 10px 0px;
    flex-direction: column;
    justify-content: center;
    /*align-items: start;*/
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 330px;
    position: relative
}

.tk-text-descript46 {
    font-family: var(--font-body);
    font-size: 46px;
    font-weight: 700;
    line-height: 56px;	
	padding: 0px 0px 20px 0px;
    opacity: 100%;
	width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
	max-width: 550px
}

.tk-text-descript18 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;	
    padding: 0px 0px 35px 0px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
	width: 100%;
    /*width: -moz-fit-content;
    width: fit-content;*/
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
	max-width: 550px
}

.tk-box-row {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    position: relative
}

.tk-galerie-pics {
    border-radius: 20px 20px 20px 20px;
    /*-o-object-fit: cover;
       object-fit: cover;*/
    width: 100%;
    position: relative;
}

.home-e-16 {
    padding: 0px 0px 0px 50px;
    flex-direction: row;
    /*align-items: center;*/
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-top: -10px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    /*max-width: 1200px;*/
    position: relative
}

.home-e-17 {
    /*font-family: var(--font-body);*/
    font-size: 16px;
    font-weight: 400;
    padding: 20px 20px 20px 20px;
    line-height: 26px;
    box-shadow: 0px 8px 30px 0px var(--gris-clair);
    border-radius: 6px 6px 6px 6px;
    opacity: 100%;
    width: 36.7964779974842%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.tk-frame-encart {
	padding: 30px 16px 45px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*background-color: var(--vert-fonce);*/
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    position: relative
}

.tk-1232encart-row {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 50px;
         column-gap: 50px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 1200px;
    position: relative	
}

/*.tk-box-column-no-pad {*/
    /*padding: 0px 0px 0px 0px;*/
    /*flex-direction: column;*/
    /*transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);*/
    /*height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;*/
    /*max-width: 575px;*/
    /*position: relative
}*/

.tk-box-column {
    /*padding: 0px 0px 0px 0px;*/
    flex-direction: column;
    /*align-items: center;*/
    /*transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);*/
    height: auto;
    /*width: -moz-fit-content;
    width: fit-content;*/
	width: 100%;
    display: flex;
    margin-right: 0 auto;
	/*max-width: 1232px;*/
    position: relative	
}

.tk-text-encart18 {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    padding: 25px 0px 20px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 575px
}

.tk-text-descript25 {
    font-size: 25px;
    font-weight: 700;
    padding: 0px 0px 0px 0px;
    line-height: 35px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: inline-block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.tk-text-descript14 {
    font-size: 14px;
    font-weight: 300;
    padding: 0px 0px 0px 0px;
    line-height: 35px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: inline-block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.tk-frame-pg2 {
    padding: 0px 0px 0px 0px;
}

.tk-text-descript36 {
    font-family: var(--font-body);
    font-size: 36px;
    font-weight: 600;
    color: var(--blanc);
    padding: 25px 0px 20px 0px;
    line-height: 46px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 575px	
}

.tk-frame-pg3 {
    padding: 0px 0px 20px 0px;
}

.home-e-54 {
    padding: 100px 16px 100px 16px;
    flex-direction: column;
    align-items: center;
    background-color: var(--blanc-vert);
    background-image: linear-gradient(270deg, rgba(127, 127, 127, 0.1) 0%, rgba(127, 127, 127, 0.1)97.7%);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: none;
    position: relative
}

.home-e-56 {
    font-family: var(--font-body);
    font-size: 36px;
    font-weight: 700;
    color: var(--noir);
    padding: 0px 0px 20px 0px;
    text-align: center;
    line-height: 46px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    width: 600px;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-57 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    color: var(--noir);
    padding: 0px 0px 35px 0px;
    text-align: center;
    line-height: 28px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-55 {
    padding: 20px 0px 0px 0px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 1200px;
    position: relative
}

.home-e-58 {
    padding: 30px 20px 30px 20px;
    flex-direction: column;
    background-color: transparent;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
	border: 2px solid var(--vert-moyen);
    border-radius: 14px 14px 14px 14px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 385px;
    position: relative
}

.home-e-59 {
    padding: 0px 0px 0px 0px;
    color: var(--vert-moyen);
    text-align: left;
    font-size: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-60 {
    font-family: var(--font-body);
    font-size: 22px;
    font-weight: 600;
    color: var(--noir);
    padding: 20px 0px 10px 0px;
    text-align: left;
    line-height: 32px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-61 {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    color: var(--noir);
    text-align: left;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-69 {
    padding: 30px 20px 30px 20px;
    flex-direction: column;
    background-color: var(--vert-moyen);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 14px 14px 14px 14px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 385px;
    position: relative
}

.home-e-66 {
    padding: 0px 0px 0px 0px;
    color: var(--blanc);
    text-align: left;
    font-size: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-67 {
    font-family: var(--font-body);
    font-size: 22px;
    font-weight: 600;
    color: var(--blanc);
    padding: 20px 0px 10px 0px;
    text-align: left;
    line-height: 32px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-68 {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    color: var(--blanc);
    padding: 0px 0px 10px 0px;
    text-align: left;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-65 {
    padding: 30px 20px 30px 20px;
    flex-direction: column;
    background-color: transparent;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
	border: 2px solid var(--vert-moyen);
    border-radius: 14px 14px 14px 14px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 385px;
    position: relative
}

.home-e-62 {
    padding: 0px 0px 0px 0px;
    color: var(--vert-moyen);
    text-align: left;
    font-size: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-63 {
    font-family: var(--font-body);
    font-size: 22px;
    font-weight: 600;
    color: var(--noir);
    padding: 20px 0px 10px 0px;
    text-align: left;
    line-height: 32px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-64 {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    color: var(--noir);
    padding: 0px 0px 10px 0px;
    text-align: left;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-81 {
    padding: 30px 20px 30px 20px;
    flex-direction: column;
    background-color: transparent;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
	border: 2px solid var(--vert-moyen);
    border-radius: 14px 14px 14px 14px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 385px;
    position: relative
}

.home-e-78 {
    padding: 0px 0px 0px 0px;
    color: var(--vert-moyen);
    text-align: left;
    font-size: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-79 {
    font-family: var(--font-body);
    font-size: 22px;
    font-weight: 600;
    color: var(--noir);
    padding: 20px 0px 10px 0px;
    text-align: left;
    line-height: 32px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-80 {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    color: var(--noir);
    padding: 0px 0px 10px 0px;
    text-align: left;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-77 {
    padding: 30px 20px 30px 20px;
    flex-direction: column;
    background-color: transparent;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
	border: 2px solid var(--vert-moyen);
    border-radius: 14px 14px 14px 14px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 385px;
    position: relative
}

.home-e-74 {
    padding: 0px 0px 0px 0px;
    color: var(--vert-moyen);
    text-align: left;
    font-size: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-75 {
    font-family: var(--font-body);
    font-size: 22px;
    font-weight: 600;
    color: var(--noir);
    padding: 20px 0px 10px 0px;
    text-align: left;
    line-height: 32px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-76 {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    color: var(--noir);
    padding: 0px 0px 10px 0px;
    text-align: left;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-73 {
    padding: 30px 20px 30px 20px;
    flex-direction: column;
    background-color: transparent;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
	border: 2px solid var(--vert-moyen);
    border-radius: 14px 14px 14px 14px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 385px;
    position: relative
}

.home-e-70 {
    padding: 0px 0px 0px 0px;
    color: var(--vert-moyen);
    text-align: left;
    font-size: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-71 {
    font-family: var(--font-body);
    font-size: 22px;
    font-weight: 600;
    color: var(--noir);
    line-height: 32px;
    padding: 20px 0px 10px 0px;
    text-align: left;
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-72 {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    color: var(--noir);
    line-height: 26px;
    padding: 0px 0px 10px 0px;
    text-align: left;
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

/*.tk-frame-pg4 {
    padding: 0px 0px 20px 0px;
}

.home-e-86 {
    padding: 100px 16px 100px 16px;
    flex-direction: column;
    align-items: center;
    background-color: var(--blanc-vert);
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: none;
    position: relative
}

.home-e-87 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 1200px;
    position: relative
}

.home-e-85 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    color: var(--noir);
    padding: 0px 0px 15px 0px;
    text-align: center;
    line-height: 28px;
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 345px
}

.home-e-84 {
    font-family: var(--font-body);
    font-size: 36px;
    font-weight: 700;
    color: var(--noir);
    padding: 0px 0px 20px 0px;
    text-align: center;
    line-height: 46px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 345px
}

.home-e-83 {
    padding: 50px 0px 0px 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 20px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 1200px;
    position: relative
}

.home-e-99 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: none;
    position: relative
}

.home-e-88 {
    padding: 20px 20px 20px 20px;
    flex-direction: row;
    background-color: transparent;
    border: 2px solid var(--gris-moyen);
    border-radius: 20px 20px 20px 20px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 550px;
    position: relative
}

.home-e-89 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 500px;
    position: relative
}

.home-e-82 {
    font-family: var(--font-body);
    font-size: 24px;
    font-weight: 600;
    color: var(--noir);
    padding: 0px 0px 5px 0px;
    text-align: left;
    line-height: 34px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-90 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 2px;
         column-gap: 2px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    position: relative
}

.home-e-91 {
    padding: 0px 0px 0px 0px;
    color: var(--orange);
    text-align: left;
    font-size: 15px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-95 {
    padding: 0px 0px 0px 0px;
    color: var(--orange);
    text-align: left;
    font-size: 15px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-94 {
    padding: 0px 0px 0px 0px;
    color: var(--orange);
    text-align: left;
    font-size: 15px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-93 {
    padding: 0px 0px 0px 0px;
    color: var(--orange);
    text-align: left;
    font-size: 15px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-92 {
    padding: 0px 0px 0px 0px;
    color: var(--orange);
    text-align: left;
    font-size: 15px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-96 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    color: var(--noir);
    line-height: 28px;
    padding: 20px 0px 0px 0px;
    text-align: left;
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-97 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    color: var(--noir);
    line-height: 28px;
    padding: 20px 0px 0px 0px;
    text-align: left;
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-98 {
    padding: 0px 0px 0px 32px;
    color: var(--gris-moyen);
    font-size: 80px;
    line-height: 90px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-130 {
    padding: 20px 20px 20px 20px;
    flex-direction: row;
    background-color: transparent;
    border: 2px solid var(--gris-moyen);
    border-radius: 20px 20px 20px 20px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 550px;
    position: relative
}

.home-e-131 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 500px;
    position: relative
}

.home-e-141 {
    font-family: var(--font-body);
    font-size: 24px;
    font-weight: 600;
    color: var(--noir);
    padding: 0px 0px 5px 0px;
    text-align: left;
    line-height: 34px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-132 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 2px;
         column-gap: 2px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    position: relative
}

.home-e-133 {
    padding: 0px 0px 0px 0px;
    color: var(--orange);
    text-align: left;
    font-size: 15px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-137 {
    padding: 0px 0px 0px 0px;
    color: var(--orange);
    text-align: left;
    font-size: 15px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-136 {
    padding: 0px 0px 0px 0px;
    color: var(--orange);
    text-align: left;
    font-size: 15px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-135 {
    padding: 0px 0px 0px 0px;
    color: var(--orange);
    text-align: left;
    font-size: 15px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-134 {
    padding: 0px 0px 0px 0px;
    color: var(--orange);
    text-align: left;
    font-size: 15px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-138 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    color: var(--noir);
    line-height: 28px;
    padding: 20px 0px 0px 0px;
    text-align: left;
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-139 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    color: var(--noir);
    line-height: 28px;
    padding: 20px 0px 0px 0px;
    text-align: left;
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-140 {
    padding: 0px 0px 0px 32px;
    color: var(--gris-moyen);
    font-size: 80px;
    line-height: 90px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-142 {
    padding: 20px 20px 20px 20px;
    flex-direction: row;
    background-color: transparent;
    border: 2px solid var(--gris-moyen);
    border-radius: 20px 20px 20px 20px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 550px;
    position: relative
}

.home-e-143 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 500px;
    position: relative
}

.home-e-152 {
    font-family: var(--font-body);
    font-size: 24px;
    font-weight: 600;
    color: var(--noir);
    padding: 0px 0px 5px 0px;
    text-align: left;
    line-height: 34px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-144 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 2px;
         column-gap: 2px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    position: relative
}

.home-e-145 {
    padding: 0px 0px 0px 0px;
    color: var(--orange);
    text-align: left;
    font-size: 15px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-149 {
    padding: 0px 0px 0px 0px;
    color: var(--orange);
    text-align: left;
    font-size: 15px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-148 {
    padding: 0px 0px 0px 0px;
    color: var(--orange);
    text-align: left;
    font-size: 15px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-147 {
    padding: 0px 0px 0px 0px;
    color: var(--orange);
    text-align: left;
    font-size: 15px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-146 {
    padding: 0px 0px 0px 0px;
    color: var(--orange);
    text-align: left;
    font-size: 15px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-150 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    color: var(--noir);
    line-height: 28px;
    padding: 20px 0px 0px 0px;
    text-align: left;
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-151 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    color: var(--noir);
    line-height: 28px;
    padding: 20px 0px 0px 0px;
    text-align: left;
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-153 {
    padding: 0px 0px 0px 32px;
    color: var(--gris-moyen);
    font-size: 80px;
    line-height: 90px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}*/

/* FAQ en attente
.tk-frame-pg5 {
    padding: 0px 0px 20px 0px;
}

.home-e-164 {
    padding: 50px 16px 0px;
    flex-direction: column;
    align-items: center;
    margin-left: NaNauto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: none;
    position: relative
}

.home-e-163 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    -moz-column-gap: 100px;
         column-gap: 100px;
    row-gap: 50px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 1200px;
    position: relative
}

.home-e-161 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 500px;
    position: relative
}

.home-e-159 {
    font-family: var(--font-body);
    font-size: 36px;
    font-weight: 600;
    color: var(--noir);
    padding: 0px 0px 20px 0px;
    line-height: 46px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-160 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    color: var(--noir);
    padding: 0px 0px 20px 0px;
    line-height: 28px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-162 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 30px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 600px;
    position: relative
}

.home-e-168 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 30px;
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    position: relative
}

.home-e-167 {
    padding: 0px 0px 25px 0px;
    justify-content: space-between;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-width: 0px 0px 1px 0px;
    border-style: none none solid none;
    border-color: transparent transparent var(--gris-moyen) transparent;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    position: relative
}

.home-e-165 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    color: var(--noir);
    line-height: 28px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-170 {
    padding: 0px 0px 0px 0px;
    color: #000000ff;
    text-align: center;
    font-size: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: none;
    position: relative
}

.home-e-166 {
    padding: 0px 0px 0px 0px;
    color: #000000ff;
    text-align: center;
    font-size: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.home-e-190 {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    color: var(--noir);
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-186 {
    padding: 0px 0px 25px 0px;
    justify-content: space-between;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-width: 0px 0px 1px 0px;
    border-style: none none solid none;
    border-color: transparent transparent #4a4a4a44 transparent;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    position: relative
}

.home-e-183 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    color: var(--noir);
    line-height: 28px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-184 {
    padding: 0px 0px 0px 0px;
    color: #000000ff;
    text-align: center;
    font-size: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.home-e-185 {
    padding: 0px 0px 0px 0px;
    color: #000000ff;
    text-align: center;
    font-size: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: none;
    position: relative
}

.home-e-189 {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    color: var(--noir);
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-182 {
    padding: 0px 0px 25px 0px;
    justify-content: space-between;
    border-width: 0px 0px 1px 0px;
    border-style: none none solid none;
    border-color: transparent transparent #4a4a4a44 transparent;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    position: relative
}

.home-e-179 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    color: var(--noir);
    line-height: 28px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-180 {
    padding: 0px 0px 0px 0px;
    color: #000000ff;
    text-align: center;
    font-size: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.home-e-181 {
    padding: 0px 0px 0px 0px;
    color: #000000ff;
    text-align: center;
    font-size: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: none;
    position: relative
}

.home-e-188 {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    color: var(--noir);
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-178 {
    padding: 0px 0px 25px 0px;
    justify-content: space-between;
    border-width: 0px 0px 1px 0px;
    border-style: none none solid none;
    border-color: transparent transparent #4a4a4a44 transparent;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    position: relative
}

.home-e-175 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    color: var(--noir);
    line-height: 28px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-176 {
    padding: 0px 0px 0px 0px;
    color: #000000ff;
    text-align: center;
    font-size: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.home-e-177 {
    padding: 0px 0px 0px 0px;
    color: #000000ff;
    text-align: center;
    font-size: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: none;
    position: relative
}

.home-e-187 {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    color: var(--noir);
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-174 {
    padding: 0px 0px 25px 0px;
    justify-content: space-between;
    border-width: 0px 0px 1px 0px;
    border-style: none none solid none;
    border-color: transparent transparent #4a4a4a44 transparent;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    position: relative
}

.home-e-171 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    color: var(--noir);
    line-height: 28px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-172 {
    padding: 0px 0px 0px 0px;
    color: #000000ff;
    text-align: center;
    font-size: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.home-e-173 {
    padding: 0px 0px 0px 0px;
    color: #000000ff;
    text-align: center;
    font-size: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: none;
    position: relative
}

.home-e-169 {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    color: var(--noir);
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}
FIN FAQ en attente*/

.tk-frame-pg6 {
    padding: 0px 0px 20px 0px;
}

.home-e-106 {
    padding: 100px 16px 100px 16px;
    flex-direction: column;
    align-items: center;
    /*background-color: var(--blanc-vert);*/
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: none;
    position: relative
}

.home-e-107 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 50px;
         column-gap: 50px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 1200px;
    position: relative
}

.home-e-104 {
    font-family: var(--font-body);
    font-size: 36px;
    font-weight: 700;
    color: var(--noir);
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 46px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-105 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    color: var(--noir);
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 28px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-103 {
    padding: 60px 0px 0px 0px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 1200px;
    position: relative
}

.home-e-102 {
    padding: 30px 20px 30px 20px;
    flex-direction: column;
    background-color: var(--gris-moyen);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    box-shadow: 0px 0px 3px 0px var(--gris-moyen);
    border-radius: 14px 14px 14px 14px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 385px;
    position: relative
}

.home-e-108 {
    border-radius: 10px 10px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 250px;
    position: relative
}

.home-e-100 {
    font-family: var(--font-body);
    font-size: 24px;
    font-weight: 600;
    color: var(--noir);
    padding: 20px 0px 10px 0px;
    text-align: left;
    line-height: 34px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-101 {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    color: var(--noir);
    padding: 0px 0px 10px 0px;
    text-align: left;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 80%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-116 {
    padding: 30px 20px 30px 20px;
    flex-direction: column;
    background-color: var(--gris-moyen);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    box-shadow: 0px 0px 3px 0px var(--gris-moyen);
    border-radius: 14px 14px 14px 14px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 385px;
    position: relative
}

.home-e-115 {
    border-radius: 10px 10px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 250px;
    position: relative
}

.home-e-113 {
    font-family: var(--font-body);
    font-size: 24px;
    font-weight: 600;
    color: var(--noir);
    padding: 20px 0px 10px 0px;
    text-align: left;
    line-height: 34px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-114 {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    color: var(--noir);
    padding: 0px 0px 10px 0px;
    text-align: left;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 80%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-112 {
    padding: 30px 20px 30px 20px;
    flex-direction: column;
    background-color: var(--gris-moyen);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    box-shadow: 0px 0px 3px 0px var(--gris-moyen);
    border-radius: 14px 14px 14px 14px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 385px;
    position: relative
}

.home-e-111 {
    border-radius: 10px 10px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 250px;
    position: relative
}

.home-e-109 {
    font-family: var(--font-body);
    font-size: 24px;
    font-weight: 600;
    color: var(--noir);
    line-height: 34px;
    padding: 20px 0px 10px 0px;
    text-align: left;
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.home-e-110 {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    color: var(--noir);
    line-height: 26px;
    padding: 0px 0px 10px 0px;
    text-align: left;
    opacity: 80%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 600px
}

.tk-frame-contact {
    padding: 0px 0px 100px 0px;
}

.home-e-117 {
    padding: 80px 16px 80px 16px;
    flex-direction: column;
    align-items: center;
    background-color: var(--vert-fonce);
    margin-top: 70px;
	border-radius: 50px 50px 50px 50px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 1200px;
    position: relative
}

.home-e-118 {
    font-family: var(--font-body);
    font-size: 36px;
    font-weight: 700;
    color: var(--blanc);
    line-height: 46px;
    padding: 0px 0px 20px 0px;
    text-align: center;
    opacity: 100%;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-119 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    color: var(--blanc);
    line-height: 28px;
    padding: 0px 0px 40px 0px;
    text-align: center;
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 585px
}

.home-e-121 {
    padding: 12px 26px 12px 26px;
    background-color: var(--vert-moyen);
    border-radius: 100px 100px 100px 100px;
    border-width: 0px 0px 0px 0px;
    border-style: groove groove groove groove;
    border-color: var(--noir) var(--noir) var(--noir) var(--noir);
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 700;
    color: var(--blanc);
    line-height: 26px;
    width: 469.5536585365853px;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.tk-frame-footer {
    padding: 50px 0px 20px 0px;
    background-color: var(--blanc);
}

.home-e-212 {
    padding: 0px 0px 60px 0px;
    flex-direction: row;
    justify-content: space-between;
    -moz-column-gap: 50px;
         column-gap: 50px;
    border-width: 0px 0px 1px 0px;
    border-style: none none solid none;
    border-color: transparent transparent var(--gris-moyen) transparent;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 1200px;
    position: relative
}

.home-e-213 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 320px;
    position: relative
}

.home-e-214 {
    font-family: var(--font-body);
    font-size: 25px;
    font-weight: 900;
    color: var(--noir);
    line-height: 35px;
    padding: 0px 0px 0px 0px;
    opacity: 100%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.home-e-215 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    color: var(--noir);
    line-height: 28px;
    padding: 20px 0px 20px 0px;
    opacity: 100%;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-216 {
    padding: 20px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 14px;
         column-gap: 14px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    position: relative
}

.home-e-217 {
    padding: 0px 0px 0px 0px;
    color: var(--noir);
    font-size: 22px;
    line-height: 32px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-219 {
    padding: 0px 0px 0px 0px;
    color: var(--noir);
    font-size: 22px;
    line-height: 32px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-218 {
    padding: 0px 0px 0px 0px;
    color: var(--noir);
    font-size: 22px;
    line-height: 32px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-220 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-right: 0 auto;
    max-width: none;
    position: relative
}

.home-e-222 {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 700;
    color: var(--noir);
    line-height: 26px;
    opacity: 100%;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-223 {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    color: var(--noir);
    line-height: 26px;
    padding: 0px 0px 5px 0px;
    opacity: 100%;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-221 {
    padding: 10px 30px 10px 30px;
    background-color: var(--beige-fonce);
    border-radius: 100px 100px 100px 100px;
    border-width: 0px 0px 0px 0px;
    border-style: groove groove groove groove;
    border-color: var(--noir) var(--noir) var(--noir) var(--noir);
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;
    color: var(--noir);
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    /*min-height: 56px;*/
	cursor: pointer
}

.home-e-225 {
    padding: 10px 0px 10px 0px;
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 20px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: 1300px;
    position: relative
}

.home-e-226 {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 500;
    color: var(--noir);
    line-height: 25px;
    padding: 0px 0px 0px 0px;
    opacity: 100%;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

* {
    line-height: 1
}

*,
*::before,
*::after {
    box-sizing: border-box
}
/*  *********************
/*  TEXTES
/*  ********************* */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 300
}

a {
    color: inherit;
    text-decoration: inherit
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.justify {
    text-align: justify
}

.ff1 {
    font-family: var(--font-body);
}

.blanc {
	color: var(--blanc);
}

.noir {
	color: var(--noir);
}

.beige-fonce {
	color: var(--beige-fonce);
}

.vert-moyen {
	color: var(--vert-moyen);
}

.orange {
	color: var(--orange);
}

.gris-moyen {
	color: var(--gris-moyen);
}
/*  *********************
/*  ASPECT - COULEURS - FORMES - FONDS
/*  ********************* */
.bkblanc {
	background-color: var(--blanc);
}

.bkblancv {
	background-color: var(--blanc-vert);
}

.bkvertp {
	background-color: var(--vert-pale);
}

.bkvertf {
	background-color: var(--vert-fonce);
}

.bkvertm {
	background-color: var(--vert-moyen);
}

.bkbeigef {
	background-color: var(--beige-fonce);
}

.bkbeigem {
	background-color: var(--beige-moyen);
}

.bkbeigec {
	background-color: var(--beige-clair);
}

/*  *********************
/*  POSITION - DIMENSIONS - PADDING
/*  ********************* */
.container {
    max-width: 1140px;
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto !important;
    margin-left: auto !important
}

.pad00200 {
	padding: 0 0 20 0;
}

.pad20 {
	padding: 20 20 20 20;
}

.pad0 {
	padding: 0 0 20 0;
}

.maxw1232 {
	max-width: 1232px;
}

.maxw1200 {
	max-width: 1200px;
}

.maxw575 {
	max-width: 575px;
}

.maxw525 {
	max-width: 525px;
}

.maxw330 {
	max-width: 330px;
}

.maxw225 {
	max-width: 225px;
}

.alitmS {
	align-items: flex-start;
}

.alitmC {
	align-items: center;
}

.alitmE {
	align-items: flex-end;
}

/*  *********************
/*  MEDIA
/*  ********************* */

@media (min-width:576px) and (max-width:768px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) and (max-width:992px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .container {
        max-width: 960px
    }
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    line-height: 1
}

body {
    font-size: 0;
    font-family: "Nunito Sans"
}

html {
    font-size: 100%
}

input,
textarea,
select {
    min-height: 20px;
    border: 0;
    font-size: 16px
}

.headerOne,
.headerTwo,
.headerThree,
.headerFour,
.headerFive,
.headerSix,
.paragraph {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0.1rem 0;
    width: 100%
}

.lg-text-center-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: inherit
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    display: inherit;
    height: inherit;
    width: initial;
    flex-direction: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    align-items: inherit;
    row-gap: inherit;
    -moz-column-gap: inherit;
         column-gap: inherit;
    -o-object-fit: inherit;
       object-fit: inherit
}

a,
a:link,
a:visited,
a:focus,
a:hover,
a:active {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}

img {
    width: 100%;
    height: 100%;
    -o-object-fit: inherit;
       object-fit: inherit;
    border-radius: inherit
}

video {
    width: 100%;
    height: 100%;
    -o-object-fit: inherit;
       object-fit: inherit;
    border-radius: inherit
}

span {
    display: block
}

p span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.paragraph span,
.headerOne span,
.headerTwo span,
.headerThree span,
.headerFour span,
.headerFive span,
.headerSix span {
    display: inline
}

p a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.paragraph a,
.headerOne a,
.headerTwo a,
.headerThree a,
.headerFour a,
.headerFive a,
.headerSix a {
    color: inherit;
    display: inline
}

p strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.paragraph strong,
.headerOne strong,
.headerTwo strong,
.headerThree strong,
.headerFour strong,
.headerFive strong,
.headerSix strong {
    font-weight: 700
}

.home-e-10::-moz-placeholder {
    color: var(--noir)
}

.home-e-43:hover {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box
}

.home-e-51:hover {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box
}

.home-e-46:hover {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box
}
/*FAQ en attente
.home-e-165:hover {
    opacity: 62%
}

.home-e-183:hover {
    opacity: 62%
}

.home-e-179:hover {
    opacity: 62%
}

.home-e-175:hover {
    opacity: 62%
}

.home-e-171:hover {
    opacity: 62%
}
FIN FAQ en attente*/

.home-e-121:hover {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box
}

.home-e-217:hover {
    color: var(--vert-moyen)
}

.home-e-219:hover {
    color: var(--vert-moyen)
}

.home-e-218:hover {
    color: var(--vert-moyen)
}

.home-e-221:hover {
    background-color: var(--beige-fonce);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box
}

@media (max-width:1199px) {
    .tk-header {
        padding: 15px 15px 15px 15px
    }

    .tk-nav {
        padding: 32px 16px 32px 16px;
        flex-direction: column;
        align-items: center;
        background-color: var(--vert-fonce);
        margin-top: 72px;
        width: 100%
    }

    .tk-nav-item {
        justify-content: center;
        width: 100%;
        display: flex
    }

	.tk-1232box-row {
        padding: 50px 16px 50px 16px;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        row-gap: 50px
	}


    .tk-525box-column {
        align-items: center
    }

    .tk-text-descript46 {
        text-align: center
    }

    .home-e-8 {
        text-align: center
    }

    .home-e-24 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px
    }

    .tk-text-descript36 {
        text-align: center
    }

    .home-e-27 {
        text-align: center
    }

    .home-e-28 {
        justify-content: center
    }

    .home-e-41 {
        text-align: center
    }

    .tk-text-descript18 {
        text-align: center
    }

    .home-e-50 {
        text-align: center
    }

    .home-e-47 {
        align-items: center
    }

    .home-e-44 {
        text-align: center
    }

    .home-e-55 {
        justify-content: center
    }

    .home-e-58 {
        align-items: center
    }

    .home-e-59 {
        width: auto;
        height: auto
    }

    .home-e-60 {
        text-align: center
    }

    .home-e-61 {
        text-align: center
    }

    .home-e-69 {
        align-items: center
    }

    .home-e-66 {
        width: auto;
        height: auto
    }

    .home-e-67 {
        text-align: center
    }

    .home-e-68 {
        text-align: center
    }

    .home-e-62 {
        text-align: center;
        width: auto;
        height: auto
    }

    .home-e-63 {
        text-align: center
    }

    .home-e-64 {
        text-align: center
    }

    .home-e-78 {
        text-align: center;
        width: auto;
        height: auto
    }

    .home-e-79 {
        text-align: center
    }

    .home-e-80 {
        text-align: center
    }

    .home-e-74 {
        text-align: center;
        width: auto;
        height: auto
    }

    .home-e-75 {
        text-align: center
    }

    .home-e-76 {
        text-align: center
    }

    .home-e-70 {
        text-align: center;
        width: auto;
        height: auto
    }

    .home-e-71 {
        text-align: center
    }

    .home-e-72 {
        text-align: center
    }

    .home-e-83 {
        row-gap: 40px
    }

    .home-e-91 {
        width: auto;
        height: auto
    }

    .home-e-95 {
        width: auto;
        height: auto
    }

    .home-e-94 {
        width: auto;
        height: auto
    }

    .home-e-93 {
        width: auto;
        height: auto
    }

    .home-e-92 {
        width: auto;
        height: auto
    }

    .home-e-98 {
        width: auto;
        height: auto
    }

    .home-e-133 {
        width: auto;
        height: auto
    }

    .home-e-137 {
        width: auto;
        height: auto
    }

    .home-e-136 {
        width: auto;
        height: auto
    }

    .home-e-135 {
        width: auto;
        height: auto
    }

    .home-e-134 {
        width: auto;
        height: auto
    }

    .home-e-140 {
        width: auto;
        height: auto
    }

    .home-e-145 {
        width: auto;
        height: auto
    }

    .home-e-149 {
        width: auto;
        height: auto
    }

    .home-e-148 {
        width: auto;
        height: auto
    }

    .home-e-147 {
        width: auto;
        height: auto
    }

    .home-e-146 {
        width: auto;
        height: auto
    }

    .home-e-153 {
        width: auto;
        height: auto
    }

    .home-e-161 {
        align-items: center
    }

     .home-e-107 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 30px
    }

    .home-e-104 {
        text-align: center
    }

    .home-e-105 {
        text-align: center
    }

    .home-e-103 {
        justify-content: center
    }

    .home-e-100 {
        text-align: center
    }

    .home-e-101 {
        text-align: center
    }

    .home-e-113 {
        text-align: center
    }

    .home-e-114 {
        text-align: center
    }

    .home-e-109 {
        text-align: center
    }

    .home-e-110 {
        text-align: center
    }

    .home-e-212 {
        flex-wrap: wrap;
        align-items: stretch;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 50px
    }

    .home-e-213 {
        align-items: stretch
    }

    .home-e-215 {
        text-align: left
    }

    .home-e-216 {
        justify-content: flex-start
    }

    .home-e-217 {
        width: auto;
        height: auto
    }

    .home-e-219 {
        width: auto;
        height: auto
    }

    .home-e-218 {
        width: auto;
        height: auto
    }

    .home-e-220 {
        align-items: stretch
    }
}

@media (max-width:767px) {
    .main-header {
        position: relative
    }

    .tk-header {
        padding: 15px 15px 15px 15px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .tk-brand {
		font-size: 22px;
        position: relative
    }

    .tk-nav {
        padding: 32px 16px 32px 16px;
        flex-direction: column;
        align-items: center;
        background-color: var(--vert-fonce);
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

     .tk-nav-item {
        justify-content: center;
        text-align: center;
        position: relative
    }

    .tk-contact-btn {
        position: relative
    }

    .tk-frame-pg1 {
        position: relative
    }

    .home-e-128 {
        flex-direction: row;
        position: relative
    }

    .home-e-127 {
        padding: 32px 16px 32px 16px;
        flex-direction: column;
        align-items: center;
        position: relative
    }

	.tk-1232box-row {
		padding: 50px 16px 50px 16px;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 50px;
        position: relative	
    }
	
    .tk-525box-column {
        align-items: center;
        position: relative
    }

    .tk-text-descript46 {
        font-size: 30px;
        text-align: center;
        line-height: 40px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 100%;
        position: relative
    }

    .home-e-8 {
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 80%;
        position: relative
    }

     .home-e-12 {
        position: relative
    }

    .tk-galerie-pics { 
        height: auto;
        max-width: 100%;
        position: relative
    }
		
     .home-e-16 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 10px;
        margin-top: -10px;
        position: relative
    }

    .home-e-17 {
        font-size: 10px;
        line-height: 20px;
        position: relative
    }

	.tk-frame-encart {
        position: relative
    }
	
	.tk-1232encart-row {
        flex-wrap: wrap;
        position: relative
    }

    .tk-525box-column {
        flex-wrap: wrap;
        position: relative
    }

    .tk-text-descript36 {
        font-size: 24px;
        text-align: center;
        line-height: 34px;
        position: relative
    }
	
    .tk-text-encart18 {
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        position: relative
    }	

    .tk-text-descript18 {
        position: relative
    }

    .tk-box-row {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
        position: relative
    }

    .tk-box-column {
        position: relative
    }

    .tk-text-descript25 {
        font-size: 30px;
        line-height: 40px;
        position: relative
    }

    .tk-text-descript14 {
        font-size: 12px;
        line-height: 22px;
        position: relative
    }

    .home-e-37 {
        position: relative
    }

    .home-e-35 {
        font-size: 30px;
        line-height: 40px;
        position: relative
    }

    .home-e-36 {
        font-size: 12px;
        line-height: 22px;
        position: relative
    }

    .home-e-34 {
        position: relative
    }

    .home-e-32 {
        font-size: 30px;
        line-height: 40px;
        position: relative
    }

    .home-e-33 {
        font-size: 12px;
        line-height: 22px;
        position: relative
    }
 
    .home-e-41 {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
        position: relative
    }

    .home-e-42 {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        position: relative
    }

    .tk-text-descript18 {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
        position: relative
    }

    .home-e-50 {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        position: relative
    }

    .home-e-54 {
        padding: 50px 16px 50px 16px;
        position: relative
    }

    .home-e-56 {
        font-size: 24px;
        line-height: 34px;
        max-width: 300px;
        position: relative
    }

    .home-e-57 {
        font-size: 14px;
        line-height: 24px;
        max-width: 360px;
        position: relative
    }

    .home-e-55 {
        justify-content: center;
        position: relative
    }

    .home-e-58 {
        max-width: none;
        position: relative
    }

    .home-e-59 {
        text-align: center;
        position: relative
    }

    .home-e-60 {
        text-align: center;
        position: relative
    }

    .home-e-61 {
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        position: relative
    }

    .home-e-69 {
        align-items: center;
        max-width: none;
        position: relative
    }

    .home-e-66 {
        position: relative
    }

    .home-e-67 {
        text-align: center;
        position: relative
    }

    .home-e-68 {
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        position: relative
    }

    .home-e-65 {
        align-items: center;
        max-width: none;
        position: relative
    }

    .home-e-62 {
        position: relative
    }

    .home-e-63 {
        text-align: center;
        position: relative
    }

    .home-e-64 {
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        position: relative
    }

    .home-e-81 {
        max-width: none;
        position: relative
    }

    .home-e-78 {
        text-align: center;
        position: relative
    }

    .home-e-79 {
        text-align: center;
        position: relative
    }

    .home-e-80 {
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        position: relative
    }

    .home-e-77 {
        max-width: none;
        position: relative
    }

    .home-e-74 {
        text-align: center;
        position: relative
    }

    .home-e-75 {
        text-align: center;
        position: relative
    }

    .home-e-76 {
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        position: relative
    }

    .home-e-73 {
        align-items: center;
        max-width: none;
        position: relative
    }

    .home-e-70 {
        position: relative
    }

    .home-e-71 {
        text-align: center;
        position: relative
    }

    .home-e-72 {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        position: relative
    }

    .home-e-86 {
        padding: 50px 16px 50px 16px;
        position: relative
    }

    .home-e-87 {
        position: relative
    }

    .home-e-85 {
        font-size: 14px;
        line-height: 24px;
        position: relative
    }

    .home-e-84 {
        font-size: 24px;
        line-height: 34px;
        position: relative
    }

    .home-e-83 {
        position: relative
    }

    .home-e-99 {
        align-items: center;
        position: relative
    }

    .home-e-88 {
        flex-direction: column-reverse;
        align-items: center;
        -moz-column-gap: 10px;
             column-gap: 10px;
        max-width: none;
        position: relative
    }

    .home-e-89 {
        position: relative
    }

    .home-e-82 {
        font-size: 24px;
        text-align: center;
        line-height: 34px;
        position: relative
    }

    .home-e-90 {
        justify-content: center;
        align-items: center;
        position: relative
    }

    .home-e-91 {
        font-size: 10px;
        line-height: 20px;
        position: relative
    }

    .home-e-95 {
        font-size: 10px;
        line-height: 20px;
        position: relative
    }

    .home-e-94 {
        font-size: 10px;
        line-height: 20px;
        position: relative
    }

    .home-e-93 {
        font-size: 10px;
        line-height: 20px;
        position: relative
    }

    .home-e-92 {
        font-size: 10px;
        line-height: 20px;
        position: relative
    }

    .home-e-96 {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        position: relative
    }

    .home-e-97 {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        position: relative
    }

    .home-e-98 {
        font-size: 28px;
        position: relative
    }

    .home-e-130 {
        flex-direction: column-reverse;
        align-items: center;
        -moz-column-gap: 10px;
             column-gap: 10px;
        max-width: none;
        position: relative
    }

    .home-e-131 {
        position: relative
    }

    .home-e-141 {
        text-align: center;
        position: relative
    }

    .home-e-132 {
        justify-content: center;
        align-items: center;
        position: relative
    }

    .home-e-133 {
        font-size: 10px;
        line-height: 20px;
        position: relative
    }

    .home-e-137 {
        font-size: 10px;
        line-height: 20px;
        position: relative
    }

    .home-e-136 {
        font-size: 10px;
        line-height: 20px;
        position: relative
    }

    .home-e-135 {
        font-size: 10px;
        line-height: 20px;
        position: relative
    }

    .home-e-134 {
        font-size: 10px;
        line-height: 20px;
        position: relative
    }

    .home-e-138 {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        position: relative
    }

    .home-e-139 {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        position: relative
    }

    .home-e-140 {
        font-size: 28px;
        position: relative
    }

    .home-e-142 {
        flex-direction: column-reverse;
        align-items: center;
        -moz-column-gap: 10px;
             column-gap: 10px;
        max-width: none;
        position: relative
    }

    .home-e-143 {
        position: relative
    }

    .home-e-152 {
        text-align: center;
        position: relative
    }

    .home-e-144 {
        justify-content: center;
        align-items: center;
        position: relative
    }

    .home-e-145 {
        font-size: 10px;
        line-height: 20px;
        position: relative
    }

    .home-e-149 {
        font-size: 10px;
        line-height: 20px;
        position: relative
    }

    .home-e-148 {
        font-size: 10px;
        line-height: 20px;
        position: relative
    }

    .home-e-147 {
        font-size: 10px;
        line-height: 20px;
        position: relative
    }

    .home-e-146 {
        font-size: 10px;
        line-height: 20px;
        position: relative
    }

    .home-e-150 {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        position: relative
    }

    .home-e-151 {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        position: relative
    }

    .home-e-153 {
        font-size: 28px;
        position: relative
    }

	/* En attente FAQ */
    /*.home-e-164 {
        position: relative
    }

    .home-e-163 {
        justify-content: flex-start;
        position: relative
    }

    .home-e-161 {
        align-items: center;
        position: relative
    }

    .home-e-159 {
        position: relative
    }

    .home-e-160 {
        text-align: center;
        position: relative
    }

    .home-e-162 {
        position: relative
    }

    .home-e-168 {
        position: relative
    }

    .home-e-167 {
        -moz-column-gap: 20px;
             column-gap: 20px;
        position: relative
    }

    .home-e-165 {
        position: relative
    }

    .home-e-170 {
        position: relative
    }

    .home-e-166 {
        position: relative
    }

    .home-e-190 {
        position: relative
    }

    .home-e-186 {
        -moz-column-gap: 20px;
             column-gap: 20px;
        position: relative
    }

    .home-e-183 {
        position: relative
    }

    .home-e-184 {
        position: relative
    }

    .home-e-185 {
        position: relative
    }

    .home-e-189 {
        position: relative
    }

    .home-e-182 {
        -moz-column-gap: 20px;
             column-gap: 20px;
        position: relative
    }

    .home-e-179 {
        position: relative
    }

    .home-e-180 {
        position: relative
    }

    .home-e-181 {
        position: relative
    }

    .home-e-188 {
        position: relative
    }

    .home-e-178 {
        -moz-column-gap: 20px;
             column-gap: 20px;
        position: relative
    }

    .home-e-175 {
        position: relative
    }

    .home-e-176 {
        position: relative
    }

    .home-e-177 {
        position: relative
    }

    .home-e-187 {
        position: relative
    }

    .home-e-174 {
        -moz-column-gap: 20px;
             column-gap: 20px;
        position: relative
    }

    .home-e-171 {
        position: relative
    }

    .home-e-172 {
        position: relative
    }

    .home-e-173 {
        position: relative
    }

    .home-e-169 {
        position: relative
    }*/
	/* Fin FAQ */
	
    .home-e-106 {
        padding: 50px 16px 50px 16px;
        position: relative
    }

    .home-e-107 {
        flex-wrap: wrap;
        row-gap: 30px;
        position: relative
    }

    .home-e-104 {
        font-size: 24px;
        text-align: center;
        line-height: 34px;
        position: relative
    }

    .home-e-105 {
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        position: relative
    }

    .home-e-103 {
        justify-content: center;
        position: relative
    }

    .home-e-102 {
        position: relative
    }

    .home-e-108 {
        height: 212px;
        max-width: 340px;
        position: relative
    }

    .home-e-100 {
        font-size: 20px;
        text-align: center;
        line-height: 30px;
        position: relative
    }

    .home-e-101 {
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        position: relative
    }

    .home-e-116 {
        position: relative
    }

    .home-e-115 {
        height: 212px;
        max-width: 340px;
        position: relative
    }

    .home-e-113 {
        font-size: 20px;
        text-align: center;
        line-height: 30px;
        position: relative
    }

    .home-e-114 {
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        position: relative
    }

    .home-e-112 {
        position: relative
    }

    .home-e-111 {
        height: 212px;
        max-width: 340px;
        position: relative
    }

    .home-e-109 {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        position: relative
    }

    .home-e-110 {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        position: relative
    }

    .home-e-117 {
        position: relative
    }

    .home-e-118 {
        font-size: 26px;
        line-height: 36px;
        position: relative
    }

    .home-e-119 {
        font-size: 14px;
        line-height: 24px;
        position: relative
    }

    .home-e-122 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 10px;
        background-color: var(--gris-clair);
        position: relative
    }

    .home-e-120 {
        font-size: 12px;
        line-height: 22px;
        text-align: center;
        background-color: var(--gris-clair);
        border-radius: 30px 30px 30px 30px;
        min-height: 46px;
        position: relative
    }

    .home-e-121 {
        font-size: 12px;
        line-height: 22px;
        width: 100%;
        max-width: 300px;
        position: relative
    }

    .home-e-211 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        position: relative
    }

    .home-e-212 {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 50px;
        max-width: none;
        position: relative
    }

    .home-e-213 {
        align-items: center;
        position: relative
    }

    .home-e-214 {
        position: relative
    }

    .home-e-215 {
        text-align: center;
        position: relative
    }

    .home-e-216 {
        justify-content: center;
        position: relative
    }

    .home-e-217 {
        position: relative
    }

    .home-e-219 {
        position: relative
    }

    .home-e-218 {
        position: relative
    }

    .home-e-220 {
        align-items: center;
        position: relative
    }

    .home-e-222 {
        position: relative
    }

    .home-e-223 {
        position: relative
    }

    .home-e-221 {
        position: relative
    }

    .home-e-225 {
        position: relative
    }

    .home-e-226 {
        position: relative
    }
}

.paragraph {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400
}