/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/****imgradio****/
input.hideradio{ /* HIDE RADIO */
   visibility: hidden; /* Makes input not-clickable */
   position: absolute; /* Remove input from document flow */
}
/*.imgradio{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}*/

.imgradio{
    justify-content: space-between;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-row-gap: 28px;
    row-gap: 28px;
} 

.imgradio label {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.imgradio label > input + img{ /* IMAGE STYLES */
    cursor:pointer;
    padding: 4px;
    border: 3px solid #d8d8d8;
    border-radius: 50%;
}
.imgradio label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
    width: 165px;
    padding: 10px;
    box-sizing: content-box;
    border: 3px solid #334471;
}
.imgradio label > span{
    font-size: 19px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    padding-top: 10px;
}

/*.wizard-step-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;

}*/

/*.imgradio .wizard-step-option > input + img {
    padding: 4px;
    border: 3px solid #d8d8d8;
    border-radius: 50%;
}*/

/*.imgradio .wizard-step-option > input:checked + img {
    width: 165px;
    padding: 10px;
    box-sizing: content-box;
    border: 3px solid #334471;
}
*/

#cf7mls-next-btn-cf7mls_step-1, #cf7mls-next-btn-cf7mls_step-2 {display: none !important;}

.cf7mls-btns .cf7mls_next.action-button, .cf7mls-btns .cf7mls_back.action-button {
    margin-top: 0 !important;
}

/*****************/
.article-header{
	
font-family: 'Lato';
font-weight: 700!important;
font-size: 24px;
line-height: 36px;
color: #292525;
margin-top:26px;
margin-bottom:20px;
	}

.wp-block-separator {
    border: 1px solid;
    border-right: none;
    border-left: none;
    color: #bbbbbb;
}

.elementor hr {
    margin: 30px 0px 41px 0px;
    background-color: transparent;
}


.wp-block-button__link {
    width: 250px;
    height: 50px;
    border-radius: 3px;
    background-color: #334471;
    color: #ffffff!important;
    cursor: pointer;
	font-family: 'Liberation Sans'!important;
   font-weight: 400!important;
    font-size: 18px!important;
    border: none;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 42px;
    margin-top: 30px;
}

.wp-block-button__link:hover {
    background-color:#2c50ac;
}

.wp-block-button__link:after{
content: "";
  display: inline-block;
  margin-left: 20px;
	border-left:12px solid #ffffff;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
	margin-top:2px;
	}

.form-title {
    text-align: center;
    font-family: Lora,sans-serif!important;
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 52px;
	margin-top: 48px;
}

.title-container {
    padding-left: 25px;
	margin-bottom: 22px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
	  position:relative;

}


.title-container:after {
	position: absolute;
	content: '';
	width: 15px;
	height: 24px;
	left: 0px;
	top: calc(50% - 12px);
	background: #334471;
}



/******contact-form******/

.form-title {
    text-align: center;
    font-family: Lora,sans-serif!important;
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 52px;
}


form{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {

	max-width: 380px;
    width: 100%;
    height: 60px;
    outline: none;
    border: 1px #c0c0c0;
    border-radius: 6px;
    font-size: 20px;
    color: #334471;
    text-align: center;
    background-color: #fafafa;
}



.wizard-step-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 30px;
	margin-top: 6px;
    text-align: center;
}


.wpcf7-form .fieldset-cf7mls .cf7mls-btns {
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}


.cf7mls-btns .cf7mls_next.action-button, .cf7mls-btns .cf7mls_back.action-button
{
    margin: 25px 0px 26px;
   /* padding: 13px 15px;*/
    width: 250px;
    height: 50px;
    border-radius: 3px;
    background-color: #334471;
    color: #ffffff;
    cursor: pointer;
  	font-family: 'Liberation Sans';
   font-weight: 400;
    font-size: 18px;
	  border: none;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.cf7mls_next.action-button:hover, .cf7mls_back.action-button:hover, .fieldset-cf7mls .wpcf7-form-control.wpcf7-cf7mls_preview_step:hover {
   background-color: #2c50ac;
}

.cf7mls_next.action-button:after, .cf7mls_back.action-button:after, .fieldset-cf7mls .wpcf7-form-control.wpcf7-cf7mls_preview_step:after
{
    content: "";
    display: inline-block;
    margin-left: 20px;
	border-left:12px solid #ffffff;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
	/*margin-top:2px;*/
	}


.wpcf7-form-control-wrap {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding: 10px 0 25px;
}

.btnlp1 {
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.wpcf7 input[type="submit"] {
     width: 250px;
    height: 50px;
    background-color: #334471;
    color: #ffffff;
    font-weight: 400!important;
    font-size: 18px;
    border: none;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
 }

/*.wpcf7 input[type="submit"] :after
{
    content: "";
    display: inline-block;
    margin-left: 20px;
	border-left:12px solid #ffffff;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;

	}
*/

 .wpcf7 input:hover[type="submit"] {
     background-color: #2c50ac;
     transition: all 0.4s ease 0s;
 }
 .wpcf7 input:active[type="submit"] {
      background-color: #2c50ac;
 }





/*

form.cf7mls input.wpcf7-form-control.wpcf7-submit  {
   
    width: 250px;
    height: 50px;
    background-color: #334471;
    color: #ffffff;
    font-weight: 400!important;
    font-size: 18px;
    border: none;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnlp1 { 
	position: relative;
}
*/

/*.btnlp1 form.cf7mls input.wpcf7-form-control.wpcf7-submit:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
}
*/

/*.wpcf7-submit::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left:12px solid #ffffff;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  margin-right: 5px;
}*/



/*form.cf7mls input.wpcf7-form-control.wpcf7-submit:after {
    content: "";
    display: inline-block;
    margin-left: 20px;
	border-left:12px solid #ffffff;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
	
 }*/


/*.wpcf7-form .my-submit {
    background-image: url('https://france-actu.ln3.tempurl.info/wp-content/uploads/2023/02/arrow-image.png.svg');
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    width: 50px; /* set the width and height of the button to match your icon */
   /* height: 50px;*/
/*}*/

/*form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #2c50ac;
}*/

.cf7mls-no-moving-animation .fieldset-cf7mls-wrapper .fieldset-cf7mls {
  /*  transition: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;*/
	padding: 0 0 0 0;
}

.wpcf7-spinner {
    display: none;
}






.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=tel], .intl-tel-input.separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
    text-align: left;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: transparent;
}




.thankyou-message {
    text-align: center;
    padding: 1rem 0 3rem;
}


div[data-elementor-id="1512"], div[data-elementor-id="1575"],
div[data-elementor-id="1658"], div[data-elementor-id="1667"], div[data-elementor-id="1847"] {
    margin-top: -27px;
}


/******mobile*****/
@media screen and (max-width: 767px) {
	
.title-container {
    padding-left: 15px;
	    
} 
 .title-container:after {
	position: absolute;
	content: '';
	width: 7px;
	height: 24px;
	left: 0px;
	top: calc(50% - 12px);
	background: #334471;
}

  .imgradio{
    justify-content: space-around;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-row-gap: 28px;
    row-gap: 28px;
  }
	
  .imgradio .wizard-step-option > input + img {
    width: 130px;
   }
  .imgradio .wizard-step-option > input:checked + img {
    padding: 7px;
    width: 110px;
  }

  .imgradio img {
    width: 150px;
  }
  .imgradio label > input:checked + img {
    padding: 7px;
    width: 130px;
  }
	
.imgradio label > span {
    font-size: 16px;
    line-height: 26px;
	padding-left: 5px;
    padding-right: 5px;
}
	
}

.page-id-1411 .wpcf7-response-output {
    color: #fff;
}

@media screen and (max-width: 425px) {
  .imgradio img {
    width: 130px;
  }
  .imgradio label > input:checked + img {
    padding: 5px;
    width: 110px;
  }

  .wpcf7-form-control-wrap {
    padding-top: 15px;
  }
  form input[type="text"], form input[type="tel"], form input[type="email"],
  form .intl-tel-input.allow-dropdown {
    margin-left: 4px;
    margin-right: 8px;
  }
}
	
	






