#popupLanguageSuggestion { display:none; background-color:#F4F4F9; border-radius:10px; padding:20px; position:relative; }

 #popupLanguageSuggestion.js-active { display:flex; position:absolute; top:50px; width:425px; }

 @media only screen and (max-width:768px) { #popupLanguageSuggestion.js-active { z-index:10; left:0; right:0; margin:auto; width:90%; }

 }

 #popupLanguageSuggestion:before { content:""; display:inline-block; height:0; width:0; border-right:23px solid transparent; border-bottom:23px solid #F4F4F9; border-left:23px solid transparent; top:-15px; position:absolute; left:9px; }

 @media only screen and (max-width:768px) { #popupLanguageSuggestion:before { content:none; }

 }

 #popupLanguageSuggestion p { color:#164194; font-size:12px; font-family:"Roboto", sans-serif; line-height:15px; }

 #popupLanguageSuggestion p span { font-weight:bold; }

 #popupLanguageSuggestion .actions { display:flex; align-items:center; justify-content:flex-end; gap:10px; margin-top:20px; }

 @media only screen and (max-width:768px) { #popupLanguageSuggestion .actions { justify-content:center; }

 }

 #popupLanguageSuggestion .actions button,#popupLanguageSuggestion .actions a { display:flex; flex-direction:row; height:25px; align-items:center; justify-content:center; color:#ffffff; font-family:"Nunito Sans", sans-serif; text-transform:uppercase; font-weight:900; font-size:11px; padding:0 1em; border-bottom-right-radius:10px; transition:background-color 0.25s ease-in-out; position:relative; }

 #popupLanguageSuggestion .actions button#stay,#popupLanguageSuggestion .actions a#stay { background-color:#164194; }

 @media only screen and (max-width:768px) { #popupLanguageSuggestion .actions button#stay,#popupLanguageSuggestion .actions a#stay { order:1; }

 }

 #popupLanguageSuggestion .actions button#visit_french_site,#popupLanguageSuggestion .actions a#visit_french_site { background-color:#e25046; }

 #popupLanguageSuggestion .actions button::before,#popupLanguageSuggestion .actions a::before { content:""; -webkit-mask-size:contain; -moz-mask-size:contain; -ms-mask-size:contain; -o-mask-size:contain; mask-size:contain; -webkit-mask-position:center; -moz-mask-position:center; -ms-mask-position:center; -o-mask-position:center; mask-position:center; -webkit-mask-repeat:no-repeat; -moz-mask-repeat:no-repeat; -ms-mask-repeat:no-repeat; -o-mask-repeat:no-repeat; mask-repeat:no-repeat; width:17px; height:13px; margin-right:0.5em; background-color:#ffffff; -webkit-transition:transform 0.25s ease-in-out; -moz-transition:transform 0.25s ease-in-out; -ms-transition:transform 0.25s ease-in-out; -o-transition:transform 0.25s ease-in-out; transition:transform 0.25s ease-in-out; -webkit-mask-image:url("/sites/excelia-group.fr/modules/custom/ip_to_location/images/arrow-up-solid.svg"); -moz-mask-image:url("/sites/excelia-group.fr/modules/custom/ip_to_location/images/arrow-up-solid.svg"); -ms-mask-image:url("/sites/excelia-group.fr/modules/custom/ip_to_location/images/arrow-up-solid.svg"); -o-mask-image:url("/sites/excelia-group.fr/modules/custom/ip_to_location/images/arrow-up-solid.svg"); mask-image:url("/sites/excelia-group.fr/modules/custom/ip_to_location/images/arrow-up-solid.svg"); }

 #popupLanguageSuggestion .actions button:hover::before,#popupLanguageSuggestion .actions a:hover::before { -webkit-transform:translateX(0.25em); -moz-transform:translateX(0.25em); -ms-transform:translateX(0.25em); -o-transform:translateX(0.25em); transform:translateX(0.25em); }

/*# sourceMappingURL=style_ip_to_location.css.map */