html {
    font-family: 'Montserrat', Geneva, Tahoma, sans-serif;
    background: rgb(48, 48, 48);
    color: white;
    position: relative;
    min-height: 100%;
    width :100%;
}

@media screen and (min-width: 1201px) {
    nav {
        height: 40px;
        padding-bottom: 10px;
        padding-top: 2px;
        box-shadow: 0 0 0.5em #40A497;
    }
    .maintitle {
        font-size : 6em !important;
    }
    .card {
        width: 47.5vw;
    }
    body {
        padding-bottom: 60px !important;
    }
}

.mainti {
    background-color: #40A497;
    height: 65px;
    padding-left: 10px;
}

.maintitle {
    margin : 0;
    font-size: 2rem;
    color: white;
    padding: 10px;
    padding-left :0;
    font-family: 'Montserrat';
}

.text {
    font-size: 1.6em;
    padding-left: 10px;
    margin-top: -30px;
    padding-bottom: 10px;
}

.subtitle {
    font-family: calibri;
    font-size: 2.4em;
    padding-left: 10px;
}

.points {
    font-size: 1.6em;
}

.apps {
    display: flex;
    flex-wrap: wrap;
}
section {
    box-shadow: 0 0 1em grey;
    border-radius: 10px/10px;
    max-width: 900px;
    margin: auto;
}

img {
    border-radius: 0.4em;
}
.logo:hover {
    background : transparent;
}
#Slogo {
    width: autopx;
    height: 35px;
    margin-bottom: -4px;
    margin-top: 2px;
}

.card {
    margin-bottom: 1em;
    margin-right: 0.5vw;
    margin-left: 0.5vw;
    transition: 0.4s;
    text-align : center ;
    font-size: 2rem ;
    height : auto ;
    background : linear-gradient(to top right, #57c1eb 0%, #246fa8 100%);
    border-radius : 12px/12px ;
}

.card:hover {
    box-shadow: 0 0 10px #fff;
    opacity: 0.8;
}

a:hover {
    color: #40A497;
    border: 3px white;
    border-radius: 20px/20px;
    background-color: white;
    margin: 7px;
    padding-left: 10px;
    padding-right: 10px;
}

a {
    color: white;
    font-size: 2em;
    margin: 7px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    transition : 0.2s;
}

h1,
h2 {
    font-family: calibri, arial;
}

.company {
    color: white;
    margin-left: 20px;
    font-size: 2.3em;
}

section {
    height: 40px;
}

.slogan {
    color: white;
    font-size: 0.5em;
    margin-top: -40px;
    margin-bottom: 0px;
    margin-left: 20px;
    text-decoration: none;
}

.imagemain {
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    background-image: url('img/IMAG0360.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.logo2 {
    border-radius: 0;
}

.logobo {
    border: 10px;
    border-top-left-radius: 10px;
    margin-bottom: 20px;
}

.liens1 {
    background-color: white;
    color: rgb(105, 146, 221);
    border: 1px solid;
    border-radius: 4px;
}
nav {
    backdrop-filter: blur(10px);
}    
.menuDeNavigation {
    width : 100%;
    position: sticky;
    top : 0;
    display : flex;
    align-items:center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: rgba(144, 137, 137, 0.8);
    box-shadow: 0px 15px 10px -15px rgb(0, 0, 0);
    z-index: 20;
    padding-top: 4px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#diskloudAppsButton {
    padding : 8px;
}

body {
    padding-bottom: 240px;
}

footer {
    position: absolute;
    bottom: 0;
    margin: -8px;
    width: 100%;
    padding: 0px;
    padding-bottom: 4px;
    background-color: linear-gradient(to right, #57c1eb 0%, #246fa8 100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.carouselCard {
    border-radius : 8px/8px;
    margin : 4px;
    transition : 0.4s;
    padding-left: 20px;
}
@keyframes zoominout {
    0% {
        transform : scale(1);
    }
    50% {
        transform : scale(1.4);
    }
    100% {
        transform : scale(1);
    }
}
#diskloudAppsButton {
    animation : zoominout 2s 4s infinite;
}
.carouselCard:hover {
    box-shadow: 0 0 5px #fff;
    cursor: pointer;
}
#DISKLOUDWELCOME {
    background : linear-gradient(to bottom left,lightgreen,lightblue);
    position: relative;
}
#DISKLOUDWELCOME > svg {
    z-index: 1;
    position: absolute;
    top : 0;
    left : 0;
    width : 100%;
    height : 100%;
}
#MATRIXCROSS {
    background : linear-gradient(to right top,rgb(62, 109, 69),rgb(169, 226, 12));
}
#LATEX {
    background : linear-gradient(to right top,rgb(31, 126, 235),rgb(26, 179, 90));
}
#CPLAYNEWS {
    background : linear-gradient(to right top,white,black);
}
#MUSICHISTORY {
    background : linear-gradient(to right top,lightyellow,grey);
}
#FULLTRAN {
    background: linear-gradient(to right top,magenta,lightpink) ;
}