@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body:has(.theme_pacifica) {
    background-image: url(../images/theme_pacifica/fond_pacifica_color.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;    
    font-family: 'roboto', sans-serif!important;
    color: #20252B;
    -o-background-size: 60% auto;
    -webkit-background-size: 60% auto;
    -moz-background-size: 60% auto;
    background-size: 60% auto;
}
.theme_pacifica #chatbot {
    width: auto;
    padding: 0 32px;
    position: relative;
    z-index: 9999;
}
.theme_pacifica .container_chatbot {
    /* min-height: 550px; */
    min-height: auto;
    margin: -90px auto 0 auto;
    background: #ffffff;
    overflow: hidden;
    max-width: 1128px!important;
    width: calc(100% - 32px);
    border-radius: 4px;
    box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);

}

.theme_pacifica .chatbot-step-complete {
    margin-bottom: 45px;
}

.theme_pacifica .fond_icon_white{
    background-image: url(../images/theme_pacifica/fond_pacifica_blanc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    -o-background-size: 55% auto;
    -webkit-background-size: 55% auto;
    -moz-background-size: 55% auto;
    background-size: 55% auto;
    position: absolute;
    top: 55px;
    z-index: 9;
    height: 356px;
    width: 67%;
    right: 0px;
}

.theme_pacifica .slide_theme_2 .container{
    max-width: 1128px!important;
    padding: 0;
    width: calc(100% - 32px);
}
.theme_pacifica .header_theme_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;

    height: 72px;
    /* max-width: 1200px; */
    /* margin: 0 auto; */
    /* margin: 0 15.5px; */
    padding: 0 15.5px;
    background-color: white;
    position: relative;
    z-index: 99;
    box-shadow: 1px 3px 10px 1px #2b6550de;
}

.theme_pacifica .rendered-form .formbuilder-required,.theme_pacifica .rendered-form .required-asterisk {
    /* color: #20252B; */
    color: #c21b17;
    margin-left: 5px; 
}

.theme_pacifica .geolocation_container{
    max-width:100%;
}

.theme_pacifica .geolocation_container input{
    font-size: 20px!important;
    font-weight: 300!important;
    width: 99%;
    line-height: 28px;
    display: inline-block;
    border-radius: 4px!important;
    color: #4f4f4f;
    background-color: #fff;
    background-clip: padding-box;
    border-color: #bdbdbd;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.theme_pacifica .geolocation_container label{
    margin-bottom: 8px;
    text-align: start;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    z-index: 999!important;
}
.theme_pacifica .geolocation_container input[type="number"]{
    background-position-y: 23px;
}
.theme_pacifica .formbuilder-AddressToLatlngFb{
    text-align: left;
}

.theme_pacifica h3{
    text-align: center;
}

.theme_pacifica .logo_theme_2{
    width: 200px;
    height: auto;
    margin-left: 10px;
}

.theme_pacifica .logo_theme_2 img{
    width: 100%;
}
.theme_pacifica .icon_besoin_aide_theme_2 img{
    width: 24px;
    height: 24px;
}
.theme_pacifica .icon_besoin_aide_theme_2{
    display: none;
}
.theme_pacifica .besoin_aid_theme_2 button{
    color: var(--style-primary-color);
    border: 2px solid var(--style-primary-color);
    height: 20px;
    width: 134px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
    text-shadow: none!important;
    /* padding: 10px 25px; */
    /* margin-right: 20px; */
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 214px;
    min-height: 48px;
}
.theme_pacifica .besoin_aid_theme_2 button:hover{
    color: var(--style-primary-hover-color);
    border: 2px solid var(--style-primary-hover-color);
}

.theme_pacifica .slide_theme_2{
    height: 430px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    margin: 0;
    border-bottom: 3px solid #d32d26;
    /* background-image: linear-gradient(240deg,rgb(83 91 171 / 73%) 0%,rgb(193 32 42 / 38%) 100%),url(../images/theme_pacifica/slide_pacifica.jpg)!important; */
    /* background-image: url(../images/theme_pacifica/slide_pacifica_v2.jpg); */
    background-image: linear-gradient(270deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 42%) 100%),url(../images/theme_pacifica/slide_pacifica_v2.jpg);
}
.theme_pacifica .slide_theme_2 h1{
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 52px;
}

.theme_pacifica div p div,
.theme_pacifica div p,
.theme_pacifica div img{
    color: #20252B;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
}
.theme_pacifica .small_text{
    letter-spacing: 0;
    line-height: 24px;
    font-size: 16px;
    color: #20252B;
    text-align: start;

}
.theme_pacifica div.image_agent_pacifica{
    margin-bottom: 1rem;
}
.theme_pacifica:has(.help_overlay.active) #icon_besoin_aide{
    filter: invert(44%) sepia(12%) saturate(55%) hue-rotate(181deg) brightness(97%) contrast(92%);
}
.theme_pacifica:has(.help_overlay.active) #btn_besoin_aide{
    border: 2px solid #CCCCCC;
    color: #6F7072;
}

.theme_pacifica .container_chatbot:has(.help_overlay.active){
    position: relative;
    height: 100%;
}
.theme_pacifica .help_overlay.active{
    position: absolute;
    margin-top: 30px;
    padding: 0 32px;
}
.theme_pacifica .besoin_aid_pacifica .text_besoin_aide {
    text-align: start;
    margin-bottom: 50px;
}
.theme_pacifica .besoin_aid_pacifica{
    margin-bottom: 50px;
}

.theme_pacifica .text_besoin_aide p{
    margin-bottom: 1.7rem;
}

.theme_pacifica .text_besoin_aide button {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.theme_pacifica .text_besoin_aide .btn_revenir_au_questionnaire{
    color: var(--style-primary-color);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    border: none;
    background: none;

}
.theme_pacifica .text_besoin_aide .btn_revenir_au_questionnaire:hover{
    color: var(--style-primary-hover-color);
}



.theme_pacifica .btn_revenir_au_questionnaire img{
    height: 10px;
    width: 6px;
    margin-right: 17px;

}


.theme_pacifica div p a{
    color: var(--style-primary-color);
}
.theme_pacifica div p a:hover,
.theme_pacifica div p a:active
{
    color: var(--style-primary-hover-color);
    text-decoration: none;

}


.theme_pacifica h2{
    color: #20252B;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
}

.theme_pacifica h3{
    /* font-size: 1.2rem!important;
    font-weight: 100!important; */
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    color: #6F7072;
}
.theme_pacifica .form-group > label {
    margin-bottom: 16px;
    text-align: start;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
}

.theme_pacifica .chatbot-actions{
    position: initial;
    height: 55px;
    margin-bottom: 20px;
}

.theme_pacifica .icon_agent_pacifica,.theme_pacifica .avatarAgentChatbot{
    margin-top: 30px;
}

.theme_pacifica .rendered-form{
    margin-top: 1rem;
}

.theme_pacifica .formbuilder-text{
    text-align: start;
}

.theme_pacifica div p{
    text-align: start;
}

.theme_pacifica .chatbot-actions .btn {
    width: 26%;
    max-width: 385px;
    margin-left: 32px;
    height: 48px;
    width: 154px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
    text-shadow: none;
}
.theme_pacifica .chatbot-actions .btn-primary.chatbot-actions-next:hover,
.theme_pacifica .chatbot-actions .btn-primary.chatbot-actions-next:active {
    background-color: var(--style-primary-hover-color)!important;
}
.theme_pacifica .chatbot-actions .btn-primary.chatbot-actions-next.disabled {
    background-color: #CCCCCC!important;
}

.theme_pacifica .chatbot-actions button img{
    display: none;
}

.theme_pacifica .btn-primary.chatbot-actions-previous{
    background-color: #fff!important;
    color: var(--style-primary-color);
    text-shadow: none;
    border: 2px solid var(--style-primary-color);
    box-shadow: none!important;
    border-color: var(--style-primary-color)!important;
}
.theme_pacifica .btn:not(:disabled):not(.disabled) {
    text-shadow: none!important;
}
.theme_pacifica .btn-primary.chatbot-actions-previous.disabled{
    border: 2px solid #CCCCCC;
    color: #6F7072;
    display: none;
}


.theme_pacifica .btn-primary.chatbot-actions-previous:hover,
.theme_pacifica .btn-primary.chatbot-actions-previous:active{
    border: 2px solid var(--style-primary-hover-color)!important;
    color: #C21B17;
}


.theme_pacifica .chatbot-actions .btn-primary,
.theme_pacifica .btn-primary:not(:disabled):not(.disabled).active:focus,
.theme_pacifica .btn-primary:not(:disabled):not(.disabled):active:focus,
.theme_pacifica .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

/* style radio-group */
.theme_pacifica .radio-group, 
.theme_pacifica .checkbox-group{
    display: flex;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
}
.theme_pacifica .radio-group .formbuilder-radio, 
.theme_pacifica .checkbox-group .formbuilder-checkbox{
    min-width: 380px;
    width: 400px;
    flex: auto;
    margin: 10px;
    height: 72px;
    max-width: 48%;
}
.theme_pacifica .formbuilder-radio label,
.theme_pacifica .formbuilder-checkbox label {
    padding: 24px 50px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 16px;
}
.theme_pacifica .formbuilder-radio label{
    text-transform : uppercase
}

.theme_pacifica .formbuilder-radio,
.theme_pacifica .formbuilder-checkbox {
    background-position-y: center;
}
.theme_pacifica .formbuilder-radio,
.theme_pacifica .formbuilder-checkbox {
    border-radius: 5px;
}

/* file */
.theme_pacifica label.custom-file-upload{
    color:var(--style-primary-color);
}

/* input */
.theme_pacifica input[type=number]{
    border-top: none;
    border-left: none;
    border-right: none;
}
.theme_pacifica .rendered-form input.form-control{
    height: 40px;
    /* padding: 14px 12px; */
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
}
.theme_pacifica .rendered-form .form-control:focus {
    border-color: #b6b6b6!important;
    box-shadow: none!important;
}

.rendered-form .formbuilder-required,
.rendered-form .required-asterisk {
    color: #20252B;
    margin-left: 5px;
}

.theme_pacifica input[type=number],
.theme_pacifica input[type=text],
.theme_pacifica input[type=email],
.theme_pacifica input[type=tel]{
    padding: 10px;
    display: inline-block;
    border-top: none;
    border-left: none;
    border-right: none;
    /* // border: 2px solid #023a70; */
    font-weight: bold;
    font-size: 16px;
    outline:none;
    box-shadow: none;
  }

.theme_pacifica input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
    background: transparent !important;
    border-width: 0px;
    margin: 0;
    border-left: 1px solid #d8d8d8;
    height: 30px;
    width: 20px;
    cursor: pointer;
  }

.pacifica.theme_pacifica  .formbuilder-checkbox.checked {
    background-image: url(../images/theme_pacifica/outline_check_box_pacifica_v2.png);
}
.pacifica.theme_pacifica .formbuilder-checkbox {
    background-image: url(../images/theme_pacifica/outline_check_vide_pacifica_v2.png);
    text-align: start;
    border: none;
    height: 28px;
    margin: 0;
}

.pacifica.theme_pacifica .formbuilder-radio {
    background-image: url(../images/theme_pacifica/outline_radio_button_unchecked_pacifica_v2.png)!important;
}

.theme_pacifica .checkbox-group {
    gap: 1px;
}

.pacifica.theme_pacifica .formbuilder-radio.checked {
    background-image: url(../images/theme_pacifica/outline_radio_button_checked_pacifica_v2.png)!important;
    background-color: #fff;
}
.theme_pacifica .formbuilder-checkbox label {
    padding: 5px 50px;
    color: #20252B;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
}
.theme_pacifica .formbuilder-checkbox-group,
.theme_pacifica .formbuilder-number,
.theme_pacifica .formbuilder-textarea{
    text-align: left;
}
.pacifica.theme_pacifica  .formbuilder-checkbox.checked {
    background-color: #ffffff;
    border-color: none!important;
    color: #20252B!important;
}

.theme_pacifica label.custom-file-upload i {
    font-size: 24px!important;
    height: 24;
    width: 24;
}

/* Plugin FileUploader */
.theme_pacifica .file_preview_container{
    display: flex;
    position: relative; 
    width: auto;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

.theme_botpage .formbuilder-fileUploader .theme_2 input[type=file]{
    display: none;
}

.theme_pacifica .file_preview_container label{
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: copy;
    font-size: 17px;
    font-weight: 500!important;
    letter-spacing: 0.5px;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.theme_pacifica label.custom-file-upload{
    padding: 10px!important;
    font-weight: 600!important;
    text-align: center!important;
    width: 100%!important;
    margin: 0 auto!important;
    letter-spacing: 0.5px;
    line-height: 22px;
}

.theme_pacifica label.custom-file-upload i{
    font-size: 1.4rem;
    margin-right: 5px;
}
.theme_pacifica .remove_file_button{
    position: absolute;
    right: 14px;
    top: 14px;
}
.theme_pacifica .remove_file_button i{
    font-size: 40px;
    color: #C21B17;
    cursor: pointer;
}
/* datepicker css */



.theme_pacifica .field-datepicker {
    position: relative
}
/* .theme_pacifica .field-datepicker:after {
    font-family: 'FontAwesome';
    content: '\f073';
    position: absolute;
    right: 6px;
    bottom:6px;
    color: var(--style-primary-color);
} */


.theme_pacifica .field-datepicker:after {
    background: url(../images/theme_pacifica/icon_calendar.svg)!important;
    content: '';
    position: absolute;
    right: 6px;
    bottom:6px;
    width: 22px;
    height: 20.5;
    color: var(--style-primary-color);
    display: inline-block;
    background-repeat: no-repeat;
}

body:has(.theme_pacifica) #ui-datepicker-div{
    border: none;
    height: 356px;
    width: 360px;
    padding: 18px 18px 31px 18px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
}

body:has(.theme_pacifica) select.ui-datepicker-year,
body:has(.theme_pacifica) .ui-datepicker-month {
    display: inline-block;
    /* width: 100%; */
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    /* background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px; */
    background: #fff url("../images/theme_pacifica/icon_select_year.svg") no-repeat right 1.3rem center/9px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    color: #20252B;
}
body:has(.theme_pacifica) .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
    color: #6F7072;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-align: center;
    height: calc(100% - 40px);
}

body:has(.theme_pacifica) .ui-datepicker th {
    font-weight: 300;
    color: #6F7072;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-align: center;
}
body:has(.theme_pacifica) .ui-datepicker .ui-datepicker-prev span{
    font-family: 'FontAwesome';
    content: '\f073';
}
body:has(.theme_pacifica) .ui-datepicker .ui-datepicker-next span {
    font-family: 'FontAwesome';
    content: '\f073';
    color: red;
}
body:has(.theme_pacifica) .ui-widget-header {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #333333;
    font-weight: bold;
}
body:has(.theme_pacifica) .ui-datepicker .ui-datepicker-title select {
    padding: 4px;
    border: none;
}
body:has(.theme_pacifica) .ui-widget.ui-widget-content {
    border: 1px solid #ffffff;
    padding: 15px;
    box-shadow: 0px 1px 11px 0px #38383814;
}
body:has(.theme_pacifica) .ui-state-default,
body:has(.theme_pacifica) .ui-widget-content .ui-state-default,
body:has(.theme_pacifica) .ui-widget-header .ui-state-default,
body:has(.theme_pacifica) .ui-button,
html:has(.theme_pacifica) .ui-button.ui-state-disabled:hover,
html:has(.theme_pacifica) .ui-button.ui-state-disabled:active {
    border: 1px solid #ffffff;
    background: #ffffff;
    font-weight: normal;
    color: #454545;
    padding: 0.3em;
}
body:has(.theme_pacifica) .ui-state-highlight,
body:has(.theme_pacifica) .ui-widget-content .ui-state-highlight,
body:has(.theme_pacifica) .ui-widget-header .ui-state-highlight {
    border: 1px solid #c1c1c1;
    background: #ffffff;
    color: #777620;
    border-radius: 50%;
    text-align: center;
    height: 29px;
}


  .theme_pacifica input[type="number"]{
    position: relative;
    /* pour la v2 */
    /* background-image: url('../images/theme_pacifica/icon_custom_select_v2.svg')!important;
    background-position: center right;
    background-size: 21px 30px;
    background-repeat: no-repeat;
    background-position-y: 7px; */

    /* pour la v3 */
    background-image: url('../images/theme_pacifica/icon_custom_select_v3.svg')!important;
    background-position: center right;
    background-size: 20px 18px;
    background-repeat: no-repeat;
    background-position-y: 13px;
  }

  .theme_pacifica input[type="number"]::-webkit-outer-spin-button, 
  .theme_pacifica input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    background-color: #FFF ;

    border-left: none!important;
    border: none;
    position: absolute;
    right: 0;
}
.theme_pacifica input[type="number"]::-webkit-inner-spin-button:hover,
.theme_pacifica input[type="number"]::-webkit-inner-spin-button:active{
    box-shadow: 0 0 1px #c21b17;
    opacity: .8;
    border-left: none!important;
    border: none;
}

body:has(.theme_pacifica) .ui-datepicker td {
    padding: 3px;
}
body:has(.theme_pacifica) .ui-datepicker select.ui-datepicker-month,
body:has(.theme_pacifica) .ui-datepicker select.ui-datepicker-year {
    padding: 5px;
    border: none;
    outline-width: 0;
}
body:has(.theme_pacifica) .ui-widget input,
body:has(.theme_pacifica) .ui-widget select,
body:has(.theme_pacifica) .ui-widget textarea,
body:has(.theme_pacifica) .ui-widget button{
    font-family: 'roboto', sans-serif!important;
}

body:has(.theme_pacifica) .ui-state-default,
body:has(.theme_pacifica) .ui-widget-content .ui-state-default,
body:has(.theme_pacifica) .ui-widget-header .ui-state-default,
body:has(.theme_pacifica) .ui-button,
html:has(.theme_pacifica) .ui-button.ui-state-disabled:hover,
html:has(.theme_pacifica) .ui-button.ui-state-disabled:active {
    text-align: center;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 12px; */
    color: #20252B;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
}
body:has(.theme_pacifica) .ui-state-active,
body:has(.theme_pacifica) .ui-widget-content .ui-state-active,
body:has(.theme_pacifica) .ui-widget-header .ui-state-active,
body:has(.theme_pacifica) a.ui-button:active,
body:has(.theme_pacifica) .ui-button:active,
body:has(.theme_pacifica) .ui-button.ui-state-active:hover {
    border: 1px solid var(--style-primary-hover-color);
    background-color: var(--style-primary-color);
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
}

body:has(.theme_pacifica) a.ui-state-default:hover,
body:has(.theme_pacifica) a.ui-widget-content .ui-state-default:hover {
    background-color: var(--style-primary-color);
    border-radius: 50%;
    color:#fff;
}
body:has(.theme_pacifica) .ui-datepicker th {
    font-weight: normal;
}
body:has(.theme_pacifica) .ui-widget-header .ui-icon {
    background-image: url("../images/theme_pacifica/ui-icons_444444_256x240_generali_v2.png");
}
body:has(.theme_pacifica) .ui-icon,
body:has(.theme_pacifica) .ui-widget-content .ui-icon {
    background-image: url("../images/theme_pacifica/ui-icons_444444_256x240_generali_v2.png");
}

body:has(.theme_pacifica) .help_overlay,
body:has(.theme_pacifica) .menu_overlay {
    z-index: 99999;
}

body:has(.theme_pacifica) .help_overlay_inside,
body:has(.theme_pacifica) .menu_overlay_inside {
    max-width: none;
}


@media only screen and (max-width: 1000px) {
    .theme_pacifica .radio-group .formbuilder-radio,
    .theme_pacifica .checkbox-group .formbuilder-checkbox {
        max-width: 46%;
    }
}

@media only screen and (max-width: 925px) {
    .theme_pacifica .radio-group .formbuilder-radio,
    .theme_pacifica .checkbox-group .formbuilder-checkbox {
        max-width: 100%;
    }
    .theme_pacifica .fond_icon_white{
        background-position-x: initial;
        -o-background-size: 149% auto;
        -moz-background-size: 149% auto;
        background-size: 149% auto;
        top: 197px;
        z-index: 9;
        right: 0px;
    }
}

@media only screen and (max-width: 700px) {
    .theme_pacifica .chatbot-actions .btn {
        width: 40%;
        margin-left: 12px;
    }
    .theme_pacifica .besoin_aid_theme_2 button {
        font-size: .8rem;
        padding: 6px 10px;
        margin-right: 10px;
    }
    .theme_pacifica .logo_theme_2 {
        width: 170px;
        height: auto;
        margin-left: 0px;
    }
    .theme_pacifica .radio-group .formbuilder-radio,
    .theme_pacifica .checkbox-group .formbuilder-checkbox {
        min-width: 100%;
        width: 400px;
        flex: auto;
        margin: 10px;
    }
    .theme_pacifica .radio-group .formbuilder-radio,
    .theme_pacifica .checkbox-group .formbuilder-checkbox {
        min-width: 100%;
        margin: 5px;
    }
    
}

@media only screen and (max-width: 470px) {
    .theme_pacifica .icon_besoin_aide_theme_2{
        display: block;
    }
    .theme_pacifica .besoin_aid_theme_2{
        display: none;
    }
    .theme_pacifica .slide_theme_2 h1{
        font-weight: 600;
        letter-spacing: 0;
        line-height: 44px;
        text-align: start;
        align-items: flex-start;
        margin-top: 33px;
        color: #ffffff;
        text-shadow: 0 0 3px #2b6550;
    }
    .theme_pacifica h2{
        font-size: 24px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 40px;
    }
    .theme_pacifica .chatbot-actions{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        height: auto;
    }
    .theme_pacifica button.chatbot-actions-previous,
    .theme_pacifica button.chatbot-actions-menu,
    .theme_pacifica button.chatbot-actions-next
    {
        flex: 1 0 100%;
        width: 296px!important;
        margin: 7px auto;
        height: 48px!important;
    }
    .theme_pacifica .chatbot-step-complete {
        margin-bottom: 30px;
    }

    .theme_pacifica .slide_theme_2 {
        height: 430px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        margin: 0;
        background-image: url(../images/theme_pacifica/slide_pacifica_mobile.jpg);
    }

    .theme_pacifica .fond_icon_white{
        display: none;
    }
    .theme_pacifica .container_chatbot {
        margin: -170px auto 0 auto;
    }
    .theme_pacifica .slide_theme_2 h1 {
        font-size: 30px;
    }
    .theme_pacifica #chatbot {
        padding: 0 18px;
    }
    
}

/* @media only screen and (max-width: 420px) {

    

    
} */


