body {
    font-family: arial,verdana,sans-serif;
}
.block-wrap {
    -moz-box-flex: 0;
    background-color: rgba(11, 187, 239, 0.85);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    flex-flow: column nowrap;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
    min-height: 210px;
    width: calc((100% * (1 / 2)) - (10px * 2) - (25px * 2) - 3px);
    overflow: hidden;
    padding: 25px 25px 25px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-out 0s;
}

.block-wrap.bwcenter {
    margin-left: 25% !important;
}

.block-wrap span {
    font-size: 1.5em;
    transition: all 0.3s ease-out 0s;
}

.block-wrap span > i {
    font-size: 0.55em;
}

.block-wrap p {
    margin-bottom: 0;
    margin-top: 6px;
    transition: all 0.3s ease-out 0s;
}

.block-wrap p.description {
    font-size: 0.8125em;
    line-height: 19px;
}

.block-wrap p.img_ecole {
    margin-top: auto;
}

.block-wrap div.bouton-plus-wrap {
    border: 3px solid #0bbbef;
    color: #0bbbef;
    background-color: #fff;
    left: 50%;
    min-width: 195px;
    padding: 17px 20px;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    transition: all 0.3s ease-out 0s;
}

.block-wrap:hover {
    background-color: #fff;
    color: #0bbbef;
}

.block-wrap:hover span {
    font-size: 1.3em;
    transform: translateY(10px);
}


.block-wrap:hover p {
    opacity: 0;
}

.block-wrap:hover div.bouton-plus-wrap {
    top: 50%;
}

.header1, .header2 {
    text-align:center;
    background-color:#2a2e46;
    color: #fff;
}
.header1 {
    font-size: 1em;
}
.header2 {
    font-size: 3em;
    margin-bottom: 20px;
}
.header1 > a {
    color: #fff;
    text-decoration: none;
}
.img1 {
    display: block;
    margin: 0 auto;
}
h1 {
    text-align: center;
}
h2 {
    text-align: center;
}
p {
    text-align: center;
}
.para {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.block-simple {
    background-color: rgba(11, 187, 239, 0.85);
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    min-height: 100px;
    min-width: 200px;
    text-align: center;
    cursor: pointer;
}
.block-simple div.bouton-plus-wrap {
    border: 3px solid #0bbbef;
    color: #0bbbef;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-width: 190px;
    position: relative;
    top: 30px;
    width: 30%;
}