html body {
    min-height: 100vh;
    font-family: 'Bad Script', cursive;
    background: #ecede8;
    background: -moz-linear-gradient(-45deg, rgba(236, 237, 232, 1) 0, rgba(253, 253, 253, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(236, 237, 232, 1) 0, rgba(253, 253, 253, 1) 100%);
    background: linear-gradient(135deg, rgba(236, 237, 232, 1) 0, rgba(253, 253, 253, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecede8', endColorstr='#fdfdfd', GradientType=1);
}

.container_bon_cadeau {
    background-image: url(../../src2/img/bg/11.jpg) !important;
    background-size: 100vw 100vh !important;
    background-attachment: fixed !important;
}

.site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.site-content {
    flex: 1;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: none;
    padding: 2px;
}

.titan-title-size-2,
.titan-title-size-3 {
    font-size: 36px;
    font-weight: 900;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: none;
    }
}


.btn,
.font-alt,
.navbar,
.work-title {
    font-family: 'Manjari', sans-serif;
}

.work-caption-col {
    text-align: center;
    position: relative;
    /*bottom:50px;*/
    height: 300px;
}

.work-caption-col>h3 {
    text-align: center;
    position: relative;
    top: 150px;
    background-color: rgba(255, 255, 255, 0.8);
}

.module {
    padding-bottom: 0;
}

.navbar-brand {
    font-family: Caveat, cursive;
}

.navbar-transparent,
.navbar-custom {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,94d531+100&1+0,0.59+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(148, 213, 49, 0.98) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(148, 213, 49, 0.98) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(148, 213, 49, 0.98) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#9694d531', GradientType=0);
    /* IE6-9 */
}

.dropdown.open>.dropdown-menu {
    background-color: rgba(29, 29, 29, 1);

}

.titan-title-size-3 {
    color: #CD0378;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
}

.titan-title-size-2 {
    color: #FFF;
    text-shadow: 1px 1px 1px #111;
    letter-spacing: 2px;
}

.form-control {
    color: #000 !important;
    border-radius: 5px !important;
    padding-left: 5px !important;
    border: 1px solid #d3d3d3 !important;
}

section {

    background: #ecede8;
    background: -moz-linear-gradient(-45deg, rgba(236, 237, 232, 1) 0, rgba(253, 253, 253, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(236, 237, 232, 1) 0, rgba(253, 253, 253, 1) 100%);
    background: linear-gradient(135deg, rgba(236, 237, 232, 1) 0, rgba(253, 253, 253, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecede8', endColorstr='#fdfdfd', GradientType=1);
    border-bottom: 1px solid rgba(253, 253, 253, 10);
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    z-index: 1000;
}

#boncadeausection {
    min-height: 100vh;
    position: relative;
    padding-bottom: 120px !important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,7db9e8+100,ffffff+100,ffffff+100,faffea+100&1+0,0.8+100 */
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(250, 255, 234, 0.3) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(250, 255, 234, 0.3) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(250, 255, 234, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ccfaffea', GradientType=0);
    /* IE6-9 */

    text-shadow: 0px 0px 2px #333;
    color: #333;
    font-size: 1.25em;
    /*font-weight: 700;*/
    padding: 10px;
}

.border-right {
    border-right: 1px dotted saddlebrown;
}

/*.module {*/
/*padding-bottom: 50px!important;*/
/*}*/
#home p {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
}

#home img {
    display: inline-block;
    text-align: center;
    max-width: 30%;
}

#second_display {
    cursor: pointer;
}

#second_display p {
    color: rgb(30, 150, 30);
    font-size: 1em;
    text-shadow: 1px 1px 1px #000;
    padding: 10px;
}

#home #intro {
    background-repeat: no-repeat;
    max-width: 600px;
    text-align: center;
    margin: auto;
}

.navbar-brand {
    font-size: 24px !important;
    letter-spacing: 1.5px !important;
    text-transform: none;
}

.navbar {
    text-shadow: 1px 1px 1px #000;
}

.navbar-custom .nav li>a,
.dropdown {
    /*    padding-top:10px;
        padding-bottom: 10px;*/
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 1px black;
}

.dropdown:hover {
    color: initial;
}

.dropdown-item {
    padding: 3px;
    color: white;
}

.dropdown-item-link:hover>a {
    color: red !important;
}

#login:hover,
#register:hover,
#my_account:hover,
#unlink:hover {
    color: orange;
}

.navbar-custom .dropdown-toggle:after {
    content: "";
}

.navbar-custom {
    font-size: 12px;
}

.btn-primary {
    font-weight: 600;
}

btn-d {
    background-color: rgba(0, 0, 0, 0.8);
}

.close {
    font-size: 30px;
}

.work-title {
    text-transform: none;
    font-size: 25px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 6px;
    margin-left: 10px;
}

.work-caption-2 {
    padding: 0 20px;
    font-weight: bold;
    font-size: 0.9em;
    z-index: 1;
    margin: 0;
    bottom: 40px;
    text-align: center;
    color: #333 !important;
    /*text-shadow: 1px 1px 1px black;*/
    position: absolute;
}

.modal-a {
    font-size: 0.9em;
    color: #333;
    font-weight: bold;
    text-shadow: 2px 2px 1px white;
}

.modal-a:hover {
    color: white;
    text-shadow: 2px 2px 2px black !important;
}

.work-caption-2:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.btn .navig {
    padding-bottom: 10px !important;
    padding-bottom: 20px;
}

.modal-title {
    font-size: 24px !important;
    font-weight: 600;
    color: #2d2419;
    text-shadow: 1px 1px 0 #FFF !important;
}

.modal-body.massages {
    color: #111;
    font-weight: 700;
    font-size: 17px !important;
}

#mentionslegales,
#rgpd_alert {
    color: #000;
    font-size: 1.2em;
    line-height: 1.15em;
    font-weight: 500;
}

a:hover,
a.active {
    color: white;
    text-shadow: 1px 1px 2px black !important;
}

#resultfirstpage {
    font-size: 1em;
}

.sans-serif {
    font-family: 'Manjari', sans-serif;
}

.navig {
    margin-bottom: 10px;
}

.post {
    font-size: 17px !important;
    line-height: 18px !important;
    font-weight: 400;
    margin-bottom: 0 !important;
}

.post-thumbnail img {
    margin: auto !important;
    display: block;
}

.type_cadeau {
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #000;
}

.modal-body.massages p {
    text-align: justify;
}

.modal-body.mandala p,
.modal-body.mandala ul {
    color: #222;
    font-size: 18px !important;
    line-height: 19px;
    font-weight: 600 !important;
}

.fort,
.modal-body.mandala ul {
    color: #000 !important;
    font-weight: 700 !important;
}

.tabul {
    padding-left: 40px !important;
}

.modal-body.tarifs {
    text-align: right !important;
}

#coaching img {
    margin-bottom: 40px;
}

.text-presentation {
    font-size: 17px;
    /*text-align: justify;*/
    line-height: 26px;
    /*    margin: 10px 30px;*/
    letter-spacing: .25pt;
    color: #444;
    font-weight: 500;
    text-shadow: 1px 1px 2px #fff;
}

.callout-title,
.post-more,
.titre_contact {
    font-weight: 600;
}

#alexandratainon {
    color: #fff;
}

#alexandratainon:hover {
    color: #888;
}

.text-coaching {
    font-size: 14px;
    /*text-align: justify;*/
    color: #000;
    text-shadow: 1px 1px 2px #FFF;
    line-height: 19px;
    margin: 10px 1;
}

.alex {
    margin-bottom: 80px;
}

.thematiques {
    line-height: 23px !important;
    text-align: left !important;
}

.module {
    /*    padding-top: 50px !important;*/
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.navbar-brand :hover a,
.navbar-custom .nav :hover a {
    color: rgba(148, 213, 49, 1);
}

.dropdown:hover .far,
.dropdown:hover .fas,
.dropdown:hover .fa {
    color: rgba(148, 213, 49, 1);
}


.dropdown-menu>.dropdown-item a:hover {
    color: red;
}

a:hover .dropdown-item {
    color: red !important;
}

.callout-text,
.callout-title {
    color: #422D23 !important;
    text-shadow: 1px 1px 2px #EEB185 !important;
}

.backgroundmodal {
    position: relative;
    color: red;
}


.bg-dark {
    background-color: #000;
}

.post-entry {
    font-size: 17px;
}

#contact p,
.post-more {
    font-size: 16px;
}

.champs_obligatoires {
    font-size: 14px;
    color: orangered;
}

#submitContactForm {
    margin-bottom: 50px;
}

.titre_contact {
    padding: 30px 0 !important;
    color: #000 !important;
    font-size: 27px !important;
    letter-spacing: 1.5px !important;
    text-transform: none;
    font-family: Caveat, cursive;
    text-shadow: 1px 1px 0 #EEE;
}

.map {
    padding: 5px 0;
}

.btn-round {
    border-radius: 5px !important;
    /*padding-bottom:20px;*/
}

#contact .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.modal-body.module-subtitle {
    margin-bottom: 10px !important;
}

.modal-body.row {
    font-size: 15px;
}

.btn-danger,
.btn-primary,
.btn-success {
    color: #222;
    /*padding-bottom:20px;*/
    font-family: 'Manjari', sans-serif;
    font-size: 13px;
}

.btn-danger {
    background: #f3c5bd;
    /*padding-bottom:20px;*/
    background: -moz-linear-gradient(top, rgba(243, 197, 189, 1) 0, rgba(232, 108, 87, 1) 50%, rgba(199, 34, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(243, 197, 189, 1) 0, rgba(232, 108, 87, 1) 50%, rgba(199, 34, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(243, 197, 189, 1) 0, rgba(232, 108, 87, 1) 50%, rgba(199, 34, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c5bd', endColorstr='#c72200', GradientType=0);
}

.btn-success {
    background: #a9db80;
    /*padding-bottom:20px;*/
    background: -moz-linear-gradient(top, rgba(169, 219, 128, 1) 0, rgba(150, 197, 111, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(169, 219, 128, 1) 0, rgba(150, 197, 111, 1) 100%);
    background: linear-gradient(to bottom, rgba(169, 219, 128, 1) 0, rgba(150, 197, 111, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9db80', endColorstr='#96c56f', GradientType=0);
}

.btn-primary {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/DDEBB8+0,72A925+100 */
    background: #DDEBB8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #DDEBB8 0%, #72A925 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #DDEBB8 0%, #72A925 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #DDEBB8 0%, #72A925 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDEBB8', endColorstr='#72A925', GradientType=0);
    /* IE6-9 */
}

.form-group {
    padding: 10px 0;
}

#libellemontantlibre {
    padding-top: 13px;
}

.badge {
    margin-top: -7px;
    color: #000;
    background: -moz-linear-gradient(top, rgba(169, 219, 128, 1) 0, rgba(150, 197, 111, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(169, 219, 128, 1) 0, rgba(150, 197, 111, 1) 100%);
    background: linear-gradient(to bottom, rgba(169, 219, 128, 1) 0, rgba(150, 197, 111, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9db80', endColorstr='#96c56f', GradientType=0);
}

.form-control {
    text-transform: none !important;
    font-size: 15px !important;
    margin-bottom: 5px;
}

.module-small.bg-dark {
    padding: 10px 0 !important;
}

.miseenformemail {
    color: #000;
    font-weight: 700;
}

.footer {
    font-size: 14px;
    line-height: 20px;
    /*position: absolute;*/
    /*bottom:0;*/
    /*width:100%;*/
    border-top: 1px solid black;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#94d531+0,000000+100&0.59+0,1+100 */
    background: -moz-linear-gradient(top, rgba(148, 213, 49, 0.85) 0%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(148, 213, 49, 0.85) 0%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(148, 213, 49, 0.85) 0%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9694d531', endColorstr='#000000', GradientType=0);
    /* IE6-9 */

    color: white;
}

.footer a {
    color: white !important;
}

.article {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.fond-formulaire {
    background: -moz-linear-gradient(top, rgba(127, 127, 127, .6) 0, rgba(128, 128, 128, .6) 1%, rgba(178, 178, 178, .6) 100%);
    background: -webkit-linear-gradient(top, rgba(127, 127, 127, .6) 0, rgba(128, 128, 128, .6) 1%, rgba(178, 178, 178, .6) 100%);
    background: linear-gradient(to bottom, rgba(127, 127, 127, .6) 0, rgba(128, 128, 128, .6) 1%, rgba(178, 178, 178, .6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc7f7f7f', endColorstr='#ccb2b2b2', GradientType=0);
    color: #000 !important;
    border-radius: 10px !important;
    margin: 0;
    padding: 10px !important;
}

.btn_green.active {
    background-color: #204d74;
}

.scroll-up {
    bottom: 60px !important;
    right: 12.5px !important;
}

nav a.section-scroll {
    color: white !important;
}

/********************* MEDIA QUERIES **********************/
@media screen and (min-width: 768px) and (max-width: 991px) {

    .logorev,
    #second_display {
        margin-top: 140px !important;
    }

    .logorev {
        padding-left: 350px;
    }

    #logorev2 {
        min-width: 150px;
        margin: auto;
    }

}

@media screen and (min-width: 992px) {
    #logorev2 {
        min-width: 300px;
        margin: auto;
    }

    /*    .logorev {
            margin-top: 250px;
    
        }*/

    #logorev2,
    #second_display {
        margin-top: 150px;
    }
}

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

    .logorev,
    #second_display {
        margin-top: 100px !important;
    }

    #logorev2 {
        min-width: 150px;
        margin: auto;
    }

    .hide-for-small {
        display: none;
    }
}

@media screen and (min-width: 848px) and (max-width: 1200px) {
    .navbar-brand {
        display: none;
    }
}

@media screen and (max-width: 290px) {
    .navbar-brand {
        display: none;
    }

}

@media screen and (min-width: 768px) and (max-width:992px) {
    .nav>li>a {
        padding: 10px 12px !important;
    }

    .titresection {
        margin-top: 100px !important;
    }
}

label.required::after {
    color: rgb(255, 50, 50);
    content: " *";
}

@media screen and (min-width: 992px) {
    .titresection {
        margin-top: 100px !important;
    }
}

@media screen and (max-width: 768px) {
    .titresection {
        margin-top: 50px !important;
    }

    .d-xs-none {
        display: none;
    }

    .footer {
        padding: 2px !important;
    }

    .fb-share-button.fb_iframe_widget>span {
        vertical-align: top !important;
        width: 119px;
        height: 5px !important;
    }

    button.inlineBlock._2tga._89n_._8j9w>div>span {
        border-radius: 4px !important;
        height: 5px !important;
        font-size: inherit !important;
        padding: 0 8px !important;
    }

    ._89n_ {
        background: none !important;
    }
}


.g-recaptcha>div {
    margin: auto !important;
    margin-bottom: 10px !important;
}

first_display {
    vertical-align: top;
    display: table;

}

.table-panier {
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid black;
    border-radius: 3px;
}

.table-panier th {
    padding: 10px;
}

.table-panier thead tr th {
    border: 1px dotted #999;
}

.table-panier td {
    padding: 8x;
    border: 1px dotted #999;
}

.table-panier tfoot tr th {
    border: 1px dotted #999;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.modalBg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-image: url('../../../src/img/work-2_modal.jpg');*/
    filter: saturate(40%) opacity(100%);
}

@media (max-width: 848px) {

    /* Remplacez 123px par la taille de votre choix */
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav>li {
        float: none;
        padding-top: 2px;
    }

    .navbar-nav>li>a {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* cette classe est à ajouter lorsque que vous utilisez une version de Bootstap supérieure ou égale à la 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .navbar-custom .dropdown-menu>li>a {
        border-bottom: 1px solid rgba(73, 71, 71, .15) !important;
        padding: 3px 15px !important;
        letter-spacing: 2px;
        color: #999;
    }

    .divider {
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }

    .image_title {
        display: block !important;
        margin: auto;
    }
}