:root {
    --font-primary: 'Montserrat', sans-serif;
    --font-secondary:'Manrope', sans-serif;
    --main-gradient:linear-gradient(90deg, #3636ff, #3636ff);
    --bg-hero:rgba(249, 248, 244, .6);
    --primary-color: #0b0b33;
    --primary-color-lighter: #f9f7fc;
    --grey-color: #414159;
    --body-p-color:#0b0b33;
    --text-color:#0b0b33;
    --form-border:#DFDFE7;
    --form-border-active:#3636ff;
    --border-prp:#3636ff;
    --p-font-size:16px;
    --p-line-height:24px;
    --body-bg-color:#fff;
    --accent: #3636ff;
    --accent-light: #d7d7ff;
    --green:#3636ff;
    --progress:#f25757;
    --red:#f90025;
    --orange:#ff6b43;
    --ylw:#ffcc47;
    --purple:#6816cf;
    --border: #f6f5ff;
    --accent-lighter: #222;
    --secondary: #3a0ca3;
    --wht:#fff;
    --dark:#1a1a20;
    --footer:#222227;
    --footer-color:#fff;

}


body {
    margin: 0px;
    padding: 0px;
    font-family: var(--font-secondary);
    color:var(--body-p-color);
    background-color:var(--body-bg-color);   
    font-weight: 400;
    overflow-x: hidden;
}

@media (min-width: 1200px) {
    .container {
        width: 1300px;
    }

    .container-fluid {
        width: 95%;
    }
}

.hl {
    background-color: var(--body-p-color);
    color: var(--wht);
    border-radius: 8px;
    padding: 10px 15px;
    display: inline-block;
    font-size: 15px;
}

.tag {
    background-color: var(--accent-light);
    border: 1px solid var(--accent);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    gap: 0px 10px;
}

.tag i {
    color: var(--accent);
    font-size: 20px;
}

.hl a {
    text-decoration: none;
    color: var(--wht);
}



.rate {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:2px;
}

.str i {
    color:var(--ylw);
}

.str {
    display: flex;
    align-items:baseline;
    gap: 3px;
}

.str h3 {
    font-weight: bold;
    margin: 0px;
}

.rate p {
    font-size: 13px;
    line-height: 14px;
    font-weight: bold;
}


p {
    font-size: var(--p-font-size);
    line-height: var(--p-line-height);
    font-weight: 400;
    margin-bottom: 0px;
}

.sub-pink,.sub-pink:hover,.sub-pink:focus  {
    text-decoration: none;
}

.hero-img {
    height:570px;
}

.wrong-choice {
    display: none;
}

.shadow {
	box-shadow: 0 5px 10px 0 rgb(16 36 45 / 5%) !important;
}

.datepicker .table-condensed {
    width: 100%!important;
}

small {
    display: block;
}

.custom-nav {
    padding: 40px 0px 15px 0px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brd {
    border-bottom: solid 1px var(--border);
}

.brd-top {
    border-top: solid 5px var(--border);
}

.nav-align {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 150px;
}

.baseline {
    font-size:19px;
    display: block;

}


.baseline b {
    font-weight: 900!important;
}

.sub-hd {
    width: 100% !important
}

.logo {
    height:75px;
}

.accent {
    color: var(--accent);
}

.acc {
    background:var(--font-secondary);;
    color: #fff;
    padding: 25px 0px;
}

.acc * {
    margin-top: 0px;
}

.text-right {
    display: flex;
    justify-content: end;
}

@media (max-width: 991px) {
    .right-mob {
        justify-content:center;
    }

        .hero, .strip {

        margin: 20px 0px!important;
    }

    .hero-img {
    height: auto!important;
}
}


:is(h1, h2, h3, h4, h5, h6) {
    color: var(--primary-color);
    font-family: var(--font-primary);
    margin-top: 0px;
}

.hero,.strip {
    background: var(--bg-hero);
    margin: 20px;
    border-radius: 20px;

}



.strip h3 {color: var(--primary-color);}

.brdp {
    border:1px solid var(--accent);
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .65);
}

.blc-flx {
    display: flex;
    gap: 20px;
    align-items: stretch;
    justify-content: center;
}

.counter-wrap {
   display: flex;
   justify-content:space-around;
   align-items: center;
   gap: 20px;
   width: 100%;
}

.counter-elt{
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}

.counter-elt h5 {
    font-size: 45px;
    font-weight: 700;
}

.counter-elt span {
   font-size:18px;
   font-weight: 600;
}

/*.counter-wrap{
    flex-basis: 60%;
}

.tag-wrap {
    flex-basis: 40%;
}
*/

.tag-wrap {
   display: flex;
   gap:8px;
   flex-wrap: wrap;
}

.clmn {
    flex-direction: column;
}

.tag-p {
    background-color: var(--accent);
    border:1px solid var(--accent);
    border-radius: 10px;
    padding: 10px 20px;
    width: fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}

.tag-p span {
    color: var(--wht);
    font-size: 20px;
    font-weight: 500;
}

.tag-p i {
    color: var(--wht);
    font-size: 21px;
   position: relative;
   display: block;
}

/* card-b-b */

.card-b-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap:20px;
    justify-content: center;
}

.card-b-wrapper .card-b {
    width: 46%;
    flex-basis: 46%;
}

.card-b-wrapper img {
    height: 80px;
}

.crd-nbr p {
    color:var(--ylw)!important;
}

/******************* JUMP **********************/

.jmp {
    animation: jump 4s ease-in-out alternate infinite;
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, 2%, 0);
        transform: translate3d(0, 2%, 0);
        opacity: 0.95;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, 2%, 0);
        transform: translate3d(0, 2%, 0);
        opacity: 0.95;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

/******************* JUMP **********************/


.card-b {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    padding: 20px;
    flex-direction: column;
    text-align: center;
    gap: 20px;

}

.card-b p {
    font-family: var(--font-secondary);
    color: var(--text-color);
    font-size: 19px;
}


/* card-b-b */

.cert-logo-wrapper {
    display: flex;
    align-items: center;
    gap:20px;
}

.cert-logo-wrapper img {
    height: 85px;
}

@keyframes gradient-move {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.formation i {
    color: var(--accent);
}

.txt-gradient,
.formation h3{
    background: var(--main-gradient);
    -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: gradient-move 6s ease infinite;
    background-size: 200% 200%;
}

.hero-lst i {
        background: var(--main-gradient);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
        border-radius: 50%;
 }

 .hero-lst li , p{
    font-family: var(--font-secondary);
    color: var(--text-color);
    font-size: clamp(18px, 2vw, 14px);
    line-height: 1.8em;
 }

 .brd20 {
    border-radius: 20px;
 }
 

 .xmark-lst i {
    color:var(--red);
 }

 .arrow-lst i {
    color:var(--purple);
 }
 

.main-title {
    font-size: clamp(21px, 4vw, 32px);
    font-weight: 600;
    font-style: normal;
    margin-bottom: 25px;
    color:var(--primary-color);
    font-family: var(--font-primary);
    line-height: 1.3em;
}

.second-title {
    font-size: clamp(21px, 4vw, 23px);
    font-weight: 400;
    font-style: normal;
    margin-bottom: 25px;
    color: var(--grey-color);
    line-height: 1.35em;
    font-family: var(--font-secondary);
}


.pd-50 > .main-title {
    margin-bottom: 0px!important;
}

.wht {
    color: var(--wht)!important;
}

#remoteContentContainer a {
    color: var(--accent);
    
}
#remoteContentContainer a:hover,#remoteContentContainer a:focus {
    color: var(--accent);
    text-decoration: none;
}


.alt-cst {
    background-color: var(--accent);
    color: #fff;
    padding: 15px 20px;
    border-radius: 15px;
    font-size: 18px;
    text-align: center;
}

.animated-underline {
	position: relative;
	z-index: 1;
	padding: 0;
	display: inline-block;
	background: none;
	text-decoration: none;
	color: inherit;
}

.animated-underline::before {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 0;
	height: 30%;
	background-color: var(--accent-light);
}

.animated-underline::before {
    animation: width-animation 3.5s infinite alternate;
}

@keyframes width-animation {
    0% {
        width: 0;
    }
    50% {
        width: 100%;
    }
    80% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}



.picto-wrapper{
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    
}

.picto-wrapper img {
    height: 55px;
}

.picto {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}

.picto font {
    font-size: 13px;
    line-height: 19px;
    font-weight: 700;
}




.assu-img-holder svg {
    width: 350px;
}

.family-img-wrapper {
  position: relative;
}

/*FORMATIONS*/

.formation {

    padding: 25px 20px;
    margin-bottom: 25px;
    border: none;
    background-color: var(--wht);
    border-radius: 15px;
    border:1px solid var(--accent);


}



.formation .card-content h3 {
  margin-bottom: 10px;
  color: var(--primary-color);
  font-weight: 800;
}

.formation .card-content p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 10px;
}

.formation .card-content a {
  text-decoration: none;
  color: var(--primary-color);
  font-weight: bold;
}

.formation .card-content ul {
  margin: 0px;
  font-size: 15.5px;
  font-weight: 600;
}




/*FORMATIONS*/

/* TESTI */

blockquote {
    padding: 25px 20px;
    margin-bottom:25px;
    border:none;
    background-color: var(--bg-hero);
    border: 1px solid var(--accent);
    border-radius: 15px;
}

blockquote p {
    margin: 0;
    font-size: 17px !important;
    line-height: 1.5em;
}

.testi-wrapper i {
    color: var(--ylw);
}

.testi-avatar p,.testi-avatar h3 {
    margin: 0px;
}

.testi-avatar {
    display: flex;
    align-items: center;
    gap: 10px;
}

span.quotes {
    color: var(--accent);
    font-size: 18px;
    font-weight: bold;
    padding: 0px 5px;
}

h3.name {
    color:var(--primary-color);
    font-size: 20px;
    font-weight: bold;
}

.testi-img img {
    height:80px;
    width: 80px !important;
}

.owl-nav {
    display: flex;
    gap:10px;
    margin-top: 30px!important;
}

.owl-nav i {
    font-size:15px;
    background-color: var(--accent);
    color: var(--wht);
    padding:15px;
    border-radius: 10px;
}

/* TESTI */

.fntx {
    display: block;
}

.assu-wrapper {
    padding: 50px 10px;
    background: #ffffff;
    background-position: center bottom;
    border: 1px solid #E5E8EB;
    border-radius: 30px;

}

.assu-pastille-holder img {
    height: 220px;
}

.assu-pastille-holder{
    padding-top: 20px;
}

.list-wrapper {
    text-align: left;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
}

.bgdark {
    background-color: var(--dark);
}

.list-wrapper i {
    margin-right:10px;
    color:#FF7E4C; 
 
}

.list-wrapper span {
    color:#FF7E4C;
    font-weight:900;
}



.assu-wrapper h1{
   
    margin-top: 0px;
    font-family: "DM Sans", sans-serif;
    font-size: 3rem;
    margin-bottom: 30px;
    color:var(--font-secondary);;
}


.assu-wrapper p{
   
    font-size: 2rem;
    padding: 0px 20px;
 
}

.assu-img {
    padding: 20px 0px;
}

.pastille {
    width:37%;
    position: absolute;
    top:3%;
    left:-3%;
}

.txt-aligner {
    text-align: right;
}

.txt-aligner-l {
    text-align:left;
}


.big-tt {

    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.2);
    font-size: 72px;
}

.sub-tt {
    font-family: "DM Sans", sans-serif;
    color:var(--font-secondary);;
    font-size: 3.9rem;
    line-height:1.5em;
    margin-top: 0px;

}

/*FAQ*/

.panel-title>a {
    color: var(--primary-color);
    font-weight: bold;
    text-decoration:none;
}

.panel-title>a:hover {
    text-decoration: none;
}

.faq-item {
    padding: 15px 5px;
    background-color:var(--wht);
    border: none;
}

.panel-body p , .panel-body ul {
    color: var(--primary-color);
    font-weight: 500;
    line-height: 28px;
    padding-top: 0px;
    font-size: 15px;

}

.panel-default>.panel-heading  {
    background-color: transparent;
}


.panel-heading.active {
  background-color: #edf0f6;
}

/* Rotation du chevron */
.faq-toggle i {
  transition: transform 0.3s ease;
}

.faq-toggle.collapsed i {
  transform: rotate(180deg);
  color: var(--accent);
}

.faq-toggle:not(.collapsed) i {
  transform: rotate(360deg);
}


/*FAQ*/

.lh12{
    line-height:1.2em!important;
}

.underline {
    
  border-bottom: 2px dotted #FF7E4C;


}

.ast {
   color: #FF7E4C; 
}


/** .img-responsive {
    margin: 0 auto;
}*/

.logo-thnk {
    margin: 0 auto;
}

.thnk-container {
    padding: 50px 0px;
}

.frame {
    background-color: #71C341;
    padding: 4.5% 50px 4.5% 50px;
    position: relative;
    color: #fff;
}

.frame p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.side-tt {
    font-size: 2.1rem;
    line-height: 1.3em;
}

.offres {
    color: #fff;
    padding: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    order: 3;
    position: absolute;
    z-index: 1;
    top: -5%;
    left: 4.7%;
}

.succ-ic {
    padding: 25px;
    border: 1px solid #eee;
    background-color: #ffffff;
}

.succ-ic img {
    width: 90px;
}



.navbar-form {
    padding: 2px 0px 0px 0px;
}


.flx-str {
    align-items: flex-start!important;
}


.elt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap

}

.elt-tp {
    align-items: start;
}

.elt-v {
    flex-direction: column;
    gap: 25px;
}



.a-right {
    text-align: right
}

.b1 {
    border: 1px solid #ffffff;
}

.b2 {
    border: 1px solid red;
}

.b3 {
    border: 1px solid yellow;
}

.m-auto {
    margin: auto;
}

.bg-hero {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url('../img/bg-hero.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fa-info-circle {font-size:28px;}

/* Block3 */

.mb-0 {
    margin-bottom: 0px!important;
}


.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px!important;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pd-15 {
    padding: 15px 0px;
}

.pd-hr {
    padding: 30px 0px 40px 0px;
}

.pd-40 {
    padding: 40px 0px;
}

.pd-40-t  {
    padding: 40px 0px 0px 0px;
}

.pd-50 {
    padding: 50px 0px;
}

.pd-80 {
    padding: 80px 0px;
}

.light-grey {
    background-color:#fafafa;
}

.light-crm {
    background-color: rgba(252, 244, 234, .5);
}

.bgp{
    background-color:#fff;
    color:var(--font-secondary);;
}

.grn-ic {
    color: #00d9a6;
}

.square-box i {
    color: var(--accent);
   
    font-size: 35px;
   
}

.square-box,.box-stroke {
     display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:20px 0px;
    padding: 25px 20px;
    margin-bottom:25px;
    border:none;
    background-color: var(--bg-hero);
    border-radius: 15px;
    border:1px solid var(--accent);
}

.box-stroke {
    border:1px solid var(--accent);
}

.taux {
    background-color: var(--accent);
    padding: 12px 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    gap: 0px 8px;
}
.taux i {
    color: var(--wht)!important;
    font-size: 25px;
    
}

.taux{
   color: var(--wht)!important; 
}

.taux b {
    color: var(--body-p-color)!important;
    font-size: 17px;
}

.square-box p {
    margin: 0;
    font-size: 16px !important;
    line-height: 1.5em;
    font-weight: 500;
}



.square-box h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}

.square-box img {
    height: 270px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 15px;
}

.titling {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap:0px;
}

.titling h6 {
    font-size: 18px;
    color: var(--accent);
}

.box-txt {
    width: 80%;
    text-align: left;
}

.box-txt p:not(.tt1) {
    margin-bottom: 0px;
}

.ic img {
    height: 70px;
}

.tt1 {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.navbar-default .navbar-form {
    border: none;
}

.clr {
    clear: both !important;
}

.lh-15 {
    line-height: 1.5em;
}

.fs-15 {
    font-size:2.2rem;
    line-height: 1.6em;
}

.fs-14 {
    font-size:1.7rem;
    line-height: 1.6em;
}

.fs-20 {
    font-size: 17px;
}

.custom-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 2px solid #FF7E4C;
    width: 50px;
}

.item {
    position: relative;
}

.ts-title {
    margin-top: 0px;
    font-family: "DM Sans", sans-serif;
    font-weight: bold;
}

.about-intro-text p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.5em;
}

.ic-l img {
    height: 100px;
}

.ic-l {
    margin-bottom: 25px;
}

@media (min-width: 1024px) {
    .box-style .row {
        position: relative;
    }

    .box-style .row .item .about-intro-text {
        padding: 50px;
        cursor: pointer !important;
    }

    .box-style .indicator {
        position: absolute;
        content: "";
        height: 100%;
        left: 33.3333333333%;
        position: absolute;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1);
        -o-transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1);
        transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1);
        width: 33.3333333333%;
        z-index: -1;
        -webkit-box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }

    .box-style .row .item:nth-child(1):hover ~ .indicator {
        left: 0;
    }

    .box-style .row .item:nth-child(3):hover ~ .indicator {
        left: 66.6666666%;
    }
}


::-moz-selection {
    background: var(--accent);
    color: var(--primary-color);
}

::selection {
    background:var(--accent);
    color: var(--primary-color);
}

textarea {
    resize: vertical;
}

footer {
    background-color:var(--footer);
    padding: 30px 0px;
    color: var(--footer-color);
    font-size: 16px;
}

footer a {
    text-decoration: none;
    color: var(--footer-color);
}


footer a:hover,
footer a:focus {
    text-decoration: none;
    color: var(--footer-color);
}

.tc {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.6);
    color: #004d61;
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    margin: 0 auto;
    width: 100%;
    word-break: break-word;
    text-align: center;

}

.tc font {
    font-size: 3rem;
}

.call-button {
    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 9999999999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transform: scale(0.8);
    left: 20px;
    bottom: 20px;
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDU5cHgiIGhlaWdodD0iNDU5cHgiIHZpZXdCb3g9IjAgMCA0NTkgNDU5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NTkgNDU5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9ImNhbGwiPjxwYXRoIHN0eWxlPSJmaWxsOiB3aGl0ZTsiIGQ9Ik05MS44LDE5OC45YzM1LjcsNzEuNCw5Ni45LDEzMC4wNSwxNjguMywxNjguM0wzMTYuMiwzMTEuMWM3LjY0OS03LjY0OSwxNy44NS0xMC4xOTksMjUuNS01LjFjMjguMDUsMTAuMiw1OC42NDksMTUuMyw5MS44LDE1LjNjMTUuMywwLDI1LjUsMTAuMiwyNS41LDI1LjV2ODYuN2MwLDE1LjMtMTAuMiwyNS41LTI1LjUsMjUuNUMxOTMuOCw0NTksMCwyNjUuMiwwLDI1LjVDMCwxMC4yLDEwLjIsMCwyNS41LDBoODkuMjVjMTUuMywwLDI1LjUsMTAuMiwyNS41LDI1LjVjMCwzMC42LDUuMSw2MS4yLDE1LjMsOTEuOGMyLjU1LDcuNjUsMCwxNy44NS01LjEsMjUuNUw5MS44LDE5OC45eiIvPjwvZz48L2c+PC9zdmc+ ) center/30px 30px no-repeat var(--font-secondary); !important;
}





/* Cookies */

.alflex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookies {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 22px 2rem;
    background: #1a1a20;
    transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 9999;
}

.cookies--hide {
    opacity: 0;
    bottom: -100%;
}

.cookie-button {
    box-shadow: none;
    outline: 0px;
    cursor: pointer;
    border-radius:50px;
    padding: 10px 15px;
    margin-left:10px;
    color: #fff;
    font-size:12px;
    letter-spacing: 1px;
    background-color:#07beb8;
    color:#ffffff;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    
}

.cookie-button:hover,
.cookie-button:focus {
    background-color:#6816cf;
    color: #fff;
}



/* Cookies */