html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
#index {
/*min-height: calc( 100vh - 80px );*/
    padding-bottom: 100px;
}
a {
    text-decoration: none;
    transition: all 0.3s ease;
}
.abril, h1, h2, h3 {
    font-family: 'Abril Fatface', cursive;
    font-weight: 500;
    color: #698892;
letter-spacing: 1px;
}
.grid-35-65 {
    display: grid;
    grid-template-columns: 35% 65%;
    grid-template-rows: 1auto;
    max-width: 1200px;
    margin: auto;
}
.grid-33 {
    display: grid;
     grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 1auto;
    max-width: 1200px;
    margin: auto;
    align-items: center;
    padding-top: 25px;
}
.column {
    margin: 40px;
}
.colModules {
    margin-right: 0;
}
#intro {
    position: absolute;
    top: 0;
    right: 0;
}
/*
#menuTop a {
    color: #b48e85;
    font-size: 20px;
    margin-right: 40px;
}
#menuTop a:hover {
    color: #3f646c;
}
#menuTop {
    margin-bottom: 50px;
	text-align: right;
	margin-top: 25px;
}
*/
#menuTop {
    margin-bottom: 0;
    float: right;
    padding: 50px 50px 0 50px;
}
#menuTop a {
    color: #698892;
    font-size: 30px;
    margin-right: 100px;
    letter-spacing: 1px;
}
#menuTop a:last-child {
    margin-right: 0px;
}
#menuTop a:hover {
    color: #3f646c;
}
#contenu {
    font-size: 16px;
    color: #3f646c;
    margin-top: 200px;
}
#logo {
    z-index: 10000;
    position: relative;
}
#logo img {
    max-width: 200px;
}
#headerPicture img {
    max-width: 100%;
}
#headerPicture {
    margin-top: -55px;
}

footer {
    background: #3f646c;
    color: white;
    text-align: center;
}
footer a {
    color: #e9beb4;
}
footer a:hover {
  transform: translateY(-3px);
	color: #e9beb4;
}
#erasmus {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
#erasmus img {
    max-height: 170px;
    max-width: 300px;
}
.field {
    display: none;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}

::-webkit-scrollbar {
width: 5px;
background-color: #e9beb4;
}

::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #e9beb4;
}
.grid-33Full {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-template-rows: 1auto;
    margin: auto;
    align-items: center;
    padding-top: 25px;
}
div#dysLinks {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 100px;
}
.dysLink {
    background: white;
    padding: 20px;
    border-radius: 25px;
    color: #e9beb4;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    margin: 10px;
    text-align: center;
      font-size: 26px;
    transition: all 0.3s ease;
}
.dysLink:hover {
    transform: translateY(-3px);
}
.dysLinksTitles {
    font-size: 40px;
}
p#footerContact {
    padding: 25px;
    text-align: right;
    float: right;
}
#footerP {
    padding: 25px;
    text-align: left;
    /*display: inline-block;*/
}
@media (max-width: 1400px) {
	#menuTop a {

    font-size: 27px;
    margin-right: 50px;

}
@media (max-width: 1000px) {
	.grid-33Full {
	grid-template-columns: 50% 50%;}
.dysLink {
    font-size: 35px;
}
}
@media (max-width: 650px) {
	.grid-33Full {
	grid-template-columns: 100%;
	}
.dysLink {
    padding: 15px;
    font-size: 25px;
}
}
@media (max-width: 1200px) {
.grid-35-65 {
    grid-template-columns: 35% 65%;
}
.grid-33 {
    grid-template-columns: 100%;
}


.colModules {
    margin-right: 40px;
}
}

@media (max-width: 1200px) and (min-height:840px) {
.field {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 300px;
    margin-top: 40px;
}
.mouse {
    width: 40px;
    height: 70px;
    border: 3px solid #e9beb4;
    border-radius: 60px;
    position: relative;
}
.mouse::before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #698892;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 2s infinite;
    -webkit-animation: wheel 2s infinite;
}
@keyframes wheel {
to {
opacity: 0;
top: 45px;
}
}
@-webkit-keyframes wheel {
to {
opacity: 0;
top: 45px;
}
}
.column {
/*min-height: calc( 100vh - 270px );*/
}
}

@media (max-width: 1200px) {
#head {
    margin-top: 100px;
}
#logo img {
    max-width: 140px;
}
p#footerContact {
    float: none;
    text-align: center;
    padding-bottom: 0;
}
p#footerP {
    display: block;
    padding-top: 0px;
        text-align: center;
}
#menuTop a {
    margin-right: 0px;
}
#menuTop a {
    display: block;
    text-align: right;
    line-height: normal;
}
}
@media (max-width: 850px) {
.grid-35-65 {
    grid-template-columns: 100%;
}
#headerPicture img {
    max-width: 250px;
}
#head {
    text-align: center;
}
.colModules {
    margin-top: -100px;
}
#contenu {
    margin-top: 100px;
}
}
@media (max-width: 750px) {
#head {
    margin-top: 155px;
}
}
@media (max-width: 500px) {

#menuTop a {
    display: block;
    text-align: right;
    line-height: normal;
}


}