.book-cover-holder .book-badge {
    position: absolute;
    right: 0;
    top: -2rem;
    width: 120px;
    height: 120px;
    background: #f2aa04;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    padding-top: 34px;
    font-size: 1.375rem;
    line-height: 1;
    font-weight: bold;
}

.img-fluid {
    max-width: 90%;
    height: auto;
    padding: 25px 0px 0px 25px;
    margin: 10px 10px 5px 5px;
    position: relative;
}
.book-cover-holder {
    position: relative;
}


.btn-primary {
    background: #f2aa04;
    color: #fff;
    border: 2px solid #f2AA04;
}
.btn-primary:hover{
    background: #000000;
    color: #fff;
    border: 2px solid #000000;
}

.btn-secondary {
    background: white;
    border: 2px solid #f2AA04;
    color: #f2aa04;
}
.btn-secondary:hover{
    background: #000000;
    border: 2px solid #000000;
    color: #fff;
}
.btn-secondary:active,.btn-secondary:focus,.btn-secondary:not(:disabled):not(.disabled):active {
    background: #000000;
    border: 2px solid #000000;
    color: white
}
--------------
.mt-5 {
    margin-top: 3rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}

.carousel {
    position: relative;
}

.hero-quotes .carousel-indicators {
    bottom: -4rem;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex
;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block;
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}



.hero-quotes .quote {
    position: relative;
    border-left: 4px solid #f2AA04;
    font-style: italic;
}
.hero-quotes .quote:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f6f8fc;
    position: absolute;
    bottom: -10px;
    margin-left: -10px;
    left: 2rem
}
.hero-quotes .source {
    vertical-align: middle;
    color: #6f75a7;
    font-size: 0.875rem;
}

.hero-quotes .source-profile {
    width: 60px;
    height: 60px;
    margin: 0px 15px;
    
}

.hero-quotes .carousel-indicators{
    bottom: -4rem;
}


.hero-quotes .carousel-indicators {
    bottom: -4rem
}

.hero-quotes .carousel-indicators button {
    border: none;
    background-color: #4c527d;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px
}

--------------
.content-section .key-points-list {
    font-size: 1.125rem;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;   
}


ul {
    list-style-type: disc;
}
.me-2 {
    margin-right: .5rem !important;
    margin: 0px;
    padding: 15px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Quicksand', sans-serif;
    color: #1c1e2e;
    font-weight: bold;
}


--------------
.section-heading {
    font-size: 2.5rem;
}
.section-intro {
    font-size: 1.25rem;
}
.single-col-max {
    max-width: 760px;
}
.text-center {
    text-align: center !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}


.audience-section .audience {
    max-width: 500px;
}
.audience-section .item {
    margin-bottom: 1.5rem;
}
.audience-section .item-icon {
    font-size: 1.25rem;
    color: #f2aa04;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col {
    flex: 1 0 0%;
}


.benefits-section .item-icon {
    font-size: 3rem;
    color: #f2aa04;
}

.reviews-section .icon-holder {
    position: absolute;
    left: 50%;
    top: -18px;
    margin-left: -18px;
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #f2aa04;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding-top: 6px;
}

.theme-bg-primary {
    background: #f2aa04;
}

a.theme-link:hover {
    color: #f2aa04;
    text-decoration: underline;
    text-decoration-color: #f2aa04;
}
.g-3, .gy-3 {
    --bs-gutter-y: 1rem;
}
.row {
    --bs-gutter-x: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    flex-direction: row;
}

.section-heading {
    font-size: 2.5rem;
}
.text-center {
    text-align: center !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.theme-bg-light-gradient {
    background-image: linear-gradient(to bottom, #f6f8fc 0%, #fff 70%);
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.benefits-section .item-heading {
    font-size: 1.125rem;
}

.text-center {
    text-align: center !important;
}

.text-md-start
{
    text-align: left !important;
}


.benefits-section .item-icon {
    font-size: 3rem;
    color: #f2aa04;
}

.reviews-section .item-inner {
    height: 100%;
    position: relative;
}
.theme-bg-light {
    background: #f6f8fc;
}
.rounded {
    border-radius: var(--bs-border-radius) !important;
}
.p-4 {
    padding: 1.5rem !important;
}

.reviews-section .quote {
    font-style: italic;
}
.reviews-section .source-profile {
    width: 60px;
}
.reviews-section .source-info {
    font-size: 0.875rem;
}
.col {
    flex: 1 0 0%;
}
.single-col-max {
    max-width: 760px;
}
.theme-bg-light {
    background: #f6f8fc;
}
.rounded {
    border-radius: var(--bs-border-radius) !important;
}
.p-5 {
    padding: 3rem !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

/* Syle génenral des formulaire de contact CF7*/

.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.wpcf7-form 
    {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 40px auto;
        justify-content: center;
        grid-gap: 20px;
        width: 50%;
    }  
    #wpcf7-f192-o2 .wpcf7-form {
        display: grid;
        grid-template-columns: 1fr;
        margin: 40px auto;
        justify-content: center;
        grid-gap: 20px;
        width: 100%;
    }
    
.wpcf7-form p:nth-child(8) {
        grid-column-start: 1; 
        grid-column-end: 3;  
    } 

 /* Syle des formulaire de contact CF7 du site*/

.wpcf7-form .wpcf7-text, .wpcf7-email, .wpcf7-tel, .wpcf7-select, .wpcf7-number {
    padding: 10px;                /* marge interne de 10 pixels*/
    border-radius: 3px;           /* rayon de la bordure courbé de 3 pixels */
    border: 1px solid #f2aa04;    /* bordure large de 1 pixel, continue et de couleur #d9dbdd (code couleur HEX) */
    background: #ffffff;          /* arrière-plan de couleur #e8eaed (code couleur HEX) */
    font-size: 17px;              /* taille de police de 17 pixels */
    color: #020202; 
    width: 350px;              
  }
  .wpcf7 textarea {
    padding: 10px;                
    border-radius: 3px;          
    border: 1px solid #f2aa04;    
    background: #ffffff;          
    font-size: 17px;            
    color: #020202;
    resize: vertical;
    width: 720px;
}

.wpcf7-form .wpcf7-submit {
    background: #ffffff;        /* couleur d’arrière-plan */
    border: 2px solid #f2AA04;
    color: #f2AA04;
    padding: 10px 10px;            /* marge interne de 15 pixels en haut et en bas et de 0 pixel à droite et à gauche */
    font-size: 15px;            /* taille de police */
    font-weight: bold;          /* épaisseur de police grasse */
    border-radius: 3px;         /* rayon de la bordure */

    transition: .3s ease-in-out;/* animation de transition, dans ce cas pour la transition de couleur d’arrière-plan en mode survol */
}
.wpcf7-form .wpcf7-submit:hover {
    background: #f2AA04;   /* couleur d’arrière-plan */
    color: #020202;
    cursor: pointer;       /* forme du curseur de la souris */
}

#wpcf7-f252-o1 .wpcf7-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 40px auto;
    justify-content: center;
    grid-gap: 20px;
    width: 100%; 
} 

/* Style des landing page */

#wpcf7-f195-o1 .wpcf7-form .wpcf7-text, .wpcf7-email, .wpcf7-tel {
    padding: 10px;                /* marge interne de 10 pixels*/
    border-radius: 3px;           /* rayon de la bordure courbé de 3 pixels */
    border: 1px solid #f2aa04;    /* bordure large de 1 pixel, continue et de couleur #d9dbdd (code couleur HEX) */
    background: #e8eaed;          /* arrière-plan de couleur #e8eaed (code couleur HEX) */
    font-size: 17px;              /* taille de police de 17 pixels */
    color: #020202;               /* couleur de police */
}

@media screen and (max-width:1280px) {
    #wpcf7-f195-o1 .wpcf7-form .wpcf7-text, .wpcf7-email, .wpcf7-tel  {
        width: 300px;
        }

    .wpcf7-form .wpcf7-text, .wpcf7-email, .wpcf7-tel, .wpcf7-select, .wpcf7-number {
            width: 300px;  
        }  

    .wpcf7 textarea {
            width: 620px;
        }  
        
    } 


    @media (min-width: 767px) {
        .col-md-auto {
            flex: 0 0 auto;
            width: auto;
            padding: 5px;
        }
        
    }


    @media screen and (max-width:600px) {
        .wpcf7-form {
            display: grid;
            grid-template-columns: 1fr;
            margin: 40px auto;
           justify-items: center;
         }
        .wpcf7-form p:nth-child(8) {
           grid-column-end: 1;    /* les éléments s’étalent jusqu’à la fin de la première colonne */
         }

         .wpcf7-form .wpcf7-text, .wpcf7-email, .wpcf7-tel, .wpcf7-select, .wpcf7-number {
            width: 350px;  
        }  

    .wpcf7 textarea {
            width: 350px;
     }
     }

/* l’élément s’arrête à la fin de la colonne 2 */
@media screen and (max-width:480px) {
#wpcf7-f195-o1 .wpcf7-form {
        display: grid;
        grid-template-columns: 1fr;
        margin: 40px auto;
        justify-content: center;  
       
    }
#wpcf7-f195-o1 .wpcf7-form .wpcf7-text, .wpcf7-email, .wpcf7-tel  {
        width: 300px;
    }
}


 