body {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.info p {
    text-align: center;
    color: #999;
    text-transform: none;
    font-weight: 600;
    font-size: 15px;
    margin-top: 2px;
}
.info i {
    color: #55acee;
}
h1 {
    text-align: center;
    font-family: dmsans-bold;
    font-size: 50px;
    color: #fff;
    text-shadow: -1px 1px 0 #ddd, -2px 2px 0 #c8c8c8, -3px 3px 0 #ccc, -4px 4px 0 #b8b8b8, -4px 4px 0 #bbb, 0px 1px 1px rgba(0, 0, 0, 0.4), 0px 2px 2px rgba(0, 0, 0, 0.3), -1px 3px 3px rgba(0, 0, 0, 0.2), -1px 5px 5px rgba(0, 0, 0, 0.1),
        -2px 8px 8px rgba(0, 0, 0, 0.1), -2px 13px 13px rgba(0, 0, 0, 0.1);
    margin: 20px 0px 0px 0px;
}
h2 {
    font-size: 20px;
    font-weight: 600;
}
h3 {
    font-size: 17px;
    font-weight: 600;
}
a {
    text-decoration: inherit;
    color: inherit;
}
a:hover {
    text-decoration: inherit;
}
hr {
    position: relative;
    margin-top: 5%;
    border: 1px solid #fff;
    border-radius: 50px;
    opacity: 0.15;
}
.content {
    background: linear-gradient(347deg, #f6fafe 0, #007bec 100%);
    transform-origin: bottom;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 900px;
    z-index: -1;
}
.container {
    display: block;
    position: relative;
    width: 530px;
    background: linear-gradient(347deg, #68829c 0, #184773 100%);
    transform-origin: bottom;
    height: 85%;
    margin: auto;
    margin-top: 90px;
    box-shadow: 1px 5px 10px 1px #0cf;
    overflow: hidden;
}
img.bg-img {
    display: none;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
}
.menu {
    position: relative;
    padding: 6% 13% 0 13%;
}
.menu h2 {
    display: inline;
    margin: 20px;
    padding-bottom: 3px;
    color: #fff;
    border-bottom: 3px solid #1161ee;
}
.menu .active h2 {
    border-bottom: 0 solid #1161ee;
    color: #aeaeae;
    transition: color 0.5s ease-in;
}
.connexion {
    position: absolute;
    padding: 5% 6%;
    width: 82%;
    left: 0px;
    transition: all 0.7s;
}
.connexion h2 {
    display: inline;
    margin: 20px;
    padding-bottom: 3px;
    border-bottom: 2px solid #1161ee;
}
.connexion h4 {
    margin-bottom: 0;
    text-align: center;
    color: #ffffff;
    opacity: 0.3;
}
.connexion h4:hover {
    opacity: 0.8;
    transition: all 0.1s ease-in;
}
label {
    display: block;
    margin-top: 10px;
    padding: 5px 5px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
input {
    display: block;
    width: 100%;
    margin: auto;
    padding: 13px;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    opacity: 0.85;
}
input p {
    color: #fff;
    opacity: 1;
}
input.submit {
    width: 106%;
    padding: 15px;
    font-size: 17px;
    font-weight: 700;
    margin-top: 5%;
    color: #fff;
    opacity: 1;
    background-color: #1161ee;
    cursor: pointer;
}
.check label {
    float: left;
    width: 6%;
    margin-left: 0;
}
.check h3 {
    padding: 15px;
}
.checkbox {
    display: none;
}
.checkbox:checked + svg .path-moving {
    -webkit-transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s cubic-bezier(0.3, 0.8, 0.6, 1.5);
    transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s cubic-bezier(0.3, 0.8, 0.6, 1.5);
    stroke-dasharray: 25 90;
    stroke-dashoffset: 0;
}
.path-moving,
.path-back {
    fill: none;
    stroke: #1161ee;
    stroke-width: 3px;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.path-moving {
    -webkit-transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
    transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
    stroke: #ffffff;
    stroke-dasharray: 110;
    stroke-dashoffset: -32;
}
.enregistrer {
    position: absolute;
    padding: 1% 11%;
    width: 82%;
    right: 0px;
    transition: all 0.7s;
}
.active-section {
    display: block;
}
.remove-section {
    display: none;
}
/********************/
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: #ee5f5f;
}
.headK {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 10%;
    width: 80%;
    margin: 0 auto;
}
.hdlogo {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.hdlogo img {
    width: 60px;
}
.hdlogo p {
    font-family: arial;
    font-size: 25px;
    font-weight: 550;
    color: #fff;
    margin-left: 14px;
}
.Menu {
    display: block;
    margin-left: 100px;
}
.Menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.Menu ul li {
    display: block;
    position: relative;
    padding: 0 25px;
}
.Menu ul li .on,
.Menu ul li .MenuA:hover {
    color: #0cf;
}
.lang2 {
    margin-left: auto;
    position: relative;
}
.langA {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    height: 40px;
}
.langA img {
    width: 29px;
    margin-right: 10px;
}
.langA p {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
.langK {
    z-index: 9;
    display: none;
    width: 110px;
    padding: 10px 12px;
    position: absolute;
    top: 40px;
    background: #070c99;
    right: 0;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.langKa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 32px;
}
.langKa img {
    width: 25px;
    margin-right: 10px;
}
.langKa p {
    color: #fff;
    font-size: 14px;
}
.MenuA {
    display: block;
    line-height: 90px;
    font-size: 18px;
    color: #fff;
    position: relative;
}
.captchaa {
    width: 100%;
    text-align: center;
}
.captchaa img {
    width: 8%;
    margin: 25px auto 15px auto;
    border-radius: 10px;
}
.policys {
    color: #24f43c;
    cursor: pointer;
}
.success-message {
    width: 97%;
    height: 80px;
    background-color: #05ad05;
    position: absolute;
    align-items: center;
    display: grid;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px;
    margin: 0 auto;
}
.error-message {
    width: 97%;
    height: 80px;
    background-color: rgba(242, 58, 60, 0.98);
    position: absolute;
    align-items: center;
    display: grid;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px;
    margin: 0 auto;
}
.inactive-erorr {
    display: none;
}
.prdicmvj {
    font-size: 12px;
    font-weight: 600;
    padding: 15px 0;
    color: #fff;
}
.tems-servic {
    color: #a5ff7d;
    text-decoration: none;
    transition: color 0.4s;
    line-height: 25px;
    cursor: pointer;
}

/*************/
@media screen and (max-width: 1000px) {
    .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .container {
        display: block;
        position: relative;
        width: 95%;
        height: 90%;
        margin: auto;
        margin-top: 90px;
        box-shadow: 1px 5px 10px 1px #0cf;
        overflow: hidden;
    }
    .menu {
        position: relative;
        padding: 6% 13% 0 13%;
    }
    .menu h2 {
        display: inline;
        margin: 20px;
        padding-bottom: 3px;
        border-bottom: 3px solid #1161ee;
    }
    a:not(.active) {
        cursor: inherit;
    }
    .menu .active h2 {
        border-bottom: 0 solid #1161ee;
        color: #aeaeae;
        transition: color 0.5s ease-in;
    }
    .connexion {
        position: absolute;
        padding: 5% 6%;
        width: 82%;
        left: 0px;
        transition: all 0.7s;
    }
    .connexion h2 {
        display: inline;
        margin: 20px;
        padding-bottom: 3px;
        border-bottom: 2px solid #1161ee;
    }
    .connexion h4 {
        margin-bottom: 0;
        text-align: center;
        color: #ffffff;
        font-size: 20px;
        opacity: 0.3;
    }
    .connexion h4:hover {
        opacity: 0.8;
        transition: all 0.1s ease-in;
    }
    img.bg-img {
        display: block;
        position: absolute;
        margin: auto;
        width: 100%;
        height: 100%;
    }
    h1 {
        text-align: center;
        font-family: dmsans-bold;
        font-size: 40px;
        color: #fff;
        text-shadow: -1px 1px 0 #ddd, -2px 2px 0 #c8c8c8, -3px 3px 0 #ccc, -4px 4px 0 #b8b8b8, -4px 4px 0 #bbb, 0px 1px 1px rgba(0, 0, 0, 0.4), 0px 2px 2px rgba(0, 0, 0, 0.3), -1px 3px 3px rgba(0, 0, 0, 0.2), -1px 5px 5px rgba(0, 0, 0, 0.1),
            -2px 8px 8px rgba(0, 0, 0, 0.1), -2px 13px 13px rgba(0, 0, 0, 0.1);
        margin: 20px 0px 0px 0px;
    }
    label {
        display: block;
        margin-top: 10px;
        padding: 5px 10px;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
    }
    input {
        display: block;
        width: 100%;
        margin: 10px auto 20px auto;
        padding: 13px;
        border: 0;
        border-radius: 5px;
        font-size: 18px;
        font-family: "Roboto", sans-serif;
        opacity: 0.85;
    }
    input p {
        color: #fff;
        opacity: 1;
    }
    input.submit {
        width: 104%;
        padding: 15px 0;
        font-size: 17px;
        font-weight: 700;
        margin-top: 10%;
        color: #fff;
        opacity: 1;
        background-color: #1161ee;
        cursor: pointer;
    }
    .check label {
        float: left;
        width: 10%;
        margin-left: 5%;
    }
    .check h3 {
        padding: 15px;
    }
    .checkbox {
        display: none;
    }
    .checkbox:checked + svg .path-moving {
        -webkit-transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s cubic-bezier(0.3, 0.8, 0.6, 1.5);
        transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s cubic-bezier(0.3, 0.8, 0.6, 1.5);
        stroke-dasharray: 25 90;
        stroke-dashoffset: 0;
    }
    .path-moving,
    .path-back {
        fill: none;
        stroke: #1161ee;
        stroke-width: 3px;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
    .path-moving {
        -webkit-transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
        transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
        stroke: #ffffff;
        stroke-dasharray: 110;
        stroke-dashoffset: -32;
    }
    .enregistrer {
        position: absolute;
        padding: 1% 11%;
        width: 82%;
        right: 0px;
        transition: all 0.7s;
    }
    .active-section {
        position: absolute;
        right: 950px;
    }
    .remove-section {
        position: absolute;
        left: 950px;
    }
}
@media screen and (max-width: 900px) {
    .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .container {
        display: block;
        position: relative;
        width: 95%;
        height: 90%;
        margin: auto;
        margin-top: 90px;
        box-shadow: 1px 5px 10px 1px #0cf;
        overflow: hidden;
    }
    .menu {
        position: relative;
        padding: 6% 13% 0 13%;
    }
    .menu h2 {
        display: inline;
        margin: 20px;
        padding-bottom: 3px;
        border-bottom: 3px solid #1161ee;
    }
    a:not(.active) {
        cursor: inherit;
    }
    .menu .active h2 {
        border-bottom: 0 solid #1161ee;
        color: #aeaeae;
        transition: color 0.5s ease-in;
    }
    .connexion {
        position: absolute;
        padding: 5% 6%;
        width: 82%;
        left: 0px;
        transition: all 0.7s;
    }
    .connexion h2 {
        display: inline;
        margin: 20px;
        padding-bottom: 3px;
        border-bottom: 2px solid #1161ee;
    }
    .connexion h4 {
        margin-bottom: 0;
        text-align: center;
        color: #ffffff;
        opacity: 0.3;
    }
    .connexion h4:hover {
        opacity: 0.8;
        transition: all 0.1s ease-in;
    }
    img.bg-img {
        display: block;
        position: absolute;
        margin: auto;
        width: 100%;
        height: 100%;
    }
    h1 {
        text-align: center;
        font-family: dmsans-bold;
        font-size: 40px;
        color: #070c99;
        color: #fff;
        text-shadow: -1px 1px 0 #ddd, -2px 2px 0 #c8c8c8, -3px 3px 0 #ccc, -4px 4px 0 #b8b8b8, -4px 4px 0 #bbb, 0px 1px 1px rgba(0, 0, 0, 0.4), 0px 2px 2px rgba(0, 0, 0, 0.3), -1px 3px 3px rgba(0, 0, 0, 0.2), -1px 5px 5px rgba(0, 0, 0, 0.1),
            -2px 8px 8px rgba(0, 0, 0, 0.1), -2px 13px 13px rgba(0, 0, 0, 0.1);
    }
    label {
        display: block;
        margin-top: 10px;
        padding: 5px 10px;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
    }
    input {
        display: block;
        width: 100%;
        margin: 10px auto 20px auto;
        padding: 13px;
        border: 0;
        border-radius: 5px;
        font-size: 18px;
        font-family: "Roboto", sans-serif;
        opacity: 0.85;
    }
    input p {
        color: #fff;
        opacity: 1;
    }
    input.submit {
        width: 104%;
        padding: 15px 0;
        font-size: 17px;
        font-weight: 700;
        margin-top: 10%;
        color: #fff;
        opacity: 1;
        background-color: #1161ee;
        cursor: pointer;
    }
    .check label {
        float: left;
        width: 10%;
        margin-left: 5%;
    }
    .check h3 {
        padding: 15px;
    }
    .checkbox {
        display: none;
    }
    .checkbox:checked + svg .path-moving {
        -webkit-transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s cubic-bezier(0.3, 0.8, 0.6, 1.5);
        transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s cubic-bezier(0.3, 0.8, 0.6, 1.5);
        stroke-dasharray: 25 90;
        stroke-dashoffset: 0;
    }
    .path-moving,
    .path-back {
        fill: none;
        stroke: #1161ee;
        stroke-width: 3px;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
    .path-moving {
        -webkit-transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
        transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
        stroke: #ffffff;
        stroke-dasharray: 110;
        stroke-dashoffset: -32;
    }
    .enregistrer {
        position: absolute;
        padding: 1% 11%;
        width: 82%;
        right: 0px;
        transition: all 0.7s;
    }
    .active-section {
        position: absolute;
        right: 950px;
    }
    .remove-section {
        position: absolute;
        left: 950px;
    }
}
@media screen and (max-width: 800px) {
    .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .container {
        display: block;
        position: relative;
        width: 95%;
        height: 90%;
        margin: auto;
        margin-top: 90px;
        box-shadow: 1px 5px 10px 1px #0cf;
        overflow: hidden;
    }
    .menu {
        position: relative;
        padding: 6% 13% 0 13%;
    }
    .menu h2 {
        display: inline;
        margin: 20px;
        padding-bottom: 3px;
        border-bottom: 3px solid #1161ee;
    }
    a:not(.active) {
        cursor: inherit;
    }
    .menu .active h2 {
        border-bottom: 0 solid #1161ee;
        color: #aeaeae;
        transition: color 0.5s ease-in;
    }
    .connexion {
        position: absolute;
        padding: 5% 6%;
        width: 82%;
        left: 0px;
        transition: all 0.7s;
    }
    .connexion h2 {
        display: inline;
        margin: 20px;
        padding-bottom: 3px;
        border-bottom: 2px solid #1161ee;
    }
    .connexion h4 {
        margin-bottom: 0;
        text-align: center;
        color: #ffffff;
        opacity: 0.3;
    }
    .connexion h4:hover {
        opacity: 0.8;
        transition: all 0.1s ease-in;
    }
    img.bg-img {
        display: block;
        position: absolute;
        margin: auto;
        width: 100%;
        height: 100%;
    }
    h1 {
        text-align: center;
        font-family: dmsans-bold;
        font-size: 50px;
        color: #fff;
        text-shadow: -1px 1px 0 #ddd, -2px 2px 0 #c8c8c8, -3px 3px 0 #ccc, -4px 4px 0 #b8b8b8, -4px 4px 0 #bbb, 0px 1px 1px rgba(0, 0, 0, 0.4), 0px 2px 2px rgba(0, 0, 0, 0.3), -1px 3px 3px rgba(0, 0, 0, 0.2), -1px 5px 5px rgba(0, 0, 0, 0.1),
            -2px 8px 8px rgba(0, 0, 0, 0.1), -2px 13px 13px rgba(0, 0, 0, 0.1);
        margin: 20px 0px 0px 0px;
    }
    label {
        display: block;
        margin-top: 10px;
        padding: 5px 10px;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
    }
    input {
        display: block;
        width: 100%;
        margin: 10px auto 20px auto;
        padding: 13px;
        border: 0;
        border-radius: 5px;
        font-size: 18px;
        font-family: "Roboto", sans-serif;
        opacity: 0.85;
    }
    input p {
        color: #fff;
        opacity: 1;
    }
    input.submit {
        width: 100%;
        padding: 15px 0;
        font-size: 17px;
        font-weight: 700;
        margin-top: 5%;
        color: #fff;
        opacity: 1;
        background-color: #1161ee;
        cursor: pointer;
    }
    .check label {
        float: left;
        width: 5%;
        margin-left: 0;
    }
    .check h3 {
        padding: 15px;
    }
    .checkbox {
        display: none;
    }
    .checkbox:checked + svg .path-moving {
        -webkit-transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s cubic-bezier(0.3, 0.8, 0.6, 1.5);
        transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s cubic-bezier(0.3, 0.8, 0.6, 1.5);
        stroke-dasharray: 25 90;
        stroke-dashoffset: 0;
    }
    .path-moving,
    .path-back {
        fill: none;
        stroke: #1161ee;
        stroke-width: 3px;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
    .path-moving {
        -webkit-transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
        transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
        stroke: #ffffff;
        stroke-dasharray: 110;
        stroke-dashoffset: -32;
    }
    .enregistrer {
        position: absolute;
        padding: 1% 11%;
        width: 82%;
        right: 0px;
        transition: all 0.7s;
    }
    .active-section {
        position: absolute;
        right: 850px;
    }
    .remove-section {
        position: absolute;
        left: 850px;
    }
    .success-message {
        font-size: 16px;
    }
    .error-message {
        font-size: 16px;
    }
    .success-message {
        width: 96%;
        height: 60px;
        font-size: 16px;
        padding: 0;
        margin: 0 auto;
    }
    .error-message {
        width: 96%;
        height: 60px;
        font-size: 16px;
        padding: 0;
    }
}
@media screen and (max-width: 700px) {
    .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1050px;
        z-index: -1;
    }
    .container {
        display: block;
        position: relative;
        width: 95%;
        height: 90%;
        margin: auto;
        margin-top: 90px;
        box-shadow: 1px 5px 10px 1px #0cf;
        overflow: hidden;
    }
    .menu {
        position: relative;
        padding: 6% 13% 0 13%;
    }
    .menu h2 {
        display: inline;
        margin: 20px;
        padding-bottom: 3px;
        border-bottom: 3px solid #1161ee;
    }
    a:not(.active) {
        cursor: inherit;
    }
    .menu .active h2 {
        border-bottom: 0 solid #1161ee;
        color: #aeaeae;
        transition: color 0.5s ease-in;
    }
    .connexion {
        position: absolute;
        padding: 5% 6%;
        width: 82%;
        left: 0px;
        transition: all 0.7s;
    }
    .connexion h2 {
        display: inline;
        margin: 20px;
        padding-bottom: 3px;
        border-bottom: 2px solid #1161ee;
    }
    .connexion h4 {
        margin-bottom: 0;
        text-align: center;
        color: #ffffff;
        opacity: 0.3;
    }
    .connexion h4:hover {
        opacity: 0.8;
        transition: all 0.1s ease-in;
    }
    h1 {
        text-align: center;
        font-family: dmsans-bold;
        font-size: 40px;
        color: #fff;
        text-shadow: -1px 1px 0 #ddd, -2px 2px 0 #c8c8c8, -3px 3px 0 #ccc, -4px 4px 0 #b8b8b8, -4px 4px 0 #bbb, 0px 1px 1px rgba(0, 0, 0, 0.4), 0px 2px 2px rgba(0, 0, 0, 0.3), -1px 3px 3px rgba(0, 0, 0, 0.2), -1px 5px 5px rgba(0, 0, 0, 0.1),
            -2px 8px 8px rgba(0, 0, 0, 0.1), -2px 13px 13px rgba(0, 0, 0, 0.1);
        margin: 20px 0px 0px 0px;
    }
    label {
        display: block;
        margin-top: 10px;
        padding: 5px 10px;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
    }
    input {
        display: block;
        width: 100%;
        margin: auto;
        padding: 13px;
        border: 0;
        border-radius: 20px;
        font-size: 18px;
        font-family: "Roboto", sans-serif;
        opacity: 0.85;
    }
    input p {
        color: #fff;
        opacity: 1;
    }
    input.submit {
        width: 104%;
        padding: 15px 0;
        font-size: 17px;
        font-weight: 700;
        margin-top: 10%;
        color: #fff;
        opacity: 1;
        background-color: #1161ee;
        cursor: pointer;
    }
    .check label {
        float: left;
        width: 10%;
        margin-left: 5%;
    }
    .check h3 {
        padding: 15px;
    }
    .checkbox {
        display: none;
    }
    .checkbox:checked + svg .path-moving {
        -webkit-transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s cubic-bezier(0.3, 0.8, 0.6, 1.5);
        transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s cubic-bezier(0.3, 0.8, 0.6, 1.5);
        stroke-dasharray: 25 90;
        stroke-dashoffset: 0;
    }
    .path-moving,
    .path-back {
        fill: none;
        stroke: #1161ee;
        stroke-width: 3px;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
    .path-moving {
        -webkit-transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
        transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
        stroke: #ffffff;
        stroke-dasharray: 110;
        stroke-dashoffset: -32;
    }
    .enregistrer {
        position: absolute;
        padding: 1% 11%;
        width: 82%;
        right: 0px;
        transition: all 0.7s;
    }
    .active-section {
        position: absolute;
        right: 750px;
    }
    .remove-section {
        position: absolute;
        left: 750px;
    }
}
@media screen and (max-width: 600px) {
    .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1050px;
        z-index: -1;
    }
    .container {
        display: block;
        position: relative;
        width: 95%;
        height: 90%;
        margin: auto;
        margin-top: 90px;
        box-shadow: 1px 5px 10px 1px #0cf;
        overflow: hidden;
    }
    .menu {
        position: relative;
        padding: 6% 13% 0 13%;
    }
    .menu h2 {
        display: inline;
        margin: 20px;
        padding-bottom: 3px;
        border-bottom: 3px solid #1161ee;
    }
    a:not(.active) {
        cursor: inherit;
    }
    .menu .active h2 {
        border-bottom: 0 solid #1161ee;
        color: #aeaeae;
        transition: color 0.5s ease-in;
    }
    .connexion {
        position: absolute;
        padding: 5% 6%;
        width: 82%;
        left: 0px;
        transition: all 0.7s;
    }
    .connexion h2 {
        display: inline;
        margin: 20px;
        padding-bottom: 3px;
        border-bottom: 2px solid #1161ee;
    }
    .connexion h4 {
        margin-bottom: 0;
        text-align: center;
        color: #ffffff;
        opacity: 0.3;
    }
    .connexion h4:hover {
        opacity: 0.8;
        transition: all 0.1s ease-in;
    }
    h1 {
        text-align: center;
        font-family: dmsans-bold;
        font-size: 45px;
        color: #fff;
        text-shadow: -1px 1px 0 #ddd, -2px 2px 0 #c8c8c8, -3px 3px 0 #ccc, -4px 4px 0 #b8b8b8, -4px 4px 0 #bbb, 0px 1px 1px rgba(0, 0, 0, 0.4), 0px 2px 2px rgba(0, 0, 0, 0.3), -1px 3px 3px rgba(0, 0, 0, 0.2), -1px 5px 5px rgba(0, 0, 0, 0.1),
            -2px 8px 8px rgba(0, 0, 0, 0.1), -2px 13px 13px rgba(0, 0, 0, 0.1);
        margin: 20px 0px 0px 0px;
    }
    label {
        display: block;
        margin-top: 10px;
        padding: 5px 10px;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
    }
    input {
        display: block;
        width: 100%;
        margin: 10px auto 20px auto;
        padding: 13px;
        border: 0;
        border-radius: 5px;
        font-size: 15px;
        font-family: "Roboto", sans-serif;
        opacity: 0.85;
    }
    input p {
        color: #fff;
        opacity: 1;
    }
    input.submit {
        width: 104%;
        padding: 15px 0;
        font-size: 17px;
        font-weight: 700;
        margin-top: 5%;
        color: #fff;
        opacity: 1;
        background-color: #1161ee;
        cursor: pointer;
    }
    .check label {
        float: left;
        width: 5%;
        margin-left: 5%;
    }
    .check h3 {
        padding: 15px;
    }
    .checkbox {
        display: none;
    }
    .checkbox:checked + svg .path-moving {
        -webkit-transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s cubic-bezier(0.3, 0.8, 0.6, 1.5);
        transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s cubic-bezier(0.3, 0.8, 0.6, 1.5);
        stroke-dasharray: 25 90;
        stroke-dashoffset: 0;
    }
    .path-moving,
    .path-back {
        fill: none;
        stroke: #1161ee;
        stroke-width: 3px;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
    .path-moving {
        -webkit-transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
        transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
        stroke: #ffffff;
        stroke-dasharray: 110;
        stroke-dashoffset: -32;
    }
    .enregistrer {
        position: absolute;
        padding: 1% 11%;
        width: 82%;
        right: 0px;
        transition: all 0.7s;
    }
    .active-section {
        position: absolute;
        right: 600px;
    }
    .remove-section {
        position: absolute;
        left: 600px;
    }
}
@media screen and (max-width: 500px) {
    .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 950px;
        z-index: -1;
    }
    .container {
        display: block;
        position: relative;
        width: 95%;
        height: 90%;
        margin: auto;
        margin-top: 90px;
        box-shadow: 1px 5px 10px 1px #0cf;
        overflow: hidden;
    }
    .menu {
        position: relative;
        padding: 6% 13% 0 13%;
    }
    .menu h2 {
        display: inline;
        margin: 20px;
        padding-bottom: 3px;
        border-bottom: 3px solid #1161ee;
    }
    a:not(.active) {
        cursor: inherit;
    }
    .menu .active h2 {
        border-bottom: 0 solid #1161ee;
        color: #aeaeae;
        transition: color 0.5s ease-in;
    }
    .connexion {
        position: absolute;
        padding: 5% 6%;
        width: 82%;
        left: 0px;
        transition: all 0.7s;
    }
    .connexion h2 {
        display: inline;
        margin: 20px;
        padding-bottom: 3px;
        border-bottom: 2px solid #1161ee;
    }
    .connexion h4 {
        margin-bottom: 0;
        text-align: center;
        color: #ffffff;
        opacity: 0.3;
    }
    .connexion h4:hover {
        opacity: 0.8;
        transition: all 0.1s ease-in;
    }
    h1 {
        text-align: center;
        font-family: dmsans-bold;
        font-size: 40px;
        color: #fff;
        text-shadow: -1px 1px 0 #ddd, -2px 2px 0 #c8c8c8, -3px 3px 0 #ccc, -4px 4px 0 #b8b8b8, -4px 4px 0 #bbb, 0px 1px 1px rgba(0, 0, 0, 0.4), 0px 2px 2px rgba(0, 0, 0, 0.3), -1px 3px 3px rgba(0, 0, 0, 0.2), -1px 5px 5px rgba(0, 0, 0, 0.1),
            -2px 8px 8px rgba(0, 0, 0, 0.1), -2px 13px 13px rgba(0, 0, 0, 0.1);
        margin: 20px 0px 0px 0px;
    }
    label {
        display: block;
        margin-top: 10px;
        padding: 5px 10px;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
    }
    input {
        display: block;
        width: 100%;
        margin: auto;
        padding: 13px;
        border: 0;
        border-radius: 5px;
        font-size: 15px;
        font-family: "Roboto", sans-serif;
        opacity: 0.85;
    }
    input p {
        color: #fff;
        opacity: 1;
    }
    input.submit {
        width: 108%;
        padding: 15px 0;
        font-size: 17px;
        font-weight: 700;
        margin-top: 5%;
        color: #fff;
        opacity: 1;
        background-color: #1161ee;
        cursor: pointer;
    }
    .check label {
        float: left;
        width: 5%;
        margin-left: 0;
    }
    .check h3 {
        padding: 15px;
    }
    .checkbox {
        display: none;
    }
    .checkbox:checked + svg .path-moving {
        -webkit-transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s cubic-bezier(0.3, 0.8, 0.6, 1.5);
        transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s cubic-bezier(0.3, 0.8, 0.6, 1.5);
        stroke-dasharray: 25 90;
        stroke-dashoffset: 0;
    }
    .path-moving,
    .path-back {
        fill: none;
        stroke: #1161ee;
        stroke-width: 3px;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
    .path-moving {
        -webkit-transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
        transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
        stroke: #ffffff;
        stroke-dasharray: 110;
        stroke-dashoffset: -32;
    }
    .enregistrer {
        position: absolute;
        padding: 1% 11%;
        width: 82%;
        right: 0px;
        transition: all 0.7s;
    }
    .active-section {
        position: absolute;
        right: 500px;
    }
    .remove-section {
        position: absolute;
        left: 500px;
    }
}
@media screen and (max-width: 400px) {
    .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 820px;
        z-index: -1;
    }
    .container {
        display: block;
        position: relative;
        width: 95%;
        height: 87%;
        margin: auto;
        margin-top: 90px;
        box-shadow: 1px 5px 10px 1px #0cf;
        overflow: hidden;
    }
    .menu {
        position: relative;
        padding: 6% 9% 0 9%;
    }
    .menu h2 {
        display: inline;
        margin: 20px;
        padding-bottom: 3px;
        border-bottom: 3px solid #1161ee;
    }
    a:not(.active) {
        cursor: inherit;
    }
    .menu .active h2 {
        border-bottom: 0 solid #1161ee;
        color: #aeaeae;
        transition: color 0.5s ease-in;
    }
    .connexion {
        position: absolute;
        padding: 5% 6%;
        width: 82%;
        left: 0px;
        transition: all 0.7s;
    }
    .connexion h2 {
        display: inline;
        margin: 20px;
        padding-bottom: 3px;
        border-bottom: 2px solid #1161ee;
    }
    .connexion h4 {
        margin-bottom: 0;
        text-align: center;
        color: #ffffff;
        opacity: 0.3;
    }
    .connexion h4:hover {
        opacity: 0.8;
        transition: all 0.1s ease-in;
    }
    h1 {
        text-align: center;
        font-family: dmsans-bold;
        font-size: 40px;
        color: #fff;
        text-shadow: -1px 1px 0 #ddd, -2px 2px 0 #c8c8c8, -3px 3px 0 #ccc, -4px 4px 0 #b8b8b8, -4px 4px 0 #bbb, 0px 1px 1px rgba(0, 0, 0, 0.4), 0px 2px 2px rgba(0, 0, 0, 0.3), -1px 3px 3px rgba(0, 0, 0, 0.2), -1px 5px 5px rgba(0, 0, 0, 0.1),
            -2px 8px 8px rgba(0, 0, 0, 0.1), -2px 13px 13px rgba(0, 0, 0, 0.1);
        margin: 20px 0px 0px 0px;
    }
    label {
        display: block;
        margin-top: 10px;
        padding: 5px 10px;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
    }
    input {
        display: block;
        width: 100%;
        margin: auto;
        padding: 13px;
        border: 0;
        border-radius: 5px;
        font-size: 15px;
        font-family: "Roboto", sans-serif;
        opacity: 0.85;
    }
    input p {
        color: #fff;
        opacity: 1;
    }
    input.submit {
        width: 108%;
        padding: 15px 0;
        font-size: 17px;
        font-weight: 700;
        margin-top: 5%;
        color: #fff;
        opacity: 1;
        background-color: #1161ee;
        cursor: pointer;
    }
    .check label {
        float: left;
        width: 7%;
        margin-left: 0;
    }
    .check h3 {
        padding: 15px 0 15px 0;
    }
    .checkbox {
        display: none;
    }
    .checkbox:checked + svg .path-moving {
        -webkit-transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s cubic-bezier(0.3, 0.8, 0.6, 1.5);
        transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s cubic-bezier(0.3, 0.8, 0.6, 1.5);
        stroke-dasharray: 25 90;
        stroke-dashoffset: 0;
    }
    .path-moving,
    .path-back {
        fill: none;
        stroke: #1161ee;
        stroke-width: 3px;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
    .path-moving {
        -webkit-transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
        transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
        stroke: #ffffff;
        stroke-dasharray: 110;
        stroke-dashoffset: -32;
    }
    .enregistrer {
        position: absolute;
        padding: 1% 11%;
        width: 82%;
        right: 0px;
        transition: all 0.7s;
    }
    .active-section {
        position: absolute;
        right: 500px;
    }
    .remove-section {
        position: absolute;
        left: 500px;
    }
}
@media screen and (max-width: 300px) {
    .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: -1;
    }
    .container {
        display: block;
        position: relative;
        width: 95%;
        margin: auto;
        margin-top: 90px;
        box-shadow: 1px 5px 10px 1px #0cf;
        overflow: hidden;
    }
    .menu {
        position: relative;
        padding: 6% 13% 0 13%;
    }
    .menu h2 {
        display: inline;
        margin: 20px;
        padding-bottom: 3px;
        border-bottom: 3px solid #1161ee;
    }
    a:not(.active) {
        cursor: inherit;
    }
    .menu .active h2 {
        border-bottom: 0 solid #1161ee;
        color: #aeaeae;
        transition: color 0.5s ease-in;
    }
    .connexion {
        position: absolute;
        padding: 5% 6%;
        width: 82%;
        left: 0px;
        transition: all 0.7s;
    }
    .connexion h2 {
        display: inline;
        margin: 20px;
        padding-bottom: 3px;
        border-bottom: 2px solid #1161ee;
    }
    .connexion h4 {
        margin-bottom: 0;
        text-align: center;
        color: #ffffff;
        opacity: 0.3;
    }
    .connexion h4:hover {
        opacity: 0.8;
        transition: all 0.1s ease-in;
    }
    h1 {
        text-align: center;
        font-family: dmsans-bold;
        font-size: 40px;
        color: #fff;
        text-shadow: 1px 1px 0px #ee5f5f;
        margin: 20px 0px 0px 0px;
    }
    label {
        display: block;
        margin-top: 10px;
        padding: 5px 10px;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
    }
    input {
        display: block;
        width: 100%;
        margin: auto;
        padding: 13px;
        border: 0;
        border-radius: 20px;
        font-size: 15px;
        font-family: "Roboto", sans-serif;
        opacity: 0.85;
    }
    input p {
        color: #fff;
        opacity: 1;
    }
    input.submit {
        width: 104%;
        padding: 15px 0;
        font-size: 17px;
        font-weight: 700;
        margin-top: 10%;
        color: #fff;
        opacity: 1;
        background-color: #1161ee;
        cursor: pointer;
    }
    .check label {
        float: left;
        width: 10%;
        margin-left: 5%;
    }
    .check h3 {
        padding: 15px;
    }
    .checkbox {
        display: none;
    }
    .checkbox:checked + svg .path-moving {
        -webkit-transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s cubic-bezier(0.3, 0.8, 0.6, 1.5);
        transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s cubic-bezier(0.3, 0.8, 0.6, 1.5);
        stroke-dasharray: 25 90;
        stroke-dashoffset: 0;
    }
    .path-moving,
    .path-back {
        fill: none;
        stroke: #1161ee;
        stroke-width: 3px;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
    .path-moving {
        -webkit-transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
        transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
        stroke: #ffffff;
        stroke-dasharray: 110;
        stroke-dashoffset: -32;
    }
    .enregistrer {
        position: absolute;
        padding: 1% 11%;
        width: 82%;
        right: 0px;
        transition: all 0.7s;
    }
    .active-section {
        position: absolute;
        right: 500px;
    }
    .remove-section {
        position: absolute;
        left: 500px;
    }
}
