/* MAKE IT CREATIVE */


html body {
    position: relative;
    height: auto;
}

.seo_h1 {
    position: absolute;
    bottom: 0;
    z-index: 1;
    margin: 0;
    right: 20px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
}

/* Layout */
#ctb {
    position: fixed;
    top: 50%;
    z-index: 9;
    right: -220px;
}

#ctb ul li:hover {
    transform: translate(-220px, 0);
}

#ctb ul li {
    margin-bottom: 0px;
    height: 100px;
    width: 300px;
    background-color: #292348;
    border-radius: 50px 0 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease-in-out;
}

.btn-cote {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.btn-cote i {
    color: white;
    font-size: 25px;
}


.span-cta {
    color: white;
}

/* PAge d'accueil */

.pos {
    z-index: 3;
    position: relative;
}

.photo-2 {
    max-width: 600px;
    transform: translateY(10%);
}

.photo-3 {
    max-width: 200px;
    transform: translate(-50%, 26%);
}

.p-a {
    position: absolute;
    z-index: 2;
}

.paraf-3 {
    padding-top: 30px;
}

.photo {
    max-width: 700px;
    position: absolute;
    transform: translate(-11%, -54%);
    height: auto;
}

.card-service {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background-color: #f5f3ee;
    text-align: center;
    border-radius: 20px;
    box-shadow: 2px 0px 20px #cecece;
    padding-bottom: 20px;
    margin-bottom: 10px;
}


.card-service .h4 {
    color: #271e47;
    text-transform: uppercase;
    font-family: "made_tommy_softmedium";
    font-weight: 500;
    font-style: normal;
    font-size: 37px;
}

.margin1 .features {
    margin-top: 55px;
}

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

.features:hover {
    z-index: 2;
}

.features .rond {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #c3e8d8;
    border-radius: 100%;
    margin-bottom: 20px;
    width: 200px;
    height: 200px;
}


.features .h5 {
    color: #292348;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "made_tommy_softmedium";
    font-weight: 500;
    font-style: normal;
}

.rond img {
    height: 71px;
}

.bg-beige {
    background-image: url("../img/bg-accueil.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-beige img {
    transform: translateY(10%);
}

.video iframe {
    width: 504px;
    height: 280px;
}

.img-partenaires .col-sm-12 {
    margin-top: 25px;
    background-color: #fff;
    border-radius: 100%;
    width: 245px;
    overflow: hidden;
    height: 245px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-partenaires .col-sm-12 img {
    transform: translateY(-10px);
    overflow: hidden;
}

.img-partenaires .fa-chevron-left,
.img-partenaires .fa-chevron-right {
    color: #64d8b8 !important;
    background: none;
}

.img-partenaires .owl-item {
    display: flex;
    justify-content: center;
}

.photo-4 {
    position: absolute;
    right: 0;
    /* transform: translate(-10%, -20%); */
    top: 50px;
    max-width: 40%;
}

/* Navbar */

.navbar-nav > li {
    float: left;
}

.navbar-ul ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.navbar-top {
    align-items: flex-start;
    display: flex;
}

.navbar-header {
    display: none;
}

.navbar-nav li a {
    font-family: "tantalusboldregular";
    font-weight: bold;
    font-style: normal;
}

.navbar-right {
    margin-right: 0;
}

li a:hover .text-turquoise {
    color: #fff;
}

/* Footer  */

.flex-coor {
    display: flex;
    flex-direction: column;
}

.footer li,
.title-wiz-detail li {
    color: #292348;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
}

.footer li img {
    margin-right: 5px;
}

.footer .logo {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer .social-media {
    display: flex;
    justify-content: space-between;
}

/* .footer .social-media a {
    margin: 10px;
} */

.footer .credits,
.footer .credits a {
    color: #292348;
    font-family: "Roboto";
    font-weight: lighter;
    font-size: 18px;
}

.footer .list-unstyled li.tel:before,
.title-wiz-detail .list-unstyled li.tel:before {
    content: "";
    background: url(../img/call.png);
    position: absolute;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    left: -60px;
    top: -15px;
}

.footer .list-unstyled li.email:before,
.title-wiz-detail .list-unstyled li.email:before {
    content: "";
    background: url(../img/mail.png);
    position: absolute;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    left: -60px;
    top: -12px;
}

.footer .list-unstyled li.adresse:before,
.title-wiz-detail .list-unstyled li.adresse:before {
    content: "";
    background: url(../img/maps.png);
    position: absolute;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    left: -60px;
    top: 5px;
}

.footer .logo p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #64d8b8;
    margin: 20px;
    text-align: left;
}

.footer p {
    text-align: justify;
    font-family: "Roboto";
    font-weight: lighter;
    font-size: 20px;
    color: #000;
}

.footer b {
    font-family: "made_tommy_softmedium";
    font-weight: 400;
    font-style: normal;
    color: #64d8b8;
    font-size: 20px;
}

.item-footer {
    list-style: none;
    font-family: "tantalusboldregular" !important;
    font-weight: bold !important;
    font-style: normal;
}

.row-responsive {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* Title */

.title {
    color: #271e47;
    font-family: "made_tommy_softmedium";
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
}

.paraf-7 p {
    color: #271e47;
    font-family: "made_tommy_softmedium";
    font-weight: 500;
    font-style: normal;
}

.title-p {
    color: #64d8b8;
    text-align: center;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
}

.title-3,
.title-4 p {
    font-family: "made_tommy_softmedium";
    color: #292348;
    font-weight: normal;
    padding-top: 30px;
}

.title-partenaires {
    color: #292348;
    font-family: "made_tommy_softmedium";
    font-weight: 500;
    font-style: normal;
    font-size: 48px;
    text-align: center;
    padding-top: 55px;
}

#contact h2,
#blog h2,
#wiz h2 {
    font-family: "made_tommy_softmedium";
    font-weight: 500;
    color: #271e47;
    text-align: center;
    text-transform: none;
    font-size: 50px;
}


/* Paragraphes */

.paraf-7 b {
    text-transform: uppercase;
    color: #fff;
    font-family: "made_tommy_softmedium";
    font-weight: 500;
    font-style: normal;
    text-align: center;
}

.title span {
    color: #64d8b8;
}

.text-p-service {
    font-family: "Roboto";
    color: #adacac;
    font-style: normal;
    font-weight: 400;
    font-size: 37px;
}

.paraf {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #adacac;
    padding: 20px;
    text-align: center;
    line-height: 23px;
}

.paraf-6 blockquote,
.paraf-6 blockquote a {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    color: #adacac;
    padding: 0;
    font-size: 22px;
    text-align: center;
}

.text-prix {
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    line-height: 1.2;
    color: #64d8b8;
}

.text-prix span {
    color: #64d8b8;
    text-transform: uppercase;
}

.paraf-3 p {
    color: #fff;
    font-family: "Roboto";
    font-weight: normal;
    padding-bottom: 50px;
    font-size: 20px;
}

.paraf-3 strong {
    color: #fff;
    font-family: "Roboto";
    font-weight: bold;
}

.small-heading {
    font-family: "made_tommy_softmedium";
    color: #64d8b8;
    text-transform: uppercase;
    font-weight: lighter;
}

.paraf-7 {
    padding-top: 100px;
    text-align: left;
    color: #292348;
    font-family: "made_tommy_softmedium";
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    font-size: 45px;
    line-height: 1.2;
}

.paraf-8 {
    padding-top: 30px;
    color: #fff;
    font-family: "Roboto";
    font-weight: normal;
    font-size: 40px;
    line-height: 1.2;
}

.paraf-8 strong {
    color: #292348;
    font-weight: bold;
}

.paraf-9,
.paraf-10 {
    padding: 95px 0;
}

.paraf-11 {
    padding: 71px 0;
}

.paraf-9 .h2,
.paraf-11 .h2 {
    font-family: "made_tommy_softmedium";
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 25px;
}

.paraf-9 p,
.paraf-9 h2 {
    color: #fff;
    font-family: "Roboto";
    padding-top: 20px;
    line-height: 1.1;
    padding-right: 70px;
    text-transform: none;
    text-align: left;
}

.paraf-11 p {
    color: #fff;
    font-family: "Roboto";
    padding-top: 20px;
    line-height: 1.5;
    padding-right: 39px;
}

.paraf-9 b {
    color: #64d8b8;
    font-weight: 500;
}

.paraf-10 .h2 {
    font-family: "made_tommy_softmedium";
    text-transform: uppercase;
    color: #64d8b8;
    font-weight: 500;
}

.paraf-10 b,
.paraf-11 b {
    font-family: "made_tommy_softmedium";
    text-transform: uppercase;
    color: #271e47;
    font-weight: 500;
}

.paraf-10 h2 {
    padding-top: 20px;
}

.paraf-10 p,
.paraf-10 h2 {
    font-family: "Roboto";
    font-weight: normal;
    color: #adacac;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
    text-transform: none;
}

.icon-info p {
    color: #271e47;
    font-family: "made_tommy_softmedium";
    font-weight: 500;
    font-size: 24px;
    margin: 0 5px;
}

.well .icon-info p {
    font-size: 20px;
    margin: 0 5px;
}

.paraf-nosoffres p {
    color: #adacac;
    font-size: 24px;
    font-family: "Roboto";
    font-weight: normal;
    line-height: 37px;
}

.well .paraf-1 {
    font-size: 14px;
    font-family: "made_tommy_softmedium";
    font-weight: 500;
    color: #adacac;
    margin-top: 5px;
}

/* boutons */

.bouton-mon-compte,
.bouton-mon-compte:hover {
    background-color: #64d8b8 !important;
    border-radius: 25px;
    text-transform: uppercase;
    font-family: "tantalusboldregular";
    font-weight: bold;
    font-style: normal;
    font-size: 18px !important;
    text-align: center;
    color: #fff;
    padding: 6px 8px !important;
}

.bouton-decouverte {
    background-color: #64d8b8;
    border-radius: 25px;
    text-transform: uppercase;
    font-family: "tantalusboldregular";
    font-weight: bold;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    color: #fff;
    padding: 10px 17px;
}

.bouton-mon-compte:hover,
.bouton-decouverte:hover {
    color: #fff;
}

.btn-card-service {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #292348;
    font-family: "made_tommy_softmedium";
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    border-radius: 38px;
}

.btn-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.btn-contact a {
    margin-top: 15px;
    display: inline-block;
    border-radius: 38px;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    font-family: "made_tommy_softmedium";
    color: #fff;
    padding: 20px 0;
    background-color: #ffb27d;
    width: 322px;
}

.paraf-9 button,
.card-contact button {
    border-radius: 27px;
    background-color: #64d8b8;
    color: #fff;
    border: none;
    font-size: 24px;
    padding: 13px 38px;
    text-transform: uppercase;
    font-family: "tantalusboldregular";
    font-weight: 500;
    margin-top: 30px;
}

.card-contact button {
    box-shadow: none;
}

.bouton-filtre button {
    margin: 20px 0;
    border-radius: 27px;
    border: 0;
    color: #fff;
    font-size: 21px;
    text-align: center;
    font-family: "tantalusboldregular";
    padding: 10px 35px;
    text-transform: uppercase;
    background-color: #64d8b8;
    margin-right: 15px;
}

/* Page FAQ */

#faq .h3 {
    font-family: "made_tommy_softmedium";
    font-weight: 500;
    color: #64d8b8;
    text-align: center;
    text-transform: uppercase;
    font-size: 38px;
}

#faq b {
    color: #271e47;
}

#accordion a.accordion-toggle.collapsed {
    background-color: #271e47;
    padding: 20px 40px;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 35px;
}

#accordion a.accordion-toggle {
    padding: 20px 40px;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 35px;
}

/* Page Qui sommes-nous */

#equipe .card .h4 {
    font-family: "made_tommy_softmedium";
    font-size: 28px;
    color: #64d8b8;
    margin-top: 0px;
    width: 100%;
}

#equipe .card p {
    font-family: "made_tommy_softmedium";
    font-size: 24px;
    color: #271e47;
    margin-left: 0;
}

#equipe .h2 {
    color: #64d8b8;
    font-family: "made_tommy_softmedium";
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 45px;
}

#equipe b {
    color: #271e47;
}

#equipe p {
    color: #adacac;
    font-family: "Roboto";
    font-size: 37px;
    text-transform: uppercase;
    margin-left: 45px;
    padding-bottom: 40px;
}

#equipe .card {
    background-color: #f5f3ee;
    border-radius: 25px;
    text-align: center;
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 570px;
}

/* Page Contact */

.card-contact {
    padding: 30px;
    background-color: #271e47;
    border-radius: 35px;
}

.card-contact input,
.card-contact textarea {
    padding: 45px 30px;
    border-radius: 35px;
    background-color: #fff;
    border: 0;
}

.card-contact .paraf {
    font-family: "made_tommy_softmedium";
    font-weight: 500;
    font-size: 35px;
    text-align: left;
    color: #fff;
}

.card-contact input::placeholder,
.card-contact textarea::placeholder {
    font-family: "made_tommy_softmedium";
    font-weight: 500;
    font-size: 28px;
    color: #271e47;
}

/* Page Blog */

.post-info i {
    color: #000000 !important;
}

.sidebar .sidebar-header {
    background-color: #271e47;
}

.sidebar .form-control {
    border-color: #64d8b8;
    background-color: transparent;
}

.sidebar .input-group-btn .btn {
    box-shadow: none;
    font-size: 24px;
    padding: 10px;
}

.well.dernier-article img {
    margin-top: 5px;
    border-radius: 100%;
    width: 80px;
    height: 80px;
}

.blog-post a.btn {
    box-shadow: none;
    font-family: "tantalusboldregular";
    font-weight: 500;
    font-size: 24px;
    border-radius: 35px;
}

.blog-categorie a {
    color: #271e47;
}

.blog-categorie a:hover {
    color: #64d8b8;
}

.comments-block .h5 {
    color: #271e47;
    font-family: "made_tommy_softmedium";
    font-weight: 500;
    font-style: normal;
    font-size: 38px;
}

.comments-block .media-body {
    background-color: #f5f3ee;
    padding: 30px;
    border-radius: 35px;
}

.comments-block .media-body .h6 {
    color: #271e47;
    font-family: "made_tommy_softmedium";
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    text-transform: none;
}

.comments-block .media-body .h6 small {
    font-size: 20px;
    text-transform: none;
}

.comments-block .media-body p {
    font-size: 20px;
    color: #adacac;
}

.comments-block .media-body a.btn {
    margin-right: 10px;
    position: absolute;
    right: 10%;
    font-family: "tantalusboldregular";
    font-weight: 500;
    font-size: 24px;
    padding: 10px 20px;
}

.blog-post .h3 a {
    font-family: "made_tommy_softmedium";
    font-weight: 500;
    font-size: 25px;
    color: #271e47;
}

.blog-post .h3 {
    text-align: left;
    line-height: 25px;
    font-size: 25px;
}

.blog-post .h3 a:hover {
    color: #64d8b8;
}

.post-info p {
    color: #271e47;
    font-family: "made_tommy_softmedium";
    font-weight: 500;
    font-size: 18px;
    text-transform: none;
}

.sidebar .sidebar-header {
    font-size: 24px;
}

.cercle-turquoise-d {
    position: absolute;
    right: 0;
    transform: translateX(50%);
    background-color: #64d8b8;
    border-radius: 100%;
}

.cercle-turquoise-g {
    position: absolute;
    left: 0;
    transform: translateX(-50%);
    background-color: #64d8b8;
    border-radius: 100%;
}

.icon-info li {
    color: #271e47;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.icon-info li i {
    border-color: #64d8b8;
    background-color: #64d8b8;
    color: #fff;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
}

.card-offres {
    border-radius: 35px;
    background-color: #271e47;
    align-items: center;
    padding: 25px 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    width: 390px;
}

.card-offres .h4 {
    color: #ffffff;
    font-family: "made_tommy_softmedium";
    font-size: 44px;
    line-height: 55px;
    margin-bottom: 39px;
}

.card-offres p {
    margin: 0;
    color: #64d8b8;
    font-family: "made_tommy_softmedium";
    font-size: 24px;
    line-height: 30px;
}

.card-offres p.prix {
    margin: 0;
    color: #fff;
    font-family: "made_tommy_softmedium";
    font-size: 64px;
    line-height: 80px;
}

.card-offres .text {
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

.card-offres .text p {
    color: #fff;
    font-size: 18px;
    font-family: "Roboto";
    line-height: 24px;
    margin: 10px;
}

.card-offres .pretext {
    margin-bottom: 20px;
}

.card-offres .bouton {
    margin-top: 30px;
    border-radius: 27px;
    background-color: #64d8b8;
    margin-bottom: 70px;
}

.card-offres .bouton p {
    font-family: "tantalusboldregular";
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    line-height: 27px;
    padding: 10px 15px;
}

.auto-entrepreneur .text-sous-titre {
    padding-left: 40px;
    padding-right: 0;
}

.auto-entrepreneur .text-sous-titre b {
    font-size: 20px;
    font-family: "Roboto";
    color: #271e47;
    font-weight: bold;
    line-height: 26px;
}

.auto-entrepreneur .text-sous-titre p {
    font-size: 18px;
    font-family: "Roboto";
    color: #271e47;
    font-weight: normal;
    line-height: 24px;
}

.prix-formule {
    background-color: #64d8b8;
    border-radius: 35px;
    text-align: center;
    width: 113px;
    height: 112px;
}

.prix-formule p,
.card-formule .bubble p {
    color: #fff;
    font-family: "made_tommy_softmedium";
    font-size: 12px;
    margin-bottom: 0;
}

.card-formule .bubble p {
    font-size: 18px;
}

.auto-entrepreneur .table .card-formule .bubble p {
    font-size: 11px;
    line-height: 20px;
}

.prix-formule p:first-child {
    padding-top: 2px;
}

.prix-formule .prix,
.card-formule .bubble .prix,
.auto-entrepreneur .table .card-formule .bubble .prix {
    margin-bottom: 0;
    font-size: 30px;
    font-family: "made_tommy_softmedium";
}

.auto-entrepreneur .table .card-formule .bubble .prix.ft-20 {
    font-size: 25px;
}

.auto-entrepreneur .table .card-formule .bubble .prix.ft-20 {
    font-size: 20px;
}

.card-formule .bubble .prix {
    font-size: 34px;
}

.card-formule .bubble.bg-violet .prix {
    font-size: 32px;
}

.pastille {
    background-color: #271e47;
    border-radius: 100%;
    width: 155px;
    height: 155px;
    margin: 40px 20px 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pastille img {
    padding: 13px;
}

.pastille .text {
    color: #64d8b8;
    font-family: "made_tommy_softmedium";
    opacity: 0;
    font-size: 16px;
    line-height: 17px;
    margin-top: 2px;
}

.pastille .sous-paraf {
    color: #fff;
    font-family: "made_tommy_softmedium";
    opacity: 0;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
}

.pastille:hover img {
    filter: brightness(0.25);
}

.pastille:hover .text,
.pastille:hover .sous-paraf {
    opacity: 1;
    text-align: center;
}

.card-formule {
    border-radius: 35px;
    padding: 50px;
}

.card-formule .title {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-formule .h4 {
    color: #fff;
    font-family: "made_tommy_softmedium";
    font-size: 42px;
    line-height: 53px;
    text-align: left;
}

.card-formule .bubble {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 100%;
    width: 130px;
    height: 130px;
}

.card-formule .sous-title p {
    font-size: 24px;
    padding-left: 20px;
    margin-top: 20px;
    font-family: "made_tommy_softmedium";
}

.card-formule .sous-title ul {
    font-size: 18px;
    line-height: 24px;
    list-style: none;
    color: #f5f3ee;
}

.card-formule .sous-title .bubble-plus {
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 62px;
    height: 62px;
    margin: 20px 0;
}

.card-formule .sous-title .bubble-plus p {
    color: #64d8b8;
    padding-left: 0;
    margin-top: 0;
    font-size: 42px;
    font-family: "made_tommy_softmedium";
}

.card-formule .sous-title ul li {
    padding-bottom: 10px;
}

.card-formule .sous-title ul li::before {
    content: "";
    position: absolute;
    margin-left: -20px;
    margin-top: 5px;
    width: 11px;
    height: 13px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: rotateZ(90deg);
}

.card-formule.bg-violet .sous-title ul li::before {
    background-color: #64d8b8;
}

.card-formule.bg-turquoise .sous-title ul li::before {
    background-color: #271e47;
}

.card-formule.bg-turquoise .sous-title ul li {
    margin-bottom: 20px;
}

.card-formule .bouton-demande {
    margin: 20px 0;
    border-radius: 27px;
    color: #fff;
    font-size: 21px;
    text-align: center;
    font-family: "tantalusboldregular";
    padding: 10px 35px;
    text-transform: uppercase;
}

.auto-entrepreneur .table {
    background-color: #271e47;
    border-radius: 35px;
}

.auto-entrepreneur .table .card-formule,
.auto-entrepreneur .table-title {
    border-radius: 0;
    border: none;
}

.auto-entrepreneur .table .card-formule h4 {
    font-family: "made_tommy_softmedium";
    font-size: 36px;
    line-height: 45px;
    text-align: left;
}

.auto-entrepreneur .table .card-formule .title {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auto-entrepreneur .table .card-formule .bubble {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 100%;
    width: 78px;
    height: 78px;
    margin-left: 20px;
}

.table-title {
    text-align: left;
    color: #fff;
    font-family: "made_tommy_softmedium";
    font-size: 36px;
    font-weight: normal;
    text-transform: capitalize;
}

.table-striped > tbody > tr td,
.table thead th.table-title,
th.card-formule {
    border-top: 0;
    border-right: 2px solid #ffffff0d;
    text-align: center;
}

td i {
    background-color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

td i::before {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin-top: 6px;
}

.table td b {
    color: #64d8b8;
    font-weight: normal;
}

th.card-formule {
    border-right: 2px solid #ffffff0d !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 21px;
}

.table-striped > tbody > tr td {
    color: #ffffff;
    font-size: 28px;
    font-family: "made_tommy_softmedium";
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff0d;
}

.table-striped > tbody > tr td:first-child {
    text-align: left;
    padding-left: 6%;
}

.h3 {
    color: #271e47;
    font-family: "made_tommy_softmedium";
    font-size: 46px;
    text-align: center;
    line-height: 58px;
    margin-bottom: 10px;
}

.features li {
    color: #271e47;
    font-size: 22px;
    font-family: "Roboto";
    text-align: left;
    padding: 10px;
}

.table td.text-turquoise {
    color: #64d8b8;
}

.table .option {
    font-family: "Roboto";
    font-size: 24px;
    font-weight: normal;
}

.option-pt-vert {
    border-radius: 0 0 35px 35px;
    padding: 30px;
    background-color: #271e47;
}

.option-pt-vert li {
    padding: 5px 20px;
    color: #64d8b8;
    list-style: none;
    font-family: "Roboto";
    font-size: 18px;
    line-height: 24px;
}

.auto-entrepreneur .table-option {
    margin-bottom: 0;
    border-radius: 35px 35px 0 0;
}

.icones {
    display: flex;
    flex-direction: column;
    color: #271e47;
    text-align: center;
}

.icones b {
    font-family: "made_tommy_softmedium";
    font-size: 18px;
    line-height: 19px;
    padding: 20px 20px 10px;
}

.icones p {
    font-size: 14px;
    line-height: 19px;
    font-family: "Roboto";
}

.filtre {
    background-color: #f5f3ee80;
    border-radius: 55px;
    padding: 60px;
}

.button-filtres button {
    left: 0;
    display: flex;
    align-items: center;
    background-color: #271e47;
    border-radius: 19px;
    border: none;
    padding: 10px 40px;
}

.button-filtres button i {
    color: #f5f3ee;
}

.filtre .button-filtres button p {
    font-family: "made_tommy_softmedium";
    margin-bottom: 0;
    padding-left: 15px;
    color: #f5f3ee;
}

.filtre .button-filtres button:last-child p {
    padding-left: 0;
    padding-right: 15px;
}

.button-filtres p.rst {
    font-family: "made_tommy_softmedium";
    color: #64d8b8;
    font-size: 24px;
    padding-left: 15px;
    margin-bottom: 0;
}

.les-inputs input[type="text"] {
    margin-top: 40px;
    background-color: #f5f3ee80;
    padding: 19px;
    border-radius: 25px;
    border: 1px solid #271e4733;
}

.les-inputs input[type="radio"] {
    margin-top: 40px;
    border-radius: 0;
}

.les-inputs input[type="text"]::placeholder {
    font-family: "Roboto";
    font-size: 18px;
    color: #271e4759;
}

.les-inputs p {
    color: #271e47;
    font-family: "Roboto";
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.les-inputs .p-range {
    color: #271e47;
    font-family: "Roboto";
    font-size: 14px;
    margin: 0;
    padding-left: 15px;
}

.les-inputs {
    font-family: "Roboto";
    font-size: 18px;
    color: #afaab7;
}

.les-inputs {
    position: absolute;
    content: "test";
}

.form-control {
    height: 60px;
}

.form-check-input {
    border-color: #271e4733;
}

/* slider range */

input[type="range"] {
    width: 100%;
    margin: 11px 0;
    background-color: transparent;
    -webkit-appearance: none;
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
    background: #d4d2da;
    border: 0;
    border-radius: 4px;
    width: 100%;
    height: 4px;
    cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
    margin-top: -11px;
    width: 26px;
    height: 26px;
    background: #ffffff;
    border: 3px solid #271e47;
    border-radius: 50px;
    cursor: pointer;
    -webkit-appearance: none;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #dcdae1;
}

input[type="range"]::-moz-range-track {
    background: #d4d2da;
    border: 0;
    border-radius: 4px;
    width: 100%;
    height: 4px;
    cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
    width: 26px;
    height: 26px;
    background: #ffffff;
    border: 3px solid #271e47;
    border-radius: 50px;
    cursor: pointer;
}

input[type="range"]::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 12px 0;
    color: transparent;
    width: 100%;
    height: 4px;
    cursor: pointer;
}

input[type="range"]::-ms-fill-lower {
    background: #cccad3;
    border: 0;
    border-radius: 8px;
}

input[type="range"]::-ms-fill-upper {
    background: #d4d2da;
    border: 0;
    border-radius: 8px;
}

input[type="range"]::-ms-thumb {
    width: 26px;
    height: 26px;
    background: #ffffff;
    border: 3px solid #271e47;
    border-radius: 50px;
    cursor: pointer;
    margin-top: 0px;
    /*Needed to keep the Edge thumb centred*/
}

input[type="range"]:focus::-ms-fill-lower {
    background: #d4d2da;
}

input[type="range"]:focus::-ms-fill-upper {
    background: #dcdae1;
}

.wiz-carousel .box_icon > .icon {
    background-color: transparent;
    box-shadow: none;
}

.wiz-carousel .box_icon > .icon > .image {
    border-radius: 0;
    margin-bottom: 0;
}

.wiz-carousel .box_icon > .icon > .info {
    background-color: #f5f3ee;
    margin-top: 0;
    min-height: 270px;
}

.wiz-carousel .box_icon > .icon > .info .btn,
.title-map .btn {
    background-color: transparent;
    border: 1px solid #64d8b8;
    color: #64d8b8 !important;
    font-weight: normal;
    font-size: 20px;
    line-height: 8px;
    margin-right: 15px;
    border-radius: 23px;
    font-family: "Roboto";
    text-transform: none;
    box-shadow: none;
    text-align: end;
}

.wiz-carousel .box_icon > .icon > .info .h4 {
    font-family: "made_tommy_softmedium";
    color: #271e47;
    font-size: 16px;
}

.wiz-carousel .box_icon > .icon > .info i {
    font-size: 20px;
    margin-right: 10px;
}

.wiz-carousel .box_icon > .icon > .info p,
.wiz-carousel .box_icon > .icon > .info a {
    text-align: left;
    color: #271e47;
    font-family: "Roboto";
    font-size: 16px;
}

.title-wiz-h4 h4 {
    color: #271e47;
    font-size: 36px;
    font-family: "made_tommy_softmedium";
    line-height: 45px;
}

.title-map .h4 {
    color: #64d8b8;
    font-size: 28px;
    font-family: "made_tommy_softmedium";
    line-height: 35px;
}

.title-map .h5 {
    margin-top: 26px;
    color: #271e47;
    font-family: "made_tommy_softmedium";
    font-size: 24px;
}

.title-map p {
    color: #271e47;
    font-family: "Roboto";
    line-height: 24px;
}

.title-wiz-detail .bg-clair {
    margin-top: 40px;
    padding: 0 80px 50px;
    border-radius: 55px;
}

.coordonnes {
    color: #271e47;
    font-size: 24px;
    font-family: "made_tommy_softmedium";
    margin: 25px 0;
}

.title-wiz-detail .card {
    border-radius: 55px;
}

.title-wiz-detail .card img {
    background-color: #fff;
}

.title-wiz-detail .card .contenu {
    background-color: #f5f3ee;
    border-radius: 0 0 55px 55px;
}

.title-wiz-detail .info {
    padding: 20px;
}

.title-wiz-detail li {
    margin-bottom: 50px;
}

.title-wiz-detail .contenu .btn {
    font-size: 14px;
    padding: 15px 30px;
    box-shadow: none;
    color: #64d8b8 !important;
    background-color: transparent;
    border: 1px solid #64d8b8;
}

.title-wiz-detail .contenu i {
    margin-right: 15px;
}

.title-wiz-detail .contenu a,
.title-wiz-detail .contenu p {
    color: #271e47;
}

.title-wiz-detail .contenu p.title {
    font-size: 17px;
    margin-top: 0;
    line-height: 19px;
}

#map {
    margin-top: 23px;
    width: 805px;
    height: 314px;
}

.filtre .btn-group button {
    background-color: #f5f3ee80;
    border: 1px solid #271e4733;
    color: #271e4759;
    box-shadow: none;
    margin-top: 40px;
}

/* Page Nos expertises */

.page-gestion {
    padding-top: 10%;
}

.page-gestion .container-fluid {
    padding-bottom: 30px;
}

.page-gestion .d-flex {
    margin-top: 30px;
    align-items: center;
}

.page-gestion .text {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
}

.page-gestion .title .h2 {
    font-family: "made_tommy_softmedium";
    font-weight: normal;
    font-size: 42px !important;
    letter-spacing: 0.5px;
    color: #271e47;
    line-height: 50px;
    text-transform: none;
}

.page-gestion .title p {
    color: #adacac;
    padding-top: 20px;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: normal;
}

.page-gestion .cercle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    background-color: #271e47;
    border-radius: 50%;
}

.page-gestion .text .h3 {
    font-family: "Roboto";
    font-size: 28px !important;
    margin: 0;
    padding: 0;
    color: #271e47;
    font-weight: bold;
    text-align: left;
}

.page-gestion .text p {
    font-family: "Roboto";
    margin: 0;
    line-height: 20px;
    padding: 0;
    font-size: 18px;
}

.bg-clair2 {
    background-color: #f5f3ee;
    padding: 100px 0;
}

.bg-clair2 .cercle {
    background-color: #271e47;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.bg-clair2 .center {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.bg-clair2 .intertitle,
.bg-turquoise .intertitle {
    font-family: "Roboto";
    font-weight: bold;
    margin-top: 15px;
    color: #271e47;
    font-size: 20px;
    text-transform: uppercase;
}

.bg-clair2 .paraf-icon {
    line-height: 25px;
}

.bg-clair2 .btn-contact,
.bg-turquoise .btn-contact-bandeau,
.tt-page .btn-contact {
    margin: 10px;
    background-color: #64d8b8;
    font-family: "tantalusboldregular";
    font-size: 22px;
    padding: 10px 35px;
    border-radius: 35px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
}

.bg-turquoise .cercle {
    background-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.bg-turquoise .intertitle {
    font-size: 20px;
    text-align: center;
    margin: 15px 0;
    text-transform: none;
}

.bg-turquoise .btn-contact-bandeau {
    background-color: #fff;
    color: #271e47;
}

.price-table .plan {
    padding: 25px 45px;
    display: flex;
    flex-direction: column;
    background-color: #f5f3ee;
    align-items: center;
    height: 570px;
}

.price-table .plan .h3 {
    font-family: "tantalusboldregular";
    color: #271e47;
    font-weight: normal;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    line-height: 26px;
    height: 53px;
}

.price-table .plan ul {
    margin-top: 30px;
}

.price-table .plan li {
    position: relative;
    line-height: 23px;
    padding: 0 0 15px 20px;
    text-align: left;
}

.price-table .plan li::before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 14px;
    width: 20px;
    top: 3px;
    left: -10px;
    height: 20px;
    background-color: #64d8b8;
    border-radius: 50%;
    color: #fff;
}

p.number,
span.number {
    margin-top: 10px;
    margin-bottom: 0;
    color: #271e47;
    font-size: 40px;
    font-family: "tantalusboldregular";
}

p.contenu {
    color: #64d8b8;
    font-size: 25px;
    font-family: "Roboto";
    text-transform: uppercase;
}

.autre-expert {
    font-family: "tantalusboldregular";
    color: #271e47;
    font-size: 30px;
    text-transform: uppercase;
}

.titre-page {
    color: #271e47;
    font-size: 50px;
    text-transform: none;
    font-family: "made_tommy_softmedium";
}

.paraf-page {
    font-family: "Roboto";
    font-weight: normal;
    color: #adacac;
    font-size: 22px;
}

.tt-page .btn-contact {
    background-color: #271e47;
}

/* Page wiz */

.flexi {
    justify-content: space-around;
    flex-wrap: nowrap;
}

.categorie-wiz {
    font-family: "made_tommy_softmedium";
    color: #271e47;
    font-size: 16px;
    font-weight: 400;
}

.text-white {
    color: white !important;
}

.title h2 {
    font-family: "made_tommy_softmedium";
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
}

.p-down-inline p {
    display: inline;
}

#toasts {
    position: fixed;
    bottom: 30px;
    right: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    animation: revealAnimation 2.5s cubic-bezier(.5, 0, 0, 1) both;
    z-index: 100;
}


.toast {
    background-color: #fff;
    border-radius: 5px;
    padding: 1rem 2rem;
    margin: 0.5rem;
}

.toast.success {
    color: green;
}

.toast.error {
    color: red;
}

@keyframes revealAnimation {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.cursor-pointer {
    cursor: pointer;
}

.disabled {
    opacity: 0.4;
}

.last-article-link:hover {
    color: #adacac;
    opacity: 0.5;
}

.color-green {
    color: #64d8b8 !important;
}

.mb-3 {
    margin-bottom: 1.5rem;
}

.select2-selection__arrow {
    display: none;
}

.select2-selection {
    height: 60px !important;
    background-color: #f5f3ee80 !important;
    padding: 16px !important;
    border-radius: 25px !important;
    border: 1px solid #271e4733 !important;
    font-size: 18px !important;
    color: #afaab7 !important;
    font-family: "Roboto" !important;
}

.break-work {
    word-break: break-word;
}

.p-description-services {
    padding-left: 0.2em;
    padding-right: 0.2em;
}

.p-no-margin p {
    margin-bottom: 0 !important;
}

.mt-2 {
    margin-top: 1rem;
}

.text-turquoise {
    color: #64d8b8;
}

.img-results {
    height: 95px;
}

.paraf-page p {
    font-family: "Roboto";
    color: #adacac;
    font-size: 22px;
}

.mt-5-r {
    margin-top: 5rem;
}

.mx-auto{
    margin: auto;
}

#cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e8e8e8;
    padding: 20px;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}
