/*
Theme Name: Meublé de touriems La maison d'Achille
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ASTERIUM
Author URI:  https://www.asterium.fr
Template: salient
Version: 1.0
*/



/* Colors */
:root {
--fond-creme: #E6E4D8;
--brun: #330000;
--blanc: #fff;
--noir: #000;
--gris: #ccc;
--gris-clair: #9CA3AF;
--gris-moyen: #666;
--gris-fonce: #333;
--gris-fond: #F3F4F6;
--gris-texte: #5b6675;
}




/* Fonts */
@font-face { font-family:'Open Sans'; src:url('fonts/OpenSans-Light.woff2') format('woff2'), url('fonts/OpenSans-Light.woff') format('woff'); font-weight:300; font-style:normal; font-display:swap; }
@font-face { font-family:'Open Sans'; src:url('fonts/OpenSans-LightItalic.woff2') format('woff2'), url('fonts/OpenSans-LightItalic.woff') format('woff'); font-weight:300; font-style:italic; font-display:swap; }
@font-face { font-family:'Open Sans'; src:url('fonts/OpenSans-Regular.woff2') format('woff2'), url('fonts/OpenSans-Regular.woff') format('woff'); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:'Open Sans'; src:url('fonts/OpenSans-Italic.woff2') format('woff2'), url('fonts/OpenSans-Italic.woff') format('woff'); font-weight:400; font-style:italic; font-display:swap; }
@font-face { font-family:'Open Sans'; src:url('fonts/OpenSans-Medium.woff2') format('woff2'), url('fonts/OpenSans-Medium.woff') format('woff'); font-weight:500; font-style:normal; font-display:swap; }
@font-face { font-family:'Open Sans'; src:url('fonts/OpenSans-MediumItalic.woff2') format('woff2'), url('fonts/OpenSans-MediumItalic.woff') format('woff'); font-weight:500; font-style:italic; font-display:swap; }
@font-face { font-family:'Open Sans'; src:url('fonts/OpenSans-SemiBold.woff2') format('woff2'), url('fonts/OpenSans-SemiBold.woff') format('woff'); font-weight:600; font-style:normal; font-display:swap; }
@font-face { font-family:'Open Sans'; src:url('fonts/OpenSans-Bold.woff2') format('woff2'), url('fonts/OpenSans-Bold.woff') format('woff'); font-weight:700; font-style:normal; font-display:swap; }
@font-face { font-family:'Open Sans'; src:url('fonts/OpenSans-ExtraBold.woff2') format('woff2'), url('fonts/OpenSans-ExtraBold.woff') format('woff'); font-weight:800; font-style:normal; font-display:swap; }

@font-face { font-family: 'Chillax-Regular'; src: url('fonts/Chillax-Regular.woff2') format('woff2'), url('fonts/Chillax-Regular.woff') format('woff'); font-weight: 400; font-display: swap; font-style: normal; }
@font-face { font-family: 'Chillax-Medium'; src: url('fonts/Chillax-Medium.woff2') format('woff2'), url('fonts/Chillax-Medium.woff') format('woff'); font-weight: 500; font-display: swap; font-style: normal; }
@font-face { font-family: 'Chillax-Semibold'; src: url('fonts/Chillax-Semibold.woff2') format('woff2'), url('fonts/Chillax-Semibold.woff') format('woff'); font-weight: 600; font-display: swap; font-style: normal; }
@font-face { font-family: 'Chillax-Bold'; src: url('fonts/Chillax-Bold.woff2') format('woff2'), url('fonts/Chillax-Bold.woff') format('woff'); font-weight: 700; font-display: swap; font-style: normal; }



html{
    scroll-behavior:smooth;
}
body {
	font-family: 'Open Sans' !important;
    color: var(--noir) !important;
}
h1 {
    font-family: 'Chillax-Semibold' !important;
    color: var(--brun) !important;
}
h2, h3, h4, h5 {
	font-family: 'Chillax-Semibold' !important;
}
h2 {
    color: var(--brun) !important;
}
h3 {
    color: var(--brun) !important;
}
@media (max-width:800px) {
	h1 { 
		font-size: 36px;
		line-height: 38px !important;
	}
}


.galerie-gite .work-info h3 {
	display: none;
}




/* CF7 */
.wpcf7-form {
    position: relative;
}
.wpcf7-form .cf7_100 {
    margin-bottom: 8px;
}
.wpcf7-form .cf7_50 {
    display: inline-block;
    margin-bottom: 8px;
    width: 100%;
}
    .wpcf7-form .cf7_50:nth-child(odd) {
        margin-left: 0;
    }
    .wpcf7-form .cf7_50:nth-child(even) {
        margin-right: 0;
    }
    
.wpcf7-response-output {
    position: absolute;
	padding: 32px 30px !important;
	color: var(--noir);
}
.wpcf7 .rgpd {
    padding: 26px 0 0 0;
    font-size: 15px;
    line-height: 18px;
}
@media (min-width: 621px) {
    .wpcf7-form .cf7_50 {
        width: 48%;
    }
        .wpcf7-form .cf7_50:nth-child(odd) {
            margin-left: 1%;
        }
        .wpcf7-form .cf7_50:nth-child(even) {
            margin-right: 2%;
        }
}
