body {
  background-color: #07484d; }

img {
  border-radius: 15px; }

.container {
  background-image: url("Images/ne.jpg");
  background-size: 1550px;
  opacity: 5;
  color: white;
  border: 1px solid #33B6BF;
  -webkit-box-shadow: #099EA8;
  box-shadow: #099EA8;
  height: 550px; }
  .container .titre {
    text-align: center;
    font-size: 3rem; }
    @media all and (max-width: 499px) {
      .container .titre {
        font-size: 2rem; } }

.lettrine {
  float: left;
  margin-right: 15px; }
  @media all and (max-width: 499px) {
    .lettrine {
      float: none;
      margin: 15px;
      margin-left: 120px; } }

.MonCv {
  color: white;
  padding-left: 20px;
  text-decoration: none;
  -webkit-animation: pdf 3000ms 1000ms alternate infinite;
  animation: pdf 3000ms 1000ms alternate infinite; }

.presentation__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 350px;
  font-size: 1.1rem; }
  @media all and (max-width: 499px) {
    .presentation__photo {
      margin: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

@media all and (max-width: 768px){
  .presentation__photo{
    margin: 0px;
  }
}

.presentation__parcours {
  margin-top: 50px;
  text-decoration: none;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media all and (max-width: 499px) {
    .presentation__parcours {
      margin-top: 350px;
      text-align: center;
      margin-right:0px } }

.bouton {
  border: none;
  border-radius: 50px;
  height: 100px;
  width: 100px;
  text-decoration: none;
  outline: none;
  background-color: #3F70CC; }
  .bouton a {
    text-decoration: none;
    color: black; }

.text {
  background-color: white;
  opacity: 0.6;
  color: black;
  padding: 15px;
  border-radius: 15px;
  width: 700px;
  text-align: justify;
  font-size: 1.2rem; }
  @media all and (max-width: 499px) {
    .text {
      width: 337px;
      font-size: 1.1rem;
      text-align: center; } }

.strong1 {
  padding: 100px; }
  @media all and (max-width: 499px) {
    .strong1 {
      padding: 0; } }

.strong2 {
  padding: 235px; }
  @media all and (max-width: 499px) {
    .strong2 {
      padding: 0; } }

@-webkit-keyframes pdf {
  0% {
    -webkit-transform: translateX(-9999px);
    transform: translateX(-9999px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    color: black; } }
@keyframes pdf {
  0% {
    -webkit-transform: translateX(-9999px);
    transform: translateX(-9999px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    color: black; } }
