/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/


/**
 * BREAKPOINTS
    @media (max-width: 1199px) // (max-width: 1200px)
    @media (max-width: 979px) // (max-width: 980px)
    @media (max-width: 767px) // (max-width: 768px)
    @media (max-width: 480px) 
*/

/*
==================================================
    Table of Contents / Sommaire
==================================================
    // Extra small screen / phone           XS 0
    // Small screen / phone                 SM 480px
    // Medium screen / tablet               MD 768px
    // Large screen / desktop               LG 980px
    // Extra large screen / wide desktop    XL 1200px
*/


/*
==================================================
    IMPORT BOOTSTRAP 4 STUFF
==================================================
*/
@import 'stuffs.css';


/*
====================================================
    // Variables CSS
====================================================
*/
:root {
    /* Couleurs */
    --lodge-main:rgb(126, 140, 92);
    --lodge-dark:rgb(126, 140, 92);
	--lodge-light:#acb498;
	--lodge-pastel:#c9d0b6;
    
    --villa-main:rgb(150, 182, 166);
    --villa-dark:rgb(122, 167, 144);
	--villa-light:rgb(188, 206, 197);
	--villa-pastel:#d8e0dc;
    
    --tipi-main:rgb(126, 140, 92);
    --tipi-dark:rgb(126, 140, 92);
	--tipi-light:#acb498;
	--tipi-pastel:#c9d0b6;
    
    --neutral-main:rgb(83, 83, 83);
    --neutral-dark:#000;
    --neutral-light:rgba(0, 0, 0, 0.16);
	--neutral-pastel:rgba(0, 0, 0, 0.05);
	
	/**/
	--radius-normal:3rem;

}