/*
Theme Name: twentythirteenkid
Theme URI: https://www.reseau-to.fr
Description: Thème enfant de twentythirteen
Author: Willremi
Author URI: wiremi.netlify.app
Template: twentythirteen
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@100;200;300;400&family=Roboto:wght@100;300;400&display=swap');

:root {
    /* Polices */
    --roboto: 'Roboto', Arial, Helvetica, sans-serif;

    /* Couleurs */
    --black: #141212;
    --white: #ecf8f8;
    --marron: #ac0404;
    --orange: #ffc87c;

    /* Radius */
    --radius: 5px;
}

#main, #page, #content nav {
    background: var(--white) !important;
}

.site-title {
    text-shadow: #CCC 1px 0 10px;
}

.site-description {
    color: #000;
    text-shadow: 1px 1px #ececec;
    font-family: arial;
    font-size: 24px;
}

.site-header .search-field {
    background-image: url("https://png.icons8.com/ios/50/ffffff/search-filled.png");
}

.home-link {
    text-align: center;
}

#media_image-2 {
    text-align: center;
}


/* Menu */
.nav-menu li a {
    color: white;
    font-style: initial;
}


#navbar {
    background-color: var(--black);
}

nav#site-navigation {
    max-width: 1300px;
    padding: 5px;
    /* margin: 0px; */
}

.menu-toggle {
    color: white;
}

.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
    color: white;
    background-color: var(--black);
}

.toggled-on .nav-menu li:hover>a, .toggled-on .nav-menu {
    color: white;
}

.toggled-on .nav-menu li>ul a {
    color: white;
    width: auto;
}

/* Widget */
.widget {
    border-radius: 10px;
    background: var(--orange);
}

/* Première lettre de widget en majuscule */
/* #listcategorypostswidget-2 a, .entry-title {
	text-transform: capitalize;
}
 */
.widget-title {
    text-align: center;
    font-weight: bold !important;
    border-bottom: 1px solid var(--black);
}


h3.widget-title {
    font-size: 25px !important;
    color: var(--marron);
    padding-bottom: 10px;
    text-shadow: 2px 1px #ececec;
}

#text-2 ul li {
    color: #bc360a;
}

.textwidget ul {
    list-style: disc !important;
}


/* marquee {
    margin-bottom: -30px;
} */

section[data-id="7b92a450"] {
    height: 75px !important;
}

marquee h5 {
    font-family: var(--roboto) !important;
    font-size: 10px !important;
}

#ffenetremailtomailModal {
    display: none !important;
}

/* Pages et articles */
.entry-meta {
    font-size: 16px;
}

h1.entry-title {
    text-align: center;
    font-family: var(--roboto);
}

h3 {
    font-family: var(--roboto);
}

/* .elementor-text-editor {
    color: var(--black);
} */

/* Page protégée par mot de passe */
.post-password-form p {
    font-family: var(--roboto);
    font-size: 18px;
}

.post-password-form label {
    font-weight:900;
}

.post-password-form input[type=password], .post-password-form input[type=submit] {
    border-radius: var(--radius);
}

.post-password-form input[type=password]:focus {
    border-color: var(--orange);
}

/* Page Contact */
#post-10 h1 {
    color: var(--marron);
}


.wpcf7 {
    border: 1px solid var(--marron);
    border-radius: var(--radius);
    background-color: bisque;
}

.wpcf7-form {
    /* margin: 50px; */
    text-align: center;
    margin-top: 20px;
}

.wpcf7-form label {
    color: var(--marron);
    font-family: var(--roboto);
}

.wpcf7-textarea {
    width: 360px;
}

.wpcf7-submit {
    margin-left: 60px;
    border-radius: var(--radius) !important;
    font-family: var(--roboto);
}

/* Footer */
#colophon, .site-footer a {
    background: var(--black);
    text-align: center;
    color: white !important;
}

/* Espace membres */
.mdp-form {
    width: 95%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5%;
}

.mdp-message {
    font-size: 1.2em;
    margin-bottom: 15px;
}

.mdp-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.mdp-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.mdp-submit {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

/* .mdp-info {
    font-style: italic;
    color: #555;
    margin-top: 10px;
} */
