/* font-family: 'Nunito', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

body {
	background-color: #292929;
	font-family: 'Nunito', sans-serif;
}

body p{
	color: white;
}
.video_rickroll{
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 70px;
}
.video_rickroll video {
	border-radius: 15px;
}
.video_box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0% 5%;
	
}
.video_box video {
	border-radius: 65px;
	padding: 1%;
}


.en-tete{
	font-size: 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-style: none;
	margin : 3%;
	background-color: #393939;
	border-radius: 20px;
	border: solid;
	border-color: black;
	list-style: none;
}
.en-tete li{
	margin: 2%;
	padding: 0%;
	font-size: 80%;
	background-color: #393939;
	border-radius: 30px;
	color: white;
	transition: 0.3s;
}
.en-tete a {
	color: white;
	text-decoration: none;
}
.en-tete a:hover {
	text-decoration: underline;
	color: white;
}
.texte_en-tete {
	margin: 2%;
	font-size: 30px;
}
.text1 {
	font-size: 30px;
	display: flex;
	justify-content: center;
	margin: 7%;
}
.texte_sapin {
	display: flex;
	justify-content: center;
	font-size: 25px;
}

.images {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding: 1%;
	padding-top: 3%;
	margin: 0%;
	color: white;
}
.images img {
	border-radius: 15px;
}
.image_longue img {
	border-radius: 20px;
}

.images img:hover {
	border: solid;
	border-color: black;
}
.images p{
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-size: 20px;
}
.image_longue {
	display: grid;
	place-items: center;
	justify-content: center;
	padding: 2%	;
	filter: brightness(50%);
}

.image_longue::before {
    position: absolute;
    content: '';
    height: 338px;
    width: 914px;
    background: tomato;
    border-radius: 20px;
    z-index: -1;
    transition: 0.3s;
    animation: animate 2s linear infinite;
}
.image_longue:hover::before{
	height: 345px;
	width: 921px;
}
.image_longue img:hover {
	filter: brightness(2);
	transition: 0.3s;
}
@keyframes animate {
	50% {
		filter: hue-rotate(365deg);
	}
}
.image_escalade {
	display: flex;
	justify-content: center;
	transition: 0.5s ease-in 0.25s;
	transition-property: scale, rotate ;
	margin-left: 50%;
	margin-right: 50%;
}
.image_escalade:hover {
	rotate: 90deg;
	scale: 2;
}
.image_escalade2 {
	display: flex;
	justify-content: center;
	margin-left: 50%;
	margin-right: 50%;
	margin-top: 5%;
	animation: anim 2s 2 alternate;
	animation-fill-mode: forwards;
	animation-play-state: paused;
}
.texte_projet {
	display: flex;
	justify-content: center;
	margin-top: 10%;
	font-size: 30;
}

.damso {
	margin: 25px;
	padding: 5px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.damso p {
	margin: 20px;
	font-style: italic;
	color: white;
	font-size: 25px;
}
.damso a {
	color: white;
	text-decoration: none;
}
.mot_damso {
	text-decoration: underline;
	padding: 3px;
}
.mot_damso:hover {
	color: blue;
	border-radius: 90px;
}
.damso img {
	border-radius: 25px;
	border-color: black;
	border: solid;
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.wrapper {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.container {
    height: 400px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    margin-bottom: 40px;
}
.container1 {
    height: 400px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 40px;
}

.card {
    width: 90px;
    /* border-radius: .75rem; */
    background-size: cover;
    cursor: pointer;
    overflow: hidden;
    border-radius: 2rem;
    margin: 0 15px;
    display: flex;
    align-items: flex-end;
    transition: .6s cubic-bezier(.28,-0.03,0,.99);
    box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.8);
}
.card:hover {
    width: 600px;
	height: 400px
}

.card > .row {
    color: white;
    display: flex;
    flex-wrap: nowrap;
}

.card > .row > .icon {
    background: #223;
    color: white;
    border-radius: 50%;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
}

.card > .row > .description {
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    height: 80px;
    width: 520px;
    opacity: 0;
    transform: translateY(30px);
    transition-delay: .3s;
    transition: all .3s ease;
}

.description p {
    color: #b0b0ba;
    padding-top: 5px;
}

.description h4 {
    text-transform: uppercase;
}

input {
    display: none;
}
input:hover + label .description {
    opacity: 1 !important;
    transform: translateY(0) !important;
}
.card[for="c1"] {
    background-image: url("http://num-si.fr/prem/2324/edouard_b/picture/code.jpg");
}
.card[for="c2"] {
    background-image: url("http://num-si.fr/prem/2324/edouard_b/picture/python.png");
}
.card[for="c3"] {
    background-image: url("http://num-si.fr/prem/2324/edouard_b/picture\\damso_QALF.jpg");
}
.card[for="c4"] {
    background-image: url("http://num-si.fr/prem/2324/edouard_b/picture/dancing_baby.gif");
}
.card[for="c5"] {
    background-image: url("http://num-si.fr/prem/2324/edouard_b/picture/escalade_menu.jpg");
}
.card[for="c6"] {
    background-image: url("http://num-si.fr/prem/2324/edouard_b/picture/code.jpg");
}
.card[for="c7"] {
    background-image: url("http://num-si.fr/prem/2324/edouard_b/picture/python.png");
}
.card[for="c8"] {
    background-image: url("http://num-si.fr/prem/2324/edouard_b/picture\\damso_QALF.jpg");
}
.card[for="c9"] {
    background-image: url("http://num-si.fr/prem/2324/edouard_b/picture/dancing_baby.gif");
}
.card[for="c10"] {
    background-image: url("http://num-si.fr/prem/2324/edouard_b/picture/escalade_menu.jpg");
}