a:hover {
    text-decoration: none;
}

#edi-1 {
    background-image: url(../images/webdesign/bg.png);
    background-size: cover;
    height: 90vh;
}

#edi-1 h1 {
    color: white;
    text-transform: uppercase;

}

#edi-1 span {

    font-weight: 600
}

#edi-1 p {
    color: white;
    font-weight: 100;
    width: 80;
    line-height: 30px;
    position: relative
}

.circle {
    position: absolute;
    bottom: 55px;
    left: 0%;
    right: 0%;
    margin: 0 auto;
}


.btn-edi-1 {
    background-color: #40c6e8;
    color: white;
    display: inline-flex;
    padding: 10px 40px;
    border-radius: 30px;
    margin-top: 40px;
    transition: all .5s;
}

.btn-edi-1:hover {
    transform: scale(1.1);
    box-shadow: 6px 1px 18px -1px black
}

/* #edi-2 h1{
    font-size: 30px;
    font-weight: 600;
    margin: 70px 0;
}

.bloc-service{
    width: 100%;
    
    height: 200px;
    margin: 0 auto;
    display: flex;
    align-content: center;
    align-items: center;
    margin-top: 30px;
    transition: all .5s;
    position: relative;
        overflow-y: visible;
    overflow-x: unset;
    
   
}

.bloc-service:hover{
    background: -moz-linear-gradient(left, #30219d 0%, #231e4a 100%); FF3.6-15
background: -webkit-linear-gradient(left, #30219d 0%,#231e4a 100%); Chrome10-25,Safari5.1-6
background: linear-gradient(to right, #30219d 0%,#231e4a 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30219d', endColorstr='#231e4a',GradientType=1 ); IE6-9
    box-shadow: 6px 1px 18px -1px black;
        -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.titre1{
    font-weight: 700;
    font-size: 20px;
}

.info-edi{
    color: black;
}


.bloc-service:hover .titre1{
    color: white;
}

.bloc-service:hover .info-edi{
    color: white;
}

 */

.bloc-service {

    height: 355px;
    border-radius: 6px;
    border-top: 7px solid #E2434B;
    ;
    width: 37%;
    margin: 0 40px;
    padding: 50px 40px;
    transition: all .5s;

}

.container-service {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    margin-top: 60px;
}

.titre1 {
    font-weight: 600;
    font-size: 17px
}

.info-edi {
    font-weight: 100;
    color: #797879;
    line-height: 25px
}

.bloc-service:hover {
    transform: translate(5px, -5px);
    box-shadow: 10px 20px 60px 0 rgba(0, 0, 0, 0.2);
}

.row:nth-child(1) .bloc-service:nth-child(2) {
    border-color: #08C299;
}

.row:nth-child(2) .bloc-service:nth-child(1) {
    border-color: #429FFD;
}

.row:nth-child(2) .bloc-service:nth-child(2) {
    border-color: #EF6C35;
}


#edi-2 h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 70px 0;
}


#edi-3 {
    height: 100vh;
    background-image: url(../images/webdesign/goal-background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

#edi-3 .circle {
    top: 8px;
}

.img-forfait img {

    width: 200px;
}

.edi-3-content {

    margin-top: 200px;
    width: 80%;
    margin: 0 auto;
}

.edi-bloc {
    position: absolute;
    width: 100%;
    top: 20%;
    color: white;
}


.edi-bloc h3 {
    color: #40c6e8;
    margin-bottom: 30px;
}

.edi-bloc span {
    font-weight: 600;
}

#edi-4 h1{
    
    font-size: 30px;
    font-weight: 600;
    margin: 70px 0;
}

#edi-4 img{
    
    width: 60%;
    text-align: center
    
}

.content-img{
    text-align: center;
}


#edi-4{
    
    margin-bottom: 60px;
}



@media screen and (max-width:960px){
    .bloc-service{
        height: auto !important;
        width: 100%;
        margin: 0
    }
    
    #edi-3 .col-md-5{
        top: 0 !important
    }
    
    #edi-3{
        height: 1500px;
    }
}