/* General layout and typography stuff */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400");

/********************section title*******************************************/

.title_cv {
  margin-top: 180px;
  text-align: left;
  margin-left: 60px;
}
#size_1 {
  font-size: 125px;
}
#size_2 {
  font-size: 100px;
  color: red;
}
#size_3 {
  font-size: 90px;
}

/********************section info cv*******************************************/
.section_cv {
  width: 100%;
  height: 870px;
  display: flex;
  margin-top: 250px;
  align-items: center;
}

#info_cv {
  width: 70%;
  height: 750px;
  margin-top: 40px;
  text-align: center;
  font-size: 35px;
  justify-content: center;
  margin-left: 200px;
  margin-right: 20px;
}
#image_cv {
  width: 100%;
  height: 750px;
  margin-top: 40px;
  text-align: center;
}
#image_cv img {
  margin-top: 110px;
  width: 40%;
}

/********************section info cv*******************************************/

/******************************************tytle cv types*************************/

.title_cu {
  width: 100%;
  height: 200px;
}

.title_cuv {
  text-align: center;
  font-size: 55px;
  margin-top: 50px;
  font-family: Arial, Helvetica, sans-serif;
}

/******************************************tytle cv types*************************/
/***********************section types *******************************************/

.cv_types {
  width: 100%;
  display: flex;
  margin-top: 90px;
  margin-left: 50px;
}
/* #zoomC { */
/* width: 600px; */
/* height: 338px; */
/* margin-top: 25px; */
/* background: url("/img/cards/img-1.jpg");  */
/* background-position: center;
  background-size: cover; */
/* background-color: red;
    border: solid 1px black;
    padding: 10px; 
}  */
.card {
  border-radius: 16px;
  margin: 0 auto;
  width: 400px;
  max-width: 100%;
  min-height: 568px;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  background-image: url(/img/types_cv/antichronologique.png);
  background-size: cover;
  margin-left: 75px;
}
.card1 {
  border-radius: 16px;
  margin: 0 auto;
  width: 400px;
  max-width: 100%;
  min-height: 568px;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  background-image: url(/img/types_cv/competances.png);
  background-size: cover;
  margin-left: 75px;
}
.card2 {
  border-radius: 16px;
  margin: 0 auto;
  width: 400px;
  max-width: 100%;
  min-height: 568px;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  background-image: url(/img/types_cv/mixer.png);
  background-size: cover;
  margin-left: 75px;
}
.card3 {
  border-radius: 16px;
  margin: 0 auto;
  width: 400px;
  max-width: 100%;
  min-height: 568px;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  background-image: url(/img/types_cv/etudiant1.png);
  background-size: cover;
  margin-left: 75px;
}
.card4 {
  border-radius: 16px;
  margin: 0 auto;
  width: 400px;
  max-width: 100%;
  min-height: 568px;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  background-image: url(/img/types_cv/chronologique.png);
  background-size: cover;
  margin-left: 75px;
}
.card5 {
  border-radius: 16px;
  margin: 0 auto;
  width: 400px;
  max-width: 100%;
  min-height: 568px;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  background-image: url(/img/types_cv/cvVIDEO.png);
  background-size: cover;
  margin-left: 75px;
}

.info {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: rgb(42, 78, 194);
  transform: translateY(100%) translateY(-88px) translateZ(0);
  transition: transform 0.5s ease-out;
  grid-template-columns: none;
}

.info:before {
  z-index: -1;
  /* display: block; */
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url(https://ceoimage.com/wp-content/uploads/2015/09/2048x2048-white-solid-color-background.jpg);
  filter: blur(10px);
  background-size: cover;
  opacity: 0.25;
  transform: translateY(-100%) translateY(88px) translateZ(0);
  transition: transform 0.5s ease-out;
}

.card:hover .info,
.card:hover .info:before {
  transform: translateY(0) translateZ(0);
}
.card1:hover .info,
.card1:hover .info:before {
  transform: translateY(0) translateZ(0);
}
.card2:hover .info,
.card2:hover .info:before {
  transform: translateY(0) translateZ(0);
}
.card3:hover .info,
.card3:hover .info:before {
  transform: translateY(0) translateZ(0);
}
.card4:hover .info,
.card4:hover .info:before {
  transform: translateY(0) translateZ(0);
}
.card5:hover .info,
.card5:hover .info:before {
  transform: translateY(0) translateZ(0);
}

.description {
  margin: 0;
  margin-top: 85px;
  padding: 15px;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}
.title_st {
  padding: 15px;
  font-size: 30px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}
.title h1 {
  margin-bottom: 0.5em;
  font-weight: inherit;
  line-height: 1.2;
  color: #1c5b72;
  font-size: 2.618em;
}

/* @media (min-width: 800px) {
  .title h1 {
    font-size: 4.236em;
    font-weight: 300;
  }
}

.description p {
  margin-bottom: 1.3em;
  line-height: 1.618;
}

@media (min-width: 800px) {
  .description p {
    font-size: 1.3em;
  }
} */

/***********************section types *******************************************/

/**-****************section lettres de presentation*************************/

.title_lettres {
  margin-top: 250px;
  text-align: center;
  font-size: 45px;
  display: flex;
  flex-direction: column;
}

.lettres_pres {
  margin-left: 50px;
  margin-right: 50px;
  align-items: center;
}
.lettres {
  width: 100%;
  height: 600px;
  /* background-color: red; */
  margin: 0px auto;
}
.lettres_class {
  margin-top: 100px;
}

#text_lettres {
  display: flex;
  justify-content: center;
}

#text_lettres p {
  width: 50%;
  text-align: center;
  margin-top: 10px;
  font-size: 25px;
}
.buttons_let {
  width: 100%;
  margin-top: 120px;
  display: flex;
  justify-content: center;
}
#button_lettre {
  width: 10%;
  height: 35px;
  text-align: center;
}

.buttons_let a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 30px;
  margin-left: 15px;
}
.buttons_let a span {
  padding: 15px;
  transition: 0.5s;
  position: relative;
}
.buttons_let a span:nth-child(1) {
  color: #fff;
  background: #262626;
}
.buttons_let a span:nth-child(2) {
  color: #fff;
  background: #ff3636;
}
.buttons_let a span:nth-child(1):before {
  content: attr(data-attr);
  position: absolute;
  top: 0;
  left: 0;
  background: #ff3636;
  padding: 15px;
  transition: 0.5s;
  transform-origin: top;
  transform: rotateX(90deg) translateY(-50%);
}
.buttons_let a:hover span:nth-child(1):before {
  transform: rotateX(0deg) translateY(0%);
}
.buttons_let a span:nth-child(2):before {
  content: attr(data-attr);
  position: absolute;
  top: 0;
  left: 0;
  background: #262626;
  padding: 15px;
  transition: 0.5s;
  transform-origin: bottom;
  transform: rotateX(90deg) translateY(50%);
}
.buttons_let a:hover span:nth-child(2):before {
  transform: rotateX(0deg) translateY(0%);
}
.buttons_let a span:nth-child(1):after {
  content: attr(data-attr);
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background: #262626;
  transform-origin: bottom;
  transform: rotateX(0deg) translateY(0%);
  transition: 0.5s;
}
.buttons_let a:hover span:nth-child(1):after {
  transform: rotateX(90deg) translateY(50%);
}
.buttons_let a span:nth-child(2):after {
  content: attr(data-attr);
  position: absolute;
  top: 0;
  left: 0;
  background: #ff3636;
  padding: 15px;
  transition: 0.5s;
  transform-origin: top;
  transform: rotateX(0deg) translateY(0%);
}
.buttons_let a:hover span:nth-child(2):after {
  transform: rotateX(90deg) translateY(-50%);
}
#sort {
  color: red;
}

/**-****************section lettres de presentation*************************/
/**********************************************dsection title des outils ********************/

.title_outils_cv {
  margin-top: 100px;
  margin-left: 50px;
  margin-right: 50px;
}
.title_outils_cv h1 {
  text-align: center;
  font-size: 75px;
  display: flex;
  flex-direction: column;
}
.title_outils_cv h4 {
  text-align: center;
  font-size: 25px;
}
.outils_cv1 {
  margin-left: 50px;
  margin-right: 50px;
}

/**********************************************dsection title des outils ********************/

/**-****************section outils*************************/

.outils {
  width: 100%;
  height: 500px;
  /* background-color: yellow; */
  margin-top: 20px;
  display: flex;
}
.list_outils1 {
  width: 100%;
  /* border: 1px solid black; */
  padding: 25px;
  margin: 15px;
  /* background-color: blueviolet; */
}
.list_outils1 {
  list-style: none;
  text-align: center;
}
.list_outils1 button {
  margin-top: 15px;
}

.glow-on-hover {
  width: 220px;
  height: 50px;
  border: none;
  outline: none;
  color: #fff;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
 
}

.glow-on-hover:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

.glow-on-hover:active {
  color: #000;
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

/**-****************section outils*************************/

/**********************************************dsection courriel ********************/
.outils_cv1 {
  margin-left: 50px;
  margin-right: 50px;
}
.title_outils {
  margin-top: 150px;
  text-align: center;
  font-size: 45px;
}
/**********************************************dsection courriel ********************/

/**-****************section courriel*************************/
.title_email h1 {
  margin-top: 120px;
  text-align: center;
  font-size: 65px;
}
.courriel_red {
  margin-left: 50px;
  margin-right: 50px;
}
.courriel {
  width: 100%;
  height: 500px;
  /* background-color: green; */
  margin-top: 200px;
  display: flex;
}
.c_ouvert {
  width: 100%;
  /* border: 1px solid black; */
  padding: 25px;
  margin: 15px;
  /* background-color: blueviolet; */
  text-align: right;
  font-size: 35px;
}
.c_ouvert span {
  color: red;
}

.button-29 {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(
    100% 100% at 100% 0,
    #5adaff 0,
    #5468ff 100%
  );
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, rgba(58, 65, 111, 0.5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow 0.15s, transform 0.15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 18px;
}

.button-29:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.button-29:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-29:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}

/* ******************************responsive*************** */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) 
 {
  .title_cv {
    margin: 0;
    font-size: 10px;
  }
  .title_cv h4 {
    margin: 10px;
    margin-top: 150px;
  }
  #size_1 {
    font-size: 40px;
  }
  #size_2 {
    font-size: 40px;
  }
  #size_3 {
    font-size: 40px;
  }

  .top_section {
    margin-top: 70px;
  }
  .section_cv {
    width: 95%;
    height: 500px;
    margin: 10px;
    padding: 0;
  }
  #info_cv {
    width: 100%;
    height: 400px;
    margin: 0;
    font-size: 20px;
  }
  .models {
    width: 100%;
    margin-top: 50px;
  }
  .title_cuv {
    padding: 10px;
  }
  .title_cuv h1 {
    font-size: 50px;
  }
  .title_cuv h3 {
    font-size: 30px;
  }
  #image_cv {
    display: none;
  }
  
  .cv_types {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 20px;
  }

  .card {
    margin: 0;
    margin-top: 45px;
  }
  .card1 {
    margin: 0;
    margin-top: 45px;
  }
  .card2 {
    margin: 0;
    margin-top: 45px;
  }
  .card3 {
    margin: 0;
    margin-top: 45px;
  }
  .card4 {
    margin: 0;
    margin-top: 45px;
  }
  .card5 {
    margin: 0;
    margin-top: 45px;
  }

  .info {
    height: 600px;
  }

  .info:before {
    margin: 0;
    padding: 0;
  }
  .title_lettres{
    padding: 5px;
    font-size: 35px;
    margin-top: 10px;
  }
  #text_lettres p{
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: justify;
  }
  .buttons_let {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .buttons_let a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    margin-left: 15px;
  }
  .title_outils_cv{
 margin-top: 150px;
  }
  .outils_cv1{
    width: 100%;
    margin: 0;
  }
  .list_outils1 button{
 width: 95px;
  }
  #footer {
    margin-top: 60px;
  }
  .title_email h1{
    font-size: 55px;
    margin-top: 25px;
  }
  .courriel{
    margin-top: 25px;
  }
  .courriel_red{
    margin: 0;
  }
  .courriel_red h4{
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: justify;
  }
 .image_1{
    display: none;
  }
  .c_ouvert a{
   display: flex;
   justify-content: center;
   margin-top: 10px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) 
and (orientation : portrait) {
  
  header nav ul {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.253);
    overflow: hidden;
    transition: max-height 0.5s;
    text-align: center;
  }

  header nav ul li {
    display: block;
    margin: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  header .navbar span {
    color: white;
    display: block;
    cursor: pointer;
  }
  header {
    height: auto;
  }.title_cv {
    margin: 0;
    font-size: 10px;
  }
  .title_cv h4 {
    margin: 10px;
    margin-top: 150px;
  }
  #size_1 {
    font-size: 40px;
  }
  #size_2 {
    font-size: 40px;
  }
  #size_3 {
    font-size: 40px;
  }

  .top_section {
    margin-top: 70px;
  }
  .section_cv {
    width: 95%;
    height: 500px;
    margin: 10px;
    padding: 0;
  }
  #info_cv {
    width: 100%;
    height: 400px;
    margin: 0;
    font-size: 20px;
  }
  .models {
    width: 100%;
    margin-top: 50px;
    height: 300px;
  }
  .title_cuv {
    padding: 10px;
    margin: 0;
  }
  .title_cuv h1 {
    font-size: 50px;
  }
  .title_cuv h3 {
    font-size: 30px;
  }
  #image_cv {
    display: none;
  }
  
  .cv_types {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-left:200px;
    padding: 20px;
  }

  .card {
    margin: 0;
    margin-top: 45px;
  }
  .card1 {
    margin: 0;
    margin-top: 45px;
  }
  .card2 {
    margin: 0;
    margin-top: 45px;
  }
  .card3 {
    margin: 0;
    margin-top: 45px;
  }
  .card4 {
    margin: 0;
    margin-top: 45px;
  }
  .card5 {
    margin: 0;
    margin-top: 45px;
  }

  .info {
    height: 600px;
  }

  .info:before {
    margin: 0;
    padding: 0;
  }
  .title_lettres{
    padding: 5px;
    font-size: 35px;
    margin-top: 10px;
  }
  #text_lettres p{
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: justify;
  }
  .buttons_let {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .buttons_let a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    margin-left: 15px;
  }
  .title_outils_cv{
 margin-top: 150px;
  }
  .outils_cv1{
    width: 100%;
    margin: 0;
  }
  .list_outils1 button{
 width: 95px;
  }
  #footer {
    margin-top: 60px;
  }
  .title_email h1{
    font-size: 55px;
    margin-top: 25px;
  }
  .courriel{
    margin-top: 25px;
  }
  .courriel_red{
    margin: 0;
  }
  .courriel_red h4{
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: justify;
  }
 .image_1{
    display: none;
  }
  .c_ouvert a{
   display: flex;
   justify-content: center;
   margin-top: 10px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .title_cv {
    margin: 0;
    font-size: 10px;
  }
  .title_cv h4 {
    margin: 10px;
    margin-top: 170px;
  }
  #size_1 {
    font-size: 40px;
  }
  #size_2 {
    font-size: 40px;
  }
  #size_3 {
    font-size: 40px;
  }

  .top_section {
    margin-top: 70px;
  }
  .section_cv {
    width: 95%;
    height: 500px;
    margin: 10px;
    padding: 0;
  }
  #info_cv {
    width: 100%;
    height: 400px;
    margin: 0;
    font-size: 20px;
  }
  .models {
    width: 100%;
    margin-top: 50px;
  }
  .title_cuv {
    padding: 10px;
  }
  .title_cuv h1 {
    font-size: 50px;
  }
  .title_cuv h3 {
    font-size: 30px;
  }
  #image_cv {
    display: none;
  }
  
  .cv_types {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 20px;
  }

  .card {
    margin: 0;
    margin-top: 45px;
  }
  .card1 {
    margin: 0;
    margin-top: 45px;
  }
  .card2 {
    margin: 0;
    margin-top: 45px;
  }
  .card3 {
    margin: 0;
    margin-top: 45px;
  }
  .card4 {
    margin: 0;
    margin-top: 45px;
  }
  .card5 {
    margin: 0;
    margin-top: 45px;
  }

  .info {
    height: 600px;
  }

  .info:before {
    margin: 0;
    padding: 0;
  }
  .title_lettres{
    padding: 5px;
    font-size: 35px;
    margin-top: 10px;
  }
  #text_lettres p{
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: justify;
  }
  .buttons_let {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .buttons_let a {
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 7px;
    margin-left: 15px;
  }
  .title_outils_cv{
 margin-top: 250px;
  }
  .outils_cv1{
    width: 100%;
    margin: 0;
  }
  .list_outils1 button{
 width: 95px;
  }
  #footer {
    margin-top: 60px;
  }
  .title_email h1{
    font-size: 55px;
    margin-top: 25px;
  }
  .courriel{
    margin-top: 25px;
  }
  .courriel_red{
    margin: 0;
  }
  .courriel_red h4{
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: justify;
  }
 .image_1{
    display: none;
  }
  .c_ouvert a{
   display: flex;
   justify-content: center;
   margin-top: 10px;
  }
}
