.titre1 {
  position: absolute;
  margin-top: 1%;
  margin-left: 5%;
}
.slideArrows a {
  display: inline-block;
  vertical-align: top;
  margin: 50px 20px 0 20px;
  background: url(../img/sprite.png) no-repeat 0 0;
  width: 64px;
  height: 137px;
  border-radius: 0;
  background-position: 0 -32px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: pointer;
}
.slideArrows a#previous {
  opacity: 0;
  cursor: default;
}
.slideArrows a#next {
  opacity: 1;
  background-position: -64px -32px;
}
@media screen and (min-width: 1024px) {
  body.annexe {
    background-attachment: fixed;
    height: auto;
  }
  body.annexe .menu #boule {
    display: none;
  }
  body.annexe .info h1 {
    position: absolute;
    margin-top: 1%;
    margin-left: 5%;
  }
  body.annexe .info div {
    margin: 12% auto 5% auto;
    width: auto;
    text-align: center;
  }
  body.annexe .info div img {
    margin-top: 10%;
    margin-bottom: 3%;
  }
  body.annexe .info div a {
    position: relative;
    color: black;
    margin-bottom: 5%;
  }
  body.annexe .info div a:hover {
    color: white;
    text-decoration: underline;
  }
  body.annexe #equipe h1 {
    position: absolute;
    margin-top: 1%;
    margin-left: 5%;
  }
  body.annexe #equipe article {
    text-align: center;
  }
  body.annexe #equipe article h2 {
    margin-top: 5%;
  }
  body.annexe #equipe article figure,
  body.annexe #equipe article h3,
  body.annexe #equipe article p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.annexe #equipe article figure {
    display: inline-block;
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 5px;
    border-radius: 50%;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
  }
  body.annexe #equipe article figure div {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    z-index: 11;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
  }
  body.annexe #equipe article figure div img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  body.annexe #equipe article figure div:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    box-shadow: inset 0 0 0 10px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.3);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
  }
  body.annexe #equipe article figure figcaption {
    background: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
  }
  body.annexe #equipe article figure figcaption h3 {
    position: relative;
    height: 58px;
    margin: 65px 13px 0;
    padding: 25px 0 0 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
    letter-spacing: 1px;
  }
  body.annexe #equipe article figure figcaption p {
    margin: 17px 25px;
    padding: 1px;
    color: #bbb;
    font-size: 11px;
    font-style: italic;
    border-top: 1px solid rgba(255,255,255,0.5);
  }
  body.annexe #equipe article figure:hover figcaption {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  body.annexe #equipe article figure:hover div {
    -webkit-transform: translateY(-50px) scale(0.5);
    -moz-transform: translateY(-50px) scale(0.5);
    -ms-transform: translateY(-50px) scale(0.5);
    -o-transform: translateY(-50px) scale(0.5);
    transform: translateY(-50px) scale(0.5);
  }
  body.annexe #annexeVideos h1 {
    position: absolute;
    margin-top: 1%;
    margin-left: 5%;
  }
  body.annexe #annexeVideos article {
    text-align: center;
  }
  body.annexe #annexeVideos article a {
    display: inline-block;
    vertical-align: top;
    margin: 50px 20px 0 20px;
    background: url(../img/sprite.png) no-repeat 0 0;
    width: 64px;
    height: 137px;
    border-radius: 0;
    background-position: 0 -32px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
  }
  body.annexe #annexeVideos article a#previous {
    opacity: 0;
    cursor: default;
  }
  body.annexe #annexeVideos article a#next {
    opacity: 1;
    background-position: -64px -32px;
  }
  body.annexe #annexeVideos article #slider {
    display: inline-block;
    width: 680px;
    text-align: left;
    overflow: hidden;
  }
  body.annexe #annexeVideos article #slider ul#content {
    width: 400%;
    margin-left: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  body.annexe #annexeVideos article #slider ul#content li {
    display: inline-block;
    margin: 0 20px;
  }
  body.annexe #annexeVideos article #slider ul#content li iframe {
    width: 300px;
  }
  body.annexe #annexeVideos article >ul#dots li {
    background: #aaa;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 10px 5px;
    border-radius: 7.5px;
    cursor: pointer;
  }
  body.annexe #annexeVideos article >ul#dots li:first-of-type {
    background: #fff;
  }
  body.annexe #annexeInfographies h1 {
    position: absolute;
    margin-top: 1%;
    margin-left: 5%;
  }
  body.annexe #annexeInfographies article ul {
    text-align: center;
  }
  body.annexe #annexeInfographies article ul li {
    display: inline-block;
    margin: 10px 20px;
  }
  body.annexe #annexeInfographies article ul li img {
    width: 90%;
  }
  body.annexe #agence h1 {
    position: absolute;
    margin-top: 1%;
    margin-left: 5%;
  }
  body.annexe #agence article {
    width: 80%;
    text-align: center;
  }
  body.annexe #agence article img {
    width: 380px;
  }
  body.annexe #agence article p {
    text-align: left;
  }
  body.annexe #agence article p:first-of-type {
    text-align: center;
    margin-bottom: 50px;
  }
  body.annexe #agence article p cite {
    font-weight: bold;
  }
  body.annexe #plan {
    display: block;
    width: 90%;
  }
  body.annexe #plan h1 {
    margin: 1% 0 0 5%;
  }
  body.annexe #plan article a {
    color: rgba(255,255,255,0.8);
    text-decoration: underline;
  }
  body.annexe #plan article a:hover {
    color: #fff;
    text-decoration: none;
  }
  body.annexe #plan article ul {
    width: 50%;
    margin-left: 5%;
  }
  body.annexe #plan article ul li {
    margin-bottom: 10px;
  }
  body.annexe #legal h1 {
    margin: 1% 0 0 5%;
  }
  body.annexe #legal article {
    width: 90%;
    margin: 50px auto;
  }
  body.annexe #legal article a {
    color: rgba(255,255,255,0.8);
    text-decoration: underline;
  }
  body.annexe #legal article a:hover {
    color: #fff;
    text-decoration: none;
  }
  body.annexe #legal article p {
    margin: 0;
  }
  body.annexe #biblio h1 {
    position: absolute;
    margin-top: 1%;
    margin-left: 5%;
  }
  body.annexe #biblio article {
    width: 90%;
    margin: 100px auto;
  }
  body.annexe #biblio article ul {
    list-style-type: circle;
    width: 90%;
    margin: 0 auto;
  }
  body.annexe #biblio article ul li {
    margin: 20px 0;
  }
  body.annexe #biblio article ul li span {
    font-style: italic;
  }
}
@media screen and (max-width: 1023px) {
  body.annexe #arrowBack {
    position: absolute;
    top: 18px;
    left: 25px;
    background: url(../img/sprite.png) no-repeat 0 0;
    width: 24px;
    height: 12px;
    border-radius: 0;
    background-position: -128px -32px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  body.annexe #agence article img {
    width: 60%;
    margin-top: 5%;
  }
  body.annexe #agence article p {
    width: 80%;
    margin: 10% auto;
    font-size: .9em;
  }
  body.annexe #agence article p cite {
    font-weight: bold;
  }
  body.annexe #equipe figure {
    margin-top: 7%;
  }
  body.annexe #equipe figure figcaption {
    color: #fff;
  }
  body.annexe #equipe figure figcaption h3 {
    margin: 2% 0 0;
  }
  body.annexe #equipe figure figcaption p {
    margin-top: 0;
  }
  body.annexe #plan h1 {
    width: 70%;
    margin: 0 auto;
  }
  body.annexe #plan article {
    margin-top: 5%;
    text-align: left;
  }
  body.annexe #plan article a {
    color: rgba(255,255,255,0.8);
    text-decoration: underline;
  }
  body.annexe #plan article ul {
    margin-left: 10%;
  }
  body.annexe #plan article ul li {
    margin-bottom: 10px;
  }
  body.annexe #legal {
    text-align: center;
    padding-bottom: 20px;
  }
  body.annexe #legal h1 {
    width: 75%;
    margin: 0 auto;
  }
  body.annexe #legal article {
    width: 90%;
    margin: 0 auto;
  }
  body.annexe #legal article a {
    color: rgba(255,255,255,0.8);
    text-decoration: underline;
  }
  body.annexe #legal article p {
    margin: 0;
    text-align: left;
    font-size: .9em;
  }
  body.annexe #biblio article ul {
    list-style: circle;
    text-align: left;
  }
  body.annexe #biblio article ul li {
    margin: 20px;
    font-size: .9em;
  }
  body.annexe #biblio article ul li span {
    font-style: italic;
  }
}
