body{
  background-color: var(--main-color-blanc)!important;
  color: var(--main-color-gris);
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  font-family: sans-serif;
}

span.title_nav{
  color:var(--main-color-violet);
}

.centrer{
  text-align: center;
}

#page,.page {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px var(--main-color-blanc) inset;
}

input:-webkit-autofill:hover, input:-webkit-autofill:focus{
    -webkit-box-shadow: 0 0 0 1000px var(--main-color-blanc) inset;
}

a:hover, .linky:hover , a.linky span:hover{
  color: var(--main-color-bleu);
  text-decoration: none;
}

a, .linky {
  color: var(--main-color-violet);
  text-decoration: none;
}


h4, h1 {
  color: var(--main-color-bleu);
  font-family: cursive;
}
h2, h5 {
  color: var(--main-color-violet);
  font-family: cursive;
}

h3,h6{
  color: var(--main-color-gris);
  font-family: cursive;
}

.btn
{
  border-radius: 5px;
    padding: 5px;
    border: 2px solid;
    margin: 5px;

}

.btn_violet, .btn_bleu:hover{
  border-color: var(--main-color-violet);
  background-color: var(--main-color-violet-light);
  color: var(--main-color-blanc);
}
.btn_violet:hover, .btn_bleu{
  border-color: var(--main-color-bleu);
  background-color: var(--main-color-bleu-light);
  color: var(--main-color-blanc);
}

#info_cgv{
  font-size: 12px;
}

.form-control:focus {
    color: var(--main-color-violet);
    background-color: var(--main-color-blanc);
    border-color: var(--main-color-violet);
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--main-color-violet);
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--main-color-bleu);
    background-color: var(--main-color-blanc);
    background-clip: padding-box;
    border: 1px solid  var(--main-color-bleu);
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        margin: 5px 0;
}
.cercle {
    border: 2px solid var(--main-color-violet);
    border-radius: 50%;
    width: 300px;
    height: 300px;
    margin: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 13px  var(--main-color-bleu-light);
}
.card {
    background-color: var(--main-color-blanc);
    border: 2px solid var(--main-color-bleu);
    flex-shrink: 0;
    width: 100%;
    border-radius: 25px;
    margin: 15px;
    box-shadow: 0px 10px 13px  var(--main-color-bleu-light);
}

.card-header {
    background-color: var(--main-color-bleu-light);
    color: var(--main-color-blanc);
    font-weight: bold;
    border-radius: 21px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    text-align: center;
    padding: 3px 0;
}
.card-header H4 {
    color: var(--main-color-violet);
}
.card-body {
    padding: 15px;
}
.card-header:hover {
  background-color: var(--main-color-violet-light);
}
.card:hover {
    border: 2px solid var(--main-color-violet-light);
    box-shadow: 0px 10px 13px  var(--main-color-violet-light);
}

.cercle:hover {
    border: 2px solid var(--main-color-bleu);
    background-color: var(--main-color-violet-light);
    color: var(--main-color-blanc);
    box-shadow: 0px 10px 13px  var(--main-color-violet-light);
}
.cercle:hover H4, .card-header:hover H4 {
    color: var(--main-color-bleu);
}

.redimentionne_img{
  width: 300px;
  height: 300px;
}
.card-text {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 15px 15px;
}
.card-text div, .paragraphe {
    margin: 15px;
}

#information_general, #form_contact{
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#usrform {
    width: 80%;
}

#message{
  height: auto;
}

#separateur{
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: var(--main-color-bleu);
  height: 70vh;
  width: auto;
}

.card-text  #separateur{
    border-top: 2px solid var(--main-color-bleu);
    width: 70vw;
    height :auto;
  }

.competanceItems{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  }
.bullet {
    padding: 0 1em;
    margin: 5px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    color: rgb(255, 255, 255);
    opacity: 1;
    transform: translateY(0);
    transition: all .6s;
    user-select: none;
  }

  .colum_tarif{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: stretch;
    height: 70vh;
    width: 40%;
  }

#image_profil, #text_presentation{
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#text_presentation{
 width: 50%;
}


.paragraphe.accroche {
    margin: 30px 15px;
}

div#presentation {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#demande_devis{
  display: flex;
justify-content: center;
flex-direction: row;
align-items: center;
}

.barre-verticale {
    width: 1px; 
    height: 150px; 
    background-color: var(--main-color-bleu); 
 }

.entreprise_clients {
    display: flex;
    align-items: center;
    height: 150px;
    justify-content: space-evenly;
    margin: 10px 0;
}

.taille_logo
{
    height: 75px;
    margin-bottom: 10px;
}



.slides {
  display: flex;
  align-items: center;
}

.slide {
  flex: 0 0 auto;
  text-align: center;
}


@media screen and (max-width: 950px) {

.barre-verticale {
	display :none;
}
  #page,.page {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-evenly;
  }

  #text_presentation, #image_profil{
    width: 80%;
  }


  #separateur{
    border-top: 2px solid var(--main-color-bleu);
    width: 70vw;
    height :auto;
  }
  #information_general, #form_contact {
      width: 100%;
    }

    #demande_devis{
      flex-direction: column;
    }
    .colum_tarif{
      height: auto;
      width: 80%;
    }

.entreprise_clients {
    height: auto;
    flex-direction: column;
}

.taille_logo {
    height: auto;
    width: 150px;
}

}
@media screen and (max-width: 300px) {
.cercle {
  width: 250px;
  height: 250px;
}

.taille_logo {
    height: auto;
    width: 50px;
}



}

@media screen and (max-width: 450px){
.taille_logo {
    height: auto;
    width: 75px;
}
}
