
/** module toolbox*/


#toolbox {
    display:none;
}

@media(min-width:980px) and (min-height:640px) {
#toolbox {
    display:block;
    position: fixed;
    right: 0;
    bottom: 5%;
    z-index: 9;
    max-height: calc(100vh - 110px);
    list-style-type: none;
}

#toolbox li a {
    text-decoration: none;
    text-transform: uppercase;
    height: 106px;
    width: 115px;	
    max-height:18vh;
    max-width:18vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    padding:5px;
    font-size:var(--fs-xxs);
}
#toolbox li a .black {
    font-weight:var(--fw-x-bold)
}
#toolbox li a img {
    margin-bottom:5px;
    transition:var(--ease);
    width:30%;
}
#toolbox li a:hover img {
    width:0%;
    margin-bottom:0;
}
.acces_1 a {
    color:white;
    background:rgba(63,62,130,0.9) url('../images/acces12.png') no-repeat center left ;
    border-radius:var(--box-radius) 0 0 0;
    border-bottom:2px solid white;
}
.acces_2 a {
    color:white;
    background:rgba(63,62,130,0.9) url('../images/acces12.png') no-repeat center left ;
    border-radius: 0 0 0 var(--box-radius);
}
.acces_3 a {
    margin-top:20px;
    color:var(--violet);
    background:rgba(217,222,234,0.9) url('../images/acces34.png') no-repeat center left ;
    border-radius:var(--box-radius) 0 0 0;
    border-bottom:2px solid white;
}
.acces_4 a {
    color:var(--violet);
    background:rgba(217,222,234,0.9) url('../images/acces34.png') no-repeat center left ;
    border-radius: 0 0 0 var(--box-radius);
}

}
@media(min-width:980px) and (min-height:768px){
#toolbox {
    top: 50%;
    max-height: 80vh;
    transform:translateY(-50%);
}
}
@media(min-width:1600px) {
#toolbox {
    right:50%;
    margin-right:-800px;
}
}


#site-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 9;
transition: all 0.4s;
background: none;
height: 123px;
overflow: hidden;
}
.scrolled #site-header {
box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
#wpadminbar {
position: fixed;
height: 46px;
}
.admin-bar #site-header{
top: 46px;
}

#main .texte_entete {
padding-top: 133px;
}
.admin-bar #main .texte_entete {
padding-top: 133px;
}
#togMenu {
top: 7px;
}
.admin-bar #togMenu {
margin-top: 46px;
}

@media(min-width:782px) {
.admin-bar #site-header,
.admin-bar #full_menu {
    top: 32px;
}
.admin-bar #full_menu {
}
#wpadminbar {
    height: 32px
}
.admin-bar  #main {
}
.admin-bar #togMenu {
    margin-top: 32px;
}
.admin-bar #mobileContact {
    top: 46px;
}
}
@media(min-width:980px) {
#site-header {
    height: 200px;
    overflow: visible;
    background:white url('../images/header.jpg') no-repeat center;
}
#main .texte_entete {
    padding-top: 200px;
}
.admin-bar #main .texte_entete {
    padding-top: 200px;
}
.scrolled #site-header {
    height:103px;
}
.scrolled .top-menu-wrapper, 
.scrolled  ul.top-menu {
    height: 103px;
    min-height:0;
    margin-top:0;
}
.scrolled .admin-bar #main .texte_entete {
    padding-top: 149px;
}
#mobileContact {
    display: none;
}
}
.header-titles-wrapper {
display:none;
}
@media(max-width:979px) {

#zone_logo {
    width:100%;
    height:123px;
}
#zone_logo a {
    display:block;
    position:absolute;
    right:20px;
    top:20px;
    z-index:1;
    height:93px;
    width:93px;
}

.logo img {
    display: block;
    
}
#togMenu {
    height: 93px;
    width: 93px;
    padding-top: 22px;
    cursor: pointer;
    display: block;
    position: fixed;
    z-index: 101;
    left: 20px;
    top: 20px;
    transition: all .3s;
    background: rgb(17,139,187);
    background: linear-gradient(45deg, rgba(17,139,187,1) 0%, rgba(74,190,193,1) 100%); 
    border-radius:50%;
    overflow: hidden;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    font-size: 1.1rem;
}
#text_menu {
    text-transform:uppercase;
    color:white;
    transition:all 0.3s;
}
.open #text_menu {
    opacity:0;	
}
#togMenu.open #burger{
    top:50%;
    height:40px;
    
}
#togMenu #burger {
    position: absolute;
    transition: all 0.3s;
    overflow: visible;
    top: 60%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    height: 27px;
    width: 40px;
    transform-origin: center;
}
#togMenu #burger:before,
#togMenu #burger:after {
}
#togMenu #burger span {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    position: absolute;
    right: 0;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    display: block;
    background: #fff;
    transform-origin: center;
}
#togMenu #burger span#t1 {
    top: 0%;
    right: unset;
    left: 0;
}
#togMenu #burger span#t2 {
    margin-top: -1px;
    top: 50%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    width: 100%;
}
#togMenu #burger span#t3 {
    bottom: 0%;
    width: 100%;
}
#togMenu.open #burger span#t2 {
    width: 0;
    right: 100%;
    opacity: 0
}
#togMenu.open #burger span#t1 {
    width: 131%;
    max-width: none;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: translateX(8%) rotate(45deg);
}
#togMenu.open #burger span#t3 {
    width: 131%;
    max-width: none;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: translateX(29%) rotate(-45deg);
}
#togMenu:hover,
#togMenu.open {
    background: linear-gradient(90deg, var(--color-start)0%, var(--color-stop) 100%);
}
#togMenu {
    overflow: visible;
}
#site-header.open {
    background:var(--violet);
}
#full_menu {
    position:fixed;
    left:0;
    top: 0px;
    width:100%;
    height:0;
    overflow:scroll;
    padding-top:0;
}
.open #full_menu {
    height: auto;
    padding-top:123px;
}

.admin-bar .open #full_menu {
    top: 46px;
    height:calc(100vh - 46px);
}
}




/* top Menu ---------------------------- */
.top-menu-wrapper {
position: relative;
}
ul.top-menu {
display: flex;
flex-wrap: wrap;
position: relative;
z-index: 1;
padding-left: 0;
margin: 0;
flex-direction: column;
overflow: visible;
width: 100%;
}
.header-navigation-wrapper {
display: flex;
align-items: center;
height: 100%;
}
.top-menu > li {
font-size: inherit;
overflow: visible;
list-style-type: none;
margin: 0;
padding: 1rem 20px;
}
.top-menu > li > a {
color: var(--violet);
border-radius:2em;
padding:1em 1.5em;
background:var(--blanc);
transition: all 0.3s;

display: inline-block;
text-decoration: none;
border: 2px solid #d6d6ea;
}
.top-menu > li > a span {
font-weight: var(--fw-bold);
}
.top-menu  li a:hover, .top-menu  li.current_page_ancestor > a, .top-menu  li.current_page_item > a, .top-menu  li.current_menu_item > a, .top-menu  li.current-menu-item > a {
color: var(--rose);
}
.top-menu ul li a {
display: block;
text-align: left;
}


/*SUBMENU*/
.top-menu ul {
padding-left: 0;
}
.top-menu li {
list-style-type: none;
}
.top-menu li.home{
display:none;
}
.top-menu > li > ul > li {
padding:0.5em 0.5em 0.5em 0;
}
.top-menu > li > ul > li a {
height: auto;
border: 0;
align-items: flex-start;
color: var(--blanc);
text-transform: none;
text-decoration: none;
font-weight: var(--fw-bold);
font-size: var(--fs-base);
position: relative;
padding:0.5em 0.5em 0.5em 2em;
}

.top-menu li > ul > li > a:before {
content: url('../images/goutte_violette.png');
display: inline-block;
margin-right: 0.6em;
position: absolute;
left: 0px;
top: 9px;
}
.top-menu > li > ul > li > ul > li > a {
text-transform: none;
}

.top-menu  > li > ul > li > ul > li > a:before {
content: url('../images/li_ul_li.png');
display: inline-block;
margin: 0 0.95em;
top: 6px;
}

.separateur > a {
display:none;
}

.top-menu li.bouton a {
background: linear-gradient(90deg, var(--color-start) 0%, var(--color-stop) 100%);
position: relative;
z-index: 1;
text-transform: uppercase;
display: inline-block;
margin: 1em 0;
text-decoration: none;
padding: 1em!important;
border: none;
transition: all 0.4s;
overflow: hidden;
border-radius: 3rem;
font-weight: var(--fw-normal);
line-height: 1;
color: var(--blanc);
font-size:var(--fs-s);
width:280px;
max-width:100%;
text-align:center;
}
.top-menu li.bouton a:before {
content:"";
display:none;
margin:0;
}
.top-menu li.bouton.violet a {
background: linear-gradient(90deg, #4f5392 0%, #95a4db 100%);
}
.top-menu li.bouton.vert a {
background: linear-gradient(90deg, #148dba 0%, #35b2c4 100%);
}
.top-menu li.bouton.bleu a {
background: linear-gradient(90deg, #4d68ad 0%, #82aed5 100%);
}
.top-menu li.bouton a:after {
content: '';
background: linear-gradient(0deg, var(--color-start) 0%, var(--color-stop) 100%);
height: 140%;
width: 141%;
position: absolute;
top: -15%;
left: -15%;
z-index: -1;
transform: translateX(-100%);
transition: all 0.4s;
border-radius:3em;
}
.top-menu li.bouton.violet a:after {
background: linear-gradient(0deg, #95a4db 0%, #4f5392 100%);
}
.top-menu li.bouton.vert a:after {
background: linear-gradient(0deg, #35b2c4 0%, #148dba 100%);
}
.top-menu li.bouton.bleu a:after {
background: linear-gradient(0deg, #82aed5 0%, #4d68ad 100%);
}
.top-menu li.bouton a:hover:after {
transform: translateX(0%);
}
.top-menu li.bouton a span {
font-weight: var(--fw-bold);
}


@media(max-width:979px) {
.header-titles .logo {
    display: block;
    padding-top: 0;
    margin-top:0;
}
.header-titles .logo img {
    height:auto;
    max-height:100%;
    max-width:100%;
}
#menu_principal {
    position: relative;
    top: 0px;
    left: -100%;
    margin-top: 0;
    z-index: 6;
    opacity: 0;
    height: auto;
    width: 0;
    padding-bottom: 3rem;
    -webkit-transition: opacity .3s , left 0 ease 0.4s, width 0 ease .4s;
    -o-transition: opacity .3s , left 0 ease 0.4s, width 0 ease .4s;
    transition: opacity .3s , left 0 ease 0.4s, width 0 ease .4s
}
#menu_principal.open {
    left: 0;
    width: 100%;
    opacity: 1;
    
    -webkit-transition: left 0.4s, width 0s, opacity .4s;
    -o-transition: left 0.4s, width 0s, opacity .4s;
    transition: left 0.4s, width 0s, opacity .4s
}
body.open {
    background:var(--violet);
    overflow: hidden;
}
#site-header {
    z-index: 10;
}
#site-header.open {
    height: 100vh;
}


#menu_principal ul.top-menu {
    justify-content: space-around;
}
#menu_principal .top-menu li {
}
#menu_principal .top-menu li:last-child {
    border-bottom: none;
}
#site-header.open #menu_principal .top-menu > li > ul {
    opacity: 1;
    height: auto;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateY(0%);
    padding-top:1em;

    display: block !important;
}
.menu-item-has-children {
    position: relative;
}
.top-menu > li {
    position: relative;
    /*! padding-left: 40px; */
}

#site-header.open #menu_principal .top-menu li ul li {
    display: block;
    width: 100%;
}
.desktop_only_br {
    display:none;
}

}
@media(min-width:980px) {

 #zone_logo {
    display: block;
    width: auto;
    height: 153px;
    position:absolute;
    left:50%;
    top:14px;
    transform:translateX(-50%);
}
.logo{
 display:block;
}
.logo img {
    width: auto;
    height: 155px;
    transition: all 0.3s;
   max-width:100%;
    max-height:100%;
}
.scrolled  .logo img {
    width: auto;
    height: 83px!important;
}

#togMenu {
    display: none
}

.top-menu-wrapper,
ul.top-menu{
    display: flex;
    overflow: visible;
    width: 100%;
    max-width:1600px;
    margin:0 auto;
    flex-direction:row;
    justify-content: center;
    align-items: stretch;
    margin-top: 30px;
}
.top-menu > li {
    overflow: hidden;
    width: 20%;
    text-align: center;
    display:flex;
    align-items:center;
    flex-direction:column;
    justify-content:center;
}
.top-menu > li:nth-child(1) {
    align-items:flex-end;
}
    .top-menu > li:nth-child(5) {
    align-items:flex-start;
}

.top-menu li.home{
    display:block;
    position:relative;
    opacity:0;
    z-index:0;
    height:100%;
    width:153px
}
.top-menu > li:hover > a,
.top-menu > li > a:hover, 
.top-menu > li.current_page_ancestor > a,
.top-menu > li.current_page_item > a,
.top-menu > li.current_menu_item > a,
.top-menu > li.current-menu-item > a {
    color: var(--rose);
}

.top-menu > li:hover {
    overflow: visible;
    z-index: 2;
}

.top-menu > li > ul {
    opacity: 0;
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    transition: all 0.3s linear;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    padding: 0;
    background: rgba(44,43,116,0.85);
    width: 100vw;
    pointer-events: none;
    max-width: 1600px;
    align-items: flex-start;
    justify-content: center;
}
.top-menu > li:hover ul {
    opacity: 1;
    height: auto;
    transition: all 0.3s ease 0.3s;
    pointer-events: inherit;
    padding: 1em 0;

}	
.top-menu  li  a {
    font-size:var(--fs-xs);
}
.top-menu > li:hover li ul {
    padding-top:0;
}

.top-menu > li > ul > li a {
    font-weight:var(--fw-normal);
}
.top-menu li ul li ul li a {
    font-weight:var(--fw-normal);
}

.desktop_only_br {
    display:block;
    height:0;
    overflow:hidden;
}
li.bouton ,
.top-menu li.bouton a {
    text-align:center;
    padding: 1em 1.5em !important;
}
.top-menu > li > ul > li {
    width:25%;
    padding: 0.5em 0 0.5em 0.5em;
}

.top-menu > li > ul > li.separateur {
    width:100%;
    padding:0;
}
.separateur > a {
    display:none!important;
}
.separateur > ul {
    background:rgba(193, 209, 243, 0.8);
    display:flex;
    flex-direction:row;
    align-items:flex-start;
    justify-content:center;
    padding:5px 0;
}
.top-menu > li:hover .separateur > ul {
    transform:translate3d(0,1em,0);
}
.separateur > ul li {
    padding:5px;
}
.top-menu li.bouton a {
    text-align:;
    width:auto;
}

}


@media(min-width:1200px) {
.top-menu > li {
    width: 255px;
}
.top-menu > li > ul {
    overflow:hidden;
    border-radius:5px;
}

.top-menu > li > ul > li {
    width:200px;
    padding:0.5em 0.5em 0.5em 1.5em;
}
.top-menu .separateur .sub-menu {
    padding-bottom:0;
}

.top-menu > li > ul > li.separateur {
    width:100%;
}

.top-menu > li > ul{
    transform: translate3D(-50%,0,0);
}
.top-menu > li:nth-child(1) > ul {
    left:10%;
    width:auto;
    max-width:60%;
    transform: translate3D(0%,0,0);
}
.top-menu > li:nth-child(2) > ul {
    left:40%;
    width:70%;
    max-width:70%;
    transform: translate3D(-50%,0,0);
}
.top-menu > li:nth-child(3) > ul {
    display:none!important
}
.top-menu > li:nth-child(4) > ul {
    left:60%;
    width:70%;
    max-width:70%;
    transform: translate3D(-50%,0,0);
}
.top-menu > li:nth-child(5) > ul {
    left:unset;
    right:10%;
    transform: translate3D(0%,0,0);
    width:auto;
    max-width:60%;
}
}

@media(min-width:1600px) {
#site-header {
    width:1600px;
    left:50%;
    transform:translateX(-50%);
}
}



header {
min-height: 130px;
}
footer {
position: relative;
z-index: 1;
background: #103B64;
color:var(--blanc);
padding: 20px 15px 20px 15px;
}
footer h3 {
font-size:var(--fs-m);
}
footer p {
font-size:var(--fs-s);
}
footer a.bouton,
footer input{
font-size:var(--fs-s);
}
a.bouton_contact,
footer .foot_col_1 a.bouton {
font-size:var(--fs-xs);
background:linear-gradient(90deg, #0e87ba 0%, #36b5c1 100%);
display:inline-flex;
align-items:center;
padding:5px 1em;
}
a.bouton_contact:after,
footer .foot_col_1 a.bouton:after {
background:linear-gradient(0deg, #0e87ba 0%, #36b5c1 100%);
}
a.bouton_contact:before,
footer .foot_col_1 a.bouton:before {
content:url('../images/bouton_contact.png');
margin-right:5px;
}
footer .foot_col_2 a.bouton {
font-size:var(--fs-xs);
background:linear-gradient(90deg, var(--color-stop)0%, var(--color-start) 100%);
display:inline-flex;
align-items:center;
}
footer .foot_col_2 a.bouton:before {
content:url('../images/goutte_cyan.png');
transform-origin:center;
transform:scale(0.5) rotate(-30deg);
margin-right:5px;
}
footer li a {
font-size:var(--fs-xs);
}

.foot_colonnes {
text-align:center;
}
@media(min-width:640px) {
.foot_colonnes {
    text-align:left;
    display:flex;
}
.foot_col {
    
}
.foot_col_0 {
    width:30%
}
.foot_col_1 {
    width:40%;
    padding-left:10px;
}
.foot_col_2 {
    width:30%;
}
.foot_col_3 {
    width:100%;
}
}
@media(min-width:1400px) {
.foot_colonnes {
    text-align:left;
    display:flex;
}
.foot_col {
    
}
.foot_col_0 {
    width:220px;
}
.foot_col_1 {
    width:280px;
    padding-left:20px;
}
.foot_col_2 {
    width:300px;
    padding-right:100px;
}
.foot_col_3 {
    width:600px;
    padding-right:100px;;
}
}


#footer_menu {
margin: 0;
padding: 15px;
width:100%;
text-align:center;
}
.footer-menu-wrapper {
display: flex;
align-items: center;
justify-content: flex-end;
}
#site-footer .section-inner {
display: flex;
justify-content: flex-start;
padding: 15px;
}
#footer_menu li {
list-style-type: none;
padding: 0.2rem 0;
}
#footer_menu li a {
display: block;
text-decoration: none;
padding: 0 1rem;
line-height: 0.9;
}
@media(max-width:979px) {
#site-footer .section-inner {
}
#footer_menu li {
    width: 100%;
    padding-bottom:20px;
}
#footer_menu li:last-child {
        padding-bottom:0;
}
}
@media(min-width:980px) {
#footer_menu {
    display: flex;
    margin: 0 20px;
    padding: 0;
    text-align:left;
    justify-content:flex-end;
}
}






/** Header Hamel **/

#nav {
display:flex;
flex-direction: row;
align-items:center;
justify-content: space-between;
padding: 30px 40px 30px 40px;
max-width: 1800px;
margin: auto;
}

#btn_urgence {
margin-right: 0!important;
}

@media screen and (max-width:1330px) and (min-width:980px) {
#nav {
    padding: 30px 15px 30px 15px!important;
}
.menu a {
    margin-right: 9px!important;
}
#logo a img {
    max-width: 90%!important;
}
}

#logo {
width:15%
}

#btn_contact {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
background-color: #B1347F;
color: white;
}
#btn_urgence {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
background-color: #0C2E4F;
color: white;
}

#btn_urgence:hover, #btn_contact:hover, .link_menu:hover {
cursor:pointer;
}

.menu a {
margin-right: 35px;
font-family: 'Roboto', sans-serif;
}
h2 {

}
#btn_contact, #btn_urgence, #btn_espace {
    font-family: 'Noto Sans',sans-serif;
    font-weight: 700;
    margin-right: 0!important;

}

/* popup */

#modal{
position: fixed;
z-index: 99999;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
}
#modal.open{
display: block;
}

#modal .mask{
background: black;
opacity: 0.8;
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
#modal .container{
background: #0C2E4F;
color:white;
height: auto;
min-height: 50px;
border-radius: 40px;
position: absolute;
min-height: 250px;
top: 50%;
width: auto;
left: 50%;
transform: translate(-50%, -50%);
min-width: 950px;
}
#modal .container .message{
padding: 8% 12% 8% 12%;
}
#modal .container a.close{
position: absolute;
right: 5%;
top: 5%;
transform: scale(2);
color: white;
font-size: 30px;


}
#modal .container a.close:hover{		
cursor: pointer;
transform: scale(2.2);
}

.bouton_rose:hover {
cursor: pointer;
transform: scale(2.2);
}

#par_mail, #en_direct {
border: 2px solid white;
padding:25px;
color: white;
text-align: center;
width: 350px
}


#bouton_envoyer_mail {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
background-color: #B1347F;
color: white;
}
#bouton_envoyer_mail:hover {
cursor: pointer;
}

#moyen_contact {
display:flex;
margin:auto;
gap: 30px;
}
#moyen_contact_2 {
display:flex;
margin:auto;
gap: 30px;
}

.message {
margin: auto;
}

#modal.hide .container {
animation: hide_popup 1.5s ease-in-out;
}

#modal.open .container {
animation: center_popup 1.5s ease-in-out;
}

@keyframes center_popup{
0%
{
    transform: translate(-50%, -175%);
}
100%
{
    transform: translate(-50%, -50%);
}
}

@keyframes hide_popup{
0%
{
    opacity:1;
}
100%
{
    opacity:0;
    display:none;
}
}

#links_footer{
text-align: right;

}
#rs_links_footer {
width: 40%;
margin-top: 52px;
}

.message {
position:relative;
}

.message::before {
content: url(/wp-content/themes/wpkr/images/groupe_carre_1.png);
position: absolute;
top: -241px;
left: -267px;
}

footer a:hover {
color:white!important;
opacity:1!important;	
}
@media screen and (max-width:348px) {
#titre_partenaires::before {
    right: 6px;
    bottom: 1px;
    width: 103px;
}
}

/** Footer Hamel **/

footer > div {
display:flex;
flex-direction: row;
}

.footer_p1 {
width: 33.33%;
}
.footer_p2 {
width: 33.33%;
margin: auto;
text-align: center;
}
.footer_p3 {
width: 33.33%;
position: relative;
}

/* .footer_p3 > div {
position: absolute;
bottom: 0;
right: 0;
} */


#links_footer {
margin-top: 40px;
}
#links_footer .link_menu {
margin-right: 5px;
}
@media screen and (max-width:992px) {
footer > div {
    flex-direction: column;
    text-align: center;
}
.footer_p1, .footer_p2, .footer_p3 {
    width: 100%;
}
#links_footer {
    margin-top: 13px;
    text-align: center;
}

}


#btn_espace {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: 2px solid #0C2E4F;
}


#btn_contact {
    border: 2px solid #B1347F;
}

#btn_urgence {
    border: 2px solid #0C2E4F;
}


@media(min-width:640px) {
  #btn_espace {
position:fixed;
    right:0;
    transform:translateY(-50%);
    z-index:12;
   
top: 38%;
background: white;
margin-right: 0 !important;
border-right: 15px solid;
}
}