#design{
    margin:0 auto;
    width: 750px;
    padding: 20px;
    background-color: white;
}
#entete{
    display: flex;
    justify-content: space-between;
}
#bloc1,#bloc2{
    width: 350px;
    padding: 10px;
    font-size: 20px;
    color:white;
    font-weight: bold;
}

#bloc1 { background: linear-gradient(to left, #a5afa0 0%, #03b11a 100%); }
  #bloc2 { background: linear-gradient(to left, #a5afa0 0%, #03b11a 100%); }
  #bloc2{
    text-transform: uppercase;
    letter-spacing: 20px;
  }
  #bloc3 { background: linear-gradient(to left, #a5afa0  0%, #03b11a 100%); }
#bloc3{
    color: white;
    padding: 10px;
    margin: 10px;
    font-size: 60pt;
    text-indent:1.5em ;
}
#bloc3 p{
    margin: 0;
}
#bloc3 p:nth-of-type(2){
    font-weight: bold;
}
#bloc3 p:nth-of-type(3){
    text-align: center;
    font-weight: bold;
}
#bloc3 p:nth-of-type(4){
    text-align:right ;
}
#bloc3 p:nth-of-type(5){
    text-align:center ;
    color: black;
    font-size: 30px;
}
#bloc3 p:nth-of-type(6){
    text-align:left ;
    font-size: 16px;
}


#bloc4{
    width: 750px;
    height: 442px;
    background: url(SCP\ LOGO.png);
    background-size: cover;
    position: relative;
}
#bloc5{
    width: 220px;
    height: 166px;
    background: url(ron\ sport.jpg);
    border: solid 10px white;
    background-size: contain;
    position: absolute;
    top: -10px;
    right: -10px;
}
#bloc6{
    width: 120px;
    height: 90px;
    background: url(ron\ sporti.jpg);
    border: solid 10px white;
    background-size: contain;
    position: absolute;
    bottom: -10px;
    left: 10px;
}