/* MAJ le 04/11/2022 */

/* Couleur
-----------------------------------------------
Bleu 1 : #1B4D93
Bleu 2 : #37629E
Bleu 3 : #35aadc
Bleu 4 : #4fc4f6

Rouge 1 : #cc324b
Rouge 2 : #e64c65

Gris 1 : #363f61
Gris 2 : #50597b

Vert 1 : #0F9295
Vert 2 : #11a8ab

Jaune 1 : #FCB150
*/

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@media only screen and (max-width: 1050px) {
    body {
        margin: 0;
        padding: 0;
        width: 100vw;
        max-width: 100%;
        overflow-x: hidden;
    }
}

  html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
  }

  body {
    background:#12172d;
    margin:0;
    padding:20px 0;
    text-align:center;
    font-family: 'Ubuntu', sans-serif;
    color:#FFF;
    font-size/* */:/**/medium;
    font-size: /**/medium;
    width: 100vw;
    overflow-x: hidden;
  }


  /* Page Structure
  ----------------------------------------------- */

  #content {
    width:1050px;
    margin:0 auto;
    text-align:left;
    height: 100%;
    background-color: #1f253d;
    border-radius: 10px;
    padding:8px;
    border: 2px solid #394264;
  }

  #main {
    display: inline-block;
    width: 685px;
    background: #37629E;
    border-radius: 10px;
    margin: 10px 0 25px;
    padding: 0;
    color: #333;
    font-size: 97%;
    line-height: 1.5em;
    box-shadow: 0 0 10px -4px black;
  }
  #main-top {
    display: inline-block;
    width: 685px;
    background: #37629E;
    border-radius: 10px;
    margin: 10px 0 25px;
    padding: 0;
    color: #333;
    font-size: 97%;
    line-height: 1.5em;
    box-shadow: 0 0 10px -4px black;
  }

  #main-social {
    float:left;
    margin:0;
    width:100%;
    background: none;
  }

  #main1 {
    float:left;
    margin:5px 0 10px;
    width:100%;
    border-radius: 10px;
    background: none;
  }

  #main2 {
    width:100%;
    border-radius: 10px;
    padding:0 0 0 0;
  }

  #main3 {
    margin:5px 0 15px;
    width:1050px;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  #main4 {
    float:left;
    margin: 5px auto 15px;
    width:1050px;
    border-radius: 10px;
    background:#1B4D93;
    box-shadow: 0 0 10px -4px black;
    transition: all 0.2s;
  }

  #main5 {
    display: block;
    float:left;
    width:180px;
    border-radius: 10px;
    margin: auto;
  }

  #main6 {
    display: block;
    float:right;
    width:865px;
    border-radius: 10px;
    background:#1B4D93;
  }
  #main6 p {
    color: #FFF;
    font-size: 125%;
    font-weight: 500;
    letter-spacing:.009em;
    padding: 10px;
    margin: 38px auto 0;
  }

  #main7 {
    width:685px;
    float:left;
    margin:0 0 7px;
    padding: 0 0 0 0;
    color:#333;
    font-size:97%;
    line-height:1.5em;
    justify-content: space-around;
    align-items: center;
  }

  #sidebar {
    width:340px;
    margin:10px 0 10px;
    float:right;
    font-size:97%;
    line-height:1.5em;
  }

  #skills {
    width:333px;
    margin:0 8.5px 10px 8.5px;
    float:left;
    font-size:97%;
    line-height:1.5em;
    transition: all 0.3s;
  }

  #skills:hover {
    transform: scale(1.07);
    transition: all 0.3s;
  }

  #unset {
    color: unset;
    display:unset;
    float:unset;
    border:unset;
    background:unset;
    background-color: unset;
    border-radius:unset;
    padding:unset;
    margin:unset;
    font-size:unset;
    font-style:unset;
    font-weight: unset;
    line-height:unset;
    text-align:unset;
  }

  /* Links
  ----------------------------------------------- */

  a:link {
    color:#9db;
  }
  a:visited {
    color:#9db;
  }
  a:hover {
    color:#fff;
  }
  a img {
    border-width:0;
  }
  #main a:link {
    color:#4fc4f6;
  }
  #main a:visited {
    color:#4fc4f6;
  }
  #main a:hover {
    color:#FFF;
  }
  #main4 .post-footer a:link {
    color:#4fc4f6;
  }
  #main4 .post-footer a:visited {
    color:#4fc4f6;
  }
  #main4 .post-footer a:hover {
    color:#FFFFFF;
  }
  #main4 .post-title a:link {
    color:#FFFFFF;
  }
  #main4 .post-title a:visited {
    color:#FFFFFF;
  }
  #main4 .post-title a:hover {
    color:#000000;
  }


  /* Blog Header
  ----------------------------------------------- */

  #header {
    background:#1B4D93;
    border-radius: 10px;
    margin:0 auto 30px;
    padding:0 0 8px;
    color:#fff;
    box-shadow: 0 0 10px -4px black;
  }
  #header div {
    padding:8px 0 0 20px;
  }

  #header-index {
    background:#1B4D93;
    border-radius: 10px;
    margin:0 auto 20px;
    padding:0;
    color:#fff;
    box-shadow: 0 0 10px -4px black;
  }
  #header-index div {
    padding:8px 0 0 0;
  }

  #blog-title {
    margin:0;
    padding:10px 30px 5px;
    font-size:190%;
    line-height:1.2em;
  }

  #blog-title a {
    text-decoration:none;
    color:#fff;
  }

  #description {
    margin:0;
    padding:5px 30px 10px;
    font-size:80%;
    line-height:1.5em;
    color:#abc;
  }


  /* Top Menu
  ----------------------------------------------- */

  .boutonmenu {
    padding: 10px 15px 10px 15px;
    margin: 0 3px 0 0;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #50597b;
    border-bottom: 5px solid #394264;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    width: 73.45px;
    min-height:17px;
    transition-property: border-bottom 0.6s linear 0s;
  }

  .boutonmenu.active {
    background: #394264;
    border-bottom: 5px solid #4fc4f6;
    color: #4fc4f6;
  }
  .boutonmenu:hover {
    border-bottom: 5px solid #4fc4f6;
    color: #4fc4f6;
  }

  .bouton-group-navigation {
    height: 42px;
  }

  .bouton-group-navigation li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #1B4D93;
    line-height: 16px;
  }
  .bouton-group-navigation li:first-child {
    border-bottom-left-radius: 5px;
  }
  .bouton-group-navigation li:last-child {
    border-bottom-right-radius: 5px;
  }

  .bouton-group-navigation a {
    text-decoration:none;
    color:#fff;
  }

  .bouton-group-navigation li .boutonmenu {
    float: left;
    margin-left: -5px;
  }

  .bouton-group-navigation>.boutonmenu:first-child,
  .bouton-group-navigation li:first-child .boutonmenu {
    margin-left: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 5px;
  }

  .button-group-navigation>.boutonmenu:last-child,
  .bouton-group-navigation li:last-child .boutonmenu {
    margin-right: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
  }

  /* Posts
  ----------------------------------------------- */

  .date-header {
    margin:0;
    padding:10px 2px 5px 35px;
    font-size:70%;
    font-weight:700;
    line-height:2.0em;
    text-transform:uppercase;
    letter-spacing:.2em;
    color:#1f253d;
    background: #1B4D93;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .date-header.notif {
    line-height:1.9em;
    padding:5px 2px 5px 35px;
  }
  .date-header.tech {
    background: #35aadc;
  }
  .date-header.materiel {
    background: #FF7070;
  }
  .date-header.cosmetics {
    background: #11a8ab;
  }
  .date-header.presta {
    background: #FFD582;
  }
  #Tagreviews {
    text-transform:none;
    color:White;
    text-decoration: none;
    font-size: 13px;
  }
  .date-header.favori {
    background: #FFA07A;
  }

  .icon::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  }
  .folderclose::before {
  font: var(--fa-font-solid);
  content: "\e186";
  }
  .folderopen::before {
  font: var(--fa-font-regular);
  content: "\f07c";
  }
  .date-header span {
    float:right;
    font-size: 14px;
  }
  .date-header span::before {
    font: var(--fa-font-solid);
    content: "\e186";
  }
  .date-header span:hover::before {
    font: var(--fa-font-regular);
    content: "\f07c";
  }

  .date-header a {
    display:block;
    float:right;
    margin-right: 7px;
    padding: 3px 12px 3px 12px;
    line-height: 13px;
    font-size: 12px;
    font-style: normal;
    border:1px solid #1f253d;
    background: #1f253d;
    color: #35aadc;
    border-radius: 9px;
    transition: all .2s linear;
  }
  .date-header a:hover {
    color: #1f253d;
    transform: scale(1.17);
    transition: all 0.3s;
  }

  .date-header-top {
    margin:0;
    padding:10px 0 5px 35px;
    font-size:70%;font-weight:700;
    line-height:2em;
    text-transform:uppercase;
    letter-spacing:.2em;
    color:#50597b;
    background: #4fc4f6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .post {
    margin:0;
    padding-bottom: 0;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .blog {
    width:675px;
  }
  .notification {
    width:675px;
    height: 30px;
  }
  .post-review {
    margin:0;
    padding-bottom: 0;
    display: block;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 10px;
  }

    .post::before{
        content: '';
        box-sizing: border-box;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #1B4D93;;
        animation: a-ltr-before 1s cubic-bezier(.77,0,.18,1) forwards;
        transform: translateY(0);
    }

    @keyframes a-ltr-after{
        0% {transform: translateX(-100%);}
        100% {transform: translateX(50%);}
    }

    @keyframes a-ltr-before{
        0% {transform: translateY(0);}
        100% {transform: translateY(200%);}
    }


  h3.notif {
  line-height:1.0em;
  font-size: 115%;
  font-weight: 400;
  padding:6px 10px 6px 18px;
  }
  .post-title {
    margin:0;
    font-size:135%;
    font-weight:500;
    line-height:1.4em;
    display:block;
    padding:10px 10px 8px 18px;
    color: #FFF;
  }
  .post-title div {
    display: block;
    float:right;
    margin-top:-4px;
    font-size:18px;
  }
  .post-title:hover {
    color: #000;
  }

  .inverted {
    background:
      linear-gradient(-45deg, #000  40%, #fff 0 60%, #000  0) right/300% 100% no-repeat,
      linear-gradient(-45deg, #0000 40%, #000 0 60%, #0000 0) right/300% 100% no-repeat;
    -webkit-background-clip: text, padding-box;
    background-clip: text, padding-box;
    transition: 0.65s
  }
  .inverted:hover {
    background-position: left;
  }

  #compte {
    display: flex;
    position: absolute;
    margin-top: -17px;
    margin-left: 635px;
    justify-content: space-around;
    align-items: center;
    height:21px;
    width:37px;
    border-radius: 8px;
    background:#1f253d;
    border: 2px solid #1f253d;
    color:#FFF;
    padding:0;
    font-size:12px;
    font-weight:400;
    z-index: 999;
  }

  .postsnippet {
    margin:0;
    padding:0 5px;
    border-width:1px 0;
  }
  .postsnippet a {
    display:block;
    float:right;
    margin-top: 3px;
    margin-left: 5px;
    padding: 5px 15px 5px 15px;
    line-height: 15px;
    font-size: 10px;
    font-style: normal;
    border:1px solid #1f253d;
    background: #1f253d;
    color: #4fc4f6;
    border-radius: 10px;
  }

  .code-title {
    margin:0;
    font-size:135%;
    font-weight:500;
    line-height:1.5em;
    display:block;
    padding:10px 2px 8px 10px;
    color: #FFF;
  }
  .code-title div {
    display: block;
    float:right;
    margin-top:-3px;
    font-size:18px;
  }
  .code-title:hover {
    color:#000;
  }
  .code-info {
    margin:0;
    font-size:135%;
    font-weight:500;
    line-height:1.5em;
    display:block;
    padding:10px 10px 8px 5px;
    color: #FFF;
  }
  .code-info span {
    padding-left: 5px;
  }
  .code-info:hover {
    color:#000;
  }

  .post-code {
    width: 100%;
    background:#000000;
    display: none;
    border-radius: 10px;
  }
  .post-code.visible {
    display: block;
    min-height: 180px;
  }
  .post-code > pre {
    background: url("https://www.ziani.info/images/code.png")top right/20% no-repeat #000;
    color: #FFF;
    margin: 0 auto 0;
    padding:25px 15px 15px 15px;
    border-radius: 10px;
  }
  .cache-code {
    display: none;
  }

  .post-test {
    width: 100%;
    background:#282C33;
    display: none;
    border-radius: 10px;
  }
  .post-test.visible {
    display: block;
  }
  .post-test > p {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    margin: 0 auto 5px;
    padding:25px 15px 15px 15px;
  }


  #main a.title-link, .post-title strong {
    text-decoration:none;
    display:block;
  }
  #main a.title-link:hover {
    background-color:#fff;
    color:#000;
  }

  .post-body {
      padding: 5px 25px 15px 25px;
      border-bottom-width:0;
      font-size: 110%;
      color: #FFFFFF;
  }
  .inactif {
    display:none;
  }

  .post p {
    margin:0;
    padding:0;
    color:#FFF;
    text-align: justify;
  }

  p.post-footer {
    margin:0;
    padding:10px 10px 10px 15px;
    font-size:90%;
    line-height:0.6em;
    color:#4fc4f6;
    text-align:right;
    font-style:italic;
    background: #1f253d;
    border-top: 4px solid #1B4D93;
    border-bottom-right-radius: 10px;
  }
  html>body p.post-footer {
    border-bottom-color:transparent;
  }
  p.post-footer em {
    display:block;
    float:left;
    text-align:left;
    font-style:normal;
  }
  a.edit {
    text-decoration: none;
  }

  td.normal {
    width:10px;
    background:rgb(57,98,155);background: linear-gradient(180deg, rgba(27,77,147,1) 10%, rgba(31,37,61,1) 80%);
    border-bottom-left-radius: 10px;
  }
  td.notif {
    width:10px;
    background: rgb(27,77,147);background: linear-gradient(180deg, rgba(27,77,147,1) 10%, rgba(17,168,171,1) 80%);
    border-bottom-left-radius: 10px;
  }
  td.favori {
    width:10px;
    background:rgb(57,98,155);background: linear-gradient(180deg, rgba(27,77,147,1) 10%, rgba(255,160,122,1) 80%);
    border-bottom-left-radius: 10px;
  }

  td.normalplugin {
    width:10px;
    background:rgb(27,77,147);background: linear-gradient(180deg, rgba(27,77,147,1) 10%, rgba(31,37,61,1) 80%);
    border-bottom-left-radius: 10px;
  }
  td.victoire {
    width:10px;
    background:rgb(27,77,147);background: linear-gradient(180deg, rgba(27,77,147,1) 10%, rgba(50,255,50,0.5) 80%);
    border-bottom-left-radius: 10px;
  }
  td.defaite {
    width:10px;
    background:rgb(27,77,147);background: linear-gradient(180deg, rgba(27,77,147,1) 10%, rgba(255,69,0,0.5) 80%);
    border-bottom-left-radius: 10px;
  }

  .post img {
    display: block;
    max-height: 600px;
    max-width: 600px;
    border-radius: 10px;
  }

  blockquote {
    margin:.75em 0;
    border:1px dotted #596;
    border-width:1px 0;
    padding:5px 15px;
  }
  .post blockquote p {
    margin:.5em 0;
  }

  del {
      text-decoration: line-through;
      color: gray;
      font-style:italic;
  }
  ins {
      text-decoration: none;
      font-style:italic;
  }

  /* Comments
  ----------------------------------------------- */
  #comments {
    margin:-25px 13px 0;
    border:1px dotted #6a7;
    border-width:0 1px 1px;
    padding-right: 10px;
    font-size:12px;
  }
  #comments h4 {
    margin:0 0 10px;
    padding:0 14px 2px 29px;
    border-bottom:1px dotted #6a7;
    font-size:120%;
    line-height:1.4em;
    color:#333;
  }
  #comments-block {
    margin:0 15px 0 9px;
  }
  .comment-data {
    background:url("https://www.ziani.info/images/icon_comment.gif") no-repeat 2px .3em;
    margin:.5em 0;
    padding:0 0 0 20px;
    color:#666;
  }
  .comment-poster {
    font-weight:bold;
  }
  .comment-body {
    margin:0 0 1.25em;
    padding:0 0 0 20px;
  }
  .comment-body p {
    margin:0 0 .5em;
  }
  .comment-timestamp {
    margin:0 0 .5em;
    padding:0 0 .75em 20px;
    color:#fff;
  }
  .comment-timestamp a:link {
    color:#fff;
  }
  .deleted-comment {
    font-style:italic;
    color:gray;
  }

  /* Profile
  ----------------------------------------------- */

  #profile-container {
    background: #50597b;
    border-radius: 10px;
    margin:0 0 20px;
    padding:0 0 10px;
    color:#fff;
    box-shadow: 0 0 10px -4px black;
  }

  #skills-container {
    background:#11a8ab;
    border-radius: 10px;
    margin:0 auto 10px;
    padding:0 0 10px;
    color:#000;
    -webkit-animation: bummer 1s;
    animation: bummer 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  @keyframes bummer {
    0% {transform: scale(0,0);}
    50% {transform: scale(1.02,1.02);}
    100% {transform: scale(1,1);}
  }

  #profile-container h2 {
    padding:10px 15px .2em;
    margin:0;
    border-width:0;
    font-size:115%;
    line-height:1.3em;
    color:#fff;
  }

  #skills-container h2 {
    padding:10px 10px .2em;
    margin:0;
    border-width:0;
    font-size:115%;
    line-height:1.5em;
    color:#000;
  }

  .profile-datablock {
    margin:0 0 .5em;
    padding-top:8px;
    padding-bottom: 4px;
  }

  .profile-datablock .pro {
    width: 92%;
    height: 22px;
    margin: 5px auto 0;
    padding-left: 10px;
    background: #1B4D93;
    border: 2px solid #35aadc;
    border-radius: 10px;
    color: #FFF;
  }
  .profile-datablock .perso {
    width: 92%;
    height: 22px;
    margin: 5px auto 0;
    padding-left: 10px;
    background: #35aadc;
    border: 2px solid #1B4D93;
    border-radius: 10px;
    color: #000;
  }
  .profile-datablock .top {
    width: 95%;
    height: 22px;
    margin: 5px auto 0;
    padding-left: 10px;
    background: #35aadc;
    border: 2px solid #1B4D93;
    border-radius: 10px;
    color: #000;
  }
  .profile-datablock .top a {
    padding-left: 10px;
    color: #000;
    text-decoration: none;
  }
  .profile-datablock .top em {
    padding-right: 10px;
    float: right;
    font-size: 11px;
    font-style: normal;
  }
  .profile-datablock .top:hover > a{
    color: #EEE;
    font-weight: 600;
  }
  .profile-datablock .news {
    width: 95%;
    height: 22px;
    margin: 5px auto 0;
    padding-left: 10px;
    background: #394264;
    border: 2px solid #2c2c2c;
    border-radius: 10px;
    color: #FFF;
  }
  .profile-datablock .news a {
    padding-left: 0;
    color: #FFF;
    text-decoration: none;
  }
  .profile-datablock .news em {
    padding-right: 5px;
    float: right;
    font-size: 11px;
    font-style: normal;
  }
  .profile-datablock .news a:hover{
    color: #000;
  }
  .profile-datablock .news span {
    padding-left: 5px;
  }

  .profile-datablock .legende {
    padding-left: 5px;
  }
  .profile-datablock .legende span {
    padding-left: 5px;
  }
  .profile-datablock .legende a {
    text-decoration:none;
  }

  .profile-datablock .pro span,
  .profile-datablock .perso span {
    padding-left: 10px;
  }
  .skills-datablock {
    margin:0 10px .5em;
    border-top:1px dotted #7a8;
    padding-top:8px;
    padding-bottom: 0;
  }

  .profile-img {display:inline;}
  .profile-img img {
    float:left;
    margin:0 10px 5px 0;
    border:3px solid #bec;
    -webkit-animation: bummer3 0.75s;
    animation: bummer3 0.75s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  @keyframes bummer3 {
    0% {transform: scale(0.75,0.75);}
    50% {transform: scale(1.08,1.08);}
    100% {transform: scale(1,1);}
  }

  .profile-data strong {
    display:block;
  }

  .skills-data,
  .profile-data {
    padding-top:3px;
  }


  #profile-container p {
    margin:0 15px 0;
    padding: 2px;
  }
  #profile-container .profile-textblock {
    clear:left;
    padding:10px;
  }
  #profile-container a {
    color:#fff;
  }
  #profile-container a:hover {
    color:#FFF;
  }

  .profile-link a {
    /*background:url("https://www.ziani.info/images/icon_profile.gif") no-repeat 0 .1em;
    background-position:left 50%;*/
    padding-left:0;
    font-weight:bold;
  }

  ul.skills-datablock,
  ul.profile-datablock {
    list-style-type:none;
  }


  /* Sidebar Boxes
  ----------------------------------------------- */

  .box {
    background: #50597b;
    border-radius: 10px;
    margin:0 0 10px;
    color:#fff;
  }

  .box2 {
    padding:0 13px 3px;
  }

  .sidebar-title {
    margin:0;
    padding:0 0 .2em;
    font-size:115%;
    font-weight:500;
    line-height:1.5em;
    color:#fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #1B4D93;
  }
  .sidebar-title.deux {
    background: #11a8ab;;
  }
  .sidebar-title.trois {
    background: #cc324b;;
  }


  .skills-title {
    margin:0;
    padding:0 0 .2em;
    border-bottom:1px dotted #456;
    font-size:115%;
    font-weight:500;
    line-height:1.5em;
    color:#abc;
  }

  .box h2{
    padding:10px 15px .2em;
    margin:0;
    border-width:0;
    font-size:115%;
    line-height:1.5em;
    color:#fff;
  }

  .box ul {
    margin:.5em 0 .9em;
    padding:0 0;
    list-style:none;
  }
  .box ul li.with {
    background-position:left 50%;
    margin:0;
    padding:0 0 3px 16px;
    margin-bottom:3px;
    border-bottom:1px dotted #345;
    line-height:1.4em;
  }
  .box ul li a {
    text-decoration: none;
    color: #fff;
  }
  .box ul li a:hover {
    text-decoration: none;
    color: #000;
  }
  .box p {
    margin:0 0 .6em;
  }


  /* Footer
  ----------------------------------------------- */

  #footer {
    clear:both;
    margin:0;
    padding:10px 0 0;

  }
  #footer div {
    background:#1B4D93;
    border-radius: 10px;
    padding:0 0 0;
    color:#fff;
  }
  #footer div div {
    padding:8px 15px 8px 15px;
    box-shadow: 0 0 10px -4px black;
  }
  #footer hr {display:none;}
  #footer p {margin:0;}
  #footer a {color:#fff;}
  #footer table tr td {font:x-small/1.5em "Unbuntu",Verdana,Arial,Sans-serif;}

  /* Others
  ----------------------------------------------- */

  #main1 ul {
    margin: 0;
    padding:0;
  }

  .nav-list > li {
    display:inline-block;
    margin-left: 0;
    list-style: none;
    margin-top: 13px;
    background: #37629E;
    color: #FFF;
    border-radius: 10px;
    padding-left:10px;
    padding-right:10px;
    line-height: 40px;
    border: 0 solid #586;
    box-shadow: 0 0 10px -4px black;
  }

 .nav-list > li:hover {
    background: #1B4D93;
    border: 0 solid #BCEDCE;
  }

  .nav-list li:hover h1 {
   display:block;
   line-height: 14px;
   color: #FFF;
  }
  .nav-list li:hover + li.expand {
    line-height: 57px;
    margin-left: 5px;
    position:absolute;
    background: #1B4D93;
  }

  .nav-list li.top {
    display:block;
    position: relative;
    margin-left: 0;
    list-style: none;
    margin-top: 5px;
    margin-bottom: 0;
    border-radius: 10px;
    padding-left: 7px;
    padding-bottom: 5px;
    line-height: 25px;
    border: 2px solid #37629E;
    background: #1B4D93;
    box-shadow: 0 0 10px -4px black;
  }

  .nav-list > li.top > a > h2 {
    font-size: 18px;
    line-height: 20px;
  }
  .nav-list > li.top > a > h4 {
    font-size: 18px;
    line-height: 20px;
    color: #FFF;
    font-weight: normal;
  }
  .nav-list > li.top > a > span {
    font-size: 18px;
    padding-left:0;
    margin-right: 0;
    line-height: 20px;
    padding: 5px 8px 0 0;
    color: #FFF;
    font-weight: normal;
  }

  .nav-list > li.top > a > h3 {
    font-size: 18px;
    line-height: 20px;
    color: #FFF;
    font-weight: normal;
    margin-right: -2px
  }
  .nav-list > li.top > a > h3 > span {
    margin:0 15px 0 13px;
  }

  .nav-list > li.separator {
    position: relative;
    margin-left: 0;
    list-style: none;
    margin-top: 5px;
    color: #000;
    border-radius: 5px;
    padding-left:10px;
    line-height: 30px;
    border: 1px solid #BCEDCE;
    background: #586;
  }

  .nav-list > li > h1 {
    display:none;
    float:inherit;
    margin: -3px 0 0;
    padding-bottom: 6px;
    padding-left: 35px;
    line-height: 0;
    font-size: 14px;
    font-style: italic;
  }

  .nav-list li h1 span {
  float:right;
  padding-right: 10px;
  }

  .nav-list > li > a > h2 {
    display:block;
    float:left;
    margin-top: 0;margin-bottom: 0;
    padding: 6px 0 0;
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
  }

  .nav-list > li > a > span {
    display:block;
    float:left;
    margin-top: 0;margin-bottom: 0;
    padding: 6px 10px 0 0;
    line-height: 30px;
    font-size: 18px;
    color: #FFFFFF;
  }

  .nav-list > li > a > h3 {
    display:block;
    float:right;
    margin-top: 0;margin-bottom: 0;
    padding: 6px 0 0 5px;
    line-height: 30px;
    font-size: 18px;
    font-style: italic;
    color: #FFFFFF;
  }
  .nav-list > li > a > h3 > span {
    margin:0 15px 0 15px;
  }
  .nav-list > li > a > h3 > em {
    display:block;
    float:right;
    margin: auto 5px auto 5px;
    padding: 5px 15px 5px 15px;
    line-height: 14px;
    font-family: inherit;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    border:1px solid #4fc4f6;
    background: #4fc4f6;
    color: rgba(0, 0, 0, 1);
    border-radius: 10px;
  }
  .nav-list > li > a > h4 {
    display:block;
    float:left;
    margin-top: 0;margin-bottom: 0;
    padding:5px 0 0;
    line-height: 30px;
    font-size: 20px;
    color: #000;
  }

  input.searchresponse {
    display: block;
    float: left;
    line-height: 22px;
    height:24px;
    width: 140px;
    list-style: none;
    margin-top:5px;
    margin-bottom:5px;
    padding: 5px 10px 5px 10px;
    color: #000;
    background-color: #35aadc;
    border-radius: 10px;
    border: 0 solid #1B4D93;
    font-size: 16px;
    font-weight: 600;
  }

  span.searchresponse {
    display: block;
    float: left;
    line-height: 22px;
    height:24px;
    width: 140px;
    list-style: none;
    margin-top:5px;
    margin-bottom:5px;
    padding: 5px 10px 5px 10px;
    color: #000;
    background-color: #35aadc;
    border-radius: 10px;
    border: 0 solid #1B4D93;
    font-size: 16px;
    font-weight: 600;
  }

  #closeall {
    display: flex;
    margin-top:0;
    margin-bottom: 0;
    margin-right: 0;
    float: right;
    justify-content: space-around;
    text-decoration:none;
    align-items: center;
    height:20px;
    width:20px;
    border-radius:100%;
    border: 0 solid #1f253d;
    background: none;
    color:#1f253d;
    padding:1px;
    font-size:18px;
    font-weight:500;
    transition: all .2s linear;
  }
  #closeall:hover {
    color: #4fc4f6;
    transform: scale(1.04);
    transition: all 0.3s;
  }

  body .skills-data .progress {
    float: right;
    width: 35%;
    margin-top: 8px;
    height: 6px;
    background: rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
  }

  body .skills-data .progress_bar {
    height: 6px;
    float: left;
    width: 100%;
    background: #9db;
    -webkit-animation: bar 1.5s;
    margin-right: 10px;
  }
  body .skills-data .progress_bar1 {
    height: 6px;
    float: left;
    width: 95%;
    background: #9db;
    -webkit-animation: bar1 1.75s;
    margin-right: 10px;
  }
  body .skills-data .progress_bar2 {
    height: 6px;
    float: left;
    width: 85%;
    background: #9db;
    -webkit-animation: bar2 1.75s;
    margin-right: 10px;
  }
  body .skills-data .progress_bar3 {
    height: 6px;
    float: left;
    width: 70%;
    background: #9db;
    -webkit-animation: bar3 2s;
    margin-right: 10px;
  }
  body .skills-data .progress_bar_custom {
    height: 6px;
    float: left;
    width: var(--width);
    background: #9db;
    -webkit-animation: barcustom 2s;
    margin-right: 10px;
  }
  body .skills-data .progress_bar_task {
    height: 6px;
    float: left;
    background: #9db;
    margin-left: -8px;
    margin-top: -4px;
  }

  body .skills-data .progress_graph {
    float: right;
    width: 100px;
    text-align: center;
    position: relative;
    padding-right: 0;
    top: 5px
  }

  body .skills-data .progress_graph__bar--1 {
    position: relative;
    width: 10px;
    height: 2px;
    bottom: -8px;
    float: left;
    background: #586;
    margin-right: 10px;
    -webkit-animation: graph 1s;
  }
  body .skills-data .progress_graph__bar--2 {
    position: relative;
    width: 10px;
    height: 4px;
    bottom: -6px;
    float: left;
    background: #586;
    margin-right: 10px;
    -webkit-animation: graph2 1s;
  }
  body .skills-data .progress_graph__bar--3 {
    position: relative;
    width: 10px;
    height: 6px;
    bottom: -4px;
    float: left;
    background: #586;
    margin-right: 10px;
    -webkit-animation: graph3 1s;
  }
  body .skills-data .progress_graph__bar--4 {
    position: relative;
    width: 10px;
    height: 8px;
    bottom: -2px;
    float: left;
    background: #586;
    margin-right: 10px;
    -webkit-animation: graph4 1s;
  }
  body .skills-data .progress_graph__bar--5 {
    position: relative;
    width: 10px;
    height: 10px;
    bottom: 0;
    float: left;
    background: #586;
    margin-right: 10px;
    -webkit-animation: graph5 1s;
  }

  @-webkit-keyframes bar {
    from {width: 0;}
    to {width: 100%;}
  }

  @keyframes bar {
    from {width: 0;}
    to {width: 100%;}
  }
  @-webkit-keyframes bar1 {
    from {width: 0;}
    to {width: 95%;}
  }
  @-webkit-keyframes bar2 {
    from {width: 0;}
    to {width: 85%;}
  }
  @keyframes bar2 {
    from {width: 0;}
    to {width: 85%;}
  }
  @-webkit-keyframes bar3 {
    from {width: 0;}
    to {width: 70%;}
  }
  @keyframes bar3 {
    from {width: 0;}
    to {width: 70%;}
  }
  @-webkit-keyframes barcustom {
    from {width: 0;}
    to {width: var(--width);}
  }
  @keyframes barcustom {
    from {width: 0;}
    to {width: var(--width);}
  }

  @-webkit-keyframes graph {
    from {height: 0;}
    to {height: 2px;}
  }
  @keyframes graph {
    from {height: 0;}
    to {height: 2px;}
  }
  @-webkit-keyframes graph2 {
    from {height: 0;}
    to {height: 4px;}
  }
  @keyframes graph2 {
    from {height: 0;}
    to {height: 4px;}
  }
  @-webkit-keyframes graph3 {
    from {height: 0;}
    to {height: 6px;}
  }
  @keyframes graph3 {
    from {height: 0;}
    to {height: 6px;}
  }
  @-webkit-keyframes graph4 {
    from {height: 0;}
    to {height: 8px;}
  }
  @keyframes graph4 {
    from {height: 0;}
    to {height: 8px;}
  }
  @-webkit-keyframes graph5 {
    from {height: 0;}
    to {height: 10px;}
  }
  @keyframes graph5 {
    from {height: 0;}
    to {height: 10px;}
  }

  /* photo Avatar
  ----------------------------------------------- */

  .containeravatar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
  .border {
    height: 265px;
    width: 208px;
    background: transparent;
    border-radius: 10px;
    transition: border 1s;
    position: relative;
  }
  .border:hover {
    border: 1px solid #fff;
  }
  .card {
    height: 275px;
    width: 218px;
    background: #808080;
    border-radius: 10px;
    transition: background 0.5s;
    overflow: hidden;
    background: #000;
    box-shadow: 45px 60px 63px -50px #000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .card0 {
    background: url("https://www.ziani.info/images/photo_id.webp") center center no-repeat;
    background-size: 242px;
  }
  .card0:hover {
    background: url("https://www.ziani.info/images/photo_id.webp") left center no-repeat;
    background-size: 455px;
  }
  .card0:hover h3 {
    opacity: 1;
  }
  .card0:hover .fa {
    opacity: 1;
  }

  .fa {
    opacity: 0;
    transition: opacity 1s;
  }
  .icons {
    position: absolute;
    fill: #fff;
    color: #fff;
    height: 130px;
    top: 145px;
    width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  .card0 h3 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 75%;
    line-height: 30px;
    color: #fff;
    margin:0 0 0 10px;
    opacity: 0;
    transition: opacity 1s;
  }

  /* Zocial
  ----------------------------------------------- */

  .zocial {
    color:#000;
    list-style: none;
    height: 35px;
    padding:0;
    margin:20px auto 15px;
    display:flex;
    justify-content: space-around;
    align-items: center;
  }

  .zocial li {
    display: inline-block;
    list-style: none;
    line-height: 35px;
    margin: 0 0 0 0;
  }
  .zocial a {
    text-decoration:none;
    color:#fff;
  }
  .zocial a:hover {
    text-decoration:none;
    color:#fff;
  }
  .zocial .zocialicon{
    float: left;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 17px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
  }
  .zocial .zocialtext{
    float: right;
    width: 120px;
    height: 35px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
  }

  .zocial .facebook .zocialicon{
    background:#1B4D93;
  }
  .zocial .facebook .zocialtext{
    background:#37629E;
  }
  .zocial .facebook .lien:hover div{
    background:#37629E;
  }
  .zocial .facebook .lien:hover span{
    background:#1B4D93;
  }

  .zocial .twitter .zocialicon{
    background:#35aadc;
  }
  .zocial .twitter .zocialtext{
    background:#4fc4f6;
  }
  .zocial .twitter .lien:hover div{
    background:#4fc4f6;
  }
  .zocial .twitter .lien:hover span{
    background:#35aadc;
  }

  .zocial .linkedin div{
    background:#0F9295;
  }
  .zocial .linkedin span{
    background:#11a8ab;
  }
  .zocial .linkedin .lien:hover div{
    background:#11a8ab;
  }
  .zocial .linkedin .lien:hover span{
    background:#0F9295;
  }

  .zocial .mail div{
    background:#cc324b;
  }
  .zocial .mail span{
    background:#e64c65;
    color:#000;
  }
  .zocial .mail .lien:hover div{
    background:#e64c65;
  }
  .zocial .mail .lien:hover span{
    background:#cc324b;
    color:#FFF;
  }

  .zocial .link div{
    background:#1f253d;
  }
  .zocial .link span{
    background:#363f61;
  }
  .zocial .link .lien:hover div{
    background:#363f61;
  }
  .zocial .link .lien:hover span{
    background:#1f253d;
  }

  .zocial .code div{
    background:#E14747;
  }
  .zocial .code span{
    background:#FF7070;
  }
  .zocial .code .lien:hover div{
    background:#FF7070;
  }
  .zocial .code .lien:hover span{
    background:#E14747;
  }

  .zocial .warriors div{
    background:#fdb927;
  }
  .zocial .warriors span{
    background:#1f253d;
    color:#FFF;
  }
  .zocial .warriors .lien:hover div{
    background:#0445A5;
  }
  .zocial .warriors .lien:hover span{
    background:#fdb927;
    color:#000;
  }

  .zocial .titleicon{
    float: left;
    width: 50px;
    height: 35px;
    text-align: center;
    font-size: 20px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
  }
  .zocial .titletext{
    float: right;
    width: 980px;
    height: 35px;
    text-align: left;
    padding-left:20px;
    font-size: 18px;
    font-weight: 600;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
  }

  .zocial .title div{
    background:#35aadc;
  }
  .zocial .title span{
    background:#1B4D93;
  }
  .zocial .title .lien:hover div{
    background:#1B4D93;
  }
  .zocial .title .lien:hover span{
    background:#35aadc;
  }

  /* Menu de tri
  ----------------------------------------------- */

  menu {
    position: relative;
    display: block;
    align-items: center;
    margin:0 auto;
    justify-content: center;
    padding: 5px;
  }
  menu .bottomMenu {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
  }
  menu .bottomMenu .seperator {
    width: 1px;
    height: 24px;
    background: #4fc4f6;
    margin: 0 -0px;
  }
  menu .bottomMenu__item {
    position: relative;
    height: 35px;
    min-width: 65px;
    border: none;
    background: #50597b;
    color:#FFFFFF;
    font-size: 16px;
    border-radius: 12px;
    transition: all 0.25s;
  }
  menu .mixitup-control-active:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 46%;
    width: 5px;
    height: 5px;
    background: #4fc4f6;
    border-radius: 16px;
  }
  menu .active:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 46%;
    width: 5px;
    height: 5px;
    background: #4fc4f6;
    border-radius: 16px;
  }
  menu .bottomMenu__item .title {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    line-height: 18px;
    border-radius: 4px;
    padding: 0 3px;
    font-size: 0.6rem;
    font-weight: 700;
    color: #1f253d;
    background: #4fc4f6;
    min-width: 80px;
  }
  menu .bottomMenu__item .compte {
    position: absolute;
    top: 0;
    left: 90%;
    transform: translate(-50%, -50%);
    display: block;
    line-height: 14px;
    border-radius: 5px;
    padding: 1px 3px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #1f253d;
    background: #4fc4f6;
    min-width: 25px;
  }
  menu .bottomMenu__item:hover {
    z-index: 999;
    background: #394264;
    color:#FFF;
  }
  menu .bottomMenu__item.mixitup-control-active {
    z-index: 999;
    background: #394264;
  }

  menu .bottomMenu__item:hover .title {
    display: block;
  }


  .cursor {
    color: #FFF;
    background: transparent;
    -webkit-animation: Blink 1s ease infinite;
    -moz-animation: Blink 1s ease infinite;
    animation: Blink 1s ease infinite;
  }
  @-webkit-keyframes Blink {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-moz-keyframes Blink {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes Blink {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  /*.img {*/
  /*  --s: 150px;   !* the size of the image *!*/
  /*  --b: 4px;     !* the border thickness*!*/
  /*  --g: 70px;    !* the gap *!*/
  /*  --c: LightSalmon; !* the color *!*/
  /*  cursor: pointer;*/
  /*  transition: 0.3s;*/
  /*  border-radius: 150px;*/
  /*  overflow: hidden;*/
  /*}*/
  /*.img:hover {*/
  /*  border-radius: 100%;*/
  /*  overflow: hidden;*/
  /*  box-shadow: 0 0 0 5px LightSalmon;*/
  /*}*/

.img {
  --s: 150px;   /* The size of the image */
  --b: 4px;     /* The border thickness */
  --g: 70px;    /* The gap */
  --c: LightSalmon; /* The color */
  cursor: pointer;
  transition: 0.3s;
  border-radius: 150px;
  overflow: hidden;
}

/* Default state (no glow) */
.img:not(.glow-active) {
  border-radius: 100%;
  overflow: hidden;
  box-shadow: none;
  transition: box-shadow 0.5s ease-in-out;
}

/* Glow effect when the animation has finished */
.img.glow-active {
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 0 0 5px LightSalmon;
  transition: box-shadow 0.5s ease-in-out;
}.img.glow-active:hover {
   border-radius: 100%;
   overflow: hidden;
   box-shadow: none;
   transition: box-shadow 0.5s ease-in-out;
}


  .my-validation-message::before {
    display: none;
  }
  .my-validation-message {
    font-size: 1.3em;
  }

  .my-actions { margin: 0 2em; }
  .order-1 { order: 1; }
  .order-2 { order: 2; }
  .order-3 { order: 3; }
  .right-gap {
    margin-right: auto;
  }
  .left-gap {
    margin-left: 3em !important;
  }
  .gap-buttons {
    margin-right: 3em !important;
  }


 /* Tooltip Styles
 ----------------------------------------------- */

/* Add this attribute to the element that needs a tooltip */
[data-tooltipbig],
[data-tooltipsmall],
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltipbig]:before,
[data-tooltipsmall]:before,
[data-tooltip]:before,
[data-tooltipbig]:after,
[data-tooltipsmall]:after,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -180px;
  padding: 7px;
  min-width: 300px;
  text-transform: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 5px;
  background-color: #4fc4f6;
  background-color: hsla(198, 68%, 64%, 1);
  color: #000;
  content: attr(data-tooltip);
  text-align: center;
  font-size: var(--tooltip-font-size, 10px);
  line-height: 1.2;
}

/* Position tooltip above the element */
[data-tooltipsmall]:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -57px;
  padding: 7px;
  width: 100px;
  text-transform: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 5px;
  background-color: #4fc4f6;
  background-color: hsla(198, 68%, 64%, 1);
  color: #000;
  content: attr(data-tooltipsmall);
  text-align: center;
  font-size: var(--tooltip-font-size, 10px);
  font-weight: 700;
  line-height: 0.8;
}

/* Position tooltip above the element */
[data-tooltipbig]:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -327px;
  padding: 7px;
  min-width: 500px;
  text-transform: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 5px;
  background-color: #4fc4f6;
  background-color: hsla(198, 68%, 64%, 1);
  color: #000;
  content: attr(data-tooltipbig);
  text-align: center;
  font-size: var(--tooltip-font-size, 10px);
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltipbig]:after,
[data-tooltipsmall]:after,
[data-tooltip]:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -4px;
  width: 0;
  border-top: 6px solid #4fc4f6;
  border-top: 6px solid hsla(198, 68%, 64%, 1);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltipbig]:hover:before,
[data-tooltipsmall]:hover:before,
[data-tooltip]:hover:before,
[data-tooltipbig]:hover:after,
[data-tooltipsmall]:hover:after,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* SweatAlert2
----------------------------------------------- */

.swal-blur {
  transition: 0.1s filter;
  filter: blur(50px);
}
.swal-deblur {
  -webkit-animation: deblur 0.2s ease-out;
}
@-webkit-keyframes deblur {
    0% { -webkit-filter: blur(50px);}
    25% { -webkit-filter: blur(40px);}
    50% { -webkit-filter: blur(20px);}
    75% { -webkit-filter: blur(10px);}
    100% { -webkit-filter: blur(0px);}
}
.position-absolute {
  position: absolute !important;
}
