/*--------------------------------------------------------------CHARTE GRAPHIQUE--------------------------------------------------------------*/
html{
  scroll-behavior: smooth;
}
body{
  background-color: var(--clr_fnd);
}
:root{
  --clr_orange:#dee0f6;   
  --clr_gris: #474a4d;
  --clr_fnd: #fdfeff;
  --clr_bnc: rgb(255, 255, 255);
  --clr-noir: rgb(0, 0, 0);
  --clr-marron:#f1f3ff;
/*--clr_orange: #fbc1a9;
  --clr_gris: #474a4d;
  --clr_fnd: #f7f5f6;
  --clr-marron: #e0d9cf;*/

}
/*-----------------------------------------------------------------NAVE 2------------------------------------------------------------------------*/
.logo1 {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  float: left;
  background-image: url(../img/logo_tania_bc.png);
  background-size: cover;
  transform: none;
  margin: 10px 5%;
}
nav{
  overflow: hidden;
  background-color: rgba(71, 74, 77, 0.8);
  box-shadow: 2px 10px 12px rgba(0, 0,0, 0.3);
  width: 100%;
  position: fixed;
  display: inline;
  z-index: 10;
}
.topnav {
  line-height: 100%;
  float: right;

}
.topnav a {
  float: left;
  color: var(--clr_bnc);
  font-family: 'Poppins', sans-serif;
  padding: 0px 40px 30px;
  text-decoration: none;
  font-size: 14px;
  transform: translateY(20px);
}
.topnav a:focus {
  color: var(--clr_orange);
}
.topnav .icon {
  display: none;
}
.topnav a:after {
  content: '';
  display: block;
  margin: 5px auto;
  height: 3px;
  width: 0;
  transition:.5s ease;
}
.topnav a:hover{
  color: var(--clr_orange);
}
.topnav a:hover:after {
  width: 100%;
  background-color: var(--clr_orange);
}
.topnav a:focus:after {
  width: 100%;
  background-color: var(--clr_orange);
}
.topnav .icon {
  display: none;
}
.quit-btn, .menu-btn{
  color: #ffff;
  cursor: pointer;
  display: none;
  font-size: 30px;
  transition: 0.4s;
}
.quit-btn:hover, .menu-btn:hover{
  color: var(--clr_orange);
  cursor: pointer;
}
.menu-btn, .quit-btn{
  float: right;
  display: none;
}
.menu-btn{
  float: right;
}
.menu-btn i{
  margin: 20px 50px;
}
#chk{
  position: absolute;
  visibility: hidden;
  z-index: -1111;
}
main{
  overflow: hidden;
}
/*----------------------------------------------------------- Header -------------------------------------------------------------------*/
header{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.box-header{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
  align-content: space-between;
}

#picto-insta, #picto-behance, #picto-linkedin{
  margin: 30px 0px 0 0px;
  width: 35px;
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#picto-insta:hover, #picto-behance:hover, #picto-linkedin:hover, #picto-insta:active, #picto-behance:active, #picto-linkedin:active{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); 
}
.cls-1{
  width: 30px;
  margin: 0 auto;
  margin: 20px 1140px;
  fill:var(--clr_bnc);
  border-bottom: none;
}
.cls-1:hover{
  cursor: pointer;
  fill: #b8bad2;
  transition: all ease 0.5s;
}

.titre{
  width: 100%;
  height: 750px;
  background-image: url(../img/illu_fond.svg);
  background-size: cover;
  background-position: bottom;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
.titre h1, h2{
  width: 1200px;
  margin: 0 auto;
  padding: 0 30px;

}
.titre h1{
  font-family: 'Poppins', sans-serif;
  font-size: 50pt;
  color: var(--clr_bnc);
  text-transform: uppercase;
}
.titre h2{
  font-family: 'Lato', sans-serif;
  font-size: 24pt;
  color: var(--clr_orange);
  text-transform: uppercase;
  margin-top: 10px;
}

.p-scroll{
  width: 50px; 
  animation: anim 1s linear infinite alternate;
}
.img-scroll{
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}

header .logo{
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin: 10px 100px;
  background-color: var(--clr_fnd);
}

@keyframes anim{
  0%{
    transform: translate(0, 5px);
  }
  
  100%{
    transform: translate(0, -5px);
  }
}

/*---------------------------------------------------------- PROPOS ------------------------------------------------------------------------*/
#propos{
  width: 100%;
  display: flex;
  margin: 45px 0;
}

#propos .photo{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
#propos img {
  width: 30%;
  min-width: 300px;
}
#propos .presentation{
  font-family: 'Lato', sans-serif;
  color: var(--clr-noir);
  font-size: 1.2em ;
  line-height: 25px;
  width: 60%;
  min-width: 300px;
  padding: 0 20px;
}
.box-btn-cv{
  background-color: var(--clr_orange);
  width: 15%;
  min-width: 200px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;

}
.btn-propos{
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 5%;
}
.btn-cv {
  width: 1200px;
  margin-left: -80px;
}
.btn-cv a{
  background-color: var(--clr_gris);
  color: var(--clr_orange);
  text-decoration: none;
  padding: 15px 30px;
  font-family: 'Poppins', sans-serif;
}
.btn-cv a:hover{
  background-color: var(--clr-marron);
  color: var(--clr_gris);
  transition: all ease 0.5s;
}

.fond-btn{
  width: 20%;
  height: 100px;
  background-color: var(--clr_orange);
  right: 0;
}

h2{
  font-family:'Poppins', sans-serif ;
  color: var(--clr_orange);
  font-size: 2em ;
  margin-top: 85px;
}

/*------------------------------------------------------------ PROJETS --------------------------------------------------------------------*/

#projets{
width: 100%;
height: 750px;

background-image: url(../img/vage_projets2.svg);
background-size: cover;
display: flex;
flex-direction: column;
justify-content: center;
padding: 90px 0 30px 0px;
}

#projets h2{
  width: 1200px;
  vertical-align: middle;
  margin-bottom: 50px;
}

.btn-projets{
  width: 100%;
  margin-top: 3%;
}
.btn-t-projets{
  width: 1200px;
  margin-left: 60%;
}
.btn-t-projets a{
  background-color: var(--clr-marron);
  color: var(--clr_gris);
  text-decoration: none;
  padding: 15px 30px;
  font-family: 'Poppins', sans-serif;
}

.btn-t-projets a:hover{
  background-color: var(--clr_fnd);
  color: var(--clr_gris);
  transition: all ease 0.5s;
}
.box-btn{
  background-color: var(--clr_orange);
  width: 15%;
  min-width: 200px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fond-btn-projets{
  width: 250px;
  height: 100px;
  background-color: var(--clr_orange);
}

/*------------------------------------------------------- CAROUSEL PROJETS --------------------------------------------------------------*/

ul{
  list-style: none;
}
a{
  text-decoration: none;
}
.fond-projets{
  width: 100%;
  position: relative;
}

.carousel{
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 27%;
  height: 100vh;
  background-size: cover;
  display: block;
  justify-content: center;
  align-items: center;
}
.box1, .box2, .box3,.box4,.box5,.box6{
  width: 300px;
  height: 350px;
  background-color: var(--clr-marron);
  box-shadow: 2px 10px 12px rgba(0, 0,0, 0.5);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 20px 20px;
  z-index: 1;
  align-items: center;
  opacity: 0.8;
  cursor: pointer;
  
}
.box1{
  background-image: url(../img/web/sentiolo/app-sentiolo-pprojets.jpg);
  background-size: cover;
  background-position: center;
  background-color: white;
}
.box2{
  background-image: url(../img/graphisme/abecedaire/abecedaire-braille2.jpg);
  background-size: cover;
  background-position: top;
}
.box3{
  background-image: url(../img/illustration/illu_family/family_detail.jpg);
  background-size: cover;
  background-position: top;
}
.box4{
  background-image: url(../img/web/diana/app-diana.jpg);
  background-size: cover;
  background-position: top;
}
.box5{
  background-image: url(../img/graphisme/prooftag/perfum_presentation.jpg);
  background-size: cover;
  background-position: top;
}
.box6{
  background-image: url(../img/illustration/illu_friend/illu_detail.jpg);
  background-size: cover;
  background-position: top;
}

.info{
  display: inline-table;
  height: 100%;
  width: 100%;
  margin: 0;
  font-family:'Poppins', sans-serif ;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--clr_gris);
  transform: rotate(-90deg);
}
.info-accueil{
  display: inline-table;
  height: 100%;
  width: 100%;
  margin: 0;
  font-family:'Poppins', sans-serif ;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--clr-marron);
  transform: rotate(-90deg);
}
.box:hover, .box1:hover,.box2:hover,.box3:hover,.box4:hover, .box5:hover, .box6:hover{
  background-color: var(--clr_fnd);
  transform-style: preserve-3d;
  transform: scale(1.02);
  transition: all ease 0.3s;
  opacity: 1;
}
.box:hover .info{
  color: var(--clr_orange);
  transition: all ease 0.5s;

}
/*-------------------------------------------------------- FORMULAIRE CONTACT ---------------------------------------------------------------*/
.p-contact-projets{
  margin-bottom: 50px;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}

.info-contact h2{
  margin-top: 0;
  width: 100%;
}
.info-contact .tania{
  font-size: 25px;
  margin-bottom: 10px;
}
.contact-info{
  font-size: 15px;
  margin-top: 20px;
}
.contact-info li{
  width: 250px;
  display: flex;
  flex-wrap: wrap;
}
.box-form{
  margin: 20px 20px;
}
#form{
  width: 100%;
  display: flex;
  margin-bottom: 5%;
  flex-wrap: wrap;
  flex-direction: row;
}
#section-contact{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.formulaire-contact{
  width: 100%;
}

.box-contact{
  margin: 20px 20px;
}

.info-contact{
  background-color: var(--clr_gris);
  padding: 50px 60px;
  font-weight: bolder;
}

.info-contact2{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}

.info-contact li{
  font-family: 'Lato', sans-serif;
  color: var(--clr_fnd);
  display: flex;
  line-height: 35px;
}

.text-box{
  width: 100%;
  overflow: hidden;
  font-size: 20px;
  padding: 8px 0;
  margin: 8px 0;
  border-bottom: 2px solid var(--clr-marron);
}
.text-box input{
  border: none;
  outline: none;
  background: none;
  color: var(--clr_gris);
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: bolder;
  margin-top: 25px;
  width: 100%;
}
.text-box textarea{
  border: none;
  width: 100%;
  outline: none;
  background: none;
  color: var(--clr_gris);
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: bolder;
  margin-top: 25px;
  resize: vertical;
  min-height: 20px;
  max-height: 200px;
}
.check-box {
  color: var(--clr_gris);
  font-size: 11pt;
  font-family: 'Lato', sans-serif; 
  display: flex;
  align-items: flex-end;
}
.check-box a{
  text-decoration: underline;
}
.check-box input{
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-right: 10px
}
.btn-envoyer input{
  width: 100%;
  padding: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: bolder;
  background-color: var(--clr_gris);
  color: var(--clr_orange);
  font-size: 18px;
  cursor: pointer;
  border: none;
  margin-top: 10%;
}
.btn-envoyer input:hover{
  background-color: var(--clr_orange);
  color: var(--clr_gris);
  transition: all ease 0.5s;
}

.alert-success{
  background-color: #b7eab7;
  font-family: 'Lato';
  padding: 10px;
}

.alert-danger{
  background-color: #eab7b7;
  font-family: 'Lato';
  padding: 10px;
}

.fond-contact{
  background-color: var(--clr_orange);
  width: 15%;
  min-width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*------------------------------------------------------------- FOOTER -----------------------------------------------------------------------*/
footer{
  width: 100%;
  display: inline-flex;
  background-color: var(--clr_gris);
  overflow: hidden;
  align-items: center;
  justify-content: space-around;
}

a .footer{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  line-height: 20px;
  padding: 0;
  align-items: center;
  justify-content: center;
}

footer ul{
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 20px;
}

.footer .li-footer{
  color: var(--clr_orange);
  font-family:'Lato', sans-serif ;
  font-weight: bolder;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.5pt;
}

footer .scroll-footer{
  width: 30px;
  transform: rotate(180deg);
  animation: anim 1s linear infinite alternate;
}

@keyframes anim{
  0%{
    transform: translate(0, 5px);
  }
  100%{
    transform: translate(0, -5px);
  }
}

a .logo-footer{
  height: 50px;
  border-radius: 50px;
}

.logo-footer-a, .scroll-footer-a{
  margin: 10px;
}

.footer-p {
  margin: 0 auto;
  padding: 30px;
  width: 1000px;
}

.footer-p .li-footer-p{
  color: var(--clr_orange);
  text-transform: uppercase;
  font-family:'Lato', sans-serif ;
  font-weight: bolder;
  font-size: 12px;
  padding: 0 70px 0 80px ;
  display: flex;
  float: right;
}

footer .li-footer-p{
  text-align: center;
}
.li-footer-p a{
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: var(--clr_bnc);
  text-transform: uppercase;
}

.li-footer-p{
  display:inline-block;
  min-width:50px;
}

/*------------------------------------------------------- Mentions légales ---------------------------------------------------------------*/

.mentions{
  width: 100%;
  display: flex;
}
.texte_mentions{
  color: var(--clr_gris);
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 25px;
  margin: 0 auto;
  width: 1200px;
  padding: 30px;
}
.texte_mentions h2{
  font-size:26px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.texte_mentions h3{
  font-size:20px;
  color: var(--clr_gris);
  margin-top: 40px;
  margin-bottom: 20px;
}
.texte_mentions a{
  color: var(--clr_gris);
}
.texte_mentions p{
  color: var(--clr_gris);

}

.texte_mentions li{
  margin: 10px;
  list-style-type:circle;
}

/*------------------------------------------------------- Page Projets ----------------------------------------------------------------------*/

.titre-projets{
  height: 60vh;
  max-height: 600px;
  background-size: cover;
  background-image: url("../img/illu_fond.svg");
  background-position: bottom;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.titre-projets h1{
  font-family: 'Poppins', sans-serif;
  font-size: 35pt;
  color: var(--clr_orange);
  text-transform: uppercase;
  width: 1200px;
  margin: 0 auto;
  vertical-align: middle;
  padding-left: 20px;
}
.p-gallery{
  width: 100%;
  display: flex;
}

.info-img{
  display: inline-table;
  height: 100%;
  width: 100%;
  margin: 0;
  font-family:'Poppins', sans-serif ;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--clr_gris);
  transform: rotate(-90deg);
}

.gallery-div-projects{
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contain-img{
  width: 300px;
  height: 350px;
  margin: 30px;
  box-shadow:2px 10px 12px rgb(0 0 0 / 50%);
  opacity: 0.8;
  cursor: pointer;
}
.contain-img:hover{
  transform-style: preserve-3d;
  transform: scale(1.02);
  transition: all ease 0.3s;
  opacity: 1;
}

/*------------------------------------------------------- IMG PROJETS -> PAG PROJETS -----------------------------------------------------------*/

.contain-img1, .contain-img2, .contain-img3, .contain-img4, .contain-img5, .contain-img6, .contain-img7, .contain-img8, .contain-img9, .contain-img10, .contain-img11, .contain-img12{
  background-size: cover;
  background-position: center;
  height: 100%;
}

.contain-img1{
  background-image: url(../img/graphisme/abecedaire/abecedaire-braille2.jpg);
}
.contain-img2{
  background-image: url(../img/graphisme/prooftag/perfum_presentation.jpg);
}
.contain-img3{
  background-image: url(../img/illustration/apiculture/apic2.jpg);
}
.contain-img4{
  background-image: url(../img/graphisme/halte/logo-halte-presentation2.jpg);
}
.contain-img5{
  background-image: url(../img/web/blaki/tablet-blaki2.jpg);
}
.contain-img6{
  background-image: url(../img/web/sentiolo/app-sentiolo-pprojets.jpg);
}
.contain-img7{
  background-image: url(../img/web/diana/app-diana.jpg);
}
.contain-img8{
  background-image: url(../img/web/quais/web-quais-pprojets.jpg);
}
.contain-img9{
  background-image: url(../img/illustration/illu_friend/illu_detail.jpg);
}
.contain-img10{
  background-image: url(../img/illustration/illu_family/family_detail.jpg);
}
.contain-img11{
  background-image: url(../img/illustration/illu_anniversaire/illu_aniv_detail.jpg);
}
.contain-img12{
  background-image: url(../img/illustration/jeux-oie/jeux-de-loie-imea.jpg);
}


/*---------------------------------------------------- FIN IMG PROJETS -> PAG PROJETS -----------------------------------------------------------*/

.p-btn-t-projets a{
  background-color: var(--clr-marron);
  color: var(--clr_gris);
  text-decoration: none;
  padding: 15px 30px;
  font-family: 'Poppins', sans-serif;
  position: absolute;
  z-index: 2;
  margin-top: 25px;
}

.p-fond-btn-projets{
  width: 280px;
  height: 100px;
  background-color: var(--clr_orange);
  position: absolute;
  z-index: 1;
}

#p-projets{
  width: 100%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 0;
}

.nav-projets{
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.li-projets {
  text-align: center;
  margin: 100px 0px 20px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 18pt;
  cursor: pointer;
  color: #c3c6e2;
  text-transform: uppercase;
}

/*---------------------------------------------------------- Description Projet --------------------------------------------------------------*/
.img-pag-projet{
  width: 90%;
  margin: 8% auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-pag-projet img {
  width: 100%;
  justify-content: center;
  display: flex;
  box-shadow:2px 5px 12px rgb(0 0 0 / 25%);
}

.description2{
  width: 100%;
}
.text-desc{
  width: 230%;
  margin-left: 40%;
  min-width: 200px;
  max-width: 1100px;
  display: flex;
  background-color: var(--clr-marron);
}
.text-desc div{ 
  color: var(--clr_gris);
  text-decoration: none;
  width: 33.33%;
  padding: 2% 4% 2% 5%;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.info-desc2{
  background-color: var(--clr_orange);
  width: 32%;
  min-width: 30%;
  margin: 10% 0;
  padding: 7% 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.img-detail{
  max-width: 100%;
  display: flex;
  align-items: center;
  margin: 10% 0;
  align-items: center;
  justify-content: center;
}
.img-detail img{
  width: 95%;
  height: auto;
  background-color: var(--clr_gris);
  z-index: 1;
  margin: 10px;
  display: flex;
}

.gallery{
  width: 100%;
  display: flex;
  margin-bottom: 8%;
}
.gallery-div{
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery-div2{
  width: 275px;
  height: 225px;
  margin: 15px; 
  object-fit: cover; 
}
.gallery-div2 img, video{
  width: 98%;
  height: 100%;
  object-fit: cover;
  display: flex;
  align-items: center;
  background-color: var(--clr_orange);
  transition: 1s;
  opacity: 0.8;
  box-shadow:2px 5px 12px rgb(0 0 0 / 25%);

}

.gallery img:hover, video:hover{
  transform-style: preserve-3d;
  transform: scale(1.02);
  transition: all ease 0.3s;
  opacity: 1;
}

/*--------------------------------------------------------- MEDIA QUERIES NAV ----------------------------------------------------------------*/

@media screen and (max-width:860px){
  .quit-btn, .menu-btn{
    display: block;
  }
  .topnav{
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: var(--clr_gris);
    right: -100%;
    top: 0;
    text-align: center;
    transition: 0.7s;
    padding-top: 150px;
  }
  .topnav a{
    float: none;
    display: block;
    padding: 20px;
  }
  .topnav .logo1{
    display: none;
  }
  .quit-btn{
    position: absolute;
    top: 20px;
    right: 50px;
  }
  #chk:checked ~ .topnav{
    right: 0;
  }
  .text-desc{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .text-desc div{
    width: 85%;
  }
}

@media screen and (max-width: 1300px){
  .rs {
    display: flex;
    align-items: flex-end;
    padding: 0 30px;
  }
  .picto-insta1, .picto-linkedin1, .picto-behance1{
    margin-right: 20px;
  }
  
}
@media screen and (max-width: 550px){
  .box-titre-header h1{
    font-size:11vw;
  }
  .box-titre-header h2{
    font-size:6vw;
  }

}
@media screen and (max-width: 485px){
  .rs-contact{
    display: flex;
    align-items: flex-end;  
  }
  .picto-insta, .picto-linkedin, .picto-behance{
    margin-right: 30px;
  }
  .info-contact{
    padding: 30px 0px;
  }
}