/* Import */
@import 'https://fonts.googleapis.com/css?family=Roboto+Mono:100';


/* Général */

html{
    margin: 0;
    padding: 0;
    font-family: 'Lato';
    height:100%;
}
.colorBack{
  height: 100vh;
  width: 100vw;
  position: fixed;
  background: linear-gradient(322deg, rgba(201, 30, 209, 1) 41%, rgba(0, 212, 255, 1) 100%);
}


/* Reveal JS */
.scroll-page{
  background:none !important;
}
.section data-backgroung {
  font-family: 'Lato';
  color: whitesmoke;
}
.pause-overlay{
  display: none;
}

.content-head {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.content-head.animate {
  opacity: 1;
  transform: translateY(0); 
}



/* Viewer */
.pictures {
  list-style: none;
  margin: 0;
  max-width: 30rem;
  padding: 0;
}

.pictures > li {
  border: 1px solid transparent;
  float: left;
  height: calc(100% / 3);
  margin: 0 -1px -1px 0;
  overflow: hidden;
  width: calc(100% / 3);
}

.pictures > li > img {
  cursor: zoom-in;
  width: 100%;
}
#gallery-Archi{
  display: none;
}
#gallery-Event{
  display: none;
}

.container{
  display: none;
}


/* Aléatoire */

.dud{
  color:#FAFAFA;
}




/* Content */
.container-TEXT{
  height :100%;
  width: 100%;
  justify-content: center;
  align-items :center;
  display :flex;
  flex-direction: column;
  color: #fff;
}
.text{
  font-weight :100;
  font-size: 28px;
  color: #FAFAFA;
}

.content-head{
    display: flex;
    color: white;
    justify-content: space-between;
 }
.content-head h1{
    font-weight: 800;
}
.content-head h2{
    font-weight: 700;
}
.content-head img{
    height: 25vh;
    border-radius: 150%;
}
.content-web .card{
    color: black;
}
.content-web .card img{
    padding: 2vh;
    border-radius: 2vh;
}
.card{
  padding-bottom: 2vh;
}
.card-img-top{
  border-radius: 1vw;
  height: auto;
  width: 70%;
}
.content-web-card{
    margin: 4vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.conteneur-hashtag{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.hashtag{
    display: flex;
    flex-direction: row;
    width: 10vw;
    align-items: center;
    justify-content: center;
    background-color: #4846e8;
    border-radius: 100vw;
    color: whitesmoke;
    font-weight: 900;
    padding: 3px;
    margin-left: 2vw;
    margin-right: 2vw;
    margin-bottom: 2vw;
    transition: ease-in-out 0.3s;
}

.hashtagSeconde{
  margin: 2%;
    display:inline-block;
    width: 5vw;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #4846e8;
    border-radius: 100vw;
    color: whitesmoke;
    font-weight: 900;
    padding: 4px;
 
    transition: ease-in-out 0.3s;
}

.cont_hashtagSeconde{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 3%;
}
.hashtag:hover, .hashtagSeconde:hover{
  background-color: rgb(242,132,92);
}

.hashtag h6{
  font-weight: 600;
  margin: 0;
  padding: 1vw;
}


  .content-Photo-card{
    display: flex;
  }
  .CTALink, .btn{
    appearance: button;
    background-color: #4D4AE8;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    border: 1px solid #4D4AE8;
    border-radius: 1rem;
    box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0 inset,rgba(46, 54, 80, 0.075) 0 1px 1px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    padding: .5rem 1rem;
    transition: ease-in-out 0.3s;
    
  }
  .CTALink a,.btn a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
  }
  .CTALink:focus:not(:focus-visible),
  .CTALink:focus {
    outline: 0;
  }
  
  .CTALink:hover,.btn:hover {
    background-color: #3733E5;
    border-color: #3733E5;
    transform: scale(1.05) rotate(1deg);
  }
  
  .CTALink:focus {
    background-color: #413FC5;
    border-color: #3E3BBA;
    box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0 inset, rgba(46, 54, 80, 0.075) 0 1px 1px, rgba(104, 101, 235, 0.5) 0 0 0 .2rem;
  }
  
  .CTALink:active {
    background-color: #3E3BBA;
    background-image: none;
    border-color: #3A38AE;
    box-shadow: rgba(46, 54, 80, 0.125) 0 3px 5px inset;
  }
  
  .CTALink:active:focus {
    box-shadow: rgba(46, 54, 80, 0.125) 0 3px 5px inset, rgba(104, 101, 235, 0.5) 0 0 0 .2rem;
  }
  
  .CTALink:disabled {
    background-image: none;
    box-shadow: none;
    opacity: .65;
    pointer-events: none;
  }

.MMI {
  margin-top: 4vh;
  background-color: #584fc4;
  border-radius: 100px;
  box-shadow: rgba(46, 36, 192, 0.2) 0 -25px 18px -14px inset,rgba(46, 36, 192 0.15) 0 1px 2px,rgba(46, 36, 192 .15) 0 2px 4px,rgba(46, 36, 19215) 0 4px 8px,rgba(46, 36, 192 .15) 0 8px 16px,rgba(46, 36, 192,.15) 0 16px 32px;
  cursor: pointer;
  display: inline-block;
  padding: 3vh;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.MMI a{
  color: rgb(251, 251, 251);
  text-decoration: none;

}
.MMI:hover {
  box-shadow: rgba(41, 119, 221, 0.35) 0 -25px 18px -14px inset,rgba(41, 119, 221,.25) 0 1px 2px,rgba(41, 119, 221.25) 0 2px 4px,rgba(41, 119, 221,.25) 0 4px 8px,rgba(41, 119, 221,.25) 0 8px 16px,rgba(41, 119, 221,.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
}

section{
  display: flex;
  width: 100vw;
  height: 100vh;
  padding: 4vh;
}

.content-web h3{
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}

.card{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2vh;
  transition: cubic-bezier(0.44, 0.08, 0, 1.05) 0.5s;
}

.card:hover{
  cursor:context-menu;
  transform: translateY(-20px);
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
section h3{
  color: #fff;
  font-weight: 600;
  font-size: 1.9rem;
}
.card-text{
  text-align: justify;
  font-size: 0.7rem;
  margin: 2vh;
}
.contContact{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.contContact img {
  width: 10vw;
  height: auto;
  margin: 4vh;
  transition: cubic-bezier(0.44, 0.08, 0, 1.05) 0.5s;
}

.socialMedia img:hover {
  transform: translateY(-20px);
}


@media (max-width:1085px) {
  .reveal{
    margin: 0;
  }

 .content-head{
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 4vh;
 }
 .content-head h1{
  font-size: 4rem;
 }
 .content-head button{
  margin-bottom: 4vh;
 }
 .reveal-viewport.reveal-scroll .scroll-page section{
  width: 100vw;
  top: 0;
  left: 0;
  transform: none;
 }
 .card img{
  height: 10vh;
  width: auto;
 }
 .content-web-card{
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
 }
.card:hover{
  transform: translateY(0);
}

}
@media (max-width:400px){
  .content-head-text h5{
    font-size: 1rem;
  }
}