body {
  font-family: "Josefin Sans";
}
.texte  {
  color:white;
}
ol.carousel-indicators li,
ol.carousel-indicators li.active {
 width: 1rem;
 height: 1rem;
 margin: 0;
 border-radius: 50%;
 border: 0;
 background: transparent;
}

ol.carousel-indicators li {
 margin-left: .5rem;
 margin-right: .5rem;
 background: grey;

}

ol.carousel-indicators li.active {
 background: #00f3a7;
}


.contstyle{
	background: #011547;
}

.taille{
  padding-top: 5%;
	padding: 15%;
 height: auto;
}

.inner{
 overflow: hidden;
}

.inner img{
 transition: all; 1.5s;
}

.inner:hover img{
 transform: scale(1.5);
}

.texth1 {
 font-size: 5vw;
}
/*footer*/
ul.social-footer2 {  
 margin: 0;padding: 0;   width: auto;
}

ul.social-footer2 li {
 display: inline-block;padding: 0;
}

ul.social-footer2 li a:hover {
 background-color:#00f3a7;
}

ul.social-footer2 li a {
 display: block;   height:30px;width: 30px;text-align: center;
}


.ii {
  padding-right: 0; padding-left: 0;
}
footer {
  margin-top:5%;
}
.formulaire {
  padding-bottom: 5%;
  padding-right:30%;
  padding-left: 30%;
}
h2 {
  color: #011547;
}
h3{
 color: white;
}


#newsletter {
  font-size: 2em;
  padding-bottom: 2%;
  color: #011547;
}
h4 {
  color: #00f3a7;
}
.bouton {
  background-color: #011547;
  border-color: #011547;
}
#copyright {
  color: lightgrey;
}
@media screen and (min-width:768px){
  .signature {
    margin-left: 10%;
  }
}
@media screen and (max-width:768px) {
  .navbar {
    position: fixed;
    z-index: 1;
  }
  .entete {
    padding-top: 126px;
  }
  #CCP {
    padding-top: 126px;
  }
}
@media (min-width: 992px) {
  .collapse:not(.show) {
    display:flex;
  }
}


@media screen and (max-width:768px){
 #arte1 {
  display:none;
}
#arte2 {
  display:none;
}
#arte3 {
  display:none;
}
#arte4 {
  display:none;
}
}


.pad{
    padding-top: 2%;
}

.img_pdf {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-color: transparent;
    background-position : center;
    background-repeat:no-repeat;
}

.color_btn{
    background-color: #011547;
    border: none;
}

.color_btn:hover{
    background-color: #00f3a7;
    color: black;
}


#scroll_to_top { 
  position: fixed; 
  width: 25px; 
  height: 25px; 
  bottom: 20%; 
  right: 2%; 
  z-index: 1;
} 
#scroll_to_top img { 
  width: 35px; 
}


.souligne{
    text-decoration: underline;
}

#CCP {
    height:25em;
    background-color: #00f3a7;
}
#competences {
    display: none;
    padding-inline-start: 0px;

}

.design_card {
  background-color:#011547;
  color: #00f3a7;
}
.design_card a{
  color: #00f3a7;
}
#ws {
  padding-top: 2em;
}
#interface {
  padding-top: 1em;
}