/*-----------------*/
/* LOADER */
/*-----------------*/
 @keyframes animate-svg-stroke-1{0%{stroke-dashoffset:658.9478759765625px;stroke-dasharray:658.9478759765625px}100%{stroke-dashoffset:0;stroke-dasharray:658.9478759765625px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(59,189,239)}}.svg-elem-1{animation:animate-svg-stroke-1 1s cubic-bezier(0.47,0,0.745,0.715) 0s both,animate-svg-fill-1 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.8s both}@keyframes animate-svg-stroke-2{0%{stroke-dashoffset:655.72607421875px;stroke-dasharray:655.72607421875px}100%{stroke-dashoffset:0;stroke-dasharray:655.72607421875px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(59,189,239)}}.svg-elem-2{animation:animate-svg-stroke-2 1s cubic-bezier(0.47,0,0.745,0.715) 0.12s both,animate-svg-fill-2 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.9s both}@keyframes animate-svg-stroke-3{0%{stroke-dashoffset:661.5546264648438px;stroke-dasharray:661.5546264648438px}100%{stroke-dashoffset:0;stroke-dasharray:661.5546264648438px}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(70,101,122)}}.svg-elem-3{animation:animate-svg-stroke-3 1s cubic-bezier(0.47,0,0.745,0.715) 0.24s both,animate-svg-fill-3 0.7s cubic-bezier(0.47,0,0.745,0.715) 1s both}@keyframes animate-svg-stroke-4{0%{stroke-dashoffset:659.0375366210938px;stroke-dasharray:659.0375366210938px}100%{stroke-dashoffset:0;stroke-dasharray:659.0375366210938px}}@keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(70,101,122)}}.svg-elem-4{animation:animate-svg-stroke-4 1s cubic-bezier(0.47,0,0.745,0.715) 0.36s both,animate-svg-fill-4 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.1s both}@keyframes animate-svg-stroke-5{0%{stroke-dashoffset:423.634033203125px;stroke-dasharray:423.634033203125px}100%{stroke-dashoffset:0;stroke-dasharray:423.634033203125px}}@keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(70,101,122)}}.svg-elem-5{animation:animate-svg-stroke-5 1s cubic-bezier(0.47,0,0.745,0.715) 0.48s both,animate-svg-fill-5 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.2000000000000002s both}@keyframes animate-svg-stroke-6{0%{stroke-dashoffset:386.579833984375px;stroke-dasharray:386.579833984375px}100%{stroke-dashoffset:0;stroke-dasharray:386.579833984375px}}@keyframes animate-svg-fill-6{0%{fill:transparent}100%{fill:rgb(70,101,122)}}.svg-elem-6{animation:animate-svg-stroke-6 1s cubic-bezier(0.47,0,0.745,0.715) 0.6s both,animate-svg-fill-6 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.3s both}@keyframes animate-svg-stroke-7{0%{stroke-dashoffset:352.04608154296875px;stroke-dasharray:352.04608154296875px}100%{stroke-dashoffset:0;stroke-dasharray:352.04608154296875px}}@keyframes animate-svg-fill-7{0%{fill:transparent}100%{fill:rgb(70,101,122)}}.svg-elem-7{animation:animate-svg-stroke-7 1s cubic-bezier(0.47,0,0.745,0.715) 0.72s both,animate-svg-fill-7 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.4000000000000001s both}

#loader-wrapper svg
{
    --size: 30vw;
    width: var(--size);
    height: var(--size);
    --maxsize: 400px;
    max-width: var(--maxsize);
    max-height: var(--maxsize);
    
}
 /*-----------------*/
 /* ELEMENTS */
/*-----------------*/
a
{
    display: inline-block;
}
.tc_content a:not([class*="button"])
{
    display: inline;
}
.thumbnail_slider a:not(.button)
{
    height: 100%;
    width: 100%;
}
.title:not(.no-after):after {
    background-color: #fff0;
    background-image: url(../images/emphase.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
}
/*-----------------*/
/* ARROW */
/*-----------------*/
.animated-arrow {
    display: inline-block;
    color: var(--title-color);
    font-size: 12px;
    position: relative;
    transition: all .2s;
    letter-spacing: 2px;
    font-family: var(--font-bold);
    text-transform: uppercase;
    padding: 18px 0 18px 0
  }
  
  .animated-arrow.white {
    color: var(--white)
  }
  
  .the-arrow {
    width: 64px;
    transition: all .2s
  }
  
  .the-arrow.-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
  }
  
  .the-arrow.-left>.shaft {
    width: 0
  }
  
  .the-arrow.-left>.shaft:before,.the-arrow.-left>.shaft:after {
    width: 0
  }
  
  .the-arrow.-left>.shaft:before {
    transform: rotate(0)
  }
  
  .the-arrow.-left>.shaft:after {
    transform: rotate(0)
  }
  
  .the-arrow.-right {
    top: 0
  }
  
  .the-arrow.-right>.shaft {
    width: 64px;
    transition-delay: .2s
  }
  
  .the-arrow.-right>.shaft:before,.the-arrow.-right>.shaft:after {
    width: 8px;
    transition-delay: .3s;
    transition: all .5s
  }
  
  .the-arrow.-right>.shaft:before {
    transform: rotate(40deg)
  }
  
  .the-arrow.-right>.shaft:after {
    transform: rotate(-40deg)
  }
  
  .the-arrow>.shaft {
    background-color: var(--title-color);
    display: block;
    height: 1px;
    position: relative;
    transition: all .2s;
    transition-delay: 0;
    will-change: transform
  }
  
  .the-arrow>.shaft:before,.the-arrow>.shaft:after {
    background-color: var(--title-color);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .2s;
    transition-delay: 0
  }
  
  .white .the-arrow>.shaft,.white .the-arrow>.shaft:after,.white .the-arrow>.shaft:before
  {
  
    background-color: var(--white);
  }
  
  .the-arrow>.shaft:before {
    transform-origin: top right
  }
  
  .the-arrow>.shaft:after {
    transform-origin: bottom right
  }
  
  .animated-arrow:hover>.the-arrow.-left>.shaft {
    width: 64px;
    transition-delay: .1s
  }
  
  .animated-arrow:hover>.the-arrow.-left>.shaft:before,.animated-arrow:hover>.the-arrow.-left>.shaft:after {
    width: 8px;
    transition-delay: .1s
  }
  
  .animated-arrow:hover>.the-arrow.-left>.shaft:before {
    transform: rotate(40deg)
  }
  
  .animated-arrow:hover>.the-arrow.-left>.shaft:after {
    transform: rotate(-40deg)
  }
  
  .animated-arrow:hover>.main {
    transform: translateX(80px)
  }
  
  .animated-arrow:hover>.main>.the-arrow.-right>.shaft {
    width: 0;
    transform: translateX(200%);
    transition-delay: 0
  }
  
  .animated-arrow:hover>.main>.the-arrow.-right>.shaft:before,.animated-arrow:hover>.main>.the-arrow.-right>.shaft:after {
    width: 0;
    transition-delay: 0;
    transition: all .1s
  }
  
  .animated-arrow:hover>.main>.the-arrow.-right>.shaft:before {
    transform: rotate(0)
  }
  
  .animated-arrow:hover>.main>.the-arrow.-right>.shaft:after {
    transform: rotate(0)
  }
  
  .animated-arrow>.main {
    display: flex;
    align-items: center;
    transition: all .2s
  }
  
  .animated-arrow>.main>.text {
    margin: 0 16px 0 0;
    line-height: 1
  }
  
  .animated-arrow>.main>.the-arrow {
    position: relative
  }
/*-----------------*/
/* HEADER */
/*-----------------*/
#header {
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
}

#logoCoordonnees {
    margin: 0 40px;
    text-align: center;
    order: -1;
}

#header.fixed-header .navigmenu .naviglink.lvl-0
{
    padding: 20px 14px;
}

#header-coordonnees
{
    padding: 15px;
    gap: 10px;
}


#logoCoordonnees img
{
    height: 100%;
    width: 100%;
}

#infotelportButton,#infotelfixeButton,.buttonHead a {
    background-color: var(--primary-color);
    padding: 6px 20px 6px 40px;
    border-radius: 50px!important;
    transition: 250ms all ease-in-out;
    display: inline-block;
    margin-left: auto;
    margin-bottom: -15px
}

.buttonHead a {
    line-height: 1.5;
    overflow: hidden;
    font-family: var(--font-text);
    font-size: 14px;
    text-transform: initial
}

.buttonHead a::before {
    --size: 15px;
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    width: var(--size);
    height: var(--size);
    background-image: url(../images/icons/mail-white.svg)
}

#infotelportButton span,#infotelfixeButton span {
    display: none
}

#infotelportButton:hover,#infotelfixeButton:hover {
    background-color: var(--secondary-color)
}

#infotelportButton a,#infotelfixeButton a {
    color: var(--white)
}

#infotelportButton:before,#infotelfixeButton:before {
    background-image: url(../images/icons/mobile-white.svg);
    left: 15px
}

#infotelfixeButton:before {
    background-image: url(../images/icons/phone-white.svg)
}



.infohoraires_other{
    color: var(--primary-color);
    font-size: 1.2em;
}


/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.navigmenu .naviglink.lvl-0:not(.item-logo) span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -15px;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -moz-transition: -moz-transform .25s cubic-bezier(.25,.8,.25,1);
    -o-transition: -o-transform .25s cubic-bezier(.25,.8,.25,1);
    -webkit-transition: -webkit-transform .25s cubic-bezier(.25,.8,.25,1);
    transition: transform .25s cubic-bezier(.25,.8,.25,1);
    height: 3px;
    background: var(--primary-color);
}
.navigmenu .active .naviglink.lvl-0 span:after, 
.navigmenu .naviglink.lvl-0:hover span:after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.navigmenu .navbloctitle {
    font-size: 18px;
    color: var(--black);
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding: 14px 8px;
}

.menuarticle .liresuite a:before,
.menuarticle .liresuite a:after {content: none}

.navigmenu .navigBloc.tb_hoverBloc article:hover p {
    transform: translate(-50%,-30px);
}


/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome
{
    padding-top: 100Px;
    -webkit-mask: url(../images/bottomCurveFull.svg);
    mask: url(../images/bottomCurveFull.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: bottom center;
    -webkit-mask-position: bottom center;
}
/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/
.imgContentMore
{
    max-width: 600px;
    margin-top: -150Px;
}
.imgContentMore .grid
{
    gap:20Px;
}
.imgContentMore .blocthumb
{
    height: 350px;
}
.imgContentMore .specialthumb
{
    height: 230px;
}
.home #content .wp-block-image,
.home #content .wp-block-image  a{
	height: 100%;
}
.home #content .wp-block-image img{
    object-fit: cover;
    height: 100%;
}
.home #content
{
    /* padding: 0; */
    padding-top: 30px;
}
.home #content>.tc_content{
	padding: 70px 20px;
	max-width: 1700px;
	margin: 0 auto;
	width: 100%;
}
#content .gridContentHome{
	display: grid;
	gap: 100px;
	grid-template-columns: repeat(9, 1fr);
	margin: 0;
}
#content .gridContentHome_left{position: relative;}


#content .imgContent{
    position: relative;
    margin-top: 60px;
}
#content .secondImgContent .wp-block-image{
	position: relative;
	left: -60%;
	width: 160%;
	z-index: -1;
	height: 150%;
}

#content .firstImgContent .wp-block-image{
    top: 17%;
    left: 0;
    height: 450px;
    max-width: 500px;
    position: relative;
}
#content .tertiaryImgContent .wp-block-image {
	width: 160%;
	height: 450px;
}
#content .quaternaryImgContent .wp-block-image {
	top: 10%;
	position: relative;
	height: 250px;
}

/*------------------- LINKTURN ---------------------*/
.linkTurn {
  --size: 15rem;
  width: var(--size);
  height: var(--size);
  display: inline-block;
  font-size: 20px;
  font-family: var(--font-bold);
  text-transform: uppercase;
  letter-spacing: 0.1175em;
  word-spacing: 0.55em;
  text-decoration: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: initial;
  bottom: 20px;
  z-index: 1;
}
.link__svg {
  width: 100%;
  height: auto;
  transform-box: fill-box;
  fill: var(--white);
  stroke: var(--white);
  background: var(--primary-color);
  -webkit-mask: url(../images/sun.svg);
  mask: url(../images/sun.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  padding: 40px;
  stroke-width: .1em;
  box-sizing: border-box;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.link__arrow {
  transform-origin: 50% 50%;
  transition: transform 0.15s cubic-bezier(0.32, 0, 0.67, 0);
}
.linkTurn:hover .link__svg{background-color: var(--secondary-color);}
.linkTurn:hover .link__arrow {
  transform: scale(1.3);
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.link__arrow {stroke-width: 0.075em;}
.link__text {
  -webkit-animation: rotateReverse normal infinite 20s linear;
  animation: rotateReverse normal infinite 20s linear;
  transform-origin: 50% 50%;
}
.link--alt {
  font-size: 1.15rem;
  letter-spacing: 0;
  word-spacing: 0;
}
/*--------------------------------------------*/
.nthWord
{
    display: inline-block;
}
.firstTwoletters
{
    color: var(--white);
    margin-right: 0Px;
    position: relative;
    transform: rotate(-5deg);
    display: inline-block;
    padding: 0 5px;
    background: var(--primary-color);
}
.lastTwoletters
{
  background: var(--black);
  padding: 0 5px;
  transform: rotate(5deg);
  display: inline-block;
  color: var(--white);
}
.sectionsbloc .nthWord
{
    margin-bottom: 10px;
}
/*-----------------*/
/* GALLERY HOME */
/*-----------------*/
#galleryHome .gallery-item {
    margin-bottom: 0;
}

.gallery-icon {
    line-height: 0;
}

.gallery-icon>*:not(a) {
    line-height: 1.2;
}

.gallery-icon
{
    height: 100%;
}

.nohome .gallery .gallery-item a img
{
    max-height: 450Px;
}

/*-----------------*/
/* CTA */
/*-----------------*/

/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
.template-parent-page-php #content
{
    padding-bottom: 0;
}
.template-parent-page-php #prestations
{
    padding: 30px;
    padding-top: 0;
    margin: 100px 0;
    margin-top: 30px;
}
#prestations
{
    z-index: 2;
}

.prestations-content {
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    opacity: 1;
    pointer-events: none;
    transform: translateX(-50%) translateY(-50%);
    max-width: 200px;
}
.prestations-content .liresuite
{
	line-height: 0;
}
.prestations-content .liresuite,.prestations-content h3
{
	background-color: var(--black);
}
.prestations-content .liresuite a,.prestations-content h3
{
	font-family: var(--font-title);
	font-size: 15px;
	padding:  7px 10px;
	line-height: 1;
}
.prestations-content h3
{
	margin-left: -40px;
	margin-right: 40px;
	text-transform: uppercase;
}
.prestations-content .liresuite a
{
	background: #fff0!important;
}	

.prestations-wrapper
{
    position: relative;
}
.prestations-wrapper img
{
	transition: all 0.6s;
	transform: initial;
}
.prestations-wrapper .overlay
{
	z-index: 1;
}
.prestations-wrapper:hover img
{
	transform: scale(1.2) rotate(5deg);
}
.bloc_prestations
{
    overflow: hidden;
}
.bloc_prestations .prestations-content h3, .bloc_prestations .prestations-content .liresuite,  .bloc_prestations .prestations-content .tc_excerpt
{
    transition: all 0.4s;
    position: relative;
   top: 50px;
}
 .bloc_prestations .prestations-content .liresuite,  .bloc_prestations .prestations-content .tc_excerpt
{
    opacity: 0;
    top: 150Px;
}
 .bloc_prestations:hover .prestations-content .liresuite,  .bloc_prestations:hover .prestations-content .tc_excerpt, .bloc_prestations:hover .prestations-content h3
{
    top: 0;
    opacity: 1;
}

.bloc_prestations:nth-child(2) .prestations-wrapper{
    transition-delay: 0.1s;
}
.bloc_prestations:nth-child(3) .prestations-wrapper{
    transition-delay: 0.2s;
}
.prestations-img
{
	position: relative;
	z-index: 0;
}
/*-----------------*/
/* ACTU */
/*-----------------*/
#news {
    padding: 100px 30px;
    z-index: 1;
}

#news::before {
    background-image: url(../images/home-bg3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#news .content-news {
    grid-gap: 0 60px;
}

#news .wrapper_slider {
    grid-column: span 1;
    border-bottom: solid 1px rgb(255 255 255 / 20%);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#news .wrapper_slider:last-of-type,
#news .wrapper_slider:first-of-type {
    border: none;
    margin: 0;
    padding: 0;
}

#news .wrapper_slider:not(:first-of-type) .thumbnail_slider,
#news .wrapper_slider:not(:first-of-type) .text_slider {
    display: none;
}

#news .content_slider {
    padding: 0;
}

#news .title_slider a {
    color: var(--white);
}

#news .title_slider a:hover {
    color: var(--primary-color);
}

#news .title_slider {
    font-size: 20px;
}

#news .thumbnail_slider .button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}

#news .wrapper_slider:first-of-type .text_slider,
#news .wrapper_slider:first-of-type .text_slider a {
    color: var(--white);
}

#news .wrapper_slider:first-of-type .next_slider {
    display: none;
}

#listarticles .listedarticle {
    /* background: var(--light-color); */
    height: 100%;
}

.nohome.category-php .animated-arrow {
    color: var(--title-color) !important;
}

/*-----------------*/
/* SECTIONS */
/*-----------------*/
.section_txt
{
    z-index: 1;
}
.section_thumb 
{
    display: grid;
}
.section_num2 .section_thumb,
.section_num3 .section_thumb
{
  grid-template-rows: 1fr;
}
.section_num2 .firstImageSec,
.section_num3 .firstImageSec
{
  height: 100%;
}
.sectionsbloc .title small {
    text-transform: uppercase;
}

#choixSections{
	position: relative;
	left: -100px;
	bottom: -130px;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 0;
}

#choixSections .linkSections {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 180px;
	height: 150px;
	margin: 10px 20px;
	border: solid 2px var(--white);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 10px;
}

#choixSections .linkSections.active:after{
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: var(--white);
	border-width: 10px;
	margin-left: -10px;
}
#choixSections .linkSections:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--black);
	opacity: 0.4;
	transition: 250ms all ease-in-out;
	z-index: -1;
}
#choixSections .linkSections.active:before,
#choixSections .linkSections:hover:before {
	background-color: var(--primary-color);
	opacity: 0.8;
}
#choixSections .linkSections p {
	color: var(--white);
	font-family: var(--font-bold);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 15px;
	line-height: 1;
	text-shadow: 1px 1px 1px var(--black);
}


/*-----------------*/
/* REASSURANCES */
/*-----------------*/
#reassurances::before
{
    background: url(../images/home-bg3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wrapRea{
    z-index: 1;
    padding: 0 20px;
}

#reassurances .overlay
{
    z-index: -1;
}
.picto-container li p
{
    font-family: var(--font-bold);
}

/*-----------------*/
/* certifications */
/*-----------------*/

/*-----------------*/
/* PARTENAIRES */
/*-----------------*/

/*-----------------*/
/* NEWSLETTER */
/*-----------------*/

/*-----------------*/
/* AGENCES */
/*-----------------*/

/*-----------------*/
/* CONTACTFORM */
/*-----------------*/
.cekome_form .blc_checkbox label
{
  position: relative;
}
.cekome_form .blc.blc_checkbox
{
  align-items: center;
}
.cekome_form input[type=checkbox]
{
  margin-top: 2px;
}
.wrap-fieldset>span
{
  display: none;
}

/*-----------------*/
/* FOOTER */
/*-----------------*/
#footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: -1;
  background: url(../images/shapeBottom.svg);
  background-position: bottom center;
  background-repeat: repeat;
  background-size: contain;
  transform: scale(-1);
  pointer-events: none;
}
#footer .overlay
{
  z-index: -1;
}
#footer::before
{
  background: url(../images/home-bg1.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fondContact {
  background: url(../images/bg-contact.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: block;
}


.wrapperContact
{
  padding: 10px;
  box-sizing: border-box;
  background: var(--background-color);
}

.linkContact
{
    padding: 40px;
    padding-bottom: 70Px;
    background: var(--black);
    height: auto;
}
#footerForm .privacyform_lab, #footerForm .wrapperForm .title h2, #footerForm .mention
{
  color: var(--black);
}

#footer,#contactForm
{
  position: relative;
  z-index: 15;
}

#logoCoordonnees
{
    margin-bottom: 50px;
}

#footer.footerbas
{
    z-index: 10;
}
#wrapperForm
{
    padding: 20Px;
}

.rowFooter
{
    grid-auto-rows: 1fr 1fr;
}
#footerLinks
{
    padding: 40px 20px;
    border-top: 1Px solid #0000001a;
    margin-top: 50px;
}

/*---------------URGENCES------------------------*/
#urgences {
  position: fixed;
  z-index: 25;
  gap: 0;
  right: 0;
  bottom: 0;
  transition: all .6s;
  left: 0;
}

#urgences .liresuite a {
  border-radius: 0
}

#urgences .portable
{
  background: var(--black);
  height: 100%;
  padding-left: 0px;
  display: grid;
  align-items: center;
  transition: all 0.4s;
}
#urgences .portable:hover
{
  background: var(--secondary-color);
}
#urgences .portable a
{
  height: 100%;
  display: grid;
  align-items: center;
  padding: 13px;
  padding-left: 50px;
  line-height: 1;
}
#urgences .portable a:hover
{
  color: var(--white);
} 

#urgences .portable:before
{
  left: 20px;
}