/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 17 2022 | 06:41:17 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.pa-overlay .et_parallax_bg:before,
.pa-overlay:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color:#c3c6b186;
}

.pa-subhead-left:before {
	content: '';
	display: block;
	position: absolute;
	top: 30%;
	left: 0px;
	width: 50px;
	border-bottom: 2px solid #d2a172 ;
	transition: all 0.5s ease-in-out;
}

.pa-footer-bullet ul li:before {
	font-family: 'ETMODULES';
	content: '\24';
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: -14px;
	color:  #ffffff !important;
	font-size: 1.3em;
	transition: all .3s ease;
}

.pa-number-one {
	border: 2px solid #d2a172;
	
}
.pa-number-two {
	border: 2px solid #d2a172;
	
}

.pa-number-three {
	border: 2px solid #d2a172;
	
}

/*  Menu Bouton */

@media only screen and (min-width: 1280px) {
  .et_pb_gallery_grid .et_pb_gallery_image {
      padding-top: 100%; /* Change this value to be whatever aspect ratio you want, for example if you wanted portrait - try 180% | or square would be 100% */
      display: block;
  }

  .et_pb_gallery_grid .et_pb_gallery_item img {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      object-fit: cover;
  }
}

