/*
Theme Name: Fugo Planet
Author: Fugo Planet
Author URI: https://fugoplanet.org
Description: Fugo game theme.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
Text Domain: fugo
Tags: custom
*/


*, *::before, *::after {
  box-sizing: border-box;
}


body {
margin: 0;
padding: 0;
}
.layout-global {
    position:relative;
    max-width:2700px;
    margin-left:auto;
    margin-right:auto;
}

h2 {
	color:#31368b;
    font-family: 'din_next_lt';
    font-weight:700;
}




a {
    text-decoration: none;
    color:#31368b;
}
a:hover {
    color:#f49d22;
}


/* HEADER & NAV */

header {
    position:relative;
    box-shadow: 0px 0px 5px rgba(0,0,0,.25);
}
.header-spacer {
    width:100%;
}
.header-container {
    position:absolute;
    top:0;
    width:100%;
    background-color:white;
    z-index:100;
    display:flex;
    align-items:center;
    justify-content: space-between;
    flex-direction: column;

    max-width:2700px;
}
.sticky {
    position:fixed;
}
.header-inner {
    width:100%;
    display:flex;
    justify-content: space-between;
    padding-left:1em;
    padding-right:1em;
    padding-top:.5em;
    padding-bottom:.5em;
    align-items: center;
}
.fugo-logo {
    padding:.15em;
}
.fugo-logo img {
    height:4em;
    width:auto;
    transition: all .15s ease-in-out;
}

.header-container.sticky .fugo-logo img {
    height:2em;
}
@media (max-width: 767px) {
    .fugo-logo img {height:2em;}
    .fugo-picto {display:none;}
}
.nav-container {
    display:flex;
    align-items:center;
}
ul.menu {
    padding:0;
    margin:0;
    display:flex;
    gap:2em;
}
li.menu-item {
    list-style-type:none;
    display:flex;
    font-size:.8em;
    font-weight:400;
    position:relative;
    padding-top:.25em;
    padding-bottom:.25em;
}
.header-menu .menu-item a:hover {
    color:#31368b;
}
.header-menu .menu-item:after, .footer-menu .menu-item:after {
    content:" ";
    position:absolute;
    bottom:.10em;
    height:3px;
    width:0%;
    left:50%;
    transition:all .15s ease-in-out;
}

.header-menu .menu-item:hover:after, .footer-menu .menu-item:hover:after {
    width:60%;
    left:20%;
    background-color:#f49d22;
}

.header-menu .current-menu-item:after {
    width:60%;
    left:20%;
    background-color:#31368b;
}
.footer-menu .current-menu-item:after {
    width:60%;
    left:20%;
    background-color:transparent;
}

.fugo-picto {
    width:3em;
    margin-left:2em;
}
.fugo-picto img {
    width:100%;
    height:auto;
}

.mobile-menu {
    height:0em;
    background-color:white;
    overflow:hidden;
    position:fixed;
    width:100%;
    transition:all .35s ease-in-out;
    border-top:transparent;
    z-index:99;
}
.mobile-menu.active {
    height:100%;
}
.mobile-menu-btn{
    position:relative;
}
.mobile-menu-container ul{
    padding-top:2em;
    flex-direction: column;
}
.mobile-menu li {
    justify-content: center;
    font-size:1.5em;
    padding-top:0em;
    position:relative;
}
.mobile-menu li.current-menu-item:after {
    content:" ";
    width:.5em;
    height:.5em;
    border-radius:100%;
    margin-left:.25em;
    background-color:red;
}

@media (min-width: 700px) {
    .mobile-menu-btn{display:none;}
}




footer {
    background-color:#31368b;
    color:white;
    padding-top:3em;
    padding-bottom:3em;
    display:flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
}
.footer-menu .menu-item a {
    color:white;
}
/* STYLES GENERIQUES PAGES */
.container {
    max-width:1140px;
    margin-right:auto;
    margin-left:auto;
}
.padding {
    padding-left:2em;
    padding-right:2em;
}











/* BANNER */
.banner-home {
    min-height:600px;
}
.banner-home .wp-block-cover__inner-container{
/*    width:auto;
    position:absolute;
    left:0;
    top:80%;
    max-width:80%;*/
    position:absolute;
    padding:0;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.fugo-banner-text {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
}
.fugo-banner-text-shadow {
    text-shadow: 2px 1px 3px rgba(255,255,255,1);
    position:absolute;
    width:50vw;
    top:40%;
    left:.5em;
}
.banner-home-text-mobile {display:none;}
@media (max-width: 1300px) {
    .fugo-banner-text-shadow {width:40vw;font-size:1.75em !important;}

}
@media (max-width: 1000px) {
    .fugo-banner-text-shadow {display:none;}
    .banner-home-text-mobile {display:inherit;}

}
.banner-shape {
    position:absolute;
    /*max-height:9em;*/
    background-size:contain;
    background-repeat:no-repeat;
    filter:drop-shadow(1px 1px 3px rgba(255,255,255,1));
}
.banner-shape.girafe {
    height: 45%;
    width:10em;
    bottom:0;
    left:5%;
    background-image:url('assets/img/figurine_girafe.png');
}
.banner-shape.mouche {
    height: 20%;
    width:10em;
    top:7%;
    left:20%;
    background-image:url('assets/img/figurine_mouche.png');
    animation: wiggle 6s infinite;
    animation-timing-function: ease-in-out;
}
@media (max-width: 999px) {
    .banner-shape.mouche {left:5%;}
    .banner-shape.girafe {left:1%;}
}
@media (max-width: 599px) {
    .banner-shape.mouche {left:2%;}
    .banner-shape.girafe {display:none;}
}

@keyframes wiggle {
  10%, 90% {
    transform: translate3d(-1px, -2px, 0);
  }

  20%, 80% {
    transform: translate3d(1px, 2px, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(2px, -3px, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 4px, 0);
  }
}



/* OLD: dessins remplacés par img 
.banner-shape.flower {
    width:5%;
    min-width:4em;
    bottom:.5em;
    left:1%;
}
.flower .cls-1,.flower  .cls-2 {
    stroke:rgb(98, 98, 98);
    stroke-width: 3px;
}
.banner-shape.boat {
    width:9%;
    min-width:3em;
    bottom:10%;
    left:17%;
    transform:rotate(-10deg);
}
.boat .cls-1 {
    stroke:rgb(97, 97, 97);
    stroke-width: 3px;
}
.banner-shape.creature {
    width:7%;
    min-width:2em;
    top:1%;
    right:70%;
}
.creature .cls-1 {
    fill:rgb(99, 99, 99);
    stroke:transparent;
}
.banner-shape.cloud {
    width:7%;
    min-width:3em;
    top:3%;
    left:25%;
}
.cloud .cls-1 {
    stroke:rgb(99, 99, 99);
    fill:transparent;
}
.banner-shape.rocket {
    width:8%;
    min-width:2.5em;
    top:0;
    left:2em;
    transform:rotate(65deg);
}
.rocket .cls-1,.rocket .cls-2,.rocket .cls-3,.rocket .cls-4,.rocket .cls-5,.rocket .cls-6,.rocket .cls-7,.rocket .cls-8,.rocket .cls-9,.rocket .cls-10 {
    stroke:rgb(100, 100, 100) !important;
    stroke-width: 3px;
}
.rocket .cls-11 {
    fill:rgb(100, 100, 100);
}
.banner-shape.fly {
    width:8%;
    min-width:4em;
    bottom:3em;
    transform:rotate(-5deg);
    left:15%;
}
.fly .cls-4, .fly .cls-2, .fly .cls-3 {
    stroke-width: 3px;
}
.fly .cls-1{
    fill:rgb(100, 100, 100);
}
.fly .cls-2, .fly .cls-3, .fly .cls-4,.fly .cls-1 {
    stroke:rgb(100, 100, 100) !important;
}

@media (max-width: 999px) {
    .banner-shape.fly {left: 8%;bottom:35%}
    .banner-shape.cloud {left: 10%;top: 20%;}
}
@media (max-width: 600px) {
    .banner-shape.fly {left: 25%;bottom:2em;}
    .banner-shape.cloud {left: 20%;top: 10%;}
    .fly .cls-2, .fly .cls-3, .fly .cls-4 {
        stroke:white !important;
    }
    .flower .cls-1,.flower  .cls-2 {
        stroke:white;
    }
}






/*






/* MATERIAUX */
.figurines-area{
    position:relative;
}
.figurines-arrow {
    position:absolute;
}
.figurines-arrow.silicone {
    width:5vw;
    max-width:3.25em;
    top:0%;
    right:45%;
}
.figurines-arrow.laine {
    bottom:3em;
    right:0;
    width:7vw;
    max-width:7em;
    transform:rotate(105deg);
}
.figurines-arrow.laine2 {
    left:0;
    bottom:3em;
    width:5vw;
    max-width:5em;
    transform:rotate(10deg);
}

@media (max-width: 767px) {
    .figurines-container{
        flex-direction: column;
    }
    .figurines-arrow.silicone {width:12vw;max-width:4em;}
    .figurines-arrow.laine { width:20vw;}
    .figurines-arrow.laine2 { width:12vw;top:0;bottom:unset;right:5%;left:unset;transform:rotate(190deg);}
}



/* DOMAINES */

.troisEnUn {
    position:relative;
    max-width:25em;
    margin-left:auto;
    margin-right:auto;
    padding-top:2em;
}
.troisEnUn p  {
    padding-left:1em;
    padding-right:1em;
}
.troisEnUn .troisEnUn-top {
    position:absolute;
    top:1em;
    left:20%;
}
.troisEnUn .troisEnUn-left {
    position:absolute;
    bottom:0;
    left:0;
}
.troisEnUn .troisEnUn-right {
    position:absolute;
    top:80%;
    right:0%;
}
.troisEnUn .troisEnUnAnim {
    max-width:15em;
    max-height:15em;
    
}

/* KEY POINTS */

.keypoints-row {
    width:100%;
    justify-content: center;
    gap: 2em;
    flex-wrap: wrap;
}
.keypoints-zone {
    border:1px solid rgba(255,255,255,.25);
    padding-bottom:2em;
    padding-top:2em;
    width:30%;
    align-self:stretch;
}
@media (max-width: 1599px) {
    .keypoints-zone {width:47%;}
}
@media (max-width: 999px) {
    .keypoints-zone {width:100%;}
}
.keypoints-item {
    position:relative;

    
}
.fugo-avantages {
    position:absolute;
    width:1.5em;
    height:auto;
    left:-1em;
}
.fugo-jeu-educatif-layout {
    flex-direction: column;
    width:100%;
    padding-left:1em;
    padding-right:1em;
    gap:.25em;
    padding-bottom:3em;
}
.fugo-jeu-educatif-liste {
    display:flex;
    flex-direction: row;
    width:100%;
    justify-content: space-between;
    margin:0;
    padding:0;
    position:relative;
}
.fugo-jeu-educatif-liste-age {
    height:1.5em;
}

.fugo-jeu-educatif-liste li {
    display:flex;
    margin:0;
}
.fugo-jeu-educatif-layout .fugo-jeu-educatif-liste:last-child li{
    position:absolute;
    margin-top:-1em;
    padding-top:.25em;
}
.fugo-jeu-educatif-layout .fugo-jeu-educatif-liste-age li {
    position:absolute;
    top:0;
}
.fugo-jeu-educatif-layout .fugo-jeu-educatif-liste-age li:nth-child(1) {left:0%;}
.fugo-jeu-educatif-layout .fugo-jeu-educatif-liste-age li:nth-child(2) {left:25%;padding-left:1em;}
.fugo-jeu-educatif-layout .fugo-jeu-educatif-liste-age li:nth-child(3) {left:50%;}
.fugo-jeu-educatif-layout .fugo-jeu-educatif-liste-age li:nth-child(4) {right:1.5em;}

.fugo-jeu-educatif-liste-competences {
    padding-top:.75em;
}
.fugo-jeu-educatif-layout .fugo-jeu-educatif-liste-competences li:nth-child(1){left:0%;}
.fugo-jeu-educatif-layout .fugo-jeu-educatif-liste-competences li:nth-child(2){left:25%;padding-top:3em;}
.fugo-jeu-educatif-layout .fugo-jeu-educatif-liste-competences li:nth-child(2):before{content:"";position:absolute;height:2.5em;width:1px;background-color:rgba(255,255,255,.5);left:50%;top:0;bottom:0;}
.fugo-jeu-educatif-layout .fugo-jeu-educatif-liste-competences li:nth-child(3){left:50%;}
.fugo-jeu-educatif-layout .fugo-jeu-educatif-liste-competences li:nth-child(4){right:.5em;padding-top:3em;}
.fugo-jeu-educatif-layout .fugo-jeu-educatif-liste-competences li:nth-child(4):before{content:"";position:absolute;height:2.5em;width:1px;background-color:rgba(255,255,255,.5);left:50%;top:0;bottom:0;}

.fugo-jeu-educatif-liste-separateur {
    background:white;
    height:1px;
    border-radius:2px;
    width:100%;
    position:relative;
    overflow:visible;
}
.fugo-jeu-educatif-liste-separateur:after {
    content:"";
    position:absolute;
    width:1rem;
    height:1rem;
    right:0rem;
    top:-.45rem;
    background-image:url('assets/img/arrow_right_head_white.png');
    background-position:100% 50%;
    background-repeat: no-repeat;
    background-size:contain;
}

.keypoints-bg-1 {
    background:url('/wp-content/uploads/jeu_construction_materiaux_naturels_enfant_02.jpg');
    background-size:cover;
    background-position:50% 50%;
    min-height:20em;
}
.keypoints-bg-2 {
    background:url('/wp-content/uploads/jeu_construction_materiaux_naturels_enfant_01.jpg');
    background-size:cover;
    background-position:50% 70%;
    min-height:20em;
}



/* CARDS */

.carte-area-cartes,.carte-area-pioche {
    position:relative;
    display:flex;
    width:50%;
    height:15em;
}
.hints {
    display:flex;
    flex-direction: column;
    align-items:end;
    justify-content:end;
    height:100%;
}
.hints img {
    max-width:5em;
    height:auto;
}
.hints p {
    font-family:'handlee';
    color:white;
    font-size:1.2em;
    margin:0;
    text-align:right;
    padding-top:.75em;
}
.hints .click-hint {
    width:50%;
    height:auto;
}
.hints.rejouer {
    align-items:start;
}


.carte-area-cartes .carte:first-child{top:0em;transform:rotate(0deg);right:1em;}
.carte-area-cartes .carte:nth-child(2){top:0.0em;transform:rotate(-2deg);right:1em;}
.carte-area-cartes .carte:nth-child(3){top:0.25em;transform:rotate(1deg);right:1.25em;}
.carte-area-cartes .carte:nth-child(4){top:0.5em;transform:rotate(-1deg);right:.75em;}
.carte-area-cartes .carte:nth-child(5){top:0.75em;transform:rotate(0deg);right:1em;}
.carte-area-cartes .carte:nth-child(6){top:1em;transform:rotate(1.5deg);right:1.5em;}
.carte-area-cartes .carte:nth-child(7){top:1.25em;transform:rotate(-.75deg);right:1em;}
.carte-area-cartes .carte:nth-child(8){top:1.5em;transform:rotate(.25deg);right:.5em;}
.carte-area-cartes .carte:nth-child(9){top:1.75em;transform:rotate(-.25deg);right:1.15em;}
.carte-area-cartes .carte:nth-child(10){top:2em;transform:rotate(0.75deg);right:1em;}


.carte-area-pioche .pioche:nth-child(1){top:.25em;transform:rotate(2deg);left:0em;}
.carte-area-pioche .pioche:nth-child(2){top:.5em;transform:rotate(-.25deg);left:.5em;}
.carte-area-pioche .pioche:nth-child(3){top:.75em;transform:rotate(0.3deg);left:1.25em;}
.carte-area-pioche .pioche:nth-child(4){top:1em;transform:rotate(-.5deg);left:.25em;}
.carte-area-pioche .pioche:nth-child(5){top:1.25em;transform:rotate(1.25deg);left:1em;}
.carte-area-pioche .pioche:nth-child(6){top:1.5em;transform:rotate(-.75deg);left:1.25em;}
.carte-area-pioche .pioche:nth-child(7){top:1.75em;transform:rotate(.25deg);left:1.5em;}
.carte-area-pioche .pioche:nth-child(8){top:2em;transform:rotate(0deg);left:2em;}
.carte-area-pioche .pioche:nth-child(9){top:2.25em;transform:rotate(1deg);left:1em;}
.carte-area-pioche .pioche:last-child{top:0px;left:1em;}
.carte, .pioche {
    position:absolute;
    width:20vw;
    max-width:15em;
    min-width:9em;
    height:100%;
    filter:drop-shadow(2px 2px 5px rgba(0,0,0,.5));
    cursor:pointer;
    background-size:contain;
    background-repeat: no-repeat;
    transition:opacity ease-out .5s;
}
@media (max-width: 499px) {
    .carte-area-cartes,.carte-area-pioche {
        font-size:.8em;
    }
    .hints .click-hint {
        width:75%;
    }
}
.drawn{
    opacity:0;
    animation: draw-card .5s ease-out  1;
}
.cachee {opacity:0;}
@keyframes draw-card {
  0% {
    transform: translate3d(0, 0, 0);
    opacity:1;
  }
  100% {
    transform: translate3d(-5em, 0, 0);
    opacity:0;
  }
}



/* IMAGES */
.fugo-frame-01{
    position:relative;
    overflow:visible;
    padding:1.15%;
}
.fugo-frame-01:after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background-image:url('assets/img/fugo_frame_01.png');
    background-size:100% 100%;
    background-repeat:no-repeat;
}
.fugo-image-big-container .fugo-image-big {
    /*max-width:66%;*/
}
.fugo-image-big-container .puce-left, .fugo-image-big-container .puce-right {
    width:4em;
    height:auto;
    flex-shrink: 0;
}
@media (max-width: 1199px) {
    .fugo-image-big-container .puce-left, .fugo-image-big-container .puce-right {width:5em;}
}
@media (max-width: 767px) {
    .fugo-image-big-container .fugo-image-big {max-width:100%;}
    .fugo-image-big-container.is-layout-grid {display:flex; flex-direction: column;}
    .fugo-image-big-container .puce-left {transform:rotate(90deg);width:3em;max-width:100%;}
    .fugo-image-big-container .puce-right {transform:rotate(90deg);width:3em;max-width:100%;}
    /*.fugo-image-big-container p {max-width:50vw;}*/
}

.drawing-container {position:relative;}

.drawing-cloud, .drawing-house {gap:0}
.drawing-cloud figure {
    max-width:5em;
    opacity:.5;
}
.drawing-house figure {
    max-width:7em;
    opacity:.5;
}
@media (max-width: 767px) {
    .drawing-house figure {order:2;}
    .drawing-container {padding-top:2em;padding-bottom:2em;}
}


.fugo-frame-separator {
    padding-top:1em !important;
    background:url('assets/img/fugo_separator_01.png');
    background-repeat:repeat-x;
    background-position:0 0;
    background-size:auto 1.1em;
}


/* HISTOIRE */
.fugo_histoire_frise {
    display:flex;
    position:relative;
    flex-direction: row;
    align-items:start;
    justify-content:center;
    padding-left:6em;
    padding-right:2em;
    gap:2em;
}
.fugo_histoire_body {
    position:relative;
    padding-bottom:1em;
    padding-right:0;
    margin:0 !important;
    display:flex;
    flex-direction:column;
    gap:1em;
}
.fugo_histoire_body:before {
    content:"";
    width:2rem;
    position:absolute;
    top:0;
    left:0rem;
    bottom:0;
    background-image:url('assets/img/arrow_down_line_orange.png'),url('assets/img/arrow_down_head_orange.png') ;
    background-size:.25rem 100%, 1rem auto;
    background-repeat:no-repeat, no-repeat;
    background-position:53% 0, 50% 100%;

}
.fugo_histoire_body li {
    list-style:none;
    list-style-position: outside;
    position:relative;
    /*font-size:80%;*/
}
.fugo_histoire_body li:before {
    content:"";
    position:absolute;
    width:1rem;
    height:1rem;
    border:1px solid #f49d22;
    background:white;
    border-radius:.5rem;
    left:-2rem;
    top:50%;
    margin-top:-.5rem;
}
.fugo_histoire_body li:after {
    content:"2025";
    position:absolute;
    top:50%;
    font-size:1em;
    margin-top:-.75em;
    left:-4.5em;
    font-family: 'handlee';
    font-weight:600;
}
.fugo_histoire_body li:nth-child(1):after {content:"2020";}
.fugo_histoire_body li:nth-child(2):after {content:"2022";}
.fugo_histoire_body li:nth-child(3):after {content:"";}
.fugo_histoire_body li:nth-child(4):after {content:"2022";}
.fugo_histoire_body li:nth-child(5):after {content:"2024";}
.fugo_histoire_body li:nth-child(6):after {content:"2026";}

.fugo_histoire_feedback {
    background-image:url('assets/img/arrow_down_grey.png');
    background-size:1em 100%;
    background-repeat:no-repeat;
    background-position:50% 0;
    padding-top:3rem;
    padding-bottom:3rem;
    display:flex;
    justify-content: center;
    align-content:center;
    flex-wrap:wrap;
    margin:0 !important;
    margin-bottom:2em !important;
    align-self:stretch;
    flex-shrink:0;
}
.fugo_histoire_feedback p {
    max-width:8em;
    font-size:90%;
    text-align:center;
    background:rgba(242, 235, 230, .75);

}
.fugo_histoire_feedback-mobile {display:none;}


@media (max-width: 767px) {
    .fugo_histoire_frise {flex-direction:column;gap:0;padding-left:4em;}
    .fugo_histoire_feedback {display:none;}
    .fugo_histoire_feedback-mobile {display:flex;}
}






/* CONTACT FORM */
.fugo-contact-form .wpcf7-text {
    min-height:2em;
    padding-top:.75em;
    padding-bottom:.75em;
    width:100%;
    border:1px solid #31368b;
    outline:#31368b;
    border-radius:.5em;
    border-width:1px;
    padding-left:1em;
    padding-right:1em;
    font-size:.8em;
}
.fugo-contact-form .wpcf7-textarea {
    outline:#31368b;
    width:100%;
    border:1px solid #31368b;
    padding:1em;
    border-radius:.5em;
    border-width:1px;
    font-size:.8em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.fugo-contact-form .wpcf7-textarea:focus, .fugo-contact-form .wpcf7-text:focus {
    outline-width: 2px;
    background-color:#efeff9;

}
.wpcf7-not-valid-tip {
    font-size:.9em;
}
.wpcf7-submit {
    background-color:#31368b;
    font-weight:bold;
    padding:1.25em;
    color:white;
    padding-left:3em;
    padding-right:3em;
    border-radius:2em;
    font-size:.75em;
}
.wpcf7-response-output {
    max-width:35vw;
    margin-top:0 !important;
}
@media (max-width: 767px) {
    .wpcf7-response-output {max-width:100%;}
}

/* ANIM MENU */

#clickWrapper {
  cursor:pointer;
  height:2rem;
  width:2rem;
}

/* menu start */
.mobile-menu-icon {
    position: absolute;
    background-color:#31368b;
    width: 2rem;
    height: .25rem;
    margin-top:.75rem;
}

.animate.mobile-menu-icon{
  animation-name: menu-menu;
  animation-duration: 0.3s;
}

@keyframes menu-menu {
  0% {
    width:0px;
    height:0px;
  }
  50% {
    width:0px;
    height:0px;
  }
  51%{
    position: absolute;
    background-color: #31368b;
    width: 2rem;
    height: .25rem;
  }
}

.mobile-menu-icon:after {
  content: "";
  position: absolute;
  background-color:#31368b;
  width: 2rem;
  height: .25rem;
  margin-top: -.75rem;
}

.animate.mobile-menu-icon:after {
  animation-name: menu-after;
  animation-duration: 0.3s;
}

@keyframes menu-after {
  0% {
  transform: rotate(-45deg);
  margin-top:0px;
  }
  50% {
  transform: rotate(0deg);
  margin-top:0px;
  }
  100%{
    transform: rotate(0deg);
    margin-top:-.75em;
  } 
}

.mobile-menu-icon:before {
  content: "";
  position: absolute;
  background-color: #31368b;
  width: 2rem;
  height: .25rem;
  margin-top: .75rem;
}

.animate.mobile-menu-icon:before{
  animation-name: menu-before;
  animation-duration: 0.3s;
}
@keyframes menu-before {
  0% {
  transform: rotate(45deg);
  margin-top:0px;
  }
  50% {
  transform: rotate(0deg);
  margin-top:0px;
  }
  100%{
    transform: rotate(0deg);
    margin-top:.75rem;
  }
}
/* menu end */

/* close start */
.close {
  position: absolute;
  margin-top: .75rem;
  margin-left: 0;
}

.close.animate{
  animation-name: close-close;
  animation-duration: 0.3s;
}

@keyframes close-close {
  0% {
    position: absolute;
    background-color: #31368b;
    width: 2rem;
    height: .25rem;
    margin-top:.75rem;
  }
  50% {
    display:none;
    width:2rem;
    height:.25rem;
  }
  100%{
    width:0px;
    height:0px;
  }
}

.close:after {
  content: "";
  position: absolute;
  background-color: #31368b;
  width: 2rem;
  height: .25rem;
  transform: rotate(45deg);
}

.animate.close:after {
  animation-name: close-after;
  animation-duration: 0.3s;
}

@keyframes close-after {
  0% {
    transform: rotate(0deg);
    margin-top: .75rem;
  }
  50% {
    transform: rotate(0deg);
    margin-top: 0px;
  }
  100%{
    transform: rotate(45deg);
  }
}

.close:before {
  content: "";
  position: absolute;
  background-color: #31368b;
  width: 2rem;
  height: .25rem;
  transform: rotate(-45deg);
}

.animate.close:before {
  animation-name: close-before;
  animation-duration: 0.3s;
}

@keyframes close-before {
  0% {
    transform: rotate(0deg);
    margin-top:-.75rem;
  }
  50% {
    transform: rotate(0deg);
    margin-top:0px;
  }
  100%{
    transform: rotate(-45deg);
  }
}
/* close end */


.hidden {
	display:none;
}

@media (max-width: 699px) {
    .hide-mobile {
        display:none;
    }
}
