/*
Theme Name:     Groupe écho
Description:    Agences de communication - Angers, Troyes, Cholet
Author:         Maryline Cesbron
Template:       Divi
Version:        3.0
*/

/*
Rajoutez vos règles de CSS personnalisé ci-dessous
*/

.centrer-verticalement {
  display: flex;
  flex-direction: column;
  justify-content: center;

  /* Et les déclinaisons avec préfixes pour obtenir un résultat homogène sur les divers navigateurs  */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}

.justify-img-rea {
  justify-content: space-between!important;
}

.et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap{
  justify-content: right;
}

/* body {
font-family: 'myriad-pro', sans-serif;
font-weight: 400;
font-style: normal;
} */


/*** THIS CHANGES THE LOOK OF THE FORM FIELDS ***/
.caldera-grid .form-control {
  padding: 10px;
  height: auto;
  box-shadow: none;
  background: #eee;
  color: #999;
  border: none;
}

/*** THIS CHANGES THE BUTTON STYLE ***/
.caldera-grid input[type=submit] {
  color: #000000!important;
  border-width: 9px!important;
  border-color: #FDC300;
  border-radius: 0px;
  letter-spacing: 3px;
  font-size: 13px;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
  font-weight: 400!important;
  text-transform: uppercase!important;
  background-color: #FDC300;
  transition: all 0.3s ease-in-out;
  float: right;
}

/*** THIS CHANGES THE BUTTON HOVER STYLE ***/
.caldera-grid input[type=submit]:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: transparent;
  color: #FDC300;
}

.mobile_menu_bar:before{
  color: #FDC300!important;
}

/*--------------
debut header
---------------*/

.header_tel {
  margin-right:15px;
}

@media screen and (max-width:980px) and (min-width:768px){
  .entete-col1 , .entete-col2 {
    width: 50%;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width:767px) {
  .entete-col1  {
    width: 80%;
    margin-bottom: 0 !important;
  }
  .entete-col1 p{
    text-align: left;
  }
  .entete-col2 {
    width: 20%;
    margin-bottom: 0 !important;
  }
}


@media screen and (max-width:479px) {
  .entete-col1 , .entete-col2 {
    width: 100%;
    margin-bottom: 0 !important;
  }
  .entete-col1 p{
    text-align: center;
  }

}

@media screen and (min-width:981px){
  li.onlydesk{
    display:none !important;
  }
  .font-divi{
    font-family: ETmodules !important;
  }
}

/*--------------
fin header
---------------*/

@media screen and (max-width:980px){
  .et_pb_row_0_tb_footer {
    display: flex;
    flex-wrap: wrap;
  }
  .et_pb_column_0_tb_footer, .et_pb_column_1_tb_footer {
    width: 50%;
  }
}


/************************
/*FORMULAIRE RECRUTEMENT
**************************/


div.champ{
  width:49%;
  display:inline-block;
  margin-bottom:1em;
  /*margin-right:2%;*/
}

div.champ_odd{
  margin-right:1%;
}

div.champ-100{
  width:100%;
  display:inline-block;
  margin-bottom:1.5em;
  margin-right:2%;
}

.wpcf7 input.text, .wpcf7 input.title, .wpcf7 input[type=email], .wpcf7 input[type=password], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 select, .wpcf7 textarea{
  width:100%;
  background-color: #eee;
  border-width: 0;
  border-radius: 0;
  padding: 16px;
  color: #999!important;
}

.wpcf7 input.text::placeholder, .wpcf7 input.title::placeholder, .wpcf7 input[type=email]::placeholder, .wpcf7 input[type=password]::placeholder, .wpcf7 input[type=tel]::placeholder, .wpcf7 input[type=text]::placeholder, .wpcf7 select::placeholder, .wpcf7 textarea::placeholder {
  color: #999;
  font-size: 14px;
}

.wpcf7 label{
  font-weight: bold;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7 .acceptance {
  text-align: left;
}

.acceptance .wpcf7-list-item-label {
  font-weight: 400 !important;
}

.wpcf7 input[type=submit]{
  color: #000000!important;
  /*border-width: 9px!important;
  border-color: #FDC300;
  border-radius: 0px;*/
  padding: 15px 20px;
  border-width: 0;
  border-radius: 0;
  letter-spacing: 3px;
  font-size: 13px;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
  font-weight: 400!important;
  text-transform: uppercase!important;
  background-color: #FDC300;
  transition: all 0.3s ease-in-out;
  float: right;
  cursor: pointer;
}

.wpcf7 input[type=submit]:hover{
  background: rgba(0, 0, 0, 0.05);
  border-color: transparent;
  transition: 0.8s all;
}


.wpcf7 form.sent .wpcf7-response-output {
  border-color: #FDC300!important;
  color: #3a3a3a!important;
}

/* Move reCAPTCHA v3 badge to the left */
 
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
  z-index: 1;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}

@media screen and (max-width: 780px) {
  div.champ{
    width: 100%!important;
  }
}


p.post-meta a {
    display: none;
}