

:root{
    --color-ca-dark-blue: #006675;
    --color-ca-dark-blue2: #067D90;
    --color-ca-middle-blue: #007D8F;
    --color-ca-dark: #252B42;
    --color-ca-apple: #99cc00;
    --color-ca-gris: #f5f5f5;
    --color-ca-grisclair: #f5fAfb;
    --color-ca-green : #007461;
    --color-ca-vertfonce : #308276;
    --color-ca-bleucanard: #004652;

    --color-white: #ffffff;
    --color-light: #f8fafc;
    --color-black: #121212;
    --color-night: #001632;
    --color-blue: #1a73e8;
    --color-gray: rgba(0, 0, 0, 0.25);
    --color-grayish: #dadce0;
    --shadow-normal: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

body{
    color: black;
    background-color: var(--color-ca-grisclair);
    font-family: "Montserrat", sans-serif;
}

h1{
    font-weight: 700;
}

h4{
    text-align: center;
}

p{
    font-weight: 500;
}

.section1{
    padding: 100px;
    text-align: center;
}

.img-custom{
    max-width: 100%;
    height: 85px;
    
}

.navbar{
    padding: 20px 15px 12px 12px;
    background-color: white;
    border-bottom: 0.5px solid #f5f5f5;
}

.nav-link{
    color: black!important;
    font-weight: 600;
}

.navbar-toggler{
    border: none!important;
}
.navbar-toggler:focus{
outline: none!important;
box-shadow: none!important;
}

.bi-list::before{
    content: "\f479";
    font-size: 30px;
    color: rgb(0, 0, 0);
}

.section1{
    padding: 200px 0px 130px;
}

.button{
    text-decoration: none;
    color: white;
    padding: 10px 30px 10px;
    background-color: #308276;
    border-radius: 29px;
    transition-duration: 0.4s;
}


.button-accueil{
    text-decoration: none;
    color: white;
    padding: 10px 30px 10px;
    background-color: #308276;
    border-radius: 29px;
    transition-duration: 0.4s;
}

.button-accueil:hover{
    background-color: #308276e6;
    text-decoration: none;
    
}
.button:hover{
    background-color: #308276e6;
    
}

.ul-a{
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 18px;
}

#badge{
    background-color: #308276;
    color: white;
    padding: 2px 10px 2px 10px;
}

#badge-title-story{
    background-color: #E62F44;
    color: white;
    padding: 2px 10px 2px 10px;
}

.rotate{
    transform: rotate(355deg);
}

.img-fluid{
    max-width: 70%;
    border-radius: 30px;
    box-shadow: 3px 3px 40px 0px #d2d2d2;
}

.bi-arrow-down::before{
    font-size: 25px;
}

.custom-link{
    text-decoration: none;
    color: white;
    background-color: #308276;
    padding: 5px 30px 5px;
    border-radius: 25px;
    font-weight: 600;
}

.aaa{
    display: block;
}

.bi-arrow-down::before{
    background-color: #308276;
    padding: 10px;
    border-radius: 35px;
    color: white;
}


/* Fond */ 
body {
    background: #F5FAFB;
  }
  
  /* Logo */
  #login h1 a, .login h1 a {
    background-image: url('../img/ca-idf-logo.png');
  }

  .login form{
    margin-top: 20px;
    margin-left: 0;
    padding: 50px 30px 50px 30px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    border-radius: 20px;
    box-shadow: 4px 6px 15px #c5c5c5;
  }

  .wp-core-ui .button-primary{
    background: #308276;
    border-color: #ffffff;
  }

  .wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover{
    background-color: #308276e6;
    border-color: #006675;
  }

  .login .message, .login .notice, .login .success{
    border-left: 4px solid #E62F44;
  }

  .img-error{
    max-width: 100%;
    height: auto;
  }

  .margin-top{
    margin-top: 150px;
  }