@charset "UTF-8";

@font-face {
    font-family: "raleway-bold";
    src: url('fonts/Raleway-Bold.ttf');
}


@font-face {
    font-family: "raleway-black";
    src: url('fonts/Raleway-Black.ttf');
}

@font-face {
    font-family: "raleway";
    src: url('fonts/Raleway-Regular.ttf');
}


@font-face {
    font-family: "pacifico";
    src: url('fonts/Pacifico-Regular.ttf');
}

/**********/
/* Global */
/**********/

  *{
    outline: none !important;
  }

  img {
      max-width: 100%;
  }

  a{
    text-decoration: none !important;
    cursor: pointer;
  }

  body{
    font-size: 1em;
    font-weight: 100;
    font-family: 'raleway';
    overflow-x: hidden;
    color: #60A4B6;
  }

  section{
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  p{
    font-size: 13px;
    text-align: justify;
    font-family: 'raleway';
    color: #9B5630;
  }

  p b, p.bold{
    font-family: 'raleway-bold';
  }

  ul{
    list-style: none;
  }

  .mb40{
    margin-bottom: 40px;
  }

  h1{
    font-family: 'pacifico';
    color: #2D92AD;
    margin: 0px;
  }

  h2{
    font-family: 'pacifico';
    color: #2D92AD;
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
  }

  h3{
    font-family: 'raleway-bold';
    color: #60A4B6;
    font-size: 14.5px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: justify;
  }

  h4{
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;

    font-family: 'raleway-black';
    font-size: 16px;
    color: #2D92AD;
    margin: 0;
  }

  h5{
    font-family: 'pacifico';
    font-weight: 100;
    color: #2D92AD;
    font-size: 19px;
    text-align: center;
    margin-bottom: 15px;
  }

  img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
  }

  .centered{
    text-align: center;
  }

  .btn-container{
    padding-top: 20px;
    text-align: center;
  }

  .btn-container a:hover, .return-to-top.back-top:hover, .btn-container:hover button{
    color: #ffffff !important;
  }

  .btn-container a, .btn-container button{
    font-size: 11px;
    line-height: 16px;
    padding: 14px 28px;
    letter-spacing: 0;
    font-weight: 800;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: none !important;
    color: #FFF;
    background: #2D92AD;
  }

  .img-container{
    margin: auto;
  }

  .rounded-img{
    border-radius: 20px;
  }

  @media all and (min-width: 768px){
    .pl5{
      padding-left: 5px;
    }

    .pr5{
      padding-right: 5px;
    }

    h5{
      font-size: 28px;
      text-align: center;
    }
  }

  @media all and (min-width: 992px){
    section{
      position: relative;
      padding-top: 80px;
      padding-bottom: 80px;
    }
  }
/********/
/* Menu */
/********/
  
  #logo-kandodoo{
    margin-top: 5px;
    max-width: 80px;
  }
  
  .site-header{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 5px 0;
  }

  .site-header.sticky-header{
    background-color: rgba(255, 255, 255, 0.9);
  }

  .site-header .header-inner .img-container{
    margin-left: 15px;
  }

  .site-header .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-top: 0px;
  }

  .site-header .header-inner .navigation {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .site-header .site-main-menu{
    margin-bottom: 0;
    padding: 10px 20px 25px;
  }

  .site-header .site-main-menu a{
    color: #2D92AD;
    font-size: 12px;
    font-family: 'raleway-bold';
    text-transform: uppercase;
  }

  .site-header .site-main-menu a:hover{
    color: #60A4B6;
  }

  .site-header .site-main-menu li{
    padding: 5px 10px;
    margin: 0;
    display: inline-block;
    position: relative;
    list-style: none;
  }

  .site-header .site-main-menu li:after{
    content: "";
    margin-top: 4px;
    position: absolute;
    display: block;
    height: 3px;
    width: 30px;
    background: #D6107E;
    left: 50%;

    -webkit-transform: translateX(-50%) scaleX(0);
    -ms-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
    transition: all .5s;
  }

  .site-header .site-main-menu li.active-section:after{
    -webkit-transform: translateX(-50%) scaleX(1);
    -ms-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
  }

  .site-header .site-main-menu li.active-section a{
    font-family: 'raleway-black';
  }

  .return-to-top {
    position: fixed;
    bottom: -30px;
    right: 10px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    z-index: 998;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    background: #60A4B6;
    -webkit-transition: bottom .5s ease, opacity .5s ease, background-position 0.25s;
    -o-transition: bottom .5s ease, opacity .5s ease, background-position 0.25s;
    transition: bottom .5s ease, opacity .5s ease, background-position 0.25s;
  }

  .return-to-top.back-top {
    bottom: 10px;
    opacity: 1;
  }

  .return-to-top > i {
    position: relative;
    overflow: hidden;
    font-size: 12px;
    width: inherit;
    height: inherit;
    line-height: inherit;
    display: block;
    color: transparent;
    text-shadow: 0px 0px #fff, 0px 50px #fff;
    -webkit-transition: text-shadow .2s ease;
    -o-transition: text-shadow .2s ease;
    transition: text-shadow .2s ease;
    z-index: 1;
  }

  .site-header #open-menu{
    cursor: pointer;
  }

  @media all and (min-width: 992px){
    .site-header .site-main-menu li{
      width: auto;
    }

    .return-to-top{
      right: 20px;
    }

    .return-to-top.back-top {
      bottom: 20px;
    }

    #logo-kandodoo{
      margin-top: 0px;
    }
  }

  @media all and (min-width: 1200px){
    .site-header .site-main-menu li{
      padding: 5px 15px;
    }

    .site-header .site-main-menu a{
      font-size: 13px;
    }
  }

/**************/
/* Background */
/**************/
  
  #page-content{
    background: url('../img/bg/creche-kandodoo-bertrange-luxembourg-background.jpg');

    background-repeat: no-repeat;
    background-size: cover;
  }

  .white-bg{
    background: rgb(255,255,255,0.6);
  }

  .yellow-bg{
    background: #EFDF8F;
  }

  .green-bg{
    background: #C8D571;
  }

  .ligh-blue-bg{
    background: #B7DDE8;
  }

  .blue-bg{
    background: #BADEE9;
  }

  .division{
    height: 4px;
    width: 41px;
    margin: 5px auto 20px;
  }

/**********/
/* Banner */
/**********/
  #banner{
    padding: 0;
    overflow: hidden;
  }

  #banner .img-banner{
    text-align: center;
    width: 200%;
    margin-left: -50%;
  }

  #banner img{
    width: 100%;
  }

  #banner .content-banner{
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 46%;
    left: 50%;
  }

  #banner .title{
    font-size: 20px;
  }

  #banner .subtitle{
    font-size: 23px;
  }

  @media all and (min-width: 350px){
    #banner .title{
      font-size: 22px;
    }

    #banner .subtitle{
      font-size: 25px;
    }
  }

  @media all and (min-width: 400px){
    #banner .title{
      font-size: 25px;
    }

    #banner .subtitle{
      font-size: 28.5px;
    }
  }

  @media all and (min-width: 440px){
    #banner .img-banner{
      width: 100%;
      margin-left: 0px;
    }
  }

  @media all and (min-width: 576px){
    #banner .title{
      font-size: 30px;
    }

    #banner .subtitle{
      font-size: 38px;
    }
  }

  @media all and (min-width: 768px){
    #banner .title{
      font-size: 40px;
    }

    #banner .subtitle{
      font-size: 50px;
    }
  }

  @media all and (min-width: 992px){
    #banner .title{
      font-size: 54px;
    }

    #banner .subtitle{
      font-size: 71px;
    }
  }

  @media (max-width: 991px){
    .site-header .site-main-menu li{
      display: table;
    }

    .site-header .site-main-menu{
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        width: 100%;
        max-height: 100vh;
        display: none;
        -webkit-box-shadow: 0 5px 20px -20px;
        box-shadow: 0 5px 20px -20px;
    }

    .site-header #open-menu{
      height: 75px;
      width: 25px;
      padding-top: 3px;
      height: 20px;
      margin: 28px 0;
    }

    .site-header #menuToggle{
      position: relative;
    }

    .site-header #menuToggle span {
      background: #224766;
      display: block;
      width: 25px;
      height: 2px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      position: absolute;

      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }

    .site-header #menuToggle span:nth-child(1){
      top: 0px;
    }

    .site-header #menuToggle span:nth-child(2){
      top: 6px;
    }

    .site-header #menuToggle span:nth-child(3){
      top: 12px;
    }

    .site-header #menuToggle.active span:nth-child(1){
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 6px;
    }

    .site-header #menuToggle.active span:nth-child(2){
      opacity: 0;
    }

    .site-header #menuToggle.active span:nth-child(3){
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 6px;
    }
  }

/**********/
/* Creche */
/**********/
  #section-creche{
    padding-top: 40px;
  }

  #section-creche .content{
    margin-top: 20px;
  }

  @media all and (min-width: 992px){
    #section-creche .content{
      margin-top: 0px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }
  }

/****************/
/* Points forts */
/****************/
  #section-points-forts, #section-points-forts p{
    text-align: center;
  }

  #section-points-forts img{
    max-width: 150px;
    width: 100%;
    margin-bottom: 25px;
  }

  #section-points-forts h4{
    margin-bottom: 10px;
  }

  #section-points-forts p{
    margin-left: auto;
    margin-right: auto;
    max-width: 290px;
  }

  @media all and (min-width: 992px){
    #section-points-forts img{
      max-width: 200px;
    }
  }

/*************/
/* Activités */
/*************/
  #section-activites h3{
    margin-bottom: 45px;
  }

  .activities-group{
    margin-top: 20px;
  }

  .activities-group p{
    font-family: 'raleway';
    font-size: 16px;
    color: #60A4B6;
    text-align: center;
    margin: 0;
  }

  @media all and (min-width: 992px){
    .activities-group{
      margin-top: 0px;
    }
  }

/***********/
/* Cuisine */
/***********/
  #section-cuisine img{
    margin-bottom: 20px;
  }

  @media all and (min-width: 992px){
    #section-cuisine img{
      margin-bottom: 0px;
    }
  }

/***************/
/* Partenariat */
/***************/
  #section-partenariats .img-container{
    text-align: center;
  }

  #section-partenariats .rounded-img{
    padding-left: 1px;
    width: 95%;
  }

  .partenariat-content{
    margin-top: 20px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  @media all and (min-width: 992px){
    .partenariat-content{
      margin-top: 0px;
      width: 92%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }
  } 

/***********/
/* Galerie */
/***********/
  #section-galerie{
    text-align: center;
  } 

  /* The container */
  .gallery-radio-container {
    position: relative;
    display: inline-flex;
    display: -webkit-inline-flex;
    padding-left: 35px;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Create a custom radio button */
  .gallery-radio-container .gallerymark {
    background: #FFF;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #EDDBCC;
    height: 21px;
    width: 21px;
    left: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  /* On mouse-over, add a grey background color */
  .gallery-radio-container:hover input ~ .gallerymark {
    background-color: #ccc;
  }

  /* Create the indicator (the dot/circle - hidden when not checked) */
  .gallerymark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the indicator (dot/circle) when checked */
  .gallery-radio-container.active .gallerymark:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  /* Style the indicator (dot/circle) */
  .gallery-radio-container .gallerymark:after {
    display: block;
    left: 3px;
    top: 3px;
    width: 13px;
    height: 13px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    background-color: #60A4B6;
    border-width: 0 3px 3px 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: 0.33s;
  }

  #section-galerie .vossen-portfolio{
    touch-action: manipulation; 
  }

  .ui-loader{
    display: none !important;
  }

/***********/
/* Contact */
/***********/
  #section-contact p{
    color: #60A4B6;
  }

  #section-contact .centered{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: justify;
  }

  #section-contact .col-icon > .row:nth-child(4) p{
    font-size: 12.9px;
  }

  .col-map{
    text-align: center;
  }

  #map{
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #EDDBCC;
    max-width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  #section-contact .col-icon .img-container{
    margin-bottom: 10px;
    max-width: 140px;
  }

  .icon-container img{
    max-width: 25px;
  }

  .col-icon .icon{
    position: absolute;
    top: 50%;
    right: 0;
    width: 22px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .col-icon a, .col-icon p{
    color: #2D92AD;
    font-family: 'raleway-bold';
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .col-icon > .row:nth-child(2) p, .col-icon > .row:nth-child(3) p{
    max-width: 142px;
  }

  .col-icon > div:last-child p{
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
  }

  .col-icon .row{
    align-items: center;
  }

  .col-icon .row > div{
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-icon .countries {
    margin: auto;
    max-width: 180px;
    display: flex;
  }

  .countries img{
    padding-left: 8px;
    padding-right: 8px;
    width: 45px;
  }

  #contact-form{
    margin-bottom: 40px;
  }

  #contact-form input, #contact-form textarea, .captcha-val-container, #captcha-val{
    background-color: #FFF;
    -moz-border-radius: 26px;
    border-radius: 26px;
    padding: 13px 10px 12px 15px;
    width: 100%;
    font-size: 12.4px;
    margin-top: 10px;
    color: #60A4B6;
    border: solid 1px transparent;
  }

  #contact-form input::placeholder, #contact-form textarea::placeholder{
    color: #60A4B6;
    font-family: 'raleway';
    transition: 0.2s;
  }

  #contact-form input:focus::placeholder , #contact-form textarea:focus::placeholder{
    color: transparent;
  }

  .form-result {
    display: none;
    margin: 20px 10px 1rem;
    border: solid 1px;
    position: relative;
    padding: .75rem 1.25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
  }

  #contact-form input, #contact-form textarea{
    font-family: 'raleway';
  }

  #captcha-val{
    text-align: center;
  }

  #captcha-val, #contact-form .captcha-val-container{
    font-family: 'raleway-bold';
  }

  #contact-form textarea, #contact-form input, #captcha-val{
    border: 1px solid #EDDBCC;
  }

  #contact-form .btn-container{
    text-align: center;
  }

  textarea{
    resize: none;
  }

  #contact-form .radio-inline input{
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
  }

  @media all and (min-width: 530px){
    #section-contact .centered{
      text-align: center;
    }
  }

  @media all and (min-width: 576px){
    #map{
      max-width: 500px;
    }
  } 

  @media all and (min-width: 992px){
    #contact-form .btn-container{
      text-align: right;
    }

    #section-contact .col-icon{
      flex: 0 0 20%;
      max-width: 20%;
    }

    #section-contact .col-map{
      flex: 0 0 42.5%;
      max-width: 42.5%;
    }

    #section-contact .col-contact{
      flex: 0 0 37.5%;
      max-width: 37.5%;
    }

    #map{
      margin-top: 0px;
      margin-bottom: 0px;
      width: 106.5%;
      max-width: 106.5%;
    }

    .col-icon .countries {
      max-width: none;
    }

    .col-icon > div:last-child p{
      text-align: left;
    }

    .countries img{
      padding-left: 0px;
      padding-right: 16px;
    }

    .lg-pad{
      padding-left: 15px;
      padding-right: 15px;
    }

    .col-icon > .row:nth-child(2) p, .col-icon > .row:nth-child(3) p{
      max-width: none;
    }
  }

  @media all and (min-width: 1200px){
    .pr5 {
      padding-right: 5px;
    }

    .pl5 {
      padding-left: 5px;
    }
  }

/**********/
/* Footer */
/**********/
  #footer{
    background-color: #2D92AD;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #footer .container > div{
    text-align: center;
  }

  .copyright, .mentions-legales{
    font-family: 'raleway';
    font-size: 12px;
    font-weight: 100;
  }

  .copyright, .copyright a, .mentions-legales a{
    color: #FFF
  }

  .copyright a{
    font-weight: 900;
  }

  @media all and (min-width: 576px){
    .copyright, .mentions-legales{
      font-size: 13px;
    }
  }

  @media all and (min-width: 992px){
    #footer{
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }


/* SWIPERS */

  .swiper-container{
    transition: .5s;
  }
    
  .swiper-pagination .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background-color: #D78A21;
    position: relative;
    opacity: 1;
    cursor: pointer;
  }

  .pager.swiper-pagination{
    margin-left: 20px;
    position: relative;
  }

  .swiper-pagination .swiper-pagination-bullet:after{
    content:"";
    position: absolute;
    background-color: #FFF;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .5s;
    -webkit-transition: all .5s;
    top: 7px;
    left: 7px;
    height: 0px;
    width: 0px;
  }

  .swiper-pagination .swiper-pagination-bullet-active:after, 
  .pager.swiper-pagination.active .swiper-pagination-bullet:after{
    top: 2px;
    left: 2px;
    height: 10px;
    width: 10px;
  }

  .chevron{
    height: 25px;
    width: 25px;

    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    z-index: 1;
    cursor: pointer;
    transition: .5s;
    opacity: 0.4;
  }

  .chevron:hover{
    opacity: 1;
  }

  .chevron.disabled:hover{
    cursor: default;
    opacity: 0.4;
  }

  #slide-prev, #gallery-prev{
    background: url('../img/creche-kandodoo-bertrange-luxembourg-after-arrow-active.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }

  #slide-next, #gallery-next{
    background: url('../img/creche-kandodoo-bertrange-luxembourg-next-arrow-active.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }


  #slide-prev{
    left: 7.5px;
  }

  #slide-next{
    right: 7.5px;
  }

  #gallery-prev{
    left: -10px;
  }

  #gallery-next{
    right: -10px;
  }

  @media all and (min-width: 460px){
    #gallery-prev{
      left: 0px;
    }

    #gallery-next{
      right: 0px;
    }
  }

  @media all and (min-width: 576px){
    #gallery-prev{
      left: -10px;
    }

    #gallery-next{
      right: -10px;
    }
  }

  @media all and (min-width: 768px){
    #slide-prev{
      left: -10px;
    }

    #slide-next{
      right: -10px;
    }

    #gallery-prev{
      left: -25px;
    }

    #gallery-next{
      right: -25px;
    }

    .chevron{
      height: 30px;
      width: 30px;
    }
  }

/* CHECKBOXES */
  /* The container */
  .custom-check-container{
      display: block;
      position: relative;
      padding: 10px 0 10px 45px;
      margin-bottom: 10px;
      margin-top: 10px;
      cursor: pointer;
      font-weight: 100;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      border-bottom: none !important;  
  }


  .custom-check-container p, .custom-check-container a{
    font-size: 10px;
    margin: 0px;
    color: #60A4B6;
  }

  .custom-check-container #RGPD{
    width: 0;
    transition: 0s;
  }

  /* Hide the browser's default checkbox */
  .custom-check-container input{
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
  }

  /* Create a custom checkbox */
  .custom-check {
      background: #FFF; 
      -moz-border-radius: 25px;
      border-radius: 25px;
      border: 1px solid #EDDBCC;
      height: 21px;
      width: 21px;
      left: 10px;
      position: absolute;
      right: 0; 
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  }

  /* On mouse-over, add a grey background color */
  .custom-check-container:hover input ~ .custom-check {
      background-color: #F7F7F7;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .custom-check:after, .custom-radio:after {
      content: "";
      position: absolute;
      display: none;
  }

  /* Show the checkmark when checked */
  .custom-check-container input:checked ~ .custom-check:after{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  /* Style the checkmark/indicator */
  .custom-check-container .custom-check:after {
      display: block;
      left: 3px;
      top: 3px;
      width: 13px;
      height: 13px;
      -moz-border-radius: 23px;
      border-radius: 23px;
      background-color: #60A4B6;
      border-width: 0 3px 3px 0;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      transition: 0.33s;
  }

  /* Hide the browser's default checkbox */
  .custom-check-container input{
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
  }

/*RADIO BUTTONS*/
  /* The container */
  .custom-radio-container {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'raleway-bold';
    font-size: 14px;
  }

  /* Hide the browser's default radio button */
  .custom-radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: none;
  }

  /* Create a custom radio button */
  .custom-radio-container .radiomark {
    background: #FFF;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #EDDBCC;
    height: 21px;
    width: 21px;
    left: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  /* On mouse-over, add a grey background color */
  .custom-radio-container:hover input ~ .radiomark {
    background-color: #ccc;
  }

  /* Create the indicator (the dot/circle - hidden when not checked) */
  .radiomark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the indicator (dot/circle) when checked */
  .custom-radio-container input:checked ~ .radiomark:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  /* Style the indicator (dot/circle) */
  .custom-radio-container .radiomark:after {
    display: block;
    left: 3px;
    top: 3px;
    width: 13px;
    height: 13px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    background-color: #60A4B6;
    border-width: 0 3px 3px 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: 0.33s;
  }

/* COOKIES */
  .cookies{
      display: none;
      position: fixed;
      width: 100%;
      max-width: 409px;
      background: #cbeef2;
      height: 55px;
      line-height: 55px;
      font-size: 0;
      -moz-border-radius: 66px;
      border-radius: 66px;
      margin: auto;
      text-align: left;
      padding-left: 28px;
      z-index: 12;
      bottom: 25px;
      left: 50%;
      z-index: 280;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
  }

  .cookies .Ok{
      position: absolute;
      background: #224766;
      color: #fff;
      font-size: 16px;
      right: 24px;
      top: 11px;
      width: 108px;
      -moz-border-radius: 66px;
      border-radius: 66px;
      text-align: center;
      height: 33px;
      line-height: normal;
      border: none;
      cursor: pointer;
  }

  .cookies .Ok:hover {
      color: #224766;
      background-color: #fff;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
  }

  .cookies a, .cookies p {
      font-size: 13px;
      color: #224766;
      position: relative;
      display: -webkit-inline-box;
      display: inline-block;
      line-height: unset;
  }

  .cookies a:hover, .custom-check-container a:hover, #footer a:hover{
    text-decoration: underline !important;
  }

  @media only screen and (max-width: 575px){
    .cookies {
        bottom: 0;
        top: auto;
        -moz-border-radius: 7px;
        border-radius: 7px;
        height: auto;
        text-align: center;
        padding-left: 0;
        max-width: 360px;
    }

    .cookies .Ok, .cookies p {
      display: -webkit-inline-box;
      display: inline-block;
    }

    .cookies p {
      width: 100%;
    }

    .cookies a, .cookies p {   
      text-align: center;
      vertical-align: inherit;
      font-size: 15px;
      line-height: 0;
    }

    .cookies .Ok {
        position: relative;
        right: auto;
        top: auto;
        font-size: 16px;
        width: 106px;
        height: 36px;
    }
  }
