/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

:root {
    --bleu: #0070C0;
    --bleuHover: #0088E9;
    --bleuGradientLight: #00dcff;
    --degradeV: linear-gradient(0deg, var(--bleu), var(--bleuGradientLight)) 1;
    --degradeH: linear-gradient(90deg, var(--bleu), var(--bleuGradientLight));    

    --borderRadius: 18px;
    --myTransition: 0.15s all ease-in-out !important;
}


.lienIzii:hover {
	color: #60ca69 !important;
}

#main {
    background-image: linear-gradient(#fff, #d6f0ff);
}

p strong {
	color: var(--bleu);
}

.noUnderline, .noUnderline a {
    text-decoration: none !important;
}

.coloredLink a:hover {
	color: red !important;
}

h2, h3, h4 {
    background: var(--degradeH);
    padding: 25px 30px;
    color: #fff;
    border-radius: var(--borderRadius);
    box-shadow: 0px 10px 10px rgba(0,0,0,0.15);
}

/* BARRE APICALE */
#top-bar-wrap {
	background-image: var(--degradeH);
}

/* MENU PRINCIPAL */
#menu-menu-principal {
    padding: 10px;
}

#menu-menu-principal .menu-item a {
    border-radius: 10px !important;
}

/* RANGEES */
.rowTitre, .rowChapitre {
    border-radius: var(--borderRadius) !important;
    box-shadow: 0px 20px 20px rgba(0,0,0,0.05) !important;
    padding: 35px !important;
    margin-bottom: 60px !important;
}

.rowTitre {
    background: linear-gradient(0deg, var(--bleu), var(--bleuGradientLight)) !important;
    margin-top: 30px;
}

.rowTitreColImage div,
.rowChapitre img {
    border-radius: 10px !important;
}

.rowChapitre {
    background: #fff;
}

/* BOUTONS */
a.vcex-button.theme-button {
    background: linear-gradient(#00c7ff, var(--bleu));
}

.theme-button, .theme-button:hover {
	transition: var(--myTransition);
}

/* LIENS VERS LES PAGES */
.liensVersPages .vcex-post-type-entry-inner {
    border-radius: 18px !important;
    background: linear-gradient(0deg, var(--bleu), var(--bleuGradientLight));
}

.liensVersPages .vcex-post-type-entry-media {
    margin-bottom: 0px;
}

.liensVersPages img.vcex-blog-entry-img {
    border-radius: 18px 18px 0px 0px;
}

.liensVersPages span {
	color: #fff;
    background: none;
	text-align: center;
	text-transform: uppercase;
    padding: 25px;
}

.liensVersPages .match-height-content {
    background: transparent;
    border-radius: 0px 0px 18px 18px;
}

/* FOOTER */
#rowFooter {
    background: linear-gradient(0deg, #001e59, var(--bleu));
}

/* FORMULAIRE
input.wpcf7-not-valid, textarea.wpcf7-not-valid {
    background: rgb(255 0 0 / 5%) !important;
}

span.wpcf7-not-valid-tip {
    margin-top: -20px;
}
*/

/* FORMULAIRE CENTRÉ
input.wpcf7-text, input.wpcf7-date, input.wpcf7-number {
    border: none;
    border-bottom: 1px solid #aaa;
    margin-bottom: 30px;
}

.wpcf7-text::placeholder, .wpcf7-textarea::placeholder, .wpcf7-date::placeholder, .wpcf7-number::placeholder {
    color: #aaa !important;
}
.wpcf7-text, .wpcf7-date, .wpcf7-number, .wpcf7-submit {
    width: 100%;
}

textarea.wpcf7-form-control {
    border: 1px solid #aaa;
    height: 100px;
    margin-bottom: 15px;
}

.labelNoir {
	color: #333;
}

.wpcf7-submit {
    margin-top: 30px !important;
}
