@import url(main.css);

.nav-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    height: 50px;
    background: rgb(255, 255, 255);
}

.nav-1 .group {
    width: 72%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.nav-1 .group p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
}

.nav-2 {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 30;
    background: rgb(0, 42, 59);
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-2 .group {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-2 .group .title {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
}
.nav-2 .group .title span {
    font-family: 'Font-2';
    color: rgba(191, 210, 248, 1);
}

.nav-2 .group .title .span-2 {
    color: rgb(255, 255, 255);
}

.nav-2 .group ul {
    float: left;
    width: 100%;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.nav-2 .group ul .close-tgg {
    display: none;
    fill: rgba(0, 0, 0, 1);
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
    background: transparent;
}

.nav-2 .group ul .close-tgg:hover {
    background: rgb(191, 210, 248);
    opacity: 0.5;
}

.nav-2 .group ul .close-tgg:active {
    background: rgb(191, 210, 248);
    opacity: 0.8;
}


.nav-2 .group ul li {
    float: left;
}

.nav-2 .group ul li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.nav-2 .group ul li a.active {
    font-weight: 600;
    color: rgba(191, 210, 248, 1);
}

.nav-2 .group div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px
}

.nav-2 .group div button {
    padding-inline: 35px;
    padding-block: 13px;
    border-radius: 10px;
    background: rgba(191, 210, 248, 1);
    color: rgb(0, 42, 59);
    font-weight: 500;
    font-size: 14px;
    border: none;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
}

.nav-2 .group div .menu {
    display: none;
    cursor: pointer;
}

.main-1 {
    float: left;
    width: 100%;
    margin-top: 120px;
}

.main-1 .banniere {
    float: left;
    width: 100%;
    height: 650px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.main-1 .banniere img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    height: 650px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}

.main-1 .banniere .center {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 120px;
}

.main-1 .banniere .center .div-1 h5 {
    color: rgb(45, 152, 212);
    letter-spacing: 5px;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 2px 1px 1px blanchedalmond;
}

.main-1 .banniere .center .div-1 h3 {
    font-size: 48px;
    line-height: 55px;
    color: rgb(0, 42, 59);
    font-weight: 400;
    margin-top: 8px;
    float: left;
    margin-bottom: 32px;
    text-shadow: 2px 4px 2px blanchedalmond;
}

.main-1 .banniere .center .div-1 h3 span {
    float: left;
    width: 100%;
    font-family: 'Font-2';
    white-space: nowrap;
}

.main-1 .banniere .center .div-1 button {
    background: rgba(191, 210, 248, 1);
    padding-inline: 35px;
    padding-block: 13px;
    border: none;
    outline: none;
    font-size: 16px;
    color: rgb(0, 42, 59);
    font-weight: 500;    
    border-radius: 50px;
    cursor: pointer;
}

.main-1 .banniere .center .div-2 {
    padding-inline: 30px;
    background: rgb(0, 42, 59);
    width: auto;
    float: left;
    padding-block: 20px;
}

.main-1 .banniere .center .div-2 .input {
    float: left;
    width: 100%;
    background: rgba(191, 210, 248, 1);
    margin-bottom: 10px;
    height: 46px;
    display: flex;
    padding-inline: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    gap: 10px;
}

.main-1 .banniere .center .div-2 label {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.main-1 .banniere .center .div-2 .input input {
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: rgb(0, 42, 59);
}

.main-1 .banniere .center .div-2 .input svg {
    width: 24px;
    stroke: rgb(0, 42, 59);
    stroke-width: 2px;
}

.main-1 .banniere .center .div-2 .input .toggle-close-open {
    cursor: pointer;
}

.main-1 .banniere .center .div-2 button {
    float: left;
    padding-inline: 35px;
    padding-block: 15px;
    border-radius: 10px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    color: rgb(0, 42, 59);
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    background: rgb(255, 255, 255);
    width: 100%;
    gap: 10px;
}

.main-1 .banniere .center .div-2 button div {
    border: 5px solid rgba(31, 43, 108, 0.909);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: rotate 3s linear infinite;
    display: none;
}

@keyframes rotate {
       0% {
            transform: rotate(-360deg);
       }
       
       40% {
            border-right-color: rgba(31, 43, 108, 0.235);
            border-left-color: rgba(31, 43, 108, 0.235);
       }

       80% {
            border-bottom-color: rgba(31, 43, 108, 0.235);
            border-top-color: rgba(31, 43, 108, 0.235);
       }

       100% {
        transform: rotate(360deg);
   } 
}

.main-1 .banniere .center .div-2 h2 {
    float: left;
    text-align: center;
    width: 100%;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    font-size: 30px;
}

.main-1 .banniere .center .div-2 p {
    float: left;
    width: 100%;
    color: rgb(229, 237, 252);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.main-1 .banniere .center .div-2 p a {
    color: rgb(255, 126, 34);
}

.main-1 .banniere .div-3 {
    position: absolute;
    bottom: -50px;
    width: 80%;
    left: 50%;
    transform: translate(-50%);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}

.main-1 .banniere .div-3 div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-inline: 30px;
    height: 100px;
    border-radius: 6px;
}

.main-1 .banniere .div-3 div h4 {
    font-weight: 400;
    font-size: 16px;
}

.main-1 .banniere .div-3 .bx-1 {
    background: rgb(0, 42, 59);
    color: rgb(255, 255, 255);
}

.main-1 .banniere .div-3 .bx-2 {
    background: rgba(191, 210, 248, 1);
    color: rgb(0, 42, 59);
}

.main-1 .banniere .div-3 .bx-3 {
    background: rgb(45, 152, 212);
    color: rgb(255, 255, 255);
}

.main-1 .footer {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0, 42, 59);
    padding-block: 70px;
}

.main-1 .footer .group {
    width: 70%;
    color: rgb(255, 255, 255);
}


.main-1 .footer .group .div-1 {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.main-1 .footer .group .div-1 .bx h1 {
    font-family: 'Font-2';
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(191, 210, 248, 1);
}

.main-1 .footer .group .div-1 .bx p {
    float: left;
    width: 100%;
    font-size: 16px;
    margin-top: 18px;
    font-weight: 300;
}

.main-1 .footer .group .div-1 .bx h3 {
    float: left;
    width: 100%;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 40px;
}

.main-1 .footer .group .div-1 .bx ul {
    float: left;
    width: 100%;
    list-style-type: none;
}

.main-1 .footer .group .div-1 .bx ul li {
    float: left;
    width: 100%;
    margin-bottom: 11px;
}

.main-1 .footer .group .div-1 .bx li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: 300;
    white-space: nowrap;
}

.main-1 .footer .group .div-1 .bx .input {
    background: rgba(191, 210, 248, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    float: left;
    width: 100%;
    padding-inline: 10px;
    height: 50px;
    border-radius: 6px;
    width: 250px;
}

.main-1 .footer .group .div-1 .bx .input input {
    border: none;
    outline: none;
    background: transparent;
    color: rgb(0, 42, 59);
    font-weight: 500;
    width: 100%;
}

.main-1 .footer .group .div-1 .bx .input input::placeholder {
    color: rgb(0, 42, 59);
}

.main-1 .footer .group .div-2 {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
    padding-top: 46px;
    border-top: 1px solid rgba(191, 210, 248, 1);
}

.main-1 .bloc-1 {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-1 .bloc-1 .group {
    width: 60%;
    margin-top: 64px;
    margin-bottom: 60px;
}

.main-1 .bloc-1 h3 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
    color: rgb(45, 152, 212);
    text-transform: uppercase;
}

.main-1 .bloc-1 h1 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Font-2';
    margin-bottom: 15px;
    font-weight: 400;
    color: rgb(0, 42, 59);
    font-size: 32px;
}

.main-1 .bloc-1 div {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 32px;
}

.main-1 .bloc-1 a {
    display: block;
    margin-inline: auto;
    text-decoration: none;
    color: rgb(45, 152, 212);
}

.main-1 .bloc-1 a svg {
    stroke: rgb(45, 152, 212);
} 

.main-1 .bloc-2 {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.main-1 .bloc-2 img {
    width: 70%;
    height: 350px;
    object-fit: cover;
}

.main-1 .bloc-3 {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(21, 158, 236, 0.01);
    height: auto;
    margin-bottom: 64px;
}

.main-1 .bloc-3 .group {
    width: 85%;
    background: rgba(21, 158, 236, 0.01);
}


.main-1 .bloc-3 .group .top {
    float: left;
    width: 100%;
    margin-bottom: 64px;
}

.main-1 .bloc-3 .group .top h3 {
    float: left;
    text-align: center;
    width: 100%;
    color: rgb(45, 152, 212);
    text-transform: uppercase;
    margin-bottom: 8px;
}

.main-1 .bloc-3 .group .top h1 {
    text-align: center;
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 32px;
    color: rgb(0, 42, 59);
    font-family: 'Font-2';
}

.main-1 .bloc-3 .group .grid {
    display: grid;
    grid-template-columns: 158px 1fr;
    column-gap: 20px;
    float: left;
    width: 100%;
}

.main-1 .bloc-3 .group .grid .div-2 .div {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 300px;
    column-gap: 20px;
    margin-bottom: 20px;
}

.main-1 .bloc-3 .group .grid .div-2 .div  ul {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
    row-gap: 16px;
    column-gap: 54px;
}

.main-1 .bloc-3 .group .grid .div-2 .div ul li {
    float: left;
    width: 100%;
    font-size: 15px;
}

.main-1 .bloc-3 .group .grid .div-2 .div ul b {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    background: rgb(45, 152, 212);
}

.main-1 .bloc-3 .group .grid .div-2 img {
    width: 100%;
}

.main-1 .bloc-3 .group .grid .div-2 h4 {
    color: rgba(0, 0, 0, 1);
    margin-bottom: 24px;
    float: left;
    font-weight: 500;
    font-size: 23px;
    text-align: center;
}

.main-1 .bloc-3 .group .grid .div-1 {
    border: 1px solid rgb(189, 190, 194);
    border-radius: 5px;
    overflow: hidden;
}

.main-1 .bloc-3 .group .grid .div-1 .col {
    float: left;
    width: 100%;
    height: 106px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.main-1 .bloc-3 .group .grid .div-1 .col-1 {
    background: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 1);
}

.main-1 .bloc-3 .group .grid .div-1 .col-2 {
    background: rgb(0, 42, 59);
    color: rgba(191, 210, 248, 1);
}

.main-1 .bloc-3 .group .grid .div-1 .col-2 svg {
    fill: rgb(191, 210, 248);
}

.main-1 .bloc-3 .group .grid .div-1 .col h3 {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
}

.main-1 .bloc-3 .group .grid .div-1 .col svg {
    margin-inline: auto;
    display: block;
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
}

.main-1 .bloc-3 .group .grid .div-1 .end {
    float: left;
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
}

.main-1 .bloc-3 .group .grid .div-2 .div p {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    font-size: 14px;
}

.main-1 .infos {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-1 .infos article {
    width: 60%;
    margin-top: 50px;
    line-height: 25px;
}

.main-1 .infos article h1 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    color: rgb(0, 42, 59);
}

.main-1 .infos article .text {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.main-1 .infos article a {
    font-weight: 600;
    color: rgb(0, 42, 59);
}

.main-1 .banniere .center .div-2 button.active div {
    display: block;
}