body{
	margin: 0  auto;
	padding-right: 80px;
	padding-left: 80px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: 'Questrial', sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	max-width: 1280px;
}

.left {float:left}
.right {float:right}
.clear {clear:both}

/* ---------------  */

#MenuWrapper {
	overflow: hidden;	
}

.MenuLink {
	border-radius: 8px 8px 8px 8px;
	margin-top: 30px;
}

.MenuLink, .MenuLink a {
	text-align: center;
	font-size: 16px;
	padding: 10px;
	color: #000000;
	text-decoration: none;
}

.WrapLogo img {
	width: 300px;
	margin-right: 50px;
}

.contactMenu {
	border: solid 1px #FAB3C4;  
	border-right: solid 10px #FAB3C4;  	
}

#AboutWrapper {
	margin-top: 30px;
	padding-top: 10px;
	overflow: hidden;
}

.AboutDiv {
	width: calc(50% - 60px);
	margin: 30px;
	text-align: center;
	font-size: 16px;
	color: #000000;
}

.AboutDiv img {
	width: 500px;
}

#TitleAbout {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 32px;
	color: #FA94C5;
	font-family: 'Neucha', cursive;
}

#DescriptionAbout {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #686868;
}

.contactAbout {
	margin-top: 30px;
	margin-left: calc(50% - 60px);
	margin-bottom: 0px;
	background-color: #972628;
	width: 120px;
	padding: 10px;
	border-radius: 8px 8px 8px 8px;
}

.contactAbout a {
	text-decoration: none;
}
.contactAbout a {
	color: white;
}

/* ---------------  */

.decorated{
	text-align: center;
	font-size: 18px;
}
.decorated > span{
   position: relative;
   display: inline-block;
}
.decorated > span:before, .decorated > span:after{
   content: '';
   position: absolute;
   top: 50%;
   border-bottom: 1px solid #FACFC6;
   width: 420px;
   margin: 0 50px;
}
.decorated > span:before{
   right: 100%;
}
.decorated > span:after{
   left: 100%;
}

.decorated span {
	background-color: #f7d7de;
	color: #972628;
	padding: 10px; 
	padding-left: 20px; 
	padding-right: 20px; 
	border-radius: 8px 8px 8px 8px;
}

.texteCentre{
	text-align: center;
	margin-top: 30px;
	color: #686868;
}

/* ---------------  */

#ServiceWrapper {
	margin-top: 30px;
	padding-top: 10px;
	overflow: hidden;
}

.ServiceDiv {
	width: calc(33% - 60px);
	margin-top: 30px;
}

.ServiceDiv img {
	width: 140%;
	object-fit: contain;
}

.ServiceDiv, .ServiceDiv a {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	padding-left: 60px;
}

ul {
	line-height: 1.5em;
	margin: 5px 0 15px;
	padding: 0;
	list-style: none;
	position: relative;
	padding: 0 0 0 20px;
	color: #686868;
	font-size: 14px;
}
  
li {
	list-style: none;
	position: relative;
	padding: 0 0 0 20px;
}
	  
              
ul.arrow::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	height: 5px;
	width: 5px;
	border: 1px solid #972628;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
  }
	  
              
li.checkmark::before {
	content: ""; 
	position: absolute; 
	left: 2px; 
	top: 5px; 
	width: 3px;
	height: 6px;
	border: solid #f7d7de;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
  }

/* ---------------  */

#TemoignageWrapper {
	margin-top: 30px;
	padding-top: 10px;
	overflow: hidden;
}

.TemoignageDiv {
	width: 50%;
	text-align: center;
	color: #D6874C;
	font-size: 16px;
	margin-top: 30px;
}

.TemoignageDiv div {
	margin-bottom: 10px;
}

.TemoignageDiv img {
	width: 80%;
	object-fit: contain;
}

/* ---------------  */	

#TextHighlightedWrapper {
	margin-top: 30px;
	padding-top: 10px;
	overflow: hidden;
	background-color: #f7e7eb;
	text-align: center;
	padding-bottom: 30px;
}

#Social {
	margin-top: 30px;
	padding-top: 10px;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

#Social a img {
	width: 30px;
	height: 30px;
}

#end {
	text-align: center;
}

.bouton {
    width: 200px;
    height: 50px;
    font-family: 'Questrial', sans-serif;
    margin-top: 30px;
    color: #FFF3DF;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background: #4D4B74;
    border: 0px 0px 2px;
    border-style: solid;
    border-color: #192B69;
    cursor: pointer;
    border-radius: 8px 8px 8px 8px;
    opacity: 0.3;
    box-shadow: 0px -2px #192B69 inset;
}

.bouton:hover {
    opacity: 0.4;
}

input, textarea, select {
	width: 300px;
    height: 40px;
    padding: 0px 15px 2px;
    margin-top: 10px;
    font-size: 16px;
    font-family: 'Questrial', sans-serif;
    color: rgb(102, 102, 102);
    border: 2px solid rgb(204, 204, 204);
    border-radius: 4px 4px 4px 4px;
}

textarea {
    min-height: 80px;
	padding: 10px;
	width: 310px;
	max-width: 310px;
	min-width: 310px;
}

select {
	width: 334px;
}

input:focus, textarea:focus {
    border-color: rgb(144, 156, 166);
    outline: medium none;
    box-shadow: 0px -2px rgb(144, 156, 166) inset;
}

