/*
Theme Name: Le Sourire de Reims - Thème enfant
Theme URI: https://www.imaginside.com
Description: Thème enfant
Author: imag'inside
Author URI: https://www.imaginside.com
Version: 1.0.0
Text Domain: LSDR
Template: LSDR
*/

@font-face {
    font-family: "BerryRotunda";
    src: url("/wp-content/themes/LSDR-Child/fonts/berry_rotunda/Berry Rotunda.ttf");
}

  
body {
    background-image:url('/wp-content/uploads/2024/09/background-site.webp');
}
.et_pb_section {
    background-color: transparent;
}

/* ---- TRANSITIONS ---- */
a,
a:hover,
.wpcf7-submit,
.wpcf7-submit:hover {
    transition: all 300ms ease 0ms !important;
}



a {
    color:#c33775;
    text-decoration: underline;
}
a:hover {
    color:#FFC34C;
    text-decoration: underline;
}

.color-primary {
    color: #c33775;
}
.color-secondary {
    color: #FFC34C;
}

.text-center {
    text-align: center;
}

h1 {
    font-family:"BerryRotunda";
    /*font-size: 80px;
    line-height: 1.3em;*/
    color: #FFC34C !important;
    text-shadow: 0.05em 0.05em 0.01em rgba(0,0,0,0.4);

    font-size:clamp(45px,4vw,80px) !important;
    line-height: 1.2 !important;
}
h2 {
    color:#c33775;
    /*font-size: 55px;
    line-height: 1.2em;*/
    font-family:"BerryRotunda";

    font-size:clamp(35px,3vw,60px) !important;
    line-height: 1.1 !important;
}
h3 {
    font-weight: 600;
}

.Le-Sourire-De-Reims {
    color:#c33775;
    /*border-bottom:2px solid #c33775;*/
    font-family:"BerryRotunda";
    font-size:0.9em;
}


/* ---- BG Pink CTA --- */
.bg-pink .Le-Sourire-De-Reims {
    color:#FFF;
    /*border-bottom:2px solid #FFF;*/
}
.bg-pink {
    background-color:#c33775;
}
.bg-pink h2, 
.bg-pink p, 
.bg-pink a {
    color:#FFF;
}
.bg-pink h2 {
    text-shadow: 0.05em 0.07em 0.02em rgba(0,0,0,0.2);
    font-size:clamp(35px,3vw,50px) !important;
    line-height: 1.1 !important;
    margin-top:20px;
}
.bg-pink p {
    padding-bottom: 0.7em;
}
.bg-pink a:hover {
    color:#FFC34C;
}
/* ---- */

/* ---- BG Gold CTA --- */
.bg-gold {
    background-color:#FFC34C;
}
.bg-gold h2 {
    text-shadow: 0.05em 0.07em 0.02em rgba(0,0,0,0.2);
}
.bg-gold p {
    padding-bottom: 0.7em;
}
.bg-gold a:hover {
    color:#c33775;
}
/* ---- */




/* ---- Entête First Line ---- */
.entete-firstline p,
.entete-firstline a {
    color:#FFF;
    text-decoration: none;
    font-size: 14px;
}
.entete-firstline a:hover {
    color:#FFC34C;
    text-decoration: underline;
}

.entete-firstline .et_pb_column {
    margin-bottom: 0 !important;
}

.entete-firstline .et_pb_column_1_tb_header p {
    text-align:right;
}

@media (max-width: 980px) {
    .entete-firstline .et_pb_column p {
        text-align: center;
    }
}
/* --- */


/* ---- Menu ---- */
li#mega-menu-item-481 a {
    color:#c33775 !important;
    font-weight: bold !important;
}


/* ---- */


/* ---- HEADER PAGE ---- */
.header-page div.et_pb_row {
    padding:8% 35% 6% 0%;
    margin: 0px auto;
}
@media only screen and (max-width: 980px) {
    .header-page div.et_pb_row {
        padding-right: 0%;
    }
}

/* ---- Fil d'ariane ---- */
.header-page .et_pb_row.et_pb_row_1 {
    position: absolute;
    margin-top: -25px !important;
    padding-right:35% !important;
}
#breadcrumbs > span {
    background-color: #c33775;
    padding: 10px 5%;
    margin: 0;
    display: block;
    color: #FFF;
}
#breadcrumbs span a {
    color: #FFF;
}

#breadcrumbs .breadcrumb_last {
    color: #FFF;
    font-weight: bold;
}
/* --- */


/* ---- BOUTONS ---- */
.et_pb_button,
.wpcf7-submit {
    color:#FFF;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding: .8em 1.6em;
    line-height: 1.3em !important;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
    border-radius: 20px;
    background: rgb(195, 55, 117);
    background: linear-gradient(47deg, rgba(195, 55, 117, 1) 0%, rgba(195, 55, 117, 1) 65%, rgba(233, 87, 152, 1) 100%);
    text-shadow:1px 1px 0px rgba(233, 87, 152, 1);
}
.et_pb_button:hover,
.wpcf7-submit:hover {
    padding: .8em 2.2em .8em 1.2em !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
    text-decoration: none;
    color:rgb(51, 51, 51) !important;
    background: rgb(254, 179, 30);
    background: linear-gradient(47deg, rgba(254, 179, 30, 1) 0%, rgba(255, 195, 76, 1) 65%, rgba(255, 195, 76, 1) 100%);
    text-shadow:1px 1px 0px rgba(255, 195, 76, 1);
}
.wpcf7-submit:hover {
    padding: .8em 1.4em !important;
}

.et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
    border: none;
}

.et_pb_button::after,
.et_pb_button::before,
.wpcf7-submit::after,
.wpcf7-submit::before {
    line-height: 0.7em !important;
}

.bg-pink .et_pb_button {
    color:#333;
    background: rgb(254, 179, 30);
    background: linear-gradient(47deg, rgba(254, 179, 30, 1) 0%, rgba(255, 195, 76, 1) 65%, rgba(255, 195, 76, 1) 100%);
    text-shadow:1px 1px 0px rgba(255, 195, 76, 1);
}
.bg-pink .et_pb_button:hover,
.bg-gold .et_pb_button:hover {
    color:#c33775;
    border: 0;
    background: rgb(236, 236, 236);
    background: linear-gradient(47deg, rgba(236, 236, 236, 1) 0%, rgba(236, 236, 236, 1) 65%, rgba(255, 255, 255, 1) 100%);
    text-shadow:1px 1px 0px rgba(255, 255, 255, 1);
}

.wpcf7-spinner {
    display: block;
    margin: 0 auto;
}
.wpcf7-response-output {
    text-align: center;
}
/* --- */


/* ---- MENU ---- */
@media (max-width: 980px) {
    .et_pb_menu .et_pb_menu__menu {
        display: block !important;
    }
}
.et_pb_menu .et_mobile_nav_menu {
    display: none !important;
}
/* --- */


/* ---- Formulaire de contact ---- */
.CF-row div {
    padding:0 20px;
}
.CF-col-md-12,
.CF-col-md-6 {
    padding-bottom: 20px !important;
}
.CF-col-md-6 {
    width: 100%;
    float: left;
}
@media (min-width: 981px) {
    .CF-col-md-6 {
        width: 50%;
    }
}
.wpcf7 input[type="text"],
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 10px !important;
    font-size: 1em;
    border-left:5px solid #c33775 !important;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    border-color:#2d3940 !important;
    border-left:5px solid #FFC34C !important;
}
/* --- */


/* ---- Footer ---- */
.footer-menu {

}
.footer-menu h2 {
    font-size:20px !important;
}
.footer-menu hr {
    border: 0;
    height: 2px;
    background-color: #FFF;
    width: 15%;
    margin: 5px auto 10px;
}
@media (min-width: 981px) {
    .footer-menu hr {
        margin: 5px 0 10px;
    }
}
.footer-menu ul {
    list-style-type: none;
    padding: 0;
}
.footer-menu a {
    text-decoration: none;
}
.footer-menu a:hover,
.footer-last a:hover {
    color:#444444;
}
.footer-last {
    font-size: 0.85em;
    line-height: 1em;
}