/*
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
*/

/* Large desktop 1280px and above */
/*
@media screen and (min-width: 1280px) {

}
*/

/* Desktop 959px and above */
/*
@media screen and (min-width: 960px) and (max-width: 1279px) {

}
*/

/* Tablets 768px and above */
/*
@media screen and (min-width: 768px) and (max-width: 959px) {

}
*/

/* Phones 767px and below */
/*
@media screen and (min-width: 481px) and (max-width: 767px) {

}
*/

/*
COULEURS :
beige : f0dfc5
marron : bd8d4c
titres : 0e0d12
paragraphes : 705e46

FONTS :
Menu et Paragraphes : Montserrat
Titres : Spectral SC
Texte manuscrit : Tangerine
*/

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

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

.dechirureTop {
	margin-bottom: -1px !important;
}

.dechirureBottom {
	margin-top: -1px !important;
}

/* PAGE VISITES */
.page-id-309 .vc_row.wpb_row.vc_row-fluid.wpb_animate_when_almost_visible.wpb_fadeInUp.fadeInUp.vc_custom_1682527213460.wpex-vc_row-has-fill.wpex-vc-reset-negative-margin.wpex-vc-full-width-row.wpex-vc-full-width-row--centered.wpb_start_animation.animated {
    margin-top: 0 !important;
}

/* FOOTER */
#footer-builder > div > div > div:nth-child(2) > div > div > nav > div > div:nth-child(6) > a > span {
    display: none;
}

/* DOCUMENTATION CHRONOLOGIQUE  */
.rangeeChrono:hover {
    background: #fafafa !important;
}

/* FORMULAIRES */
textarea.formMessage {
    max-height: 100px;
}

/* WORDPRESS DOWNLOAD MANAGER */
h3.package-title a {
    font-family: 'Montserrat';
    font-weight: 500 !important;
    color: #bd8d4c !important;
}

.single-wpdmpro ul.meta.wpex-text-sm.wpex-text-3.wpex-mt-10.wpex-mb-20.wpex-last-mr-0,
.single-wpdmpro .wpex-social-share {
    display: none;
}