|
|
@ -139,8 +139,8 @@ textarea {
|
|
|
|
.btn {
|
|
|
|
.btn {
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0.5rem 1.5rem;
|
|
|
|
padding: 0.5rem 1.5rem;
|
|
|
|
background-color: #bbbcbd;
|
|
|
|
background-color: #011222;
|
|
|
|
color: white;
|
|
|
|
color: #f0f8ff;
|
|
|
|
border: none;
|
|
|
|
border: none;
|
|
|
|
border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
@ -178,12 +178,12 @@ textarea {
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 1rem 2rem;
|
|
|
|
padding: 1rem 2rem;
|
|
|
|
font-size: 1.1rem;
|
|
|
|
font-size: 1.1rem;
|
|
|
|
background-color: #4d5053;
|
|
|
|
background-color: #011222;
|
|
|
|
transition: background-color 0.3s;
|
|
|
|
transition: background-color 0.3s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.download-btn:hover {
|
|
|
|
.download-btn:hover {
|
|
|
|
background-color: #323334;
|
|
|
|
background-color: #040212;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
@media (max-width: 768px) {
|
|
|
@ -198,6 +198,17 @@ textarea {
|
|
|
|
.download-btn {
|
|
|
|
.download-btn {
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.cadre_photo {
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
gap: 1rem;
|
|
|
|
|
|
|
|
margin: 1rem 0;
|
|
|
|
|
|
|
|
padding: 2rem;
|
|
|
|
|
|
|
|
background-color: #02071a;
|
|
|
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -206,7 +217,7 @@ textarea {
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
|
background: none;
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
border: none;
|
|
|
|
color: #e6e6e6;
|
|
|
|
color: #f0f8ff;
|
|
|
|
font-size: 2rem;
|
|
|
|
font-size: 2rem;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
@ -215,7 +226,7 @@ textarea {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.hamburger:hover {
|
|
|
|
.hamburger:hover {
|
|
|
|
color: #8a8e91;
|
|
|
|
color: #48577f;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -252,10 +263,10 @@ b {
|
|
|
|
|
|
|
|
|
|
|
|
nav ul {
|
|
|
|
nav ul {
|
|
|
|
position: fixed;
|
|
|
|
position: fixed;
|
|
|
|
top: 1rem;
|
|
|
|
top: 0rem;
|
|
|
|
left: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
right: 0;
|
|
|
|
background-color: #2d2d2d;
|
|
|
|
background-color: #011222;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 0;
|
|
|
|
gap: 0;
|
|
|
|
padding: 1rem 0;
|
|
|
|
padding: 1rem 0;
|
|
|
|