/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 19 2026 | 14:10:02 */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');

/*******************/
.eac-cinema-depot-grid.list .acf-repeater__text.prenom_nom {
	align-self: center;
	font-size: 20px;
	font-weight: 600;
	color: blue;
}
.eac-cinema-depot-grid.list .acf-repeater__text.poste {
	font-size: 18px;
	font-weight: 500;
	color: green;
}

.your-own-class .acf-gallery__caption_ {
	align-self: center;
	font-size: 18px;
	font-weight: 500;
	color: blue;
}

.aditional-relationship-title .acf-relationship__title {
	text-transform: uppercase !important;
	font-weight: 600 !important;
	font-size: 15px !important;
}
/*******************/

.php-error #adminmenuback, .php-error #adminmenuwrap {
    margin-top: 0;
}

div.sh-syntax_wrapper ::selection {
  color: red;
  background-color: yellow !important;
}

body {
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, div, span:not(.star-rating span), p {
  font-family: 'Montserrat', sans-serif;
}

body a, body a:visited, body a:active, body a:focus {
	text-decoration: none !important;
}

/**------------------------------------------*/
/** Pour les headings du thème Twenty Nineteen */
h1::before, h2::before, h3::before, h4::before, h5::before, h6::before {
	content: none !important;
}

/*-------------------------
* CSS des pages publiées
--------------------------*/
.bgcolor {
 background-color: #F3F8FF; /*#BFFFF0;*/ /* e1f5fe; */
}

/*---------------------------------------------------------------------
* Ajout des styles implémenter dans Customizr et pas dans GeneratePress
* Customizr implémente Bootstrap
*---------------------------------------------------------------------*/
.flex-row {
 flex-direction: column !important;
}

.row {
 display: flex;
 flex-wrap: nowrap;
}

.col-12, .col-sm-4, col-sm-8 {
 position: relative;
 width: 100%;
 min-height: 1px;
}

.col-12 {
 flex: 0 0 100%;
 max-width: 100%;
}

@media screen and (max-width: 575px) {
  .row { flex-wrap: wrap; }
}

/* -----------------
* Formulaire contact
* ----------------- */
.wpcf7-list-item input {
  border: 1px solid black;
}

.contact-acceptance {
  font-size: 0.8em;
  line-height: 1.3em;
}

div.wpcf7-response-output {
  margin-top: 10px;
}
.contact .wpcf7-form-control-wrap {
  display: inline-block;
  vertical-align: middle;
}

.contact .wpcf7-recaptcha {
  margin-right: 15px;
}
.contact span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 10px;
}

.contact .flex-row {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}

.contact select,
.contact textarea,
.contact input[type="text"],
.contact input[type="email"] {
  width: 100%;
  height: 32px;
  font-size: 14px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  border: 1px solid #cccccc;
  background-color: #f4f4f4;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.contact select:focus,
.contact textarea:focus,
.contact input[type="text"]:focus,
.contact input[type="email"]:focus {
	color: #333333;
	border-color: #333333;
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
}

.contact textarea {
  height: 180px;
}

.contact-action {
  display: inline-block;
  vertical-align: middle;
}

.contact label {
  width: 100%;
  font-weight: 500;
}

/* css bouton 'submit' & 'reset' de la page contact et pied de page*/
.contact-action input[type="submit"],
.contact-action input[type="reset"] {
  background-color: #7e7a03;
  border-color: #7e7a03;
  color: #ffffff !important;
  font-size: 1em;
  font-weight: 400;
  cursor: pointer;
  line-height: inherit;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: .5em 1em;
  border-radius: 2px;
  border-width: 2px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  text-transform: uppercase;
  font-family: sans-serif;
  letter-spacing: 1px;
}

.contact-action input[type="reset"]:hover,
.contact-action input[type="reset"]:active,
.contact-action input[type="reset"]:focus,
.contact-action input[type="submit"]:hover,
.contact-action input[type="submit"]:active,
.contact-action input[type="submit"]:focus {
 border-color: #7e7a03;
 color: #7e7a03;
 background-color: transparent;
}

/** ------------------
* reCAPTCHA
* ------------------ */
/* Hides the reCAPTCHA on every page execpt the contact form */
.grecaptcha-badge {
  opacity: 1;
  visibility: visible !important;
}

body:not(.page-id-6889) .grecaptcha-badge {
  opacity: 0;
  visibility: hidden !important;
}
