body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Main-header {
	 margin-top: 7px;
	 border-top:#000 solid 2px;
}
.Bloc-blanc1 {
	width:100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	margin:0 auto;
	background-color: #FFF;
	display: flex;
    align-items: center;
    justify-content: center;
}
.Bloc-blanc2 {
	width:100%;
	max-height: 260px;
	padding-top: 110px;
	padding-bottom: 150px;
	margin:0 auto;
	background-color: #FFF;
	display: flex;
    align-items: center;
    justify-content: center;
}
.Bloc-blanc3 {
	width:100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	margin:0 auto;
	background-color: #e7e9ea;
	display: flex;
    align-items: center;
    justify-content: center;
	border-top:#baebd8 solid 6px;
}
.Bloc-bleu {
	width:100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	margin:0 auto;
	background-color: #e0ecf7;
	display: flex;
    align-items: center;
    justify-content: center;
}
.Bloc-vert {
	width:100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	margin:0 auto;
	background-color: #d3ede3;
	display: flex;
    align-items: center;
    justify-content: center;
}
.Bloc-gris {
	display: block;
	width: 100%;
	height: auto;
	margin:0 auto;
	background:#baebd8;
	padding-bottom: 15px;
	border-top: solid 1px #000;
	border-bottom: solid 5px #baebd8;
}
.Bloc1 {
	max-width:1040px;
	width:100%;
	margin:0 auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
}
.Bloc2 {
	max-width: 1040px;
	width: 100%;
	margin:0 auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
}
.Bloc3 {
	max-width: 500px;
	width: 100%;
	margin:0 auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
}
.Bloc-menu02 {
	display:block;
	position: relative;
	width:100%;
	height: 60px;
    background:#FFF;
	margin-left: auto;
    margin-right: auto;
}
.Bloc-menu04 {
	display:none;
	position: relative;
	width:100%;
}
.iframe {
	border : 3px solid #FFF ;
	-webkit-box-shadow: 2px 2px 8px 1px #666;
    box-shadow: 2px 2px 8px 1px #666;
}
.conteneur1 {
    max-width:1040px;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
}
.conteneur2 {
    max-width:375px;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
	margin: 0 auto;
}
.element1 {
	max-width: 480px;
	width: 100%;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}
.element1-B {
	max-width: 210px;
	width: 100%;
	height:auto;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}
.element2 {
	max-width: 480px;
	width: 100%;
	height:auto;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 auto;
}
.element2-B {
	max-width: 300px;
	width: 100%;
	height:auto;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 auto;
}
.element3 {
	max-width: 1040px;
	width: 98%;
	height:auto;
	display: flex;
    flex-directions: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #FFF;
	border: solid #333 1px;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
}
.Photos {
	width:100%;
	height: auto;
	border: #000000 solid 1px;
	-webkit-border-radius: 40px 0px 40px 0px;
	-moz-border-radius: 40px 0px 40px 0px;
	border-radius: 40px 0px 40px 0px;
}
.Photo-2 {
	width:100%;
	border: #000000 solid 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 5px;
}
.Vignettes { 
	width: 98px;
	height: 98px;
	margin: 3px 8px 3px 0px;
	border: #000000 solid 1px;
}
.Vignettes:hover { 
	opacity: 0.5;
}
.Vignettes-2 { 
	width: 97px;
	height: 97px;
	margin-top: 9px;
	margin-bottom: 5px;
	border: #000000 solid 1px;
}
.Vignettes-2:hover { 
	opacity: 0.5;
}
.Contour-image {
	border: #000000 solid 1px;
}
.Cervione {
	width:100%;
	height: auto;
	margin-top: 10px;
}
.scrollTo{
	z-index: 4;
	width:50px; 
	height:50px;
	padding:10px; 
	text-align:center; 
	font-weight: bold;
	text-decoration: none;
	position:fixed;
	top:340px;
	right:5px;
	display:none;
	opacity:0.4;
}
.scrollTo:hover{
	text-decoration:none;
	opacity:1;
}
.scrollTo1{
	z-index: 4;
}
.scroll-page {
  display: flex;
  height: 100%;
}
.scroll-container {
  width:100%; 
  height:auto;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.Titre-1 { 
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	color: #000;
}
.Sous-titre-1 { 
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	color: #000;
}
.Sous-titre-2 { 
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	line-height: 58px;
	font-weight: bold;
	color: #000;
}
.Style1 { 
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #000;
	text-align: justify;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
	overflow-wrap: normal;
	word-break:break-word;
}
.Style1bis { 
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 36px;
	color: #000;
	text-align: left;
	font-stretch: ultra-condensed;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
	overflow-wrap: normal;
	word-break:break-word;
}
.Style2 { 
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #000;
}
.Style3 { 
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000;
	text-align: center;
	margin: 0 auto;
}
.Style4 { 
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #000;
}
.Style5 { 
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #000;
	text-align: justify;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
	overflow-wrap: normal;
	word-break:break-word;
}
.Style5:hover { 
	color: #077BE3;
}
@media (max-width:1080px)
{
.element1bis {
	max-width: 860px;
	width: 95%;
	padding-left: 0px;
	padding-right: 0px;
	margin-top:15px;
	margin: 0 auto;
	height:auto;
}
.element2 {
	max-width: 1030px;
	width: 84%;
	padding-left: 0px;
	padding-right: 0px;
	margin-top:15px;
}
.element2bis {
	max-width: 800px;
	width: 84%;
	padding-left: 0px;
	padding-right: 0px;
}
.element3bis {
	max-width: 1030px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	margin: 0 auto;
	height:auto;
}
}
@media (max-width:1024px)
{
.element2 {
	max-width: 1030px;
	width: 88%;
	padding-left: 0px;
	padding-right: 0px;
	margin-top:15px;
}
@media (max-width:900px)
{
.Bloc-menu02 {
	display:none;
}
.Bloc-menu04 {
	display:block;
	position: relative;
	width:100%;
}
}
@media (max-width:834px)
{
.element2 {
	max-width: 1030px;
	width: 90%;
	padding-left: 0px;
	padding-right: 0px;
	margin-top:15px;
}
.element3 {
	margin: 6px;
}
}
@media (max-width:768px)
{	
.Bloc1 {
	margin-top: 15px;
}
.element3 {
	margin: 4px;
}
.Sous-titre-1 { 
	width: 130px;
}
}
@media (max-width:600px)
{
.Sous-titre-1 { 
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #000;
}
.Sous-titre-2 { 
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	line-height: 42px;
	font-weight: bold;
	color: #000;
}
}
@media (max-width:480px)
{
.conteneur2 {
    display: flex;
	flex-wrap: wrap;
}
}
@media (max-width:414px)
{
.Bloc-head01 {
	display:none;
}
.Bloc-head01B {
	display:block;
	position: relative;
	width:100%;
	background-color: #000;
	height: 28px;
}
}