/* General*/


body {
    margin: 0;
    font-size: 1em;
    font-family: Sylfaen, "Lucida Grande", Lucida, Verdana, sans-serif;
    background-color: #fff;
    color: #333;
    text-align: center;

}

.disc-list {
    margin-left: 1em;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.italic {
    font-style: italic;
}

a, a:hover, a:visited {
    text-decoration: none;
}

a:hover {
    color: #0094ff;
}

ol {
    margin-left: 30px;
}

@media only screen and (max-width: 600px) {
    ul {
        padding-right: 10px;
    }

    h2, h3 {
        padding-left: 5px;
        padding-right: 5px;
    }

}

.orange {
    color: #e73e25;
}

.blue {
    color: #1d71b8;
}

.blue-mid {
    color: #1f3d79;
}

.green {
    color: #00B050;
}

.purple {
    color: #7030A0;
}

.peach {
    color: #ED7D31;
}

.clear {
    clear: both;

}

* {
    box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    padding: 15px;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-s-1 {
        width: 8.33%;
    }

    .col-s-2 {
        width: 16.66%;
    }

    .col-s-3 {
        width: 25%;
    }

    .col-s-4 {
        width: 33.33%;
    }

    .col-s-5 {
        width: 41.66%;
    }

    .col-s-6 {
        width: 50%;
    }

    .col-s-7 {
        width: 58.33%;
    }

    .col-s-8 {
        width: 66.66%;
    }

    .col-s-9 {
        width: 75%;
    }

    .col-s-10 {
        width: 83.33%;
    }

    .col-s-11 {
        width: 91.66%;
    }

    .col-s-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 769px) {
    /* For desktop: */
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }
}


/*--------------- Header ---------------*/

/*		Navbar		*/


nav {
    margin: 1.6em 0 1.2em 0;
}

nav ul {
    list-style: none;
}

/*Above the blue part*/


@media only screen and (max-width: 992px) {
    .Above_header li {
        font-size: large;
    }

}

.Above_header {

    float: right;
    padding: 0 10px;

    margin: 0;

}

.Above_header li {
    display: inline-block;
    padding: 0 0.6em;

}

.first {
    border-right: solid 1px #6f6f6f;
}

.Above_header a {
    color: #b7b7b7;
    font-size: 0.9em;
    text-decoration: none;
}

.Above_header a:hover {
    color: #6f6f6f;
}

.Above_header a:visited {
    color: #6f6f6f;
}

.clear_float {
    height: 0.6em;
    clear: both;

}

/*Blue part*/

header {

    background-image: url('../Images/header_bg.png');
    background-repeat: repeat-x;
    height: 15em;
    width: 100%;
    margin: 0;

}


.logo_bg {
    background-image: url('../Images/logo_bg.jpg');
    background-repeat: no-repeat;
    margin: 0;
    width: 13em;
    height: 14em;
    float: left;
    padding-left: 1.5em;
    padding-bottom: 1.4em;
}


header a[href = "index.php"] h1 {
    background-image: url('../Images/logo-fdsc-conseil-white.jpg');
    background-repeat: no-repeat;
    display: block;
    height: 5em;
    width: 5em;
    outline: none;

}

header a[href = "index.php"] h1 span {
    display: none;
}

.vline {
    background-image: url('../Images/header_vline.png');
    background-repeat: no-repeat;
    float: left;
    height: 10.5em;
    width: 0.06em;
}

.title {
    text-align: left;
    float: left;
    color: #fff;
    margin-top: 3.3em;
    margin-bottom: 2.5em;
    margin-right: 0.625em;
    margin-left: 0.625em;
    width: 14.5em;
    font-size: 1.1em;
}

.title strong {
    font-size: 1.6em;
}

@media only screen and (max-width: 600px) {
    .logo_bg {
        display: none;
    }

    header a[href = "index.php"] h1 {
        display: none;
    }

    .vline {
        display: none;
    }

    .title {
        margin-left: 10px;
        margin-right: 0;
    }
}

/*Header menu*/

/*Phone version*/
@media only screen and (max-width: 992px) {
    .header_nav {
        display: none;
    }

}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgba(0, 148, 255, 1);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1.5em;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.closebtn {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 36px;
    margin-right: 50px;
}


.openbtn {
    height: 30px;
    width: 30px;
    float: right;
    text-align: right;
    margin-top: 2.3em;
    margin-bottom: 3.5em;
    margin-right: 0.5em;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}


/*Computer version*/
@media only screen and (min-width: 992px) {
    .openbtn {
        display: none;
    }
}

.header_nav {
    float: right;
    text-align: right;
    list-style: none;
    margin: 0.4em 0 0.3em 0.5em;
    padding-right: 1em;
}

.header_nav li {
    height: 1.3em;
    line-height: 1.3em;
    padding: 0 0.3em;
    font-size: 1.1em;
}

.header_nav li a {
    color: #fff;
}

.header_nav li a:hover {
    color: #1d71b8;
}

.header_nav li a:visited {
    color: #fff;
    font-size: 0.9em;
}

/*--------------- Body ---------------*/

/*Computer version*/


#right_content {
    float: right;
    padding: 0 10px 0 0;
    padding-right: 8em;
}

/*Common to aside "prestation" and to the aside "coordonnées"*/

.prestation, .coordonnées h2 {
    font-size: 1.2em;
    font-weight: bold;
}

.prestation, .coordonnées h3 {
    font-size: 1em;
    margin: 0 0 5px 0;
    font-weight: bold;
}

/*For coordonnées*/
.coordonnées {
    border-left: solid 7px #eee;
    padding: 0 0 0 15px;
}

.coordonnées p {
    margin: 0 0 5px 0;
    padding: 5px;
    border-bottom: solid 1px #eee;
}

.coordonnées a, .coordonnées a:visited {
    font-size: 0.8em;
    color: #005fb0;
    padding: 2px;
}

.coordonnées a:hover {
    background: #005fb0;
    color: #fff;
}

/*For blog & linkedin*/

.Blog a {
    margin-right: 0.5em;
    margin-left: 0.5em;
}

/*For presta*/

.presta {
    font-size: 0.9em;
    text-align: left;
}

.presta li {
    list-style: none;
    background: no-repeat 0 0;
    min-height: 60px;
    padding: 0 15px 0 70px;
}

.presta li a:hover {
    color: #e73e25;
}

.presta li h3 {
    font-weight: bold;
    margin: 0 0 3px 0;
    font-size: 1.1em;
}

.presta li p {
    font-size: 1em;
    font-weight: normal;
}

.presta li[class ="separator"] {
    background-image: url('../Images/presta-hseparator.png');
    background-repeat: no-repeat;
    min-height: 1px;
    height: 1px;
    padding: 0;
    margin: 12px 0;
}

.presta li[class ="bilan-comp"] {
    background-image: url('../Images/bilan-fdcs-thumb.jpg');
    background-repeat: no-repeat;
}

.presta li[class ="conseil-rh"] {
    background-image: url('../Images/conseil-rh-fdcs-thumb.jpg');
}

.presta li[class ="coaching"] {
    background-image: url('../Images/coaching-fdcs-thumb.jpg');
}

.presta li[class ="formation"] {
    background-image: url('../Images/formation-fdcs-thumb.jpg');
}

.presta li[class ="atelier"] {
    background-image: url('../Images/atelier-fdcs-thumb.jpg');
}

.presta li[class ="outplacement"] {
    background-image: url('../Images/outplacement_thumb.jpg');
}

.presta li[class ="orientation-scolaire"] {
    background-image: url('../Images/orientation-scolaire-fdcs-thumb.jpg');
}

.presta li[class ="crea-entreprise"] {
    background-image: url('../Images/creation-entreprise-fdcs-thumb.jpg');
}


/*article*/

.advise_resized {
    float: left;
    margin: 0 10px 50px 0;
}

.advise_img1 {
    float: left;
    margin: 0 10px 50px 0;
}


@media only screen and (max-width: 769px) {
    /* For tablet: */
    #right_content {
        float: left;
        padding-right: 15px;
        padding-left: 5px;
    }

}

@media only screen and (max-width: 600px) {
    .advise_img1 {
        display: none;

    }

    #right_content {
        padding-right: 5px;
    }


    .advise_resized {
        display: initial;
        margin-bottom: 0;
    }
}

/*Telephone part*/
@media only screen and (min-width: 600px) {

    .advise_resized {
        display: none;
    }

}

.article {
    text-align: justify;

}

.article p {

    padding-right: 5px;
    padding-left: 5px;
    margin: 10px 0;

}

.article h2 {

    font-size: 1.6em;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.blue-item {
    font-size: 1.2em;
    font-weight: bold;
    margin: 15px 0 5px 0;
    color: #005fb0;
}


/*Témoignage*/
.témoignage {
    margin-top: 30px;
    padding-right: 80px;
}

.témoignage p {
    color: #1f3d79;
    font-style: italic;
}

.témoignage strong {
    padding-left: 30px;
    padding-right: 0;
    color: black;

}


.guillemet {
    font-size: 300%;
    font-weight: bold;
    color: #1f3d79;
    font-style: normal;
}

.guillemet_end {
    text-align: right;
    float: right;
    font-size: 300%;
    font-weight: bold;
    color: #1f3d79;
    font-style: normal;
}

}


@media only screen and (max-width: 769px) {

    .témoignage strong {
        padding-left: 15px;
        padding-right: 0;
    }

    .témoignage {
        padding-right: 20px;
    }
}

/*Ateliers*/

.en-tete_accueil {
    text-align: right;
    font-size: 1.4em;
    margin: 0 auto;
}

.accueil2 {
    text-align: right;
    font-size: 1.3em;
    margin: 0 auto;
}

@media only screen and (max-width: 600px) {
    .en-tete_accueil {
        font-size: 1em;
    }

    .accueil2 {
        font-size: 0.9em;
    }
}

#orange_atelier {
    clear: both;
}

.h3_atelier {

    font-size: 1.3em;
    margin: 25px 0 5px 0;
    font-weight: bold;

}

.atelier_full {
    margin: 0 auto;
    float: right;
    clear: right;
}

.atelier_med {
    margin: 0 auto;
    float: right;
    clear: right;
}

.atelier_med_moins {
    margin: 0 auto;
    float: right;
    clear: right;
}

.atelier_mini {
    margin: 0 auto;
    float: right;
    clear: right;
}

/*Telephone part*/
@media only screen and (max-width: 600px) {
    .atelier_full {
        display: none;
    }

    .atelier_med {
        display: none;
    }

    .atelier_med_moins {
        display: none;
    }

    .atelier_mini {
        display: initial;
    }

    #right_content {
        padding-right: 5px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 601px) {
    .atelier_full {
        display: initial;
    }

    .atelier_med {
        display: none;
    }

    .atelier_med_moins {
        display: none;
    }

    .atelier_mini {
        display: none;
    }

    #right_content {
        float: left;
        padding-right: 15px;
        padding-left: 5px;
    }
}


@media only screen and (max-width: 880px) and (min-width: 769px) {
    .atelier_full {
        display: none;
    }

    .atelier_med {
        display: none;
    }

    .atelier_med_moins {
        display: initial;
    }

    .atelier_mini {
        display: none;
    }

    #right_content {
        padding-right: 2em;
    }


}


@media only screen and (max-width: 1100px) and (min-width: 881px) {
    .atelier_full {
        display: none;
    }

    .atelier_med {
        display: initial;
    }

    .atelier_med_moins {
        display: none;
    }

    .atelier_mini {
        display: none;
    }

}

@media only screen and (min-width: 1101px) {
    .atelier_med {
        display: none;
    }

    .atelier_med_moins {
        display: none;
    }

    .atelier_mini {
        display: none;
    }
}

#atelier_last {
    list-style: none;
}


/*Mentions légales*/


@media only screen and (max-width: 600px) {
    .Mentions_légales h2 {
        font-size: 1.3em;
    }
}

/*Bilan de compétence*/

.bilan_intro {
    text-align: justify;
    font-size: 1.2em;
    color: #1d71b8;
}

.image_bilan_full {
    float: left;
    margin: 6px 10px 10px 0;
}

.para_marge_bilan {
    margin: 20px;
}


.bilan_phase {
    margin: 0 0 20px 25px;
}

.bilan_small {
    font-size: 0.6em;
}

.h3_bilan {
    font-size: 1.3em;
    color: #1f3d79;
    margin: 15px 0 5px 0;
}


.separator {
    background-image: url('../Images/presta-hseparator.png');
    background-repeat: no-repeat;
    width: 170px;
    min-height: 1px;
    height: 1px;
    padding: 0;
    margin: 12px auto;
}

.accreditation {
    color: #e73e25;
    text-align: center;
    font-size: 1.4em;
}


@media only screen and (max-width: 600px) {
    .bilan_phase {
        margin: 0 0 10px 12.5px;
    }

    .image_bilan_full {
        margin-bottom: 5px;
    }

    .para_marge_bilan {
        margin: 10px;
    }
}

.rh_center {
    text-align: center;
}

.rh_orange {
    color: #e73e25;
    font-size: 1.2em;
}


img[src*= "/conseil-rh-fdcs-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


@media only screen and (min-width: 600px) {
    img[src="Images/conseil-rh-fdcs-mini.jpg"] {
        display: none;
    }
}


img[src="Images/creation-entreprise-fdcs-full.jpg"] {
    float: left;
    margin: 0px 20px 10px 0;
}

@media only screen and (max-width: 600px) {
    img[src="Images/conseil-rh-fdcs-full.jpg"] {
        display: none;

    }

    img[src="Images/conseil-rh-fdcs-mini.jpg"] {
        display: initial;
        display: block;

    }

    img[src="Images/creation-entreprise-fdcs-full.jpg"] {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}


/*Orientation scolaire*/


.orientation_full img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.orientation_med img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.orientation_med_moins img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.orientation_mini img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*Telephone part*/
@media only screen and (max-width: 600px) {
    .orientation_full {
        display: none;
    }

    .orientation_med {
        display: none;
    }

    .orientation_med_moins {
        display: none;
    }

    .orientation_mini {
        display: initial;
    }

    #right_content {
        padding-right: 5px;
    }

    .orientation_h3 {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 601px) {
    .orientation_full {
        display: initial;
    }

    .orientation_med {
        display: none;
    }

    .orientation_med_moins {
        display: none;
    }

    .orientation_mini {
        display: none;
    }

    #right_content {
        float: left;
        padding-right: 15px;
        padding-left: 5px;
    }
}


@media only screen and (max-width: 880px) and (min-width: 769px) {
    .orientation_full {
        display: none;
    }

    .orientation_med {
        display: none;
    }

    .orientation_med_moins {
        display: initial;
    }

    .orientation_mini {
        display: none;
    }


}


@media only screen and (max-width: 1100px) and (min-width: 881px) {
    .orientation_full {
        display: none;
    }

    .orientation_med {
        display: initial;
    }

    .orientation_med_moins {
        display: none;
    }

    .orientation_mini {
        display: none;
    }

}

@media only screen and (min-width: 1101px) {
    .orientation_med {
        display: none;
    }

    .orientation_med_moins {
        display: none;
    }

    .orientation_mini {
        display: none;
    }

    #orientation_titre {
        padding-left: 3em;
    }
}

.entete_orientation {
    text-align: right;
    color: #e73e25;
}

.orientation_h3 {
    font-weight: bold;
    color: #1f3d79;
    margin-bottom: 0.5em;
}

.orientation_h3 + p {
    padding-left: 0;
    margin-bottom: 0;
}

.orientation_p + p {
    padding-left: 0;
    margin-top: 5px
}

/*outplacement*/


.outplacement_full img {

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.outplacement_mini img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 600px) {
    .outplacement_full {
        display: none;
    }

    .outplacement_mini {
        display: initial;
    }
}

@media only screen and (min-width: 600px) {

    .outplacement_mini {
        display: none;
    }

}

/*Coaching*/
.coaching_full {
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
}


.coaching_orange {
    color: #e73e25;
    text-align: right;
}

@media only screen and (max-width: 600px) {
    .coaching_full img {

        display: block;
        margin-left: auto;
        margin-right: auto;

    }

    .coaching_full {
        float: none;
        margin-bottom: 0;
    }

    .outplacement_beginning {
        float: none;
    }
}

.h2_coaching {
    font-weight: bold;
    color: #1f3d79;
}


/*Formation*/

.formation_full img {

    display: block;
    margin-left: auto;
    margin-right: auto;

}

.formation_h3 {
    font-weight: normal;
    color: #1f3d79;
    margin-bottom: 0.5em;
}

.formation_catalogue {
    font-size: 0.9em;
}

/*Partenaires*/

.top_row {
    height: 110px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.CRAMIF {
    float: left;
    display: inline-block;
    margin-left: 10px;

}

.CRAMIF + img {
    vertical-align: middle;
}

.ABIS {
    float: right;
    display: inline-block;
    margin-right: 10px;
}

.ABIS + img {
    vertical-align: middle;
}


/*	Pour les pages des formations */

.download {
    float: right;
    padding-left: 5px;
    padding-right: 5px;
}

.formation_presentation {
    border-style: solid;
    border-color: #1f3d79;
    text-align: justify;
    overflow: auto;
}


#download a {
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;

}

#download a[href *= ".pdf"] h2 {

    background-image: url('../Images/pdf.jpg');
    background-repeat: no-repeat;
    display: inline-block;
    height: 35px;
    width: 30px;
    outline: none;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;

}

#download a h2 span {
    display: none;
}

#left_side {
    display: inline-block;
}

#right_side {
    float: right;
}

.sous_list {
    list-style: none;
    list-style-image: url('../Images/tiret.jpg');
    padding-left: 30px;
}

#styled {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    background-color: #1d71b8;
    background-image: linear-gradient(to top left,
    rgba(0, 0, 0, .2),
    rgba(0, 0, 0, .2) 30%,
    rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
    inset -2px -2px 3px rgba(0, 0, 0, .6);
}

#styled a {
    color: white;
    text-decoration: none;
}

#styled:hover {
    background-color: #1f3d79;
}


/*--------------- Footer ---------------*/


[class*="footer"] {
    padding-top: 0;
}

.footer {
    padding: 0;
}


.footer a {
    color: #6f6f6f
}

footer {


    width: 100%;
    border-top: solid 1px;
    border-color: #dcdcdc;
    color: #999;
    font-size: 0.8em;
}

@media only screen and (max-width: 769px) {
    /* For tablet: */
    footer {
        font-size: 0.9em;
    }

}

#footer p {
    text-align: center;
}

.button {
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin: 4px 2px;
    transition-duration: 0.4s;
    border-radius: 4px;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.button-primary {
    background-color: #005fb0;
    color: white;
}

.button-primary:hover {
    background-color: #004080;
    color: white;
}

.button:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}

.input {
    padding: 10px 20px;
    font-size: 1rem;
    border: 1px solid #ccc;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    transition-duration: 0.4s;
    border-radius: 4px;
    color: #333;
    background-color: white;
}

.input:hover {
    border-color: #888;
}

.input:user-invalid {
    border-color: #e73e25;
}


.checkbox {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #005fb0;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: white;
    vertical-align: middle;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.checkbox:checked {
    background-color: #005fb0;
    border-color: #005fb0;
}

.checkbox:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

.checkbox:hover {
    border-color: #004080;
}

.checkbox:focus {
    outline: 1px solid #005fb0;
}

.section-title {
    text-align: left;
    padding: 0 7px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex-grow: 1;
}

.form-fields-grid {
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.form-field-error {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 0.8em;
    color: #e73e25;
}

.centered {
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 1000px) {
    .form-fields-grid {
        gap: 12px;
        flex-direction: row;
    }
}

.rotating {
 animation: rotating 1s linear infinite;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}



/** EBOOK **/

.ebook-grid {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 7px;
    gap: 32px;
    margin-bottom: 48px;
}

.ebook-cover {
    display: flex;
    justify-content: center;
    flex: 1;
}

.ebook-cover img {
    width: 90%;
}

.consents-text {
    display: flex;
    font-size: 0.8em;
    color: #666;
    flex-shrink: 0;
    gap: 8px;
}

.ebook-description {
    text-align: left;
}

@media only screen and (min-width: 1000px) {
    .section-title {
        padding: 0;
    }

    .ebook-grid {
        display: flex;
        flex-direction: row;
        gap: 64px;
        padding: 0;
        align-items: center;
    }

    .ebook-description {
        flex: 2;
    }

    .ebook-description button {
        margin-bottom: 16px;
    }

    .ebook-cover img {
        width: 100%;
    }
}

