@import url( 'https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap' ) ;
@import url( 'https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap' ) ;
@import url( 'https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap' ) ;
* {
box-sizing : border-box ;
}
body {
margin : 0 ;
}
@media only screen and ( min-width : 1080 px ) {
. main {
padding : 0 20 vh 0 20 vh ;
}
}
main {
padding : 10 px ;
background-color : rgb ( 255 , 255 , 255 ) ;
display : grid ;
grid-template-columns : 65 % 35 % ;
font-family : " Roboto " , sans-serif ;
font-weight : 300 ;
& a {
& : visited , & : active , &: link {
text-decoration : none ;
color : rgb ( 0 , 0 , 0 ) ;
}
}
& . element {
position : relative ;
padding-bottom : 24 px ;
text-align : justify ;
width : 11 em ;
height : 25 em ;
padding : 10 px 10 px 10 px 10 px ;
margin : 2 .5 px 2 .5 px 0 px 2 .5 px ;
overflow : hidden ;
p : not ( . hidden ) {
display : block ;
}
p . hidden {
margin-top : 15 px ;
display : none ;
font-style : italic ;
}
& : hover {
p : not ( . hidden ) {
display : none ;
}
h2 {
display : none ;
}
p . hidden {
display : block ;
}
}
& img {
border-radius : 10 % 40 % 40 % 40 % ;
filter : blur ( 0 .10 px ) ;
}
& : hover {
& img {
border-radius : 10 % 10 % 10 % 10 % ;
filter : blur ( 0 ) ;
transition : 0 .3 s ;
// transition: clip-path 0.3s;
// clip-path: circle(50%);
}
transition : 0 .3 s ;
box-shadow : - 1 px - 1 px 30 px 1 px #ffb200 ;
background-image : radial-gradient ( circle at 32 .47 % 115 .42 % , #ffc100 0 , #ffb200 8 .33 % , #ffa014 16 .67 % , #ff8c2a 25 % , #ff7638 33 .33 % , #ff5e41 41 .67 % , #f94646 50 % , #e12e49 58 .33 % , #cb164b 66 .67 % , #b7004e 75 % , #a60052 83 .33 % , #970056 91 .67 % , #8a005c 100 % ) ;
color : rgb ( 255 , 255 , 255 ) ;
& h2 {
text-decoration : underline ;
}
}
}
& . main-contents {
background-color : rgb ( 226 , 226 , 226 ) ;
padding : inherit ;
border-left : 3 px solid black ;
display : flex ;
flex-direction : column ;
& aside {
display : flex ;
flex-direction : column ;
img {
max-width : 100 % ;
height : auto ;
}
& : hover {
transition : 0 .3 s ;
background-color : white ;
box-shadow : rgba ( 0 , 0 , 0 , 0 .25 ) 0 px 54 px 55 px , rgba ( 0 , 0 , 0 , 0 .12 ) 0 px - 12 px 30 px , rgba ( 0 , 0 , 0 , 0 .12 ) 0 px 4 px 6 px , rgba ( 0 , 0 , 0 , 0 .17 ) 0 px 12 px 13 px , rgba ( 0 , 0 , 0 , 0 .09 ) 0 px - 3 px 5 px ; // Pris sur https://getcssscan.com/css-box-shadow-examples
& h2 {
& : : before {
transition : 0 .2 s ease-in ;
bottom : - 5 px ;
left : 0 px ;
width : 100 % ;
max-width : 100 % ;
height : 5 px ;
}
}
}
& h2 {
font-style : italic ;
font-family : ' Playfair Display ' , serif ;
position : relative ;
& : : before {
content : " +++ " ;
transition : 0 .2 s ease-out ;
font-size : 12 px ;
color : grey ;
position : absolute ;
background-color : rgb ( 78 , 78 , 78 ) ;
bottom : - 5 px ;
left : 5 px ;
width : 6 % ;
height : 5 px ;
}
}
p {
font-family : ' Montserrat ' , serif ;
text-align : justify ;
}
a { // C'est très long pour faire un joli lien :sob-emote:
position : relative ;
& : : before {
content : " " ;
position : absolute ;
background-color : #2077d3 ;
bottom : - 1 px ;
left : 0 ;
width : 100 % ;
height : 3 px ;
}
& : : after {
transition : ease-out 0 .3 s ;
content : " " ;
position : absolute ;
background-color : #fcbc3e ;
bottom : - 1 px ;
left : 0 ;
width : 0 % ;
height : 3 px ;
}
& : hover {
& : : after {
transition : all ease-out 0 .3 s ;
width : 100 % ;
}
}
}
padding : 20 px 10 px ;
margin : 15 px 0 px ;
background-color : #f8f9fa ;
border-radius : 5 px ;
box-shadow : rgba ( 100 , 100 , 111 , 0 .2 ) 0 px 7 px 29 px 0 px ;
}
}
& . main-side {
background-color : rgb ( 255 , 255 , 255 ) ;
padding : inherit ;
align-content : flex-start ;
display : flex ;
justify-content : center ;
flex-direction : row ;
flex-wrap : wrap ;
& img {
height : 150 px ;
width : 150 px ;
}
& u {
position : absolute ;
bottom : 6 px ;
display : flex ;
align-items : center ;
justify-content : flex-start ;
flex-direction : row ;
text-decoration : underline green 2 .8 px ;
text-decoration-skip-ink : none ;
color : green ;
font-weight : 600 ;
& img {
margin-right : 4 px ;
height : 18 px ;
width : 18 px ;
}
}
}
}