/*******
    Module : MAP UFE - TROUVEZ VOTRE UFE
    Author : Fullwave Agency
 */

/**  Start of Style of geolocalisation Page trouvez votre ufe**/
.page-trouvez-votre-ufe .chosen-drop {
    overflow: hidden !important;
}
#left_area {
    margin-top: 1.5em;
}
#left_area > ul {
    margin-bottom: 20px;
    margin-top: 20px;
}
#left_area .ufe_locall_detaills > li .ufe_locall_detaills_item{
    display: inline-block;
    max-width: 80%;
}
#left_area .showEmailForm{
    cursor: pointer !important;
    max-width: unset !important;
    width: unset !important;
}
#left_area ul > li {
    margin-left: 0px !important;
    text-align: left !important;
    display: block !important;
    margin-top: 5px;
}

.page-trouvez-votre-ufe .title {
    font-family: "PT Sans", sans-serif;
    font-size: 44px;
    color: #447688;
    padding: 20px 0px;
}

.blue_section {
    background: #447688;
    text-align: center;
    padding: 20px 0px 25px 0px;
}
.blue_section::after {
    content: url(../images/orange_loop.png);
    position: absolute;
    margin-top: 8px;
}
.blue_section .section_title {
    font-size: 26px;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: bold;
    color: #fff;
    margin: 0px;
}
.blue_section .section_undertitle {
    color: #fff;
    font-size: 19px;
    font-family: "PT Sans Narrow", sans-serif;
}

.yellow_section {
    margin: 30px 0px;
    background: #ffc949;
    padding: 10px 0px;
    text-align: center;
}

.section_content {
    border-top: #ffc949 solid 4px;
    border-bottom: #ffc949 solid 4px;
    padding: 20px 0px;
    background: #f0f0f0;
}

.title_ufe_local_map {
    font-size: 18px;
    font-family: "Ubuntu";
    color: #454d50;
    display: block;
    margin: 0px 40px 0px 0px;
    cursor: pointer;
    padding: 5px 10px;
    text-align: left;
    width: 100%;
}
.title_ufe_local_map::before {
    content: '>';
    font-size: 26px;
    font-family: "Ubuntu";
    color: #454d50;
    display: inline-block;
    color: #ff6900;
    margin-right: 5px;
}
.arrow-rotate::before{
    content: 'v' !important;
    font-weight: lighter;
}
.title_ufe_local_map:hover, .title_ufe_local_map.selected {
    color: #fff;
    background: #ff6900;
}
.title_ufe_local_map:hover::before, .title_ufe_local_map.selected::before {
    color: #fff;
}
.title_ufe_local_map span {
    font-size: 16px;
    font-family: "Ubuntu";
    font-style: italic;
    display: inline-block;
    margin: 0px;
    text-transform: capitalize;
}
.social_map_ufe {
    display: none;
    vertical-align: text-bottom;
    margin-left: 2em;
}.social_map_ufe a img{
     width:22px !important ;
 }
.social_map_ufe a {
    padding-right: 9px;
    display: inline-block;
}

.ufe_locall_detaills {
    display: none;
    margin-top: 5px;
    margin-left: 20px;
    text-align: left;
}
.ufe_locall_detaills li span, .ufe_locall_detaills li a{
    font-size: 13px !important;
    font-family: "Ubuntu" !important;
    color: #447688 !important;
}
.ufe_locall_detaills .ufe_locall_detaills_adress::before {
    content: url("../images/mail_icon.png");
    margin-right: 10px;
    vertical-align: -0.5em;
    display: inline-block;
    vertical-align: top;
}
.ufe_locall_detaills .ufe_locall_detaills_pname::before {
    content: url("../images/user_icon.png");
    margin-right: 10px;
    vertical-align: -0.5em;
    display: inline-block;
    vertical-align: top;
}
.ufe_locall_detaills .ufe_locall_detaills_phone::before {
    content: url("../images/tel_icon.png");
    margin-right: 10px;
    vertical-align: -0.5em;
    display: inline-block;
    vertical-align: top;
}
.ufe_locall_detaills .ufe_locall_detaills_email::before {
    content: url("../images/at_icon.png");
    margin-right: 10px;
    vertical-align: -0.5em;
    display: inline-block;
    vertical-align: top;
}
.ufe_locall_detaills .ufe_locall_detaills_link::before {
    content: url("../images/globe_icon.png");
    margin-right: 10px;
    vertical-align: -0.5em;
    display: inline-block;
    vertical-align: top;
}
.ufe_locall_detaills li > img {
    margin-top: 10px;
}

#select_ufe_map_country_chosen {
    margin-left: 26px;
}
#select_ufe_map_country{
    background: #fff !important;
}


.popup-message {
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999;
    pointer-events: all;
    text-align: center;
    cursor: pointer;
    overflow: scroll;
}

.popup-message .content-popup {
    margin: 10% 10px;
    max-width: 850px;
    display: inline-block;
    background-color: #447688;
    min-height: 250px;
    border: 6px solid #fff;
    position: relative;
}
.popup-message .content-popup .row{
    padding: 20px;
    margin:0;

}

.popup-message .content-popup:before {
    content: url(../images/cross-mark.png);
    cursor: pointer !important;
    pointer-events: all;
    position: absolute;
    top: -20px;
    right: -20px;
}

.popup-message .content-popup .popup-content-message {
    margin-top: 10px;
    position: relative;
    display: block;
    color: #fff;
    background-color: #447688;
    font-size: 28px;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: bold;
    line-height: 1.2;
    pointer-events: none;

}
.popup-message .content-popup img{
    pointer-events: none;

}


.button_orange {
    background: #ff6900;
    font-size: 17px !important;
    font-family: "Ubuntu";
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 225px !important;
    padding: 8px 0px !important;
    display: inline-block !important;
}
.button_orange::before{
    content: '' !important;
}
.horizontal-tabs-processed{
    padding: 0px 15px;
}
.form-item{
    text-align: center;
}
.form-item input{
    padding: 5px 7px !important;
    border-radius: 3px !important;
    border: 1px solid #f4f4f !important;
    width: 60%;
}
.form-item label{
    color: #fff;
    text-align: left;
    width: 19%;
}
.form-textarea-wrapper{
    display: inline-block;
    width: 60%;
    vertical-align: top;
}
.form-checkbox{
    width:unset !important;
   -webkit-appearance: none ;
   -moz-appearance: none ;
   appearance: none ;
    width: 24px !important;
    height: 24px !important;
    background: #fff;
    padding: 0px 5px 0px 0px !important;
    margin: 0px !important;
    vertical-align:text-bottom;
}
.form-checkbox:checked{
    padding: 5px;
    background-color:#ff6900;
    border: solid #fff 5px;
}
.message-alert{
    color:orange;
}
/***** Break Points*****/
@media (max-width: 600px) {
    .title_ufe_local_map {
        margin: unset;
    }

    .social_map_ufe {
        width: 100%;
        text-align: left;
        margin-left: 0.6em;
    }
}
#edit-submit:hover{
    background-color:#ff6900 !important;
    color:#fff !important;
}
.webform_newslettre_custom_style{
    all:unset;
}
.webform_newslettre_custom_style .form-item input{
    padding: unset !important;
       display: inline-block;
    vertical-align: middle;
    padding-right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50% !important;
    background-color: #fff;
    border: 2px solid #ddd8d3;
    margin-right: 9px;
    font-weight: normal;
}
.webform_newslettre_custom_style label{
    width: 50%;
    text-align: left;
}
.form-actions{
    display: inline-block !important;
     text-align: center !important;
    margin: 10px 0px !important;
}
  .chosen-container {
      border: 0px;
      border-radius: 3px;
      background-color: #fff;
      -webkit-box-shadow: inset 0px 1px 3px 0px rgba(24, 24, 25, 0.47);
      box-shadow: inset 0px 1px 3px 0px rgba(24, 24, 25, 0.47);
      width: 311px !important;
      height: 34px;
      font-size: 16px;
      font-family: "PT Sans", sans-serif;
      color: #454d50;
      line-height: 1.25;
      padding-left: 10px;
      text-align: left;
  }
  .updated-webform-area form{
      display: none;
      visibility: hidden;
      opacity:0;
  }
.webform_newslettre_custom_style input:checked {
    background: #fff no-repeat center;
    box-sizing: border-box;
    border: 7px solid #a60505;
}