/* CSS Document (c) by les-ateliers-web.ch and web4com.ch - 2025*/
/*couleurs : Turquoise : #79C2B7 - Vert foncé : #2D423F */ 
*{
	color: #2D423F;
	font-family: "Poppins", sans-serif;
	}
p, li, a, p strong, li strong {
    font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 26px;
	}
strong, p strong, li strong {
    font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.8px;
	line-height: 26px;
	}
a {
	text-decoration: none;
	font-weight: 700;
	}
h1 {
    font-weight: 700;
	}
.clear {
	clear: both;
	}
button {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
	}
.camera_caption_title {
    letter-spacing: 1px;
    font-size: 40px;
    color: white;
    text-align: right;
	text-shadow: 0px 0px 30px #7f7f7f;
	}
.camera_caption > div {
    background: none;
    margin-bottom: 50px;
	}
div#logo {
    margin-top: -20px;
    text-align: center;
	}
div#logo img {
    width: 200px;
	}
nav#menu {
    margin-top: -25px;
	}
nav#menu a {
    font-size: 16px;
    font-weight: 600;
	}
div#maincontent {
    margin-top: 50px;
	}
div#maincontent .inner {
    width: 76%;
    margin-left: 14%;
	}
figure.left.item-image {
    width: 30%;
    background: #7ac2b7;
    padding: 0% 3% 3% 0%;
    margin: 2%;
	}
figure.left.item-image img {
    margin-top: -6%;
    margin-left: -7%;
	}
.com-content-article__body.tck-article-body {
    width: 90%;
	}
div#icones_carre {
    width: 21%;
    float: left;
    text-align: center;
    margin-left: 2%;
    margin-right: 2%;
	padding: 2%;
	}
div#icones_carre:hover{
    box-shadow: 0px 0px 20px #a0a0a0;
    transition: 1s;
	}
div#citation {
    background: #efefef;
    padding-top: 50px;
    padding-bottom: 50px;
	}
div#citation .inner {
    width: 60%;
    margin-left: 20%;
    margin-top: 70px;
    margin-bottom: 70px;
	}
div#citation h3 {
    color: #7ac2b7;
    font-style: italic;
    font-weight: 600;
	}
.guillemets {
    position: absolute;
    margin-left: -7%;
    font-size: 140px;
    color: #2e433f;
	font-family: "Montagu Slab", serif;
	}
div#vehicules {
    width: 70%;
    margin-left: 15%;
    margin-top: 50px;
    margin-bottom: 50px;
	}
h1.tck-module-title {
    margin-bottom: 50px;
	}
div#footer-left .inner {
    padding-left: 5%;
	text-align: center;
	}
div#footer-center .inner {
    text-align: center;
	}
div#footer-right .inner {
    padding-right: 5%;
	text-align: center;
	}
#footer-left p, #footer-center p, #footer-right p, #footer-left a, #footer-center a, #footer-right a {
    font-size: 14px;
	line-height: 16px;
	}
#footer-left p, #footer-center p, #footer-right p {
    color: white;
	}
div#footer-left img {
    width: 50px;
	}
section#footer {
    margin-top: 50px;
    background-color: #2D423F;
    padding-top: 20px;
    padding-bottom: 20px;
	}

/* pour les petits écrans */
@media screen and (max-width: 1550px){

}
/* pour les petits écrans */
@media screen and (max-width: 1230px){

}
/* pour les petits écrans */
@media screen and (max-width: 1060px){

}
/* pour les tablettes */
@media screen and (max-width: 1024px){

}
/* pour les tablettes */
@media screen and (max-width: 815px){

}
	
/* pour les smartphones */
@media screen and (max-width: 480px){

}
	
