/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;800&display=swap');*/
body{
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-weight: 400;
    line-height: 1.2;
    color: white;
    text-align: left;
    background-color: #212529;
}
a{
    text-decoration: none;
}
.nav-link{
  color:white;
}

.icon {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  text-align: center;
}

.icon span, .icon i {
  vertical-align: middle;
}

.icon.icon-10 {
  height: 10px;
  line-height: 10px;
  width: 10px;
}

.icon.icon-20 {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.icon.icon-30 {
  height: 30px;
  line-height: 30px;
  width: 30px;
}

.icon.icon-40 {
  height: 40px;
  line-height: 40px;
  width: 40px;
}

.icon.icon-50 {
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.icon.icon-60 {
  height: 60px;
  line-height: 60px;
  width: 60px;
}

.icon.icon-70 {
  height: 70px;
  line-height: 70px;
  width: 70px;
}

.icon.icon-80 {
  height: 80px;
  line-height: 80px;
  width: 80px;
}

.icon.icon-90 {
  height: 90px;
  line-height: 90px;
  width: 90px;
}

.icon.icon-100 {
  height: 100px;
  line-height: 100px;
  width: 100px;
}

.icon.icon-110 {
  height: 110px;
  line-height: 110px;
  width: 110px;
}

.icon.icon-120 {
  height: 120px;
  line-height: 120px;
  width: 120px;
}

.icon.icon-130 {
  height: 130px;
  line-height: 130px;
  width: 130px;
}

.icon.icon-140 {
  height: 140px;
  line-height: 140px;
  width: 140px;
}

.icon.icon-150 {
  height: 150px;
  line-height: 150px;
  width: 150px;
}
.icon.icon-500 {
  height: 500px;
  line-height: 500px;
  width: 500px;
}
.loader-display {
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff fixed;
    background-position: center top;
    background-size: cover;
    z-index: 9999;
    height: 100vh;
    overflow: hidden;
  }
/* 15. loading */
.logo-loading {
    text-align: center;
  }
  
  .logo-loading img {
    max-width: 100px;
    margin-bottom: 15px;
  }
  
  .logo-loading h3 {
    color: #3629b7;
    font-size: 30px;
  }
  
  .loader-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  
  .loader-ellipsis div {
    position: absolute;
    top: 30px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #6A4EA6;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  
  .loader-ellipsis div:nth-child(1) {
    left: 8px;
    animation: loader-ellipsis1 0.6s infinite;
  }
  
  .loader-ellipsis div:nth-child(2) {
    left: 8px;
    animation: loader-ellipsis2 0.6s infinite;
  }
  
  .loader-ellipsis div:nth-child(3) {
    left: 32px;
    animation: loader-ellipsis2 0.6s infinite;
  }
  
  .loader-ellipsis div:nth-child(4) {
    left: 56px;
    animation: loader-ellipsis3 0.6s infinite;
  }
  
  @keyframes loader-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  
  @keyframes loader-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  
  @keyframes loader-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }
  .bg-header {
    background-color: #6A4EA6;
    text-align: left;
  }
  .bg-icc-primary{
      background-color: #8448D9;
  }
  .text-logo{
    color: #8448D9;
  }
  .btn{
    border-radius: 0px;
  }
  
  .retour-btn{
    font-size:20px;
    text-align: left;
    color: white;
    border: none;
  }
  .carte{
    width:100%; 
    height:30vh; 
    border:0;
  }
.bg-evenement{
    background: url('../images/i1.jpg')no-repeat;
    background-size:cover;
    background-position: center;
    color:white;
    
}

.bg-enseignement{
  background: url('../images/i3.jpg')no-repeat;
  background-size:cover;
  background-position: center;
  color:white;
  
}

.bg-fi{
  background: url('../images/i6.jpg')no-repeat;
  background-size:cover;
  background-position: center;
  color:white;
  
}

.bg-orientation{
  background: url('../images/icc-orientation.jpg')no-repeat;
  background-size:cover;
  background-position: center;
  color:white;
  
}
.bg-conseils{
    background: url('../images/i4.jpg')no-repeat;
    background-size:cover;
    background-position: center;
    color:white;
    
}
.bg-don{
  background: url('../images/i2.jpg')no-repeat;
  background-size:cover;
  background-position: center;
  color:white;
  
}
.bg-lecteur{
  background: url('../images/i5.jpg')no-repeat;
  background-size:cover;
  background-position: center;
  color:white;
  
}
.filtre{
    background:rgba(0, 0, 0, .5);
    height: 20vh;
}
.main-titre{
    font-weight: 800;
    text-transform: uppercase;
    font-size:16px;
}
.menu-titre{
    font-size:14px;
    color: white;
    text-align: left;
}
.card-title{
  font-size:12px;
  color: white;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
}
.card-text{
  font-size:10px;
  text-align: left;
}
.menu-titre a{
    font-size:14px;
    color: white;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
}
.bg-footer{
    background-color:cornflowerblue;
}
.footer .nav-link{
    color:white;
    font-size: 12px;
    text-decoration: center;
}
.card{
    background-color:transparent;
    box-shadow: 0 4px 8px 0 rgba(143, 110, 110, 0);
    border:none;
    padding: 0%;
}
.btn{
    
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0);
}
.btn:hover{
    background-color:transparent;
    border:none;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0);
}
.icc-formation-text{
    font-size:12px;
}
.icc-text{
  font-size:12px;
}