/*
Theme Name: We are AG
Description: AG Insurance
Version: 1.0.0
Author: Inside Web
Author URI: https://www.insideweb.be
*/
@font-face {
  font-family: "Geogrotesque";
  src: url("https://www.weareag.be/layout/themes/aginsurance/fonts/geogrotesque-thin-webfont.woff2") format("woff2"),
    url("https://www.weareag.be/layout/themes/aginsurance/fonts/geogrotesque-thin-webfont.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("https://www.weareag.be/layout/themes/aginsurance/fonts/geogrotesque-ultralight-webfont.woff2") format("woff2"),
    url("https://www.weareag.be/layout/themes/aginsurance/fonts/geogrotesque-ultralight-webfont.woff") format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("https://www.weareag.be/layout/themes/aginsurance/fonts/geogrotesque-light-webfont.woff2") format("woff2"),
    url("https://www.weareag.be/layout/themes/aginsurance/fonts/geogrotesque-light-webfont.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("https://www.weareag.be/layout/themes/aginsurance/fonts/geogrotesque-regular-webfont.woff2") format("woff2"),
    url("https://www.weareag.be/layout/themes/aginsurance/fonts/geogrotesque-regular-webfont.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("https://www.weareag.be/layout/themes/aginsurance/fonts/geogrotesque-medium-webfont.woff2") format("woff2"),
    url("https://www.weareag.be/layout/themes/aginsurance/fonts/geogrotesque-medium-webfont.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("https://www.weareag.be/layout/themes/aginsurance/fonts/geogrotesque-semibold-webfont.woff2") format("woff2"),
    url("https://www.weareag.be/layout/themes/aginsurance/fonts/geogrotesque-semibold-webfont.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("https://www.weareag.be/layout/themes/aginsurance/fonts/geogrotesque-bold-webfont.woff2") format("woff2"),
    url("https://www.weareag.be/layout/themes/aginsurance/fonts/geogrotesque-bold-webfont.woff") format("woff");
  font-weight: 700;
}
:root {
  --white: #ffffff;
  --black: #1f2426;
  --green: #99cc00;
  --darkblue: #003366;
  --lightblue: #007db8;
  --footer: #4b5559;
  --placeholder: #717e85;
  --grey: #616f74;
  --darkgrey: #757575;
  --input: #dadbe0;
  --inputHover: #a1a9af;
  --blue: #00b3b5;
  --topbar: #f2f2f2;
  --buttonPrimaryHover: #88b500;
  --buttonPrimaryDisable: #99cc00;
  --buttonSecondaryHover: #4b5559;
  --error: #cc2929;
  --bordergrey: #d6d9dc;
  --bordernav: #bdbdbd;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  overflow-y: scroll;
  font-size: 17px;
  color: var(--black);
  line-height: 19.55px;
  font-weight: 400;
  background-color: #f2f2f2;
}

a {
  color: var(--darkblue);
  text-decoration: none;
}
a:hover,
.navbar-light .navbar-nav .nav-link:hover {
  text-decoration: none;
  color: var(--green);
}
img {
  width: 100%;
}
button {
  transition: all 0.5s ease 0s;
}
p:last-child {
  margin-bottom: 0;
}
nav.navbar-main {
  z-index: 9998;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */

    -webkit-transform: scale(1);
    /* Safari and Chrome */

    -o-transform: scale(1);
    /* Opera */

    -moz-transform: scale(1);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */

    -webkit-transform: scale(1.2);
    /* Safari and Chrome */

    -o-transform: scale(1.2);
    /* Opera */

    -moz-transform: scale(1.2);
    /* Firefox */
  }
}
/*All*/
.hide{
  display: none !important;
}
/*84px*/
.title1{
  font-family: "Geogrotesque";
  letter-spacing: 4.29px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(60px, 5.25vw, 84px);
  line-height: clamp(74px, 6.5vw, 104px);
  margin-bottom: 0px;
}
/*63px*/
.title2{
  font-family: "Geogrotesque";
  letter-spacing: 3.21px;
  font-weight: 500;
  font-size: clamp(55px, 3.938vw, 63px);
  line-height: clamp(69px, 4.938vw, 79px);
  margin-bottom: 0px;
}
/*40px*/
.title3{
  font-family: "Geogrotesque";
  letter-spacing: 2.04px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(30px, 2.5vw, 40px);
  line-height: clamp(38px, 3.125vw, 50px);
  margin-bottom: 0px;
}
/*45px*/
.header1 {
  font-size: clamp(35px, 2.813vw, 45px);
  line-height: clamp(43px, 3.5vw, 56px);
  letter-spacing: 2.3px;
  font-weight: 500;
  font-family: "Geogrotesque";
  margin-bottom: 0px;
}
/*33px*/
.header2 {
  font-size: clamp(25px, 2.063vw, 33px);
  line-height: clamp(31px, 2.563vw, 41px);
  letter-spacing: 0.6px;
  font-weight: 600;
  font-family: "Geogrotesque";
  margin-bottom: 0px;
}
/*28px*/
.header3 {
  font-size: clamp(20px, 1.75vw, 28px);
  font-weight: 500;
  letter-spacing: 1.43px;
  line-height: clamp(25px, 2.188vw, 35px);
  font-family: "Geogrotesque";
  margin-bottom: 0px;
}
/*22px*/
.header4 {
  font-size: clamp(16px, 1.375vw, 22px);
  letter-spacing: 0px;
  line-height: clamp(20px, 1.688vw, 27px);
  font-weight: 500;
  font-family: "Geogrotesque";
  margin-bottom: 0px;
}

.suptitle {
  color: var(--darkblue);
  font-weight: 700;
}

button,
.button {
  font-family: "Geogrotesque";
  font-size: clamp(12px, 0.875vw, 14px);
  line-height: clamp(14px, 1.064vw, 17px);
  text-align: center;
  padding: 0px 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0px;
  border-radius: 3px;
  height: 40px;
  min-width: 90px;
  width: auto;
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button:hover {
  cursor: pointer;
}
button.primary,
.button.primary {
  background: var(--green);
  border: unset;
  color: var(--white);
}
button.primary:hover,
.button.primary:hover {
  background: var(--buttonPrimaryHover);
}
button.primary.disable,
.button.primary.disable {
  background: var(--buttonPrimaryDisable);
}
button.secondary,
.button.secondary {
  background: transparent;
  color: var(--grey);
  border: solid 1px var(--grey);
}
button.secondary:hover,
.button.secondary:hover {
  color: var(--buttonSecondaryHover);
  border-color: var(--buttonSecondaryHover);
}
.valid {
  color: green;
}
.valid:before {
  position: relative;
  left: -35px;
  content: "V";
}
.invalid {
  color: red;
  font-size: clamp(0.5625rem, 0.5185rem + 0.1878vw, 0.6875rem);
}
.invalid:before {
  position: relative;
  left: -5px;
  content: "X";
}
#togglePassword {
  position: absolute;
  transform: translate(-25px, 12px);
}
#passwordcheck {
  display: none;
}

#passwordcheck .invalid {
  transform: translateX(35px);
}

input {
  font-size: clamp(13px, 0.938vw, 15px);
  color: var(--placeholder);
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: unset;
  outline: unset;
  max-width: 300px;
  border: solid 1px var(--input);
  border-radius: 3px;
  line-height: clamp(15px, 1.063vw, 17px);
  height: 40px;
  width: 300px;
  min-width: 60px;
}
textarea{
  font-size: clamp(13px, 0.938vw, 15px);
  color: var(--placeholder);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: unset;
  outline: unset;
  max-width: 624px;
  border: solid 1px var(--input);
  border-radius: 3px;
  line-height: clamp(15px, 1.063vw, 17px);
  min-height: 100px;
  width: 100%;
  min-width: 200px;
  resize: unset;
}
select{
  font-size: clamp(13px, 0.938vw, 15px);
  color: var(--black);
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: unset;
  outline: unset;
  max-width: 300px;
  border: solid 1px var(--input);
  border-radius: 3px;
  line-height: clamp(15px, 1.063vw, 17px);
  height: 40px;
  width: 300px;
  min-width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
input[type='checkbox']{
  width: auto;
  min-width: auto;
  height: fit-content;
  margin-right: 10px;
  margin-top: 1px;
}
input:hover, input:focus, textarea:hover, textarea:focus {
  border-color: var(--inputHover);
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--placeholder);
  opacity: 1;
}
::-webkit-input-placeholder {
  /* Edge */
  color: var(--placeholder);
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--placeholder);
  opacity: 1;
}
::placeholder {
  color: var(--placeholder);
  opacity: 1;
}
.inputText {
  margin-bottom: 20px;
}
.is-invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-feedback {
  display: flex;
}
.invalid-feedback {
  font-size: 15px;
  color: var(--error);
  text-align: left;
  width: 300px;
  margin: auto;
  margin-top: 10px;
}
.invalid-feedback:before {
  content: "!";
  height: 18px;
  width: 18px;
  background: var(--error);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}
#error p {
  width: 300px;
  padding: 15px 20px;
  border-radius: 3px;
  border: solid 1px var(--error);
  color: var(--error);
  font-size: 15px;
  margin: auto;
  margin-top: 16px;
  display: flex;
}
#error p:before {
  content: "!";
  height: 20px;
  width: 20px;
  background: var(--error);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}
.page-bg {
  background: var(--topbar);
  margin-top: 70px;
}
.modal button.close{
  min-width: fit-content;
  width: 30px;
  height: 30px;
  background: var(--input);
  color: var(--white);
  font-size: 14px;
  border-radius: 50%;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -15px;
  right: -15px;
}
.modal-body{
  padding: 20px;
  border-radius: 3px;
}
.modal-dialog{
  max-width: 75%;
  min-width: 500px;
  width: fit-content;
}
.modal-dialog h5, .modal-dialog .buttons{
  margin-bottom: 40px;
}
.modal-dialog .buttons{
  justify-content: space-around;
}
main{
  min-height: calc(100vh - 175px);
}
/*Header*/
header .container-header {
  padding-right: 40px;
}
header .topbar {
  height: 50px;
  background: var(--topbar);
  padding-bottom: 10px;
  padding-top: 10px;
  display: flex;
  justify-content: end;
}
header .navigation {
  height: 70px;
  background: var(--white);
  display: flex;
  justify-content: end;
}
header.home .topbar {
  height: 50px;
  background: var(--white);
}
header .logo {
  height: 78px;
  background: url("https://www.weareag.be/layout/uploads/2024/10/New-positive-line.png");
  width: 330px;
  background-size: cover;
  background-position: right;
  position: absolute;
  bottom: -77px;
  left: 0;
}
header .logo img {
  width: 102px;
  margin-left: 30px;
  margin-top: 10px;
}
.nav-link {
  font-size: 15px;
  line-height: 18px;
  font-family: "Geogrotesque";
  font-weight: 500;
  letter-spacing: 0px;
  color: var(--black) !important;
  height: 70px;
  border-right: solid 1px var(--bordernav);
  padding: 0px 20px !important;
  border-bottom: solid 3px var(--white);
  display: flex;
  align-items: center;
}
.nav-link:hover,
header .active .nav-link {
  color: var(--green) !important;
  border-bottom: solid 3px var(--green);
}
header .langues{
  padding: 0px 20px;
  display: flex;
  height: 70px;
  align-items: center;
  font-size: 15px;
  line-height: 18px;
  font-family: "Geogrotesque";
  font-weight: 500;
  letter-spacing: 0px;
  color: var(--black);
}
header .langues a{
  color: var(--black);
}
header .langues a:hover{
  color: var(--green);
}
header .langues .active{
  color: var(--green);
}
header .langues p{
  margin-bottom: 0px;
}
header .searchmenu {
  display: flex;
  max-width: 126vw;
  min-width: 200px;
  margin-right: 20px;
  margin-bottom: 0px;
}
header .searchmenu input {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0px;
  background: var(--white);
  border: solid 1px var(--bordergrey);
  border-right: unset;
  height: 40px;
  border-radius: 3px 0px 0px 3px;
  padding-left: 15px;
  padding-right: 0px;
}
header .searchmenu button {
  background: var(--white);
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 0px 3px 3px 0px;
  border: solid 1px var(--bordergrey);
  min-width: auto;
  line-height: unset;
  border-left: solid 1px var(--bordergrey);
  color: var(--grey);
}
header .deconnexion {
  border-right: solid 1px var(--bordergrey);
  padding: 0px 20px;
  display: flex;
  height: 70px;
  align-items: center;
  gap:10px;
}
header .navbar-nav li:first-child .nav-link {
  border-left: solid 1px var(--bordergrey);
}
/*Footer*/
footer {
  font-size: clamp(13px, 0.938vw, 15px);
  font-weight: 400;
  line-height: clamp(15px, 1.063vw, 17px);
  padding-top: 30px;
  padding-bottom: 30px;
  color: var(--footer);
  background-color: white;
}
footer.home #menu-footer-fr, footer.home #menu-footer-nl {
  display: flex;
  list-style: none;
  gap: 12px;
  justify-content: center;
  margin-bottom: 0px;
  padding-left: 0px;
}
footer.home .copyright {
  margin-bottom: 12px;
}
footer.home a {
  color: var(--footer);
  text-decoration: underline dotted;
}
footer a:hover {
  text-decoration: underline dotted var(--green);
}
/*Home*/
#home {
  background-size: cover;
  background-position: bottom;
  min-height: calc(100vh - 99px);
  padding-bottom: 10vh;
}
#home .logo {
  padding-top: max(120px, 15vh);
  padding-bottom: 2vh;
  max-width: 170px;
  margin-bottom: 20px;
}
#home h1 {
  font-weight: 400;
  letter-spacing: 2.04px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 60px;
}
#home h1 span {
  font-weight: 600;
  font-size: 65px;
  line-height: 78px;
  letter-spacing: 4.29px;
}
#home h2 {
  font-weight: 400;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 5vh;
}
#home h3 {
  margin-bottom: 20px;
  color: var(--darkblue);
}
#home .card-home {
  background: #ffffffcc;
  border-radius: 3px;
  color: var(--white);
  padding: 20px;
  width: 26.571vw;
  height: 20.607vh;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  min-width: 330px;
  min-height: 200px;
  margin-bottom: 20px;
}
#home .card-home button {
  width: fit-content;
}
#home .legales{
  margin-top: 20px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
#home .legal{
  width: 53vw;
  min-width: 660px;
  color: var(--white);
  display: flex;
  text-align: center;
  margin: auto;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}
#home .legales a{
  color: var(--white);
  text-decoration: underline dotted;
  text-underline-offset: 3px;
}
#home .legales a:hover{
  text-decoration: underline dotted var(--green);
}
/*Login*/
#login,
#signin {
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  align-items: center;
  display: flex;
}
#login .bloc,
#signin .bloc {
  background: var(--white);
  max-width: 520px;
  width: 33vw;
  padding: 40px;
  margin: auto;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #0000001a;
  min-width: 400px;
}
#login h1,
#signin h1 {
  color: var(--darkblue);
  margin-bottom: 10px;
}
#login h2,
#signin h2 {
  color: var(--darkblue);
  margin-bottom: 16px;
  margin-top: 40px;
}
#login button,
#signin button, #login .button {
  width: 300px;
}
#login button.primary,
#signin button.primary {
  margin-bottom: 16px;
}
#login a.oublis,
#signin a.oublis {
  color: var(--lightblue);
  font-size: 15px;
  line-height: 17px;
}
/*Signin*/

#signin {
  padding-top: 100px;
  padding-bottom: 50px;
}

#signin h1 {
  margin-bottom: 20px;
}

#signin form {
  max-width: 320px;
  margin: 0 auto;
}

.signin-input {
  margin-bottom: 5px;
}

#signin .password-input {
  position: relative;
}

#signin .password-input i {
  position: absolute;
  left: 10px;
  top: 0;
}

#signin #passwordcheck h4 {
  font-size: clamp(0.8125rem, 0.7685rem + 0.1878vw, 0.9375rem);
  text-align: center;
  margin: 10px 0;
}

#signin #passwordcheck {
  text-align: left;
  max-width: 300px;
  margin: 0 auto;
}

#signin #passwordcheck p {
  margin-bottom: 5px;
}

#signin input[type="checkbox"] {
  height: 18px;
  min-width: 18px;
  width: 18px;
  display: block;
  cursor: pointer;
}

#signin .terms-accept {
  margin-bottom: 30px;
  gap: 20px;
  display: flex;
  align-items: flex-start;
  text-align: left;
  justify-content: space-between;
  cursor: pointer;
}

#signin .terms-accept label {
  cursor: pointer;
  display: block;
  font-size: 12px;
  color: var(--darkgrey);
  max-width: 80%;
  margin-right: auto;
}
/*LostPassword*/
/*Accueil*/

#dashboard .header-challenges {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex;
}

#dashboard .header-challenges .header-container {
  align-self: center;
}

.dashboard-main-container {
  max-width: 1080px;
  background-color: white;
  padding: 45px 40px 10px;
  transform: translateY(-90px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  overflow-x: hidden;
}

#dashboard .header2 {
  color: var(--darkblue);
}

#dashboard .challenge {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.bluebold {
  color: var(--darkblue) !important;
  font-weight: 600 !important;
  margin: 15px 0;
}

#dashboard .challenges .challenge {
 aspect-ratio: 2.62/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 3px 3px 0px 0px;
  position: relative;
  transition: background-size 0.5s ease;
}
#dashboard .main .challenges {
  padding-top: 20px;
  --bs-gutter-x: clamp(20px, 2.5vw, 40px);
  --bs-gutter-y: clamp(20px, 2.5vw, 40px);
}
#dashboard .challenges .infos-challenge{
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}
#dashboard .challenges .shadow-dash{
  -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
  height: 100%;
  border-radius: 3px;
}
#dashboard .challenges .challenge h3{
  text-align: center;
  color: white;
}

#dashboard .challenges .challenge:hover, #dashboard .swiper-slide:hover{
  background-size: 120% !important;
}

#dashboard .challenge .primary {
  margin-top: 20px;
  min-width: 150px;
}

#dashboard .challenges-slider .challenge h3{
  text-align: center;
}

#dashboard .challenges-slider {
  padding-right: 20px;
}

#dashboard .swiper-slide, #challenge .swiper-slide {
  aspect-ratio: 2.06/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 3px;
  position: relative;
  transition: background-size 0.5s ease;
  color: var(--white);
  -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
}

#dashboard .swiper-wrapper, #challenge .swiper-wrapper{
  height: auto;
}

#dashboard .swiper-slide:hover {
  color: white;
}

#dashboard .swiper-button-next::after {
  display: none;
}

#dashboard .swiper-button-prev::after {
  display: none;
}

#dashboard .swiper-button-disabled {
  display: none;
}

#dashboard .swiper-button-prev, #challenge .swiper-button-prev{
  transform: translateX(15px) translateY(30px);
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--buttonPrimaryDisable);
}

#dashboard .swiper-button-next, #challenge .swiper-button-next{
  transform: translateX(-15px) translateY(30px);
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--buttonPrimaryDisable);
}

#dashboard .swiper-button-next i,
#dashboard .swiper-button-prev i {
  font-size: 20px;
  color: var(--buttonPrimaryDisable);
}
#dashboard .header{
  height: 350px;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: bottom;
  background-size: cover;
}

/*Challenges*/
#challenges .header-challenges {
  height: 40vh;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: bottom;
  background-size: cover;
  min-height: 350px;
}

#challenges .header-challenges h4 {
  text-transform: uppercase;
  font-weight: 400;
}
#challenges .header-challenges .compte-challenges h3 {
  font-weight: 400;
}
#challenges .header-challenges .compte-challenges {
  background: var(--white);
  width: 45.625vw;
  min-width: 625px;
  max-width: 730px;
  height: 12.5vw;
  min-height: 150px;
  max-height: 200px;
  right: 50%;
  bottom: 0;
  transform: translate(50%, 66%);
  color: var(--darkblue);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#challenges .header-challenges .compte-challenges .countdown {
  display: flex;
  justify-content: center;
}
#challenges .header-challenges .compte-challenges .countdown .cd {
  padding: 20px 40px 0px 40px;
  border-left: solid 2px var(--topbar);
}
#challenges .header-challenges .compte-challenges .countdown .cd:first-child {
  border-left: unset;
}
#challenges .header-challenges .compte-challenges .countdown .cd .count {
  font-family: "Geogrotesque";
  font-weight: 500;
  letter-spacing: 1px;
  font-size: clamp(40px, 3.438vw, 55px);
  line-height: clamp(50px, 4.25vw, 68px);
  color: var(--blue);
  margin-bottom: 0px;
}
#challenges .header-challenges .compte-challenges .countdown .cd .time {
  font-family: "Geogrotesque";
  font-weight: 500;
  letter-spacing: 0.44px;
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: clamp(22.5px, 1.875vw, 30px);
}
#challenges .descriptif-challenges{
  padding-top: 40px;
  padding-bottom: 40px;
  background: var(--white);
}
#challenges .descriptif-challenges .header4{
  font-weight: 400;
  margin-bottom: 20px;
}
#challenges .descriptif-challenges .header4 span, #challenges .descriptif-challenges .header3{
  color: var(--darkblue);
  font-weight: 600;
}
#challenges .challenges-challenges .button {
  background: transparent;
  color: var(--darkblue);
  border: solid 1px var(--darkblue);
  margin-left: 15px;
}
#challenges .challenges-challenges .button:first-child {
  margin-left: 0px;
}
#challenges .challenges-challenges .button:hover {
  background: var(--white);
  color: var(--green);
  border: solid 1px var(--green);
}

#challenges .challenges-challenges .button{
  min-width: auto;
  padding: 8px 15px;
}

#challenges .challenges-challenges .button.selectedCategorie,
#challenges .challenges-challenges .button.selectedCategorieAll {
  background: var(--darkblue);
  color: var(--white);
  border: solid 1px var(--darkblue);
}
/*Events*/
#challenges .challenges-challenges .button.btn6:hover,
#challenges .challenges-challenges .button.selectedCategorie.btn6{
  border: solid 1px #00A4E2;
  background: #00A4E2;
  color: var(--white);
}
/*Sport*/
#challenges .challenges-challenges .button.btn5:hover,
#challenges .challenges-challenges .button.selectedCategorie.btn5{
  color: var(--white);
  border: solid 1px #589D62;
  background: #589D62;
}
/*Discovery*/
#challenges .challenges-challenges .button.btn2:hover,
#challenges .challenges-challenges .button.selectedCategorie.btn2{
  color: var(--white);
  border: solid 1px #9DD3A5;
  background: #9DD3A5;
}
/*Ecology*/
#challenges .challenges-challenges .button.btn3:hover,
#challenges .challenges-challenges .button.selectedCategorie.btn3{
  color: var(--white);
  border: solid 1px #7BBBCA;
  background: #7BBBCA;
}
/*Society*/
#challenges .challenges-challenges .button.btn4:hover,
#challenges .challenges-challenges .button.selectedCategorie.btn4{
  color: var(--white);
  border: solid 1px #99CC00;
  background: #99CC00;
}
#challenges .challenges-challenges {
  padding-top: 60px;
  padding-bottom: 60px;
}
#challenges.search-page .challenges-challenges{
  padding-top: clamp(10px, 1vw, 20px);
}
#challenges .challenges-challenges .categorie {
  justify-content: center;
}
#challenges .challenges-challenges .titre {
  margin-top: 40px;
  margin-bottom: 24px;
}
#challenges .challenges-challenges .titre .col-md-12 {
  justify-content: space-between;
  display: flex;
}
#challenges .challenges-challenges .titre .filtres {
  display: flex;
  align-items: center;
}
#challenges .challenges-challenges .titre .filtres h5 {
  font-family: "Geogrotesque";
  font-weight: 600;
  line-height: clamp(15px, 1.063vw, 17px);
  font-size: clamp(12px, 0.875vw, 14px);
  margin-right: 10px;
  letter-spacing: 0px;
  color: var(--grey);
  margin-bottom: 0px;
}
#challenges .challenges-challenges .titre .filtres .dropdown .dropdown-toggle{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#challenges .challenges-challenges .titre h4 {
  color: var(--darkblue);
}
#challenges .challenges-challenges .challenges {
  --bs-gutter-x: clamp(25px, 2.813vw, 45px);
  --bs-gutter-y: clamp(20px, 2.5vw, 40px);
}
#challenges .challenges-challenges .challenges .challenge {
  aspect-ratio: 2.06/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 3px;
  position: relative;
  transition: background-size 0.5s ease;
  -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
}

#challenges .challenges-challenges .challenges .challenge h3 {
  color: var(--white);
  transition: all 0.8s ease;
  text-align: center;
  padding: 15px;
}

#challenges .challenges-challenges .challenges .challenge:hover {
  background-size: 120% !important;
}

.card-popup {
  display: none;
}

.card-popup.opened {
  display: block;
}

.popup-content {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  border-radius: 5px;
  z-index: 15;
  background-color: white;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}

.popup-content .close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  padding: 0;
  outline: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.popup-content .close span {
  width: 20px;
  height: 2px;
  background-color: white;
  transform: rotate(45deg);
}

.popup-content .close span::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: white;
  transform: rotate(90deg);
}

.popup-content-header {
  min-height: 180px;
  display: grid;
  place-items: center;
  min-width: 380px;
  text-align: center;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.popup-content-body {
  padding: 26px 20px;
  background-color: white;
  color: black;
}

.popup-content-body button {
  display: inline-block;
  margin: 0 auto;
}

.popup-trigger {
  width: 100%;
  height: 100%;
  position: absolute;

  top: 0;
  right: 0;
  z-index: 8;
}

.card-popup .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  z-index: 9;
}

.banderolle {
  position: absolute;
  top: -10px;
  right: -6px;
  background-color: var(--darkblue);
  color: var(--white);
  padding: 7px 13px;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Geogrotesque";
}

.banderolle::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 20px;
  background-image: url(./images/tip.png);
  background-size: contain;
  right: 0;
  background-repeat: no-repeat;
  top: 27px;
}

button.dropdown {
  background: var(--white);
  color: var(--black);
  border: solid 1px var(--grey);
  border-radius: 3px;
  font-family: inherit;
  height: 30px;
  font-weight: 500;
  text-transform: unset;
}
.dropdown-menu{
  padding: 0px;
}
.dropdown-item.selectedLieu, .dropdown-item.selectedLieuAll{
  background: var(--green) !important;
}
.dropdown-item:hover, .dropdown-item:active{
  cursor: pointer;
  background: var(--bordergrey);
}
/*Challenge*/
#challenge .header-challenge {
  min-height: 300px;
  height: 20.625vw;
  max-height: 350px;
  position: relative;
  overflow: hidden;
  background: no-repeat;
  background-size: cover;
}

#challenge .header-challenge-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#challenge .header-challenge h1 {
  color: var(--white);
  margin-left: clamp(30px, 2.5vw, 40px);
}
#challenge .header-challenge .titre {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*#challenge .header-challenge img {
  aspect-ratio: 1.51/1;
  object-fit: cover;
  height: 100%;
  opacity: 0.5;
}*/

#challenge .header-challenge .icone-challenge{
  position: absolute;
  bottom: 20px;
  left: 15px;
  width: 10%;
  max-width: 200px;
  min-width: 60px;
}

#challenge .invite-img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

#challenge .infos-challenge .container {
  background: var(--white);
  border-radius: 3px;
  box-shadow: 0px 0px 6px #0000001a;
  padding: 40px;
  transform: translate(0px, -60px);
}
#challenge .infos-challenge .date {
  font-family: "Geogrotesque";
  font-size: clamp(14px, 1.125vw, 18px);
  line-height: clamp(18px, 1.375vw, 22px);
  letter-spacing: 0.33px;
  font-weight: 500;
  color: var(--darkgrey);
  margin-bottom: 10px;
}
#challenge .infos-challenge .description {
  font-family: "Geogrotesque";
  font-size: clamp(16px, 1.375vw, 22px);
  letter-spacing: 1.12px;
  line-height: clamp(20px, 1.688vw, 27px);
  font-weight: 500;
  margin-bottom: 70px;
}
#challenge .selects{
  margin-bottom: 50px;
}
#challenge .infos-challenge .infos1 {
  border-bottom: solid 1px var(--topbar);
  position: relative;
}
#challenge .infos-challenge .infos1 button {
  position: absolute;
  bottom: -20px;
  right: 50%;
  transform: translate(50%, 0);
}
#challenge .infos-challenge .infos2 {
  margin-top: 80px;
  line-height: 1.3;
  justify-content: space-between;
}

#challenge #pills-programme .infos2:nth-child(even){
  flex-direction: row-reverse;
}

#challenge .bloc p {
  letter-spacing: 0.77px;
  color: #1f2426;
  line-height: 1.7;
  margin-bottom: 20px;

}

#challenge .informations .bloc p {
  margin-bottom: 0;
}

#challenge .header2 {
  font-weight: 500 !important;
  color: var(--darkblue);
  margin-bottom: 8px;
}

#challenge .informations {
  margin-top: 50px;
}


#challenge .bloc {
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 30px;
  height: 100%;
  background: linear-gradient(white, white) padding-box, linear-gradient(to bottom left, var(--darkblue) -15%,var(--blue)) border-box;
}

#challenge .bloc .header2 {
  margin-bottom: 20px;
}
#challenge .bloc h3 {
  margin-bottom: 20px;
  color: var(--green);
}
#challenge .pratique {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 27px;
}

#challenge .pratique:last-child {
  margin-bottom: 0;
}

#challenge .pratique .icon-container {
  min-width: 40px;
  text-align: center;
  transform: translateY(0px);
  font-size: 30px;
  display: grid;
  place-items: center;
}

#challenge .pratique p {
  line-height: 1.7;
}

#challenge .pratique .icon-container i {
  margin: 0 auto;
}

#challenge .email-challenge .header3 {
  letter-spacing: 0;
  margin-bottom: 10px;
}

#challenge .email-challenge input {
  max-width: 100%;
  width: 100%;
}
#challenge .email-challenge .container {
  background: var(--white);
  border-radius: 3px;
  box-shadow: 0px 0px 6px #0000001a;
  padding: 40px;
}
#challenge .ambassadeur-challenge img{
  aspect-ratio: 1/1;
  object-fit: cover;
}
#challenge .message p{
  text-align: center;
  border: solid 1px;
  padding: 20px;
  border-radius: 8px;
  margin-top: 40px;
}
#challenge .message .success{
  border-color: var(--green);
}
#challenge .message .error{
  border-color: var(--error);
}

#challenge .choix input[type="radio"] + label {
  padding-left: 0px;
}
#challenge .choix input[type="radio"] + label::before,
#challenge .choix input[type="radio"] + label::after {
  display: none
}

#challenge .inputOui[type="radio"]:checked + label {
    background-color: #99CC00;
    color: var(--white);
}
#challenge .inputNon[type="radio"]:checked + label {
    background: var(--input);
}

#challenge .choix{
  margin-bottom: 20px;
  margin-top: 20px;
}
#challenge .choix label{
  width: 60px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px var(--input);
  cursor: pointer;
}
#challenge .choix .oui{
  border-radius: 3px 0 0 3px;
}
#challenge .choix .non{
  border-radius: 0 3px 3px 0;
}

#challenge .messageError, #modifierPart .messageError{
  margin-top: 20px;
  padding: 20px;
  border: solid 1px var(--error);
  border-radius: 3px;
  color: var(--error);
  width: fit-content;
}

/*NEW CHALLENGE*/

#challenge .infos-challenge-new .header-image{
  /*height: 300px;*/
  object-fit: cover;
  object-position: center;
  border-radius: 3px;
}
#challenge .infos-challenge-new .nav-pills{
  margin-bottom: 40px;
}
#challenge .infos-challenge-new .nav-pills .nav-item{
  width: 33.3333333333%;
}
#challenge .infos-challenge-new .nav-pills-D8 .nav-item{
  width: 25%;
}
#challenge .infos-challenge-new .nav-pills .nav-link{
  border: solid 1px #E8E9ED;
  width: 100%;
  border-radius: 0px;
  text-transform: initial;
  justify-content: center;
}

#challenge .infos-challenge-new .nav-pills .nav-link:hover{
  border-bottom: solid 3px var(--green);
  color: var(--green);
}
#challenge .infos-challenge-new .nav-pills .nav-link.active{
  border-bottom: solid 3px var(--green);
  background-color: #FAFAFA;
  color: var(--green) !important;
  font-weight: 600;
}

#challenge .icone{
  aspect-ratio: 1;
  max-width: 72px;
  height: auto;
  margin-right: 10px;
}
#challenge .infos-challenge-new .tab-content .bloc .header3, #pills-informations .header3{
  color: var(--darkblue);
  font-weight: 400;
  margin-bottom: 0px;
}
#challenge .infos-challenge-new .tab-content .bloc p{
  letter-spacing: initial;
  line-height: initial;
  margin-bottom: 0px;
  line-height: initial;
}
#challenge .messageInscription .icone{
  max-width: 60px;
  margin-right: 0px;
  margin-bottom: 20px;
}
#challenge button.back{
  background: var(--white);
  border: solid 1px var(--grey);
  color: var(--grey);
}
#challenge button.back i{
  margin-right: 10px;
}
#challenge input[type="radio"]{
  width: 18px;
  height: 18px;
  min-width: fit-content;
}

input[type="radio"] + label, input[type="checkbox"] + label{
  cursor: pointer;
}

input[type="radio"]{
  display: none;
}
input[type="radio"] + label {
  position: relative;
  padding-left: 30px;
}
input[type="radio"] + label::before,
input[type="radio"] + label::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  content:'';
  border-radius: 1rem;
}
input[type="radio"] + label::before {
  bottom: 0;
  left: 0;
  border: 1px solid var(--input);
  background-color: var(--white);
  width: 18px;
  height: 18px;
}

input[type="radio"]:checked + label::before {
  background-color: var(--green);
}
input[type=checkbox] {
  position: relative;
  cursor: pointer;
}
input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  border: 1px solid var(--input);
  border-radius: 3px;
  background-color: white;
}
input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 7px;
}
input[type=checkbox]:checked:before {
  background: var(--green);
}

.form-check{
  padding-left: unset;
  display: flex;
}

#challenge #pills-invitation .horaires .heure{
  color: var(--green);
  font-weight: 700;
}
#challenge #pills-invitation .horaires{
  border-radius: 3px;
  border: solid 1px #E8E9ED;
}
#challenge #pills-invitation .horaires .horaire{
  height: 80px;
}
#challenge #pills-invitation .horaires .horaire .col-md-4{
  border-right: solid 1px #E8E9ED;
}
#challenge #pills-invitation .horaires .horaire .bloc-horaire{
  border-bottom: solid 1px #E8E9ED;
}
#challenge #pills-invitation .horaires .horaire .col-md-8 p, #challenge #pills-invitation .horaires .horaire .col-md-4 p{
  padding: 15px;
}
#challenge #pills-invitation .horaires .horaire:last-child .bloc-horaire{
  border-bottom: 0px;
}
#challenge #pills-invitation .horaires .horaire:nth-child(even) .bloc-horaire{
  background-color: var(--topbar);
}
#challenge #pills-programme .programme-card{
  border: solid 1px #E8E9ED;
  border-radius: 3px;
}
#challenge #pills-programme .programme-infos{
  padding: 30px;
}
#challenge #pills-programme .programme-infos ul{
  padding-left: 20px;
}
#challenge #pills-programme .programme-infos li{
  margin-bottom: 10px;
}
#challenge #pills-programme .programme-card img{
  height: 100px;
  object-fit: cover;
}
#challenge #pills-programme .programme-card h5{
  margin-bottom: 20px;
  color: var(--darkblue);
  font-weight: 600;
}
#challenge #pills-programme .row40{
  --bs-gutter-y: 40px;
  --bs-gutter-x: 40px;
}
#challenge .inscriptionsTab .inscriptionPart{
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
  padding-top: 20px;
} 
#challenge .inscriptionsTab .inscriptionPart:nth-child(2){
  border-bottom: solid 1px #E8E9ED;
}
#challenge .inscriptionsTab .actions img{
  width: 40px;
  cursor:pointer;
}
#challenge .inscriptionsTab .actions{
  display:flex;
  gap:10px;
}
#challenge #questionsMultiple{
  max-width: 624px;
}
#challenge #questionsMultiple .gap-2 input{
  max-width: 100%;
}
/*FAQ*/
#faq .header, #autre .header{
  height: 350px;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: bottom;
  background-size: cover;
}
#faq .main, #autre .main, #dashboard .main, #challenges .blocCalendrier{
  max-width: 1080px;
  background-color: var(--white);
  padding: 40px;
  transform: translateY(-110px);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  overflow-x: hidden;
  border-radius: 3px;
}
#faq .title2,#autre .title2, #dashboard .title2{
  padding-bottom: 100px;
}
#faq h2{
  color: var(--darkblue);
  padding-bottom: 30px;
}
#faq h3{
  color: var(--blue);
  font-size: 18px;
  font-weight: 400;
}
#faq h3 button{
  height: auto;
  padding: 20px 0px;
  font-size: 18px;
  font-weight: 400;
  text-transform: initial;
  color: var(--lightblue);
  line-height: initial;
  min-width: auto;
  box-shadow: unset;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007db8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-item, div.accordion-item:last-child{
  border-bottom: solid 1px var(--bordergrey) !important;
}
div.accordion-item:first-child{
  border-top: solid 1px var(--bordergrey) !important;
}
.accordion-button:not(.collapsed){
  background: var(--white);
}
.accordion-body{
  padding: 0px 0px 20px 0px;
}
.ribbon1{
  width: 12.5vw;
  bottom: 0;
  left: 0;
  min-width: 110px;  
}
.ribbon2{
  width: 14vw;
  top: 0;
  right: 0;
  min-width: 120px;  
}
.ribbon3{
  width: 17vw;
  bottom: 0;
  left: 0;
  min-width: 200px;
  max-width: 275px;
}
.ribbon4{
  width: 25vw;
  top: 0;
  left: 0;
  min-width: 300px;
  max-width: 400px;
}
.ribbon5{
  width: 17vw;
  top: 0;
  right: 0;
  min-width: 200px;
  max-width: 275px;
}
/*Progress bar*/
.progression-challenges{
  background: var(--white);
  width: 45.625vw;
  min-width: 625px;
  max-width: 730px;
  height: 8.375vw;
  min-height: 98px;
  max-height: 134px;
  right: 50%;
  bottom: 0;
  transform: translate(50%, 66%);
  color: var(--darkblue);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.progression-challenges .progression-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
}
.progression-challenges .progression-title h3{
  font-family: "Geogrotesque";
  font-size: clamp(14px, 1.125vw, 18px);
  color: var(--darkblue);
  letter-spacing: 0.33px;
  font-weight: 500;
}
.progression-challenges .progression-title h3.countCha{
  font-weight: 600;
  letter-spacing: -0.24px;
}
.progression-challenges .progression{
  display: flex;
  justify-content: center;
  align-items: center;
}
.progression-challenges .progression .progress{
  width: 80%;
  height: 30px;
  background: var(--topbar);
  box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.08);
  border-radius: 6px;
}
.progression-challenges .progression .progress-bar{
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.progression-challenges h3{
  margin-bottom: 5px;
}
/*POPUP droit à l'image*/
#droitImage .modal-body{
  padding: 40px;
  max-width: 620px;
}
#droitImage .modal-body a{
  color: var(--lightblue);
}
#droitImage .modal-body a:hover{
  color: var(--green);
}
#droitImage .modal-body input{
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  padding: 10px;
  border:unset;
}

/*Calendrier*/
.calendrier .main{
  
  background-color: var(--white);
  padding: 40px;
  transform: translateY(-60px);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  overflow-x: hidden;
  border-radius: 3px;
}
#calendar .fc-scrollgrid-sync-inner{
  aspect-ratio: 1/1;
}
#calendar .fc-scrollgrid-section td, #calendar .fc-scrollgrid-section th{
  border: unset;
}
#calendar .fc-col-header-cell div{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    line-height: 27.3px;
    font-weight: 600;
    text-transform: capitalize;
}
#calendar .fc-col-header-cell{
  border: unset;
}
#calendar .fc-toolbar-title{
  color: var(--darkblue);
  font-size: 33px;
  line-height: 40px;
  font-weight: 500;
  text-transform: capitalize;
}
#calendar .fc-button-group button{
    background: transparent;
    color: var(--darkblue);
    aspect-ratio: 1;
    min-width: auto;
    width: 46px;
    border: unset;
    font-size: 14px;
    box-shadow: unset;
}
#calendar .fc-scrollgrid{
  border: unset;
}
#calendar .fc-daygrid-day{
  border: solid 1px var(--topbar) !important;
}
#calendar a:hover{
  color: var(--darkblue);
  cursor: pointer;
  background: initial;
}
#calendar .fc-scrollgrid-sync-table{
  border-style: initial;
}
.calendrier .divCalendarHoraire{
  padding: 10px;
  background: var(--topbar);
  border-radius: 3px;
}
.calendrier .espaceHoraire{
  background: #E2EED9;
  padding: 20px;
  border-radius: 1px;
  min-height: 75%;
}
.calendrier .event-detail{
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 17.25px;
}
.calendrier .event-detail h4{
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 10px;
}
.calendrier .event-detail a{
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 5px;
  color: var(--lightblue);
}
.calendrier .event-detail a i{
  margin-left: 5px;
  font-size: 12px;
}
.calendrier .event-detail .catRond{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 5px;
}
.fc-daygrid-dot-event .fc-event-title{
  text-overflow: ellipsis;
}
.calendrier .bgDateHoraire{
  background-color: #E2EED9;
}
.calendrier .fc-day-today{
  background-color: var(--topbar) !important;
}
.calendrier .fc .fc-daygrid-day-top{
  margin-top: 8px;
  margin-right: 8px;
  font-size: 18px;
  font-family: "Geogrotesque";
}
.calendrier .fc-event-title{
  font-weight: 400;
  font-size: 12px;
  line-height: 13.5px;
}
.calendrier .categorie .btnCategorie{
  background: var(--white);
  border: solid 1px;
}
.calendrier .categorie{
  --bs-gutter-x: 15px;
  --bs-gutter-y: 10px;
  margin-top: 40px;
}
.calendrier .categorie .btncategorieAll{
  background: var(--green);
  color: var(--white);
  border-color: var(--green);
}
.calendrier .dateEvent{
  justify-content: end;
  display: flex;
}
.calendrier .dateEvent h3{
  text-transform: capitalize;
  font-size: 36px;
  line-height: 46.8px;
  font-family: "Geogrotesque";
  margin-bottom: 20px;
  font-weight: 400;
}

@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1150px) {
}
@media only screen and (max-width: 1080px) {
  #faq .main,#autre .main, #dashboard .main{
    transform: none;
  }
  #faq .title2,#autre .title2, #dashboard .title2{
    padding-bottom: 0px;
  }
  .dashboard-main-container{
    transform: translateY(-0px);
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 995px) {
}
@media only screen and (max-width: 992px) {
  .ribbon1, .ribbon2,.ribbon3,.ribbon4,.ribbon5,.ribbon6,.ribbon7{
    display: none;
  }
  /*HEADER*/
  #navbarNav{
    background: var(--white);
    z-index: 9999;
    position: relative;
    padding-bottom: 20px;
  }
  header .navigation{
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    display: block;
  }
  .navbar-expand-lg{
    text-align: end;
  }
  .navbar-toggler{
    box-shadow: none;
    border: none;
    color: var(--darkblue);
    outline: none;
    padding: 0px;
    min-width: auto;
    height: auto;
    margin-right: 15px;
    margin-top: 18px;
    font-size: 30px;
  }
  .navbar-toggler:focus{
    outline: none;
    box-shadow: none;
  }
  .nav-link, header .langues, header .deconnexion{
    height: 40px;
    border: none;
  }
  header .deconnexion{
    text-align: start;
  }
  header .searchmenu{
    width: 80%;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .nav-link:hover{
    border: none;
  }
  /**/
  #challenges .challenges-challenges .categorie{
    --bs-gutter-y: 15px;
  }
  .popup-content-header{
    min-width: 300px;
    min-height: 120px;
  }
  .popup-content .close{
    width: 35px;
    height: 35px;
  }
  .popup-content .close span, .popup-content .close span::after{
    width: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /*HEADER*/
  header.home .topbar, header .navigation{
    height: 45px;
  }
  header .logo{
    width: 250px;
    height: 70px;
    bottom: -70px;
  }
  header .logo img{
    width: 90px;
    margin-left: 16px;
    margin-top: 5px;
  }
  .navbar-toggler{
    margin-right: 12px;
    margin-top: 12px;
    font-size: 25px;
  }
  /*FOOTER*/
  footer{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer.home .copyright{
    margin-bottom: 6px;
  }
  /*GENERAL*/
  .ribbon1, .ribbon2,.ribbon3,.ribbon4,.ribbon5,.ribbon6,.ribbon7{
    display: none;
  }
  .title1{
    font-size: 35px;
    line-height: 45px;
  }
  .title2{
    font-size: 30px;
    line-height: 40px;
  }
  .title3{
    font-size: 25px;
    line-height: 30px;
  }
  .page-bg{
    margin-top: 30px;
  }
  button, .button{
    height: 30px;
    min-width: 45px;
  }
  .modal-dialog{
    min-width: 90%;
    margin: auto;
  }
  .modal-dialog h5, .modal-dialog .buttons{
    margin-bottom: 20px;
  }
  /*HOME*/
  #home h1{
    font-size: 32px;
    line-height: 40px;
  }
  #home .logo{
    max-width: 200px;
  }
  #home .card-home{
    margin-bottom: 20px;
  }
  div.col-md-6:nth-child(2), div.col-md-6:nth-child(3){
    justify-content: center !important;
  }
  #home{
    min-height: calc(100vh - 111px);
  }
  #home .legales{
    margin-top: 20px;
  }
  #home .legal{
    min-width: auto;
    width: 90%;
  }
  #home .logo{
    padding-top: 80px;
    padding-bottom: 20px;
  }
  #home .card-home{
    min-width: 90%;
    min-height: 100px;
  }
  #home .card-home button{
    width: auto;
    min-width: auto;
  }
  /*Challenges*/
  #challenges .header-challenges{
    padding-top: 80px;
  }
  #challenges .header-challenges .compte-challenges{
    min-width: 90%;
    min-height: 120px;
  }
  .progression-challenges{
    min-height: 90px;
    min-width: 90%;
  }
  #challenges .header-challenges .compte-challenges .countdown .cd .count{
    font-size: 20px;
    line-height: 25px;
  }
  #challenges .header-challenges .compte-challenges .countdown .cd{
    padding: 20px 10px 0px 10px;
  }
  #challenges .header-challenges .compte-challenges .countdown .cd .time{
    font-size: 16px;
    line-height: 20px;
  }
  #challenges .challenges-challenges .titre .filtres h5{
    white-space: nowrap;
  }
  #challenges .challenges-challenges{
    padding-top: 110px;
    padding-bottom: 40px;
  }
  
  #challenges .challenges-challenges .titre{
    margin-top: 20px;
    margin-bottom: 12px;
  }
  #challenges .challenges-challenges .challenges{
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
  }
  .popup-content .close{
    width: 30px;
    height: 30px;
  }
  .popup-content .close span, .popup-content .close span::after{
    width: 15px;
  }
  .popup-content-header{
    min-height: 90px;
    min-width: 200px;
  }
  .popup-content-body{
    padding: 13px 10px;
  }
  .banderolle{
    font-size: 10px;
    padding: 4px 7px;
    top: -6px;
    right: -4px;
  }
  .banderolle::after{
    width: 4px;
    top: 20px;
  }
  /*CHALLENGE*/
  #challenge .header-challenge{
    min-height: 250px;
    background-size: cover;
  }
  #challenge .infos-challenge .container, #challenge .email-challenge .container{
    padding: 20px;
  }
  #challenge .infos-challenge .description{
    margin-bottom: 35px;
  }
  #challenge .infos-challenge .infos2{
    margin-top: 40px;
  }
  #challenge .invite-img{
    margin-top: 20px;
  }
  #challenge .informations{
    --bs-gutter-y: 20px;
  }
  #challenge .bloc{
    padding: 20px;
  }
  #challenge #forms .row40{
    --bs-gutter-y: 20px;
  }
  /**/
  #faq .header, #autre .header, #dashboard .header{
    min-height: 200px;
  }
  #faq .main, #autre .main, #dashboard .main, #challenges .blocCalendrier{
    padding: 20px;
  }
  main{
    min-height: calc(100vh - 111px);
  }
  /*Dashboard*/
  .dashboard-main-container{
    transform: translateY(0px);
    margin-bottom: 40px;
  }
  #dashboard .swiper-button-next{
    transform: translateX(-15px) translateY(45px);
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  #dashboard .swiper-button-prev{
    transform: translateX(15px) translateY(45px);
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  #dashboard .swiper-button-next i, #dashboard .swiper-button-prev i{
    font-size: 14px;
  }
  
}

#login .container{
  margin-top: 50px;
}
#login .barLogin{
  background: var(--darkblue);
  height: 2px;
  width: 50px;
}
@media only screen and (max-width: 768px) {
  #login .container{
    margin-top: 45px;
  }
}