@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700,500,600|Montserrat:400");

.screen a {
    text-decoration: none;
}

.valign-text-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

a{
    color: white;
    text-decoration: none;
}

button {
    cursor:pointer;
}

* {
    margin: 0;
    scroll-behavior: smooth;

}

.hackme-logosvg {
    cursor: pointer;
    height: 24px;
    min-width: 83.05px;
    position: relative;
}


.header {
    background-color: #fff;
    width: 100%;
}

.header ul {
    margin-left: 5%;
    margin-bottom: 2%;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}
.header ul button {
    display: block;
    padding: 20px 20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
    font-family: var(--font-family-raleway);
    font-style: normal;
    font-weight: 700;
    color: black;
}


.header li a {
    display: block;
    padding: 20px 20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
    font-family: var(--font-family-raleway);
    font-style: normal;
    font-weight: 700;
    color: black;
}


.header li a:hover,
.header .menu-btn:hover {
    background-color: #f4f4f4;
}

.header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
}

/* menu */

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked ~ .menu {
    max-height: 340px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}


.pc-home .hero-section {
    z-index: 6;
    width: fit-content;

}

.overlap-group {
    background-image: url(../img/shapes.png);
    background-size: 100% 100%;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    height: auto;
align-items: center;
}

.title-mobile {
    color: transparent;
    font-family: var(--font-family-raleway);
    font-weight: 700;
    height: 64px;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
    width: 100%;
    font-size: 2em;
    margin-top: 10%;
    order: 1;
}

.hackme-bien-plus-quune-cl-usb {
    display: none;
    font-family: var(--font-family-raleway);
    font-weight: 700;
    height: 64px;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
    width: 100%;
    font-size: 4em;
}

.span-1 {
    color: var(--black);
    font-family: var(--font-family-raleway);
    font-size: var(--font-size-m);
    font-weight: 500;
}

.span-3 {
    color: var(--base500);
    font-size: 100%;
}

.span-2 {
    color: var(--agilack400);
    font-size: 100%;

}

.image-2 {
    height: 90px;
    margin-right: 19.29px;
    margin-top: 30px;
    object-fit: cover;
    width: 155px;
}

.dcripter-les-messages-cachs {
    color: var(--base500);
    font-family: var(--font-family-raleway);
    font-size: var(--font-size-xl);
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 20px;
    margin-top: 19px;
    text-align: left;
}

.hack-me-est-un-jeu-su {
    color: var(--base500);
    font-family: var(--font-family-raleway);
    font-size: var(--font-size-s);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 19px;
    text-align: justify;
}

.prix-xxxx {
    color: var(--base500);
    font-family: var(--font-family-raleway);
    font-size: var(--font-size-l);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 19px;
    text-align: justify;
}


.commande {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10%;
    margin-top: 10%;
}


.pc-home .btn {
    background-color: var(--agilack400);
    font-family: var(--font-family-raleway);
    font-size: var(--font-size-s);
    color: white;
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
}

.commander-la-cl {
    display: flex;
    justify-content: center;
    background-color: #1a1a1a;

}

.pc-home .objectif {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-top: 20%;
}

.lobjectif-et-les-comptences {
    line-height: 72px;
    margin-top: 100px;
    padding-left: 10px;
}

.cards {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    margin-top: 25px;
}

.card {
    align-items: center;
    align-self: stretch;
    background-color: var(--zircon);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 262px;
    overflow: hidden;
    padding: 32px;
    position: relative;
}

.frame-62 {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    gap: 16px;
    position: relative;
}

.award-outline {
    height: 32px;
    min-width: 32px;
    position: relative;
}

.objectif {
    flex: 1;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: -1.00px;
    position: relative;
}
.objectif p {
    text-align: justify;
}
.objectif-1 {
    align-self: stretch;
    flex: 1;
    letter-spacing: 0;
    line-height: 24px;
    position: relative;
}


.card-1 {
    align-items: center;
    align-self: stretch;
    background-color: var(--zircon-2);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 262px;
    overflow: hidden;
    padding: 32px;
    position: relative;
}

.rtro-ingnerie-electronique-hardware {
    align-self: stretch;
    flex: 1;
    letter-spacing: 0;
    line-height: 24px;
    position: relative;
}

.card-2 {
    align-items: center;
    align-self: stretch;
    background-color: #fefbf5;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 262px;
    overflow: hidden;
    padding: 32px;
    position: relative;
    margin-bottom: 10%;
}

.comptence1 {
    color: #093690;
    font-family: var(--font-family-raleway);
    font-size: var(--font-size-l);
    font-weight: 700;
}

.comptence2 {
    color: #098390;
    font-family: var(--font-family-raleway);
    font-size: var(--font-size-l);
    font-weight: 700;
}

.comptence3 {
    color: #906309;
    font-family: var(--font-family-raleway);
    font-size: var(--font-size-l);
    font-weight: 700;
}

.hardware-hacking-forensic {
    align-self: stretch;
    flex: 1;
    letter-spacing: 0;
    line-height: 24px;
    position: relative;
}

.scenario {
    align-items: center;
    background-color: var(--base700);
    gap: 64px;
    justify-content: center;
    padding: 64px 20px;
    position: relative;
    z-index: 4;

}

.scenario p {
    align-self: stretch;
    color: var(--base500);
    font-family: var(--font-family-raleway);
    font-size: var(--font-size-m);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 27px;
    position: relative;
    margin-top: 25px;
    text-align: justify;
}

.div-1 {
    align-items: flex-start;
    align-self: stretch;
    flex-direction: column;
    gap: 24px;
}

.defi {
    display: flex;
    justify-content: center;
    padding-top: 25px;;
}

.defi .btn {
    font-family: var(--font-family-raleway);
    font-size: var(--font-size-s);
    background-color: var(--agilack400);
    color: white;
    border: none;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 50px;
}


.surname {
    letter-spacing: 0;
    line-height: 45px;
    margin-top: -1.00px;
    position: relative;
    width: fit-content;
}

.surname2 {
    letter-spacing: 0;
    line-height: 45px;
    position: relative;
    width: fit-content;
}


.faq {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 20%;
    position: relative;
    z-index: 3;
}

.faq-1 p {
    font-family: var(--font-family-raleway);
    font-size: var(--font-size-m);
    text-align: justify;
}

.faq-1 {
    align-items: center;
    gap: 64px;
    justify-content: center;
    position: relative;
}

.faq-2 {
    letter-spacing: 0;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    width: fit-content;
}


/* # The Rotating Marker # */
details summary::-webkit-details-marker {
    display: none;
}

summary::before {
    content: "▶";
    position: absolute;
    top: 1rem;
    left: 0.8rem;
    transform: rotate(0);
    transform-origin: center;
    transition: 0.2s transform ease;
}

details[open] > summary:before {
    transform: rotate(90deg);
    transition: 0.45s transform ease;
}

/* # The Sliding Summary # */
details {
    overflow: hidden;
}

details summary {
    position: relative;
    z-index: 10;
}

@keyframes details-show {
    from {
        margin-bottom: -80%;
        opacity: 0;
        transform: translateY(-100%);
    }
}

details.style4 summary {
    padding-right: 2.2rem;
    padding-left: 1rem;
}

details.style4 summary::before {
    content: "×";
    color: #FFF;
    font-size: 2rem;
    line-height: 1rem;
    transform: rotate(-45deg);
    top: 1.2rem;
    left: unset;
    right: 0.6rem;
}

details[open].style4 > summary:before {
    transform: rotate(90deg);
    color: #F00 !important;
    transition: color ease 2s, transform ease 1s;
}


details {
    margin: 20px;
    background: var(--base50);
}

summary {
    padding: 1rem;
    display: block;
    background: var(--base50);
    padding-left: 2.2rem;
    position: relative;
    cursor: pointer;
}

.content {
    padding: 10px;
    border-top: none;
}

a-propos {
    align-items: center;
    align-self: stretch;
    background-color: var(--agilack50);
    display: flex;
    gap: 64px;
    justify-content: center;
    padding: 64px 20px;
    position: relative;
    z-index: 2;
}

.a-propos-1 {
    background-color: #FDE9E7;
}

.pc-home .a-propos-1 {
    align-self: stretch;
    letter-spacing: 0;
    line-height: 45px;
    margin-top: -1.00px;
    position: relative;
}
 .a-propos-2 {
 margin-bottom: 2%;
}

.frame-181 {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
}


.author {
    align-self: stretch;
    letter-spacing: 0;
    line-height: 27px;
    position: relative;
    text-align: center;
}

.author .span-name {
    display: block ruby;
}

.lessence-du-projet {
    align-self: stretch;
    letter-spacing: 0;
    line-height: 27px;
    position: relative;
    text-align: justify;
}

.contact {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 64px 20px;
    position: relative;
    z-index: 1;
}

 .div-5 {
  align-items: flex-start;
  align-self: stretch;
  flex-direction: column;
  gap: 12px;
     padding: 40px 20px;
}
.contact-content{
    align-self: stretch;
    letter-spacing: 0;
    line-height: 27px;
    position: relative;
    text-align: justify;
}

.contact-content label{

    font-family: var(--font-family-raleway);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 700;

}

.contact-content input {

    font-family: var(--font-family-raleway);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 700;
    border: solid 1px grey;
    border-radius: 5px;
width: 100%;

}

.contact-content textarea{
    font-family: var(--font-family-raleway);
    font-size: var(--font-size-s);
    font-style: normal;
    border: solid 1px grey;
    border-radius: 5px;
    width: 100%;
    background-color: #FFFFFF;

}

#contactForm_Success {
    background-color: rgb(200,255,210);
}

.div-6 {
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    justify-content: center;
    padding: 40px 20px;
}

.footer {
    align-items: center;
    align-self: stretch;
    background-color: var(--base700);
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: auto;
    justify-content: flex-end;
    mix-blend-mode: normal;
    padding: 100px 20px 64px;
    position: relative;
    z-index: 0;
}


.pc-home .copyright {
    letter-spacing: 0;
    line-height: 20px;
    position: relative;
    width: fit-content;
}


 .div-7 {
    width: 100%;
}

.contact-content{
     width: 100%;
 }
.pc-home .surname-3 {
    letter-spacing: 0;
    margin-top: -1.00px;
    position: relative;
    width: fit-content;
}


.flex-col {
    margin-left: 10%;
    margin-right: 10%;

}

.usb{
    width: 40%;
    margin-top: 10%;
}

 .envoyer {
    background-color: var(--agilack400);
    color: white;
    border: none;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
}

@media only screen and (min-width: 1220px) {

	.dcripter-les-messages-cachs {
		text-align: justify;
	}

	.objectif {
		max-width: 1400px;
		margin: auto;
	}

	.scenario .div-3 {
		max-width: 1400px;
		margin: auto;
	}
	
	.a-propos-1 .div-6 {
		max-width: 1400px;
		margin: auto;
	}

    .footer {
        background-color: var(--base700);
        display: flex;
        flex-direction: column;
        gap: 48px;
        height: auto;
        justify-content: flex-end;
        mix-blend-mode: normal;
        padding: 100px 100px 64px;
        position: relative;
    }

    .footer-item {
        align-items: flex-start;
        display: flex;
        gap: 32px;
        position: relative;
        width: fit-content;
    }

    .footer-item-item {
        height: 30px;
        min-width: 30px;
        position: relative;
    }

    .footer-item-item-1 {
        letter-spacing: 0;
        line-height: 20px;
        margin-top: -1.00px;
        position: relative;
        width: fit-content;
    }

    .frame-181 {
        align-items: center;
        align-self: stretch;
        display: flex;
        flex-direction: row;
        gap: 24px;
        position: relative;
    }

    .col {
        display: flex;
        flex-wrap: wrap;
        flex: auto;
        align-items: center;
        justify-content: center;
    }

    .style4 {
        width: 47%;
    }

    .cards {
        display: flex;
        flex-direction: row;
        width: 100%;
        flex: 1;
        box-sizing: border-box;
        padding-bottom: 50px;
    }

    .frame-62 {
        align-items: flex-start;
        align-self: stretch;
        display: flex;
        gap: 16px;
        position: relative;
    }

    .card {
        flex: 1;
        box-sizing: border-box;
        padding: 10px;
        margin: 10px;
    }

    .lobjectif-et-les-comptences {
        white-space: nowrap;
        flex-wrap: wrap;

    }


    .pc-home .overlap-group {
        display: flex;
        flex-direction: row;
        height: 100%;
        align-items: center;
        width: 100%;
    }


    .hackme-bien-plus-quune-cl-usb {
        color: transparent;
        font-family: var(--font-family-raleway);
        font-size: var(--font-size-xxl);
        font-weight: 700;
        height: 64px;
        letter-spacing: 0;
        line-height: 32px;
        text-align: center;
        width: 100%;
        display: contents;
    }

    .title-mobile {
        font-family: var(--font-family-raleway);
        font-weight: 700;
        height: 64px;
        letter-spacing: 0;
        line-height: 32px;
        text-align: center;
        width: 100%;
        font-size: 4em;
        order: 1;
        margin-top: 10%;
        display: none;
    }


    .usb {
        /*transform: rotate(104deg);
        width: 100%;*/
        margin-top: 0;
        margin-right: 250px;
    }

    .flex-col {
        margin-top: 10%;
    }
    .header ul {
        margin-left: 0%;
        margin-bottom: 0%;
        padding: 0;
        list-style: none;
        overflow: hidden;
        background-color: #fff;
    }

    .header ul button {
        display: block;
        border-right: 1px solid #f4f4f4;
        text-decoration: none;
        font-family: var(--font-family-raleway);
        font-style: normal;
        font-weight: 700;
        color: black;
    }

    .header li {
        float: left;
    }
    .header li a {
        padding: 20px 30px;
    }

    .div-7 {
        width: 50%;
    }

    .contact {
        align-self: stretch;
        display: flex;
        flex-direction: row;
        gap: 32px;
        padding: 64px 20px;
        position: relative;
        z-index: 1;
    }


    .contact-content{
        width: 50%;
    }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }
    .header .menu-icon {
        display: none;
    }

    .envoyer {
        background-color: var(--agilack400);
        color: white;
        border: none;
        border-radius: 4px;
        align-items: center;
        justify-content: center;
        width: 20%;
        height: 50px;
    }
}
