/*########## HOME ##########*/ @font-face { font-family: 'bluetea'; src: url(../media/polices/Blutea.ttf); src: url(../media/polices/Bluetea.otf); } #home{ background-size: 100%; text-align: center; vertical-align: bottom; background-image: url(../media/images/sports.jpeg); background-repeat: no-repeat; display: list-item; } #home h1 { font-family: "bluetea"; vertical-align: center; text-align: center; /*font-size: 100px;*/ font-size: 14vw; color: black; text-decoration: blink; text-shadow: white 0.2em 0.3em 0.2em; margin-top: 0px; margin-bottom: 50px; } /*########## ACTUALITES ##########*/ #actualites a:link { color: black; font-weight: bold; font-size: 110%; } #actualites a:visited { text-decoration: none; color: #686868; font-weight: normal; } #actualites { background-color: #A3A3A3; border-radius: 30px; margin: 2px 22px; padding: 10px; padding-bottom: 8px; text-align: center; box-shadow:8px 8px 10px 0 rgba(0,0,0,0.5); } #actualites ul { list-style: none; padding: 0px; } #actualites img { margin-right: 10%; margin-left: 10%; margin-top: 2%; margin-bottom: 2%; width: 100%; border-radius: 30px; margin-top: 100px; max-width: 650px; box-shadow:8px 8px 10px 0 rgba(0,0,0,0.5); } #actualites #image_1 { margin-top: 20px; } #actualites figcaption { font-size: 150%; text-decoration: blink; } #actualites p { margin-right: 4%; margin-left: 4%; margin-top: 5%; margin-bottom: 2%; } #Actualité_3 { margin-bottom: 50px; } /*########## BLOG ##########*/ #blog h2{ font-size: 9vw; font-family: "bluetea", "Arial"; } #blog { text-align: center; } #blog img { margin-right: 10%; margin-left: 10%; margin-top: 2%; margin-bottom: 2%; width: 80%; border-radius: 30px; margin-top: 100px; max-width: 650px; box-shadow:8px 8px 10px 0 rgba(0,0,0,0.5); } /*########## NEWS ##########*/ #news { background-size: 40%; background-color: #A3A3A3; border-radius: 30px; padding: 10px; margin-top: 60px; padding: 10px; padding-bottom: 8px; margin-bottom: 60px; box-shadow:8px 8px 10px 0 rgba(0,0,0,0.5); margin-left: 22px; margin-right: 22px; } #news img { margin-top: 50px; } #news figcaption { text-align: right; margin-right: 20px; } /*########## ASIDE ##########*/ aside{ background-color: white; max-height: 400px; border: 1px solid white; border-radius: 30px; clear: right; margin-bottom: 10px; margin-right: 22px; margin-left: 22px; box-shadow:8px 8px 10px 0 rgba(0,0,0,0.5); } aside ul{ list-style: none; display: flex; align-items: center; justify-content: space-around; } aside li { text-align: center; margin: 0px; padding: 0px; align-items: center; } .reseaux img { width: 100%; } .reseaux { width: 3%; max-width: 30px; padding-top: 100px; padding-right: 3px; display: inline-block; position: fixed; right: 0px; z-index: 1; } .lien_externe { width: 25%; } #Actualité_1 { margin-top: 85px; } /*************************************************/ section{ background-size: 100px; } @media only screen and (max-device-width: 480px) { #blog { padding: 6px; } .reseaux { display: none; } #actualites { margin: 10px; padding: 0px; } #home h1 { font-size: 15vw; } #home { padding-top: 100px; } } @media only screen and (min-device-width: 800px) { #blog { padding-right: 0px; z-index: -1; } section { min-width: none; width: 70%; clear: left; } aside { background-color: rgba(219, 219, 219, 0.16); position: absolute; right: 0; top: 50vh; width: 20%; height: auto; max-height: none; z-index: 0; box-shadow: none; margin: 0; border-right: none; border-width: 2px; border-color: black; z-index: 0; clear:right; padding: 0; } aside ul { flex-direction: column; } aside img { width: 100%; margin: 400px 0px; } aside a { width: 100%; } .menu_liste { z-index: 2; } }