@import url('https://fonts.googleapis.com/css?family=Muli');
body {
    font-family: 'Muli', sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

#myVideo {
    width: 100%;
    /* Could also use width: 100%; */
    height: 47em;
    object-fit: cover;
    position: absolute;
    /* Change position to absolute if you don't want it to take up the whole page */
    left: 0px;
    top: 0px;
    z-index: -1;
}

.row-header {
    margin-top: 8em;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.scroll-div {
    margin-top: 5%;
}

.test-anim {
    position: relative;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-name: moove;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    /* Standard syntax */
    animation-name: moove;
    animation-duration: 0.7s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}


@keyframes moove {
    from {transform: translateY(0)}
    to {transform: translateY(10px)}
}

.scroll-icon:hover {
    cursor: pointer;
}

.prez {
    background-image: linear-gradient(127deg, #963393, #414099);
    box-shadow: 2px 2px 15px 8px rgba(77, 62, 152, 0.15);
    border-radius: 14px;
    padding: 2%;
    color: #fff;
    line-height: 2;
}

.prez-title {
    color: #fff;
    font-weight: bold;
}

.prez-para {
    font-size: 1.25em;
}

.row-para {
    margin-top: 15.625em;
}

.section-marche {
    margin-top: 5.5em;
}

.section-marche-title {
    margin-top: 1.75em;
    color: #963393;
    font-weight: 900;
}

.section-marche-para {
    margin-top: 0.75em;
}


.section-bat-ico {
    font-size: 8.25em;
    margin-top: 0.3em;
}

.section-bat-title {
    margin-top: 2.18em;
    color: #414099;
    font-size: 1.125em;
    font-weight: 900;
}

.section-bat-para {
    font-size: 0.75em;
    margin-top: 1.62em;
}

.section-expert {
    margin-top: 2.125em;
}

.section-expert-title {
    font-size: 1.5em;
    font-weight: 900;
    color: #963393;
}

.section-expert-para {
    margin-top: 1.75em;
    font-size: 0.75em;
}

.section-expert-btn {
    height: 11.31em;
    width: 80%;
    margin-top: 30px;
    margin-left: 10%;
    border-radius: 14px;
    background-image: linear-gradient(161deg, #963393, #414099);
    box-shadow: 2px 2px 15px 8px rgba(77, 62, 152, 0.15);
    color: #fff;
}

.section-expert-btn-title {
    font-size: 18px;
    padding-top: 30%;
    font-weight: 900;
}
 
.section-expert-btn-para {
    font-size: 12px;
}


.site {
    margin-top:5.375em;
}

.site-title {
    font-size: 1.5em;
    font-weight: 900;
    color: #963393;
    margin-bottom: 60px;
}

.site-block {
    width: 211px;
    height: 219px;
    border-radius: 14px;
    background-image: linear-gradient(165deg, #963393, #414099);
    box-shadow: 2px 2px 15px 8px rgba(77, 62, 152, 0.15);
    margin: auto;
}

.site-block:hover {
    background-image: linear-gradient(165deg, #742872, #35357e);
    box-shadow: 2px 2px 15px 8px rgba(77, 62, 152, 0.425);
    transition: 0.9s;
}
.main {
    padding: 50px;
}

.filled-button {
    background-color: #46D186;
    color: white;
    letter-spacing: 1px;
}

.hover-outline-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hover-outline-out:before {
    content: '';
    position: absolute;
    border: linear-gradient(165deg, #742872, #35357e);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}

.hover-outline-out:hover:before,
.hover-outline-out:focus:before,
.hover-outline-out:active:before {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    border: #742872 solid 3px;
    border-radius: 14px;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.site-para-1 {
    font-size: 16px;
    font-weight: 900;
    margin-top: 35%;
}


.tesM {
    margin-bottom: 7%;
}

.alert-successing {
    background-color: #4CAF50;
    border-color: #1B5E20;
    color: #fff;
}

.banniere {
    width: 130px;
    height: 41px;
}

.traitHead {
    border-top: 1px solid #953393;
}