/* Map section css */

#map-sec .resources-section {display: flex;gap: 45px;margin-bottom: 50px;padding: 26px 38px 0px;}
#map-sec {max-width: 1204px;margin: 48px auto 40px;background-color: #0074E0;padding: 15px;}
#map-sec .cmp-finder__form {justify-content: flex-start;gap: 32px;padding: 0 38px;}
#map-sec p.sub-head {font-family: Manrope;font-size: 64px;font-style: normal;font-weight: 300;line-height: 100%; /* 64px */color: #fff;}
#map-sec p.res-copy{font-family: Manrope;font-size: 28px;font-style: normal;font-weight: 400;line-height: 120%;color:#fff;padding-right: 13%;}
#map-sec .cmp-finder__form-container { border-bottom: none;    padding: 0;margin: 0;}
#map-sec .cmp-finder__form-group {margin-left: 0;}
#map-sec .cmp-finder__label {font-family: Manrope;font-size: 16px;font-style: normal;font-weight: 400;line-height: 140%;text-transform: math-auto;color: #fff;margin-bottom: 8px;}
#map-sec .cmp-finder .cmp-finder__formbutton {display: flex;max-height: 60px;justify-content: center;align-items: center;gap: 10px;background-color: #A1E602;
    border-radius: 2px 20px;color: #001663;font-weight: 700;font-family: 'Manrope';font-size: 20px;    max-width: 117px;}
#map-sec .cmp-finder__form-control {height: 46px;background: #38383866;border: 1px solid  #CF78B0;color: #fff;outline: none !important;}
#map-sec .cmp-finder .cmp-finder__result-list.cmp-finder__vcenter {padding: 0 !important;float: right;border-radius: 0;max-width: 300px; margin: -85px 2% 0;    background-color: #fff;}
#map-sec .cmp-finder__result-container  {margin-top: 30px;background: #fff;padding: 0 20px ;border-radius: 2px;     width: 100%;}
#map-sec .cmp-finder .cmp-finder__formbutton:hover{    background: #d4fe75;}
#map-sec .cmp-finder .cmp-finder__result-container .cmp-finder__result-item {background-color: #F4F6F7;max-width: 300px;     padding: 18px 25px;}
#map-sec .cmp-finder .cmp-finder__html-result-container a {}
#map-sec a.link-firstname {color: #0074E0;font-family: 'Manrope';font-size: 20px;font-weight: 700;display: block;padding-bottom: 10px;}
#map-sec .cmp-finder .cmp-finder__html-result-container .btn {color: #001663;background: #fff;border-radius: 2px 20px;border: 1px solid #0074E0;margin-top: 10px;display: block;max-width: max-content;}
#map-sec .cmp-finder .cmp-finder__html-result-container p {font-weight: 700;font-family: 'Manrope';font-size: 16px;}
#map-sec .cmp-finder ul {font-family: 'Manrope';}
#map-sec .cmp-finder__map {height: 500px;margin-top: 40px;padding-bottom: 54px !important;margin-bottom: 40px;}
#map-sec  .result-txt p + p {padding-top: 15px;}
#map-sec  .result-txt p {font-family: 'Manrope';font-size: 16px;line-height: 120%;font-weight: 400;}
#map-sec  .result-txt {padding-top: 70px;}
#map-sec p.res-copy sup {font-size: 90%;position: relative;line-height: normal;top: 6px;}
#map-sec .cmp-finder__html-result-container {max-height: 565px;overflow-y: scroll;}
html[lang="fr"] #map-sec .cmp-finder .cmp-finder__formbutton{max-width: 140px;}
#map-sec .cmp-finder__form-group p.cmp-finder__error {  margin-top: 5px;}
#map-sec .cmp-finder__form-control::placeholder { color: #fff;}

/*Responsive*/

@media (min-width: 768px) and (max-width: 1200px) {
    #map-sec {margin: 40px 20px;}
    #map-sec .cmp-finder .cmp-finder__result-list.cmp-finder__vcenter {margin: 0 2%;}
    #map-sec .cmp-finder .cmp-finder__result-container .cmp-finder__result-item {max-width: 100%;}
    
} 

@media (max-width: 767px) {
    #map-sec .resources-section {flex-direction: column;gap: 20px;margin-bottom: 32px; padding: 0;}
    #map-sec {margin: 0 16px;padding: 16px 16px 32px;}
    #map-sec p.sub-head {font-size: 40px;}
    #map-sec p.res-copy {font-size: 20px;padding-right: 0;}
    #map-sec .cmp-finder__form {padding: 0;margin: 0;}
    #map-sec .cmp-finder .cmp-finder__formbutton {max-width: 100%;width: 100%;margin-top: 32px;}
    #map-sec .cmp-finder__form-group { margin-bottom: 16px;}
    #map-sec .cmp-finder .cmp-finder__result-list.cmp-finder__vcenter {min-width: 100%;        margin: 0 2% 20px;}
}
