
body, html {
	font-family: 'Antarctica', sans-serif;
	font-size: 17px;
	color: rgba(0,0,0,0.5);
	background-color: #e0ddd3;
	font-weight: 300;
	
	text-rendering: auto;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}


html{
    
background-repeat: no-repeat;
	
-webkit-animation: fadein 1s; 
-moz-animation: fadein 1s; 
-ms-animation: fadein 1s; 
-o-animation: fadein 1s; 
animation: fadein 1s;	
	
}


 * {
	padding: 0px;
	margin: 0px;
    box-sizing: border-box; 
}

b, strong{
	font-family: 'Antarctica', sans-serif;
	font-weight: bold !important;
}

a {
	color:var(--site-color_2);
	transition: color 0.5s;
	text-decoration: none;
	position: relative;
	display: inline-block;
}


a:hover{
	text-decoration:none;
}


p {
	 line-height: 1.5em;
     padding-bottom: 20px;
	 letter-spacing: 0.02em;
}


h1, h2, h3, h4, h5{ 
	font-family: Playfair Display, sans-serif;
	font-feature-settings: 'clig' 0;
	font-style: normal; 
	line-height: 1.2em;
    letter-spacing: 0.08em;
    color: #8b4c25;    
    display: inline-block;
}
h1{
    font-size: 36px;
}

h2{
    font-weight: 700;
    font-size: 29px;
    letter-spacing: -0.8825px
}

h3{
    font-weight: 700;
    margin-bottom: 20px;
}


img {
	border: 0px;
	max-width:100%;
}


a.btn_site, button.btn_site {

    background-repeat: no-repeat;
    padding: 13px 15px 13px 15px;
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #8b4c25;
    text-align: left;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    letter-spacing: 0.12em;
    font-weight: 500;
    line-height: normal;
    border-radius: 3px;
    margin: 10px 0px;
}


.clear {
	clear: both;
}

*:focus {
    outline: 0;
}

.myhr, hr{
	position: relative;
	width: 100% ;
	background-color: #A49F94;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 50px;
	border: none;
}

.text-center {
  text-align: center !important;
}
.keditDark {
  color: #ffffffb3;
}

.container_page_box ul{
    padding-left: 20px;
    
}

/*///////////// INSIDE /////////*/

.inside{
     box-sizing: border-box;
	position: relative;
	margin: auto;
	/*width:100%;*/
	max-width: 1440px;
	padding: 0px 80px;
	
}


/*/////////////LOGO/////////*/


img#WebsiteLogo {
  height: 100%;
  margin-right: 10px;
}

.logoHolder img {
  max-height: 60px;
  height: 60px;
  min-height: 60px;
}


/*/////////////CONTAINER/////////*/

.container {
  overflow: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
    
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
    
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;    
    max-width: 1320px;
}
/*/////////////header/////////*/

#headerMenu {
    overflow: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #f6f2ee;
    padding: 50px 0px 50px 0px !important;
    margin: 0px;
    border: 0px;
}



/*/////////////MENU/////////*/

.topmenu {
  font-family: Cairo ,sans-serif;
  font-weight: 400;
    letter-spacing: -.03em;
}

.menuHolder, #headerMenu {
  padding: 0;
}


.menuHolder {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
}

.menuHolder li {
  align-items: center;
  display: flex !important;
   padding: 0 !important;
}

.menuHolder li a {
  font-size: 17px;
  color: rgb(0, 0, 0);
  padding: 10px;
  margin: 0px 0px 0px 5px;
  border-radius: 0px;
  border: 0px solid transparent;
  text-transform: uppercase;
  transition: 0.2s all;
  word-wrap: break-word;
  max-width: 300px;
  padding: 0 15px;
  font-size: 18px;
  line-height: 50px;
  text-decoration: none;
  display: block;    
}

.menuHolder li a:hover {
  color: #6d665e;
}

 .menuHolder li.accent1 a, .menuHolder li.accent1.active a {
  font-size: 17px;
  color: rgb(255, 255, 255);
  background: #8b4c25;
  margin: 0px 0px 0px 30px;
  border-radius: 3px;
  border: 0px solid #8b4c25;
}
.menuHolder li.accent1 a:hover {
  color: rgb(255, 255, 255);
  background: #231309;
  border-color: #231309;
}


/*///////////// HEADER /////////*/

.koHeader1 {
  text-align:center;
  line-height:2;
  position:relative;
  overflow:hidden
}
.koHeader1:before,
.koHeader1:after {
  content:"";
  border-bottom:2px solid #0000004d;
  width:100%;
  height:3px;
  margin-left:-100%;
  display:inline-block;
  position:relative;
  bottom:.6ex;
  left:-2ex
}
.koHeader1:after {
  margin-left:auto;
  margin-right:-100%;
  left:2ex
}
.koHeader2 {
  text-align:center;
  line-height:2;
  position:relative;
  overflow:hidden
}
.koHeader2:before,
.koHeader2:after {
  content:"";
  background:linear-gradient(90deg,#0000 75%,#0000004d);
  width:100%;
  height:2px;
  margin-left:-100%;
  display:inline-block;
  position:relative;
  bottom:.6ex;
  left:-2ex
}
.koHeader2:after {
  background:linear-gradient(270deg,#0000 75%,#0000004d);
  margin-left:auto;
  margin-right:-100%;
  left:2ex
}



/*///////////// HOME PAGE / PAGE  /////////*/

.container_page{
    padding: 50px 0px;
	width: 100%;

}


.container_page_intro_text{
    padding: 20px 0px;  
    text-align: center;
    max-width: 800px;
    margin: auto;
}
.container_page_text{
    padding: 60px 0px;  
    max-width: 800px;
    margin: auto; 
}

.container_page_box {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 30px;
}

.page_box {
    background-color: white;
    padding: 30px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    box-sizing: border-box;
}

.home_box {
    flex-grow: 1;
    flex-basis: 30%;
}



/*/////////////  PAGE FORMULAIRE  /////////*/


.page_box_formulaire{
	width: 100%;
	display: flex;
	 gap: 30px;
}
.page_box_formulaire_col {
  flex: 1; 
  display: flex;
  flex-direction: column; 
  position: relative;
}













/*///////////// FOOTER /////////*/

#footerContent section {
   background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url("/img/dessous_1709824721.png");
  background-origin: padding-box;
  background-clip: border-box;
  background-size: cover;
  background-color: #8b4c24;
}

#footerContent .keditFooterLine1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.keditFooterLogo {
  max-width: 200px;
  max-height: 100px;
}


.keditFooterLineDarker {
  background: #0000001a;
}
.keditFooterLine2 .kedit {
  padding: 20px 0;
    padding-right: 0px;
    padding-left: 0px;
}


/*/////////////UPLOADER/////////*/

.mono_uploader_container{
margin-bottom: 40px;
}

.mono_uploader_btn{
display: flex;
flex-direction: row;  
align-items: center;
gap: 30px;
font-size: 13px;    

}


.mono_uploader_dragbox{
    background-color: #CCC;
    border-color: #000;
    border-style: dotted;
    border-width: 1px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    display: flex;
    display: none;
}

.mono_uploader_container_file{
    display: flex;
    justify-content: flex-start;
     background-color: rgba(139, 76, 37, .1);
    border-style: dotted;   
    border-width: 1px;
    padding: 4px 10px;
    margin: 4px 0px;
    
}

 .fa-trash-can{
	 margin-left: 10px;
}
/*///////////// PAGE  contact formulaire/////////*/
form{
	width: 100%;
}
label{
	color: #8b4c25;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1.2em;
}
input, textarea{
	
border: 1px solid #9b9993 !important;
	
}


.button {
  display: inline-block;
  background-color: #8b4c25;
  color: #fff;
  padding: 10px 25px 10px 25px;
  font-size: 13px;
  cursor: pointer;
  border-radius: 3px;
}

input[type=text], input[type=email], input[type=number]{
    font-family: 'Antarctica', sans-serif;
	width: 100%;
	font-size: 14px;
	padding: 0px 10px;
	box-sizing: border-box;
	line-height: 40px;
	margin-bottom: 25px;
	font-weight: 500;
    border: none;
    letter-spacing: 0.12em;
	border-radius: 3px;
}


textarea{
	font-family: 'Antarctica', sans-serif;
	width: 100%;
	min-height:150px;
	padding: 10px 10px;
	box-sizing: border-box;
	font-size: 14px;
    border: none;
	border-radius: 3px;
	margin-bottom: 25px;
	line-height: 1.4 !important;
}


input[type=text].error, input[type=email].error, , input[type=number].error, textarea.error{
	margin-bottom: 0px;

}



input[type=text]::placeholder, input[type=email]::placeholder, input[type=number]::placeholder,
textarea::placeholder {
    font-family: 'Antarctica', sans-serif;
    font-weight: 500;
    letter-spacing: 0.12em;
	font-size: 14px;
}

#filter_container input[type=text]::placeholder, #filter_container input[type=email]::placeholder,
#filter_container textarea::placeholder {
	 letter-spacing: 0.10em;
	font-size: 12px;
}
.clearSelect{
letter-spacing: 0.10em;
}


input.btn_submit{
    background-color: transparent !important;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    border: 0px;
    cursor: pointer;
    letter-spacing: 0.12em;
    margin-top: 10px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}


#btn_submit{
    cursor: pointer;
}

label.error {
  color: #FF0000;
  font-size: 15px;
  display: block;
  position: relative;
  padding-bottom: 20px;
}

textarea {
    white-space: pre-wrap;
	overflow: auto;
}

/*///////////// Mobile /////////*/


.nomobile{
	display: inline-block;
}

.mobile{
	display: none ;
}




/*///////////// KEY /////////*/

@keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Internet Explorer */
@-ms-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

@media all and (max-width:1100px){
.menuHolder li a {
  font-size: 14px;
  padding: 0 6px;
}
}


@media all and (max-width:870px){
    .menuHolder li a {
        display: none;
   }
    
  .container_page_box {
  display: flex;
  flex-direction: column;
  padding: 0px;
}
    
 .container_page_box {
    display: flex;
    flex-direction: column;
    padding: 0px;
    padding: 30px;
  }    
.page_box_formulaire {
  flex-direction: column;
}    
    
}

