/*
*@colors
*/
:root{
  --audidier-color:#5a5aa4;
  --text-color:#000;
}

/*
  ####  ###### #    # ###### #####    ##   #
 #    # #      ##   # #      #    #  #  #  #
 #      #####  # #  # #####  #    # #    # #
 #  ### #      #  # # #      #####  ###### #
 #    # #      #   ## #      #   #  #    # #
  ####  ###### #    # ###### #    # #    # ######
*/

body{
  color:var(--text-color);
  font-family: 'Recursive', sans-serif;
  text-align: justify;
}

/*
 #    # ######   ##   #####
 #    # #       #  #  #    #
 ###### #####  #    # #    #
 #    # #      ###### #    #
 #    # #      #    # #    #
 #    # ###### #    # #####
*/

.entete-wrapper{
  background-image:url(../images/entete-full.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
}
.entete-wrapper .entete{
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.entete-wrapper .entete .logo{
  margin:auto;
}
.entete-wrapper .entete a{
  color:var(--text-color);
}

/*
 #    # ###### #    # #    #
 ##  ## #      ##   # #    #
 # ## # #####  # #  # #    #
 #    # #      #  # # #    #
 #    # #      #   ## #    #
 #    # ###### #    #  ####
*/

.navbar{
  background-color: var(--audidier-color);
  color:var(--text-color);
}
.nav-link{
  color:var(--text-color);
  text-transform: uppercase;
  font-weight: 600;
}

/*
  ####   ####  #    # ##### ###### #    # #    #
 #    # #    # ##   #   #   #      ##   # #    #
 #      #    # # #  #   #   #####  # #  # #    #
 #      #    # #  # #   #   #      #  # # #    #
 #    # #    # #   ##   #   #      #   ## #    #
  ####   ####  #    #   #   ###### #    #  ####
*/
.anchor{
  position: relative;
  top:-107px;
}

h1, .h1{
  text-align: center;
  text-transform: uppercase;
}
a{
  color:var(--text-color);
}

.audidier-portrait{
  position: relative;
}

.audidier-portrait:before{
  content:"";
  background-color: var(--audidier-color);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 0;
  z-index:-1;
}

/* competences */
.competences{
  background: url(../images/filigrane.png) no-repeat top 40% left, var(--audidier-color);
  background-size:180px;
}
.competences ul{
  list-style-type:none;
  padding-left:0;
}
.competences li{
  margin-bottom:20px;
}
.competences li:before{
  content:"\2d";
  font-family:'Font Awesome 5 Pro';
  margin-right:10px;
}
.competence-title{
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
  position:relative;
}
.competence-title span{
  background: var(--audidier-color);
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-right: 10px;
}
.competence-title span:before{
  content:"\f0c8";
  font-family: 'Font Awesome 5 Pro';
  font-weight:700;
  margin-right:20px;
}
.competence-title:after{
  content: "";
  background: #000;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 2px);
}

/*
 ######  ####   ####  ##### ###### #####
 #      #    # #    #   #   #      #    #
 #####  #    # #    #   #   #####  #    #
 #      #    # #    #   #   #      #####
 #      #    # #    #   #   #      #   #
 #       ####   ####    #   ###### #    #
*/

footer{
  background-color: var(--audidier-color);
}

/*
 #####  ######  ####  #####   ####  #    #  ####  # #    # ######
 #    # #      #      #    # #    # ##   # #      # #    # #
 #    # #####   ####  #    # #    # # #  #  ####  # #    # #####
 #####  #           # #####  #    # #  # #      # # #    # #
 #   #  #      #    # #      #    # #   ## #    # #  #  #  #
 #    # ######  ####  #       ####  #    #  ####  #   ##   ######
*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .entete-wrapper{
    height: 100vh;
  }
  .border-title{
    border-top:3px solid var(--text-color);
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
