@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body
{
	background-color: #fff;
}

#branding
{
	box-shadow: 0 10px 10px rgba(0, 0, 0, .16);
	height: 100px;

	position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  right: 0;
}

#branding .centrer
{
	overflow: visible;
	display: block;
}

#main
{
	padding-top: 100px;
}

.has-image #breadcrumbs a 
{
	color:#fff!important;
}

a
{
	color:#295121;
}


.logo
{
	float: left;
	margin-top: 25px;
	
}

.logo a, .logo a font
{
	font-family:"Crimson Text", serif ;
	font-size: 50px;
	line-height: 50px;
}

.logo img
{
	width: 200px;
}

#access
{
	float: right;
  margin-top: 25px;
}

#access .burger
{
	display: none;
}

#access div > ul
{
	list-style: none;
	margin: 0;
}

#access div > ul > li
{
	margin:0 10px;
	padding: 0;
}

#access div > ul > li > a,
#access div > ul > li > a font
{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	text-decoration: none;
	color: #222;

	transition: .3s ease all;
}

#access div > ul > li:not(.bouton) > a {
	border-bottom: 5px solid #fff;
	  border-top: 5Px solid #fff;
}

#access div > ul > li:not(.bouton) > a:hover {
	border-bottom-color: #295121;
}


#access div > ul > li.bouton > a,
#access div > ul > li.bouton > a font
{
	color:#fff;
	font-weight: bold;
	padding: 10px!important;
}

#access div > ul > li.bouton > a font
{
	padding: 0!important;
}


header
{
	background-color: #FFF;
}

body
{
	background-color: #fff;
}

.section
{
	padding: 50px 0;
}

.col
{
	padding: 0;
}

.grid-align-milieu
{
	align-items: center;
}

.pre-titre
{
	text-transform: uppercase;
	color:#295121;

}

.bouton, .wpcf7-submit
{
	background-color: #295121;
	line-height: 20px;
	border-radius: 4px;
	padding: 10px;
	color:#fff;
	border: 2px solid #295121;
	margin-right: 20px;  
	font-size: 14px;
  	font-weight: bold;
  	text-transform: uppercase;
  	transition: .3s ease all;
  	text-decoration: none;
}

.bouton:hover, .wpcf7-submit:hover
{
	cursor: pointer;
	background-color: #194111;

}

.bouton.bouton-orange-fil
{
	background-color: transparent;
	color:#295121;
}

.bouton.bouton-orange-fil:hover
{
	background-color: #295121;
	color:#fff;

}

strong, b
{
	font-weight: bold !important;
}

h1 span
{
	font-size: 40px;
}


.has-image h1,
.has-image h2,
.has-image h3,
.has-image p,
.has-image .bouton-orange-fil
{
/*	color:#fff!important;*/
}

.col-hero-home
{
	margin-top: 500px;
	padding: 20px;
/*	background-color: rgba(255,255,255, .8);*/
	border-radius: 10px;
}

.vignette img
{
	border-radius: 10px;
}

p img
{
	border-radius: 10px;
}

.section-fond-gris .col-3,
.section-fond-gris .col-4
{
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}

.wpcf7-text, .wpcf7-tel, .wpcf7-email, .wpcf7-textarea
{
	max-width: 100%;
	box-sizing: border-box;
	border:1px solid #fff;
	padding: 0 10px;
	line-height: 30px;
	background-color: #EEE;
	resize: none;
	border-radius: 4px;
}

.wpcf7-textarea
{
	height: 150px;
}

.photo-footer
{
display: grid;
  grid-template-columns: repeat(4, 1fr);
}

#access > div.menu-menu-1-container
{
	float: left;
}

.gtranslate_wrapper
{
	float: right;
	margin-top: 10px;
}

.gtranslate_wrapper a
{

	margin-left: 10px;
}



@media (max-width: 1300px)
{

	.col-hero-home
	{
		  margin-top: 300px;
	}
}

@media (max-width: 1000px)
{
	#access .burger
	{
		display: block;

		border-radius: 30px;
		background-color: #295121;
		width: 40px;
	    height: 40px;
	    float: right;
	    color: #fff;
	    border: none;
	    font-size: 30px;
	    font-weight: 300;
		cursor: pointer;
	}

	#access .burger+div
	{
		display: none;
		position: absolute;
		top:100px;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 99;
		box-shadow: 0 10px 10px rgba(0, 0, 0, .2);

		padding-bottom: 50px;
		padding-top: 20px;
	}

	#access .burger.active+div
	{
		display: block;
	}

	#access > div > ul
	{
		text-align: center;
	}

	#access > div > ul > li
	{
		float: none;
		    border-top: 1px solid #F5F5F5;
	}

	#access div > ul > li:not(.bouton) > a
	{
		border:none;
		/* style */
	}

	#access div > ul > li.bouton
	{
		margin-top: 20px;
	}

	.gtranslate_wrapper a {
	  margin-left: 0px;
	  margin-right: 10px;
	}

	
}

@media (max-width: 740px)
{
	.section
	{
	}
	
	.section .col-25,
	.section .col-33,
	.section .col-50,
	.section .col-66,
	.section .col-100,
	.section .col-1,
	.section .col-2,
	.section .col-3,
	.section .col-4,
	.section .col-5,
	.section .col-6,
	.section .col-7,
	.section .col-8,
	.section .col-9,
	.section .col-10,
	.section .col-11,
	.section .col-12
	{
  	grid-column: span 12;	 
	}




	input[type="text"], input[type="email"], textarea, select, input[type="number"]
	{
		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
	}

	.grid-home, 
	.grid-home.grid-2,
	.grid-home.grid-1,
	.grid-home.grid-3,
	.grille-3,
	.grille-2,
	.grille-1
	{
		  grid-template-columns: repeat(1, 1fr);
	}

	.credits
	{
		text-align: center;
	}


	  a + a .bouton
	  {
	  	margin: 0;
	  	margin-top: 20px;
	  }


	  .centrer .centrer
	  {
	  	padding: 0;
	  }


  .logo img {
	  width: 150px;
	  margin-top: 4px;
	}

	.photo-footer
	{
		display: none;
	}

	.logo a, .logo a font
	{
		font-size: 40px;
	}

	.col-hero-home {
	  margin-top: 130px;
	}

	.gtranslate_wrapper a 
	{
		display: block;
	}

	.gtranslate_wrapper
	{
		margin-top: -10px;
	}

	h1
	{
		font-size: 40px!important;
	}

}
