/*css général*/

body{
  background-image: url(../images/logoopaque.png);
  background-repeat:no-repeat;
  background-position: center center;
  background-size:60%;
  
}
.container {
  width: 100%;
}
h1 {
  font-family: 'Miracle', sans-serif;
  font-weight: bold;
  text-align:center;
}
@font-face{
  font-family: 'Miracle';
  src: url(../fonts/Miracle.otf)
}
/*2ème row*/
h3 {
  text-align:center;
}
.col-md-4{   
  line-height: 30px;
  margin: 1px 0;
  width: 28%;
  float: center;
}
.competences{
  line-height: 30px;
  width:100%;
  display: flex;
  flex-flow: row wrap;
  margin-bottom:10px;
} 
.auto{
  text-align: center;
}        
/*3ème row*/
span{
  margin-left:55PX;
  vertical-align: middle;
  line-height:2em;
  display:inline-block;
}
.tac {
  text-align: center;
}
p {
  text-align: left;
  margin-bottom: 1.6em;
  word-wrap: break-word;
  line-height: 1.6em;
} 
.button {
  color: white !important;
  padding: 6px;
  background: #219b86;
  border-bottom: 4px solid #187061;
  border-radius: 4px;
}

/*footer*/
footer {
  max-width: 100%;
  min-height: 50px;
  background: rgb(102, 164, 197);
  color: #fff;
  text-align: center; 
}





