*{ 
  box-sizing: border-box; 
  font-family: 'Sarabun', sans-serif;
  letter-spacing: .2em;
  color: white;
  text-decoration: none;
  font-weight: bold;
}
html {
  scroll-behavior: smooth;
}
.titre_all_post{
  font-size: 3vw;
}
.container_resum_all_post{
  font-size: 1vw;
}
.titre_rev{
  font-size: 0.8vw;
}
.oswald-a {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
.rubik-mono-one-regular {
  font-family: "Rubik Mono One", monospace;
  font-weight: 400;
  font-style: normal;
}
body{
  background-color: rgb(17, 82, 122);
  color:white;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
  height:100%;
  color: black;
  font-size: 1.15vw;
  /* opacity: 0;
  animation: fad 1s ease-out forwards; */
}
#close_over_carou{
  width:3%;
}
.font_less{
  font-size: 0.9vw;
}
.font_less1{
  font-size: 0.7vw;
}

h1{
  font-size: 1.7vw;
}

.second_titre{
  font-size: 1.1vw;
}

.is_border{
  border:1px solid black;
}
.big_h1{
  font-size: 2.5vw;;
}
.is_white{
  color:white;
}
.is_black{
  color:black!important;
}
.is_second_col{
  color:orange!important;
}
.is_third_col{
  color:rgb(43, 37, 37);
  font-weight: bold;
}
.little_h1{
  font-size: 1.3vw;
  font-weight: bold;
}
.little_h12{
  font-size: 1.1vw;
}
.leftNavBar a{
  color:white;
  text-decoration: none;
  font-size: 0.9vw;
}
#titre_gallery{
  padding-bottom: 2%;
  width: fit-content;
  overflow: hidden;
}
#titre_gal, #sous_titre_gallery{
  opacity: 0;
}
#contact{
  font-size: 0.8vw;
  margin-right: 7.5%;
}
#sous_titre_gallery{
  margin-top: 1%;
  overflow: hidden;
}
.is_resp{
  display:none;
}
.no_resp{
  display: block;
}
.is_upper{
  text-transform: uppercase!important;
}
#square_hyma{
  position:absolute;
  transition: all 0.5s ease;
  overflow: hidden;
  width:0;
}
#in_square_hyma{
  position:absolute;
  width: 100%;
  height:100%;
  transition: all 0.5s ease;
  background-color: rgb(0, 0, 0);
}
#square_hyma1{
  position:absolute;
  transition: all 0.5s ease;
  overflow: hidden;
  width:0;
}
#in_square_hyma1{
  position:absolute;
  width: 100%;
  height:100%;
  transition: all 0.5s ease;
  background-color: rgb(0, 0, 0);
}


p{
  padding: 0;
  margin: 0;
}
#square_revol{
  position:absolute;
  transition: all 0.5s ease;
  overflow: hidden;
  width:0;
}
#in_square_revol{
  width: 100%;
  height:100%;
  transition: all 0.5s ease;
  background-color: orange;
}
#revol{
  opacity: 0;
  text-shadow: 2px 1px 3px black
}

a.is_active{
  color:orange!important;
}


#ul_nav a{
  color:rgb(255, 255, 255);
  text-shadow: 2px 1px 3px black!important;
}


#ul_nav{
  transition: all 0.5s;
}
#page{
  position:relative;
  width: 100%;
  height:100%;
  display: flex;
}
#left_page{
  position:relative;
  width:7%;
  height:100%;
  margin-top: 10vh;
}
#center_page{
  position:relative;
  width:86%;
  height:100%;
}

#top_page{
  position: fixed;
  width: 100%;
  height:12vh;
  padding: 0;
  margin: 0;
  left:0;
  padding-top: 1%;
  z-index:3;
  background-color: rgb(17, 82, 122);
  padding-left: 7%;
  padding-bottom: 1vh;
}


#container_left_bar{
  width:7%;
  height:100%;
  position: fixed;
  left:0%;
}
.leftNavBar{
  grid-area: m;
  align-self: start;
  height:70vh;
  overflow: hidden;
  width: 100%;
}
.centerItem{
  display: flex !important;            /*center text in grid item*/
  align-items: flex-start !important;      /*center text in grid item*/
  justify-content: center !important;  /*center text in grid item*/ 
  margin-top: 14%;
}
.leftNavBar ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  transform: rotate(180deg);
}
.leftNavBar ul li{
  writing-mode: vertical-rl;
  padding-top: 6vh;
  transform: translateX(25%);
}
.leftNavBar a{
  color:white;
  text-decoration: none;
}

#nav_center{
  position: relative;
  margin-top: 1%;
  display: flex;
  gap:2%;
}
.el_nav_blog_center{
  color: white;
  font-size: 1vw;
  cursor: pointer;
  text-shadow: 2px 1px 3px black
}
.el_nav_blog_center:last-child {
  margin-left: auto;
  margin-right: 5%;
}
#container_reso{
  position: fixed;
  top: 80vh;
  width:100%;
  height:20vh;
  justify-content: flex-end;
  padding-right: 1%;
}

.img_nav{
  width:1.3%;
  height:auto;
  display: block;
  margin-left: auto;
  cursor: pointer;
}
.img_nav:not(:first-child){
  margin-top: 1%;
}
#is_cirle{
  border-radius: 50%;
}


#templates{
  position:relative;
  margin-top: 10%;
  width:100%;
  height:95%;
}
#first_template{
  position:relative;
  width:100%;
  height:100%;
  margin-top: 5%;
}

.is_titre_text{
  text-shadow: 2px 1px 2px black;
}
.is_second_titre{
  text-shadow: 1px 1px 1px rgb(67, 67, 67);
}
#contact{
  border: 1px solid orange;
  padding: 0.5%;
  margin-top: -0.5%;
  text-shadow: 2px 1px 3px black
}

.container{
  grid-area: c;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-auto-rows: 200px;
  grid-gap: 20px;
  grid-auto-flow: dense;
  overflow: auto;
}

.container {
    -ms-overflow-style: none;  
    overflow: -moz-scrollbars-none; 
    background: linear-gradient(
      to bottom, 
      rgb(14, 86, 133),
      rgb(17, 82, 122)
    );
}
.container::-webkit-scrollbar { 
    display: none;
}
.container>div{
  z-index: 1;
  position: relative;
  padding: 0;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0,0,0,.2), 
              5px 5px 25px rgba(0,0,0,.1);
  transition: all .3s ease-in-out;
}
.container div img{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all .6s ease-in-out;
}
.container>div, .container div img{
/*   transition: all .6s ease-in-out; */
}
/*make bIG*/
.container>div:hover, .container>div:hover img{
  transform: scale(1.05);
}
.container>div:hover img{
/*   transform: scale(1.06); */
}

.vertical{
  grid-row: span 2;
}
.horizontal{
  grid-column: span 2;
}
.big{
  grid-row: span 2;
  grid-column: span 2;
}
.pict_grid{
  box-shadow: 0 0 50px 1px rgba(255, 255, 255, 0.217)!important;
}
.horizontal_big{
  grid-column: span 3;
}



#second_template{
  position:relative;
  margin-top: 6vh;
  width:100%;
  height:100%;
  overflow: hidden;
}


.p_width{
  width:90%;
}

#titre1{
  opacity: 0;
  z-index:0;
}
#titre11{
  width: fit-content;
  opacity: 0;
  z-index:0;
}

#sous_titre1, #gal_sous_titrr{
  opacity: 1;
  z-index: 0;
  position: relative;
  overflow: hidden;
  width: fit-content;
}
#passion{
  opacity: 0;
}
.cache{
  position: absolute;
  width: 0;
  height: 100%;
  background-color: orange;
  top:0;
  left:0;
  transition: all 0.5s ease;
}
#p_1_left{
  margin-top: 1%;
  position:relative;
  z-index:1;
  background-color: rgb(17, 82, 122);
  opacity: 0;
}
#p_2{
  opacity: 0;
  margin-top: 1%;
}




#third_template{
  position:relative;
  margin-top: 20%;
  width:100%;
  height:100%;
  display: flex;
}

.col-50{
  position:relative;
  width:50%;
  height:100%;
}

#square{
  position:absolute;
  width:25px;
  height:25px;
  opacity: 0;
  left:0%;
  top:0%;
  transition: all 0.5s;
  overflow: hidden;
}
#in_square{
  width:100%;
  height:100%;
  background-color: black;
  transition: all 0.5s;
}
#square_picture{
  width:25px;
  height:25px;
  transition: transform 0.5s ease,
  width 0.5s ease, height 0.5s ease;
  opacity: 0;
  overflow: hidden;
  background-image: url("/static/images/section2.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#in_square_picture{
  position:relative;
  z-index: 1;
  width:100%;
  height:100%;
  transition: marginLeft 0.5s ease;
  background-color: rgb(233, 172, 58);
}
#sous_titre2{
  position:relative;
  overflow: hidden;
  width: fit-content;
}
.are_fit_copntent{
  width: fit-content;
}
.appear_cache{
  animation: appear_cache 2s ease-out forwards;
}
@keyframes appear_cache {
  0%{
    width: 0;
    margin-top: 0;
  }
  15%{
    margin-top: 0;
    width: 100%;
  }
  100% {
    width: 100%;
    margin-top: 100%;
  }
}
.appear_cache_long{
  animation: appear_cache 3s ease-out forwards;
}
@keyframes appear_cache_long {
  0%{
    width: 0;
    margin-top: 0;
  }
  15%{
    margin-top: 0;
    width: 100%;
  }
  50%{
    width: 100%;
    margin-top: 10%;
  }
  65%{
    width: 100%;
    margin-top: 50%;
  }
  100% {
    width: 100%;
    margin-top: 100%;
  }
}

.square_pcuiture{
  animation: square_pcuiture 0.5s ease-out forwards;
}
@keyframes square_pcuiture {
  0%{
    opacity: 0;
    transform: translateX(0);
    width:25px;
    height:25px;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    width:60%;
    height:60%;
  }
}

.push_in_square{
  animation: push_in_square 0.5s ease-out forwards;
}
@keyframes push_in_square {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 100%;
  }
}



#today{
  opacity: 0;
  width: fit-content;
}

.img_section{
  width:70%;
  height:auto;
  /* box-shadow: 0 0 200px rgba(176, 176, 176, 0.996); */
  transition: box-shadow 0.5s ease;
}
/* #square_picture_1{
  position: absolute;
  width: 5%;
  height:0;
  transition: all 0.5s ease;
  overflow: hidden;
  background: transparent;
}
#in_square_picture_1{
  width: 100%;
  height:100%;
  transition: all 0.5s ease;
  background-color: orange;
} */


.is_square{
  position: absolute;
  width: 5%;
  height:0;
  transition: all 0.5s ease;
  overflow: hidden;
  background: transparent;
}
.in_square{
  width: 100%;
  height:100%;
  transition: all 0.5s ease;
  background-color: orange;
}

#today_p2{
  opacity: 0;
  margin-top: 1%;
}
#todayp_1_left{
  margin-top: 1.5%;
  opacity: 0;
  z-index: 1;
  background-color: rgb(17, 82, 122);
}


#fourth_template{
  position: relative;
  margin-top: 20%;
  width: 100%;
  height:100%;
}
#parcours{
  position: relative;
  width: fit-content;
  opacity: 0;
  margin-top: 6vh;
}
#sous_titre_def{
  width: fit-content;
}
#sous_titre_parcours{
  position: relative;
  width:60%;
  height:100%;
  overflow: hidden;
  width: fit-content;
}
.baniere{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 5vh;
}
.mastead{
  position:relative;
  background-size: cover;
  background-position: center;
  margin-top: 0!important;
  height: 80vh;
  width: calc(100%);
}
#mastead{
  background-image: url('/static/images/a2.webp');
}
#mastead2{
  background-image: url('/static/images/parcours.webp');
}
#mastead3{
  background-image: url('/static/images/a99.webp');
}
#mastead4{
  background-image: url('/static/images/patneaire.webp');

}
#square_parcours{
  position:absolute;
  width:25px;
  height:25px;
  opacity: 0;
  left:0%;
  top:0%;
  transition: all 0.5s;
  overflow: hidden;
}

#in_square_parcours{
  width:100%;
  height:100%;
  background-color: rgb(0, 0, 0);
  transition: all 0.5s;
}

#container_resum_parcours{
  position: relative;
  width: 80%;
  height:100%;
  margin-top: 1%;
}
#p_parcours{
  position: relative;
  width: 70%;
  height:100%;
}
.oppa{
  opacity: 0;
}

#five_template{
  margin-top: 30vh;
  position: relative;
  width: 100%;
  height:100%;
}


#blog{
  width: fit-content;
  opacity: 0;
}
#square_blog{
  position:absolute;
  width:25px;
  height:25px;
  opacity: 0;
  left:0%;
  top:0%;
  transition: all 0.5s;
  overflow: hidden;
}
#in_square_blog{
  width:100%;
  height:100%;
  background-color: rgb(0, 0, 0);
  transition: all 0.5s;
}
#square_gallery{
  position:absolute;
  width:25px;
  height:25px;
  opacity: 0;
  left:0%;
  top:0%;
  transition: all 0.5s;
  overflow: hidden;
}
#in_square_gallery{
  width:100%;
  height:100%;
  background-color: rgb(0, 0, 0);
  transition: all 0.5s;
}


#blog_picture{
  width: 80%;
  height:100%;
  margin-left: 10%;
  display: flex;
  gap:6%;
  margin-top: 5vh;
  height:25vh;
}
.glob_pict{
  margin-top: 10%;
  height:100%;
  width: 30%;
  border: 1px solid black;
}





#six_template{
  position: relative;
  margin-top: 20%;
  width: 100%;
  height:100%;
}

#congerence{
  opacity: 0;
  width: fit-content;
  margin-top: 6vh;
}
#sous_titre_couf{
  position:relative;
  overflow: hidden;
  width: fit-content;
}

#square_conf{
  position:absolute;
  transition: all 0.5s ease;
  overflow: hidden;
  width:0;
}
#in_square_conf{
  width: 100%;
  height:100%;
  transition: all 0.5s ease;
  background-color: rgb(0, 0, 0);
}

#conf_div{
  position: relative;
  margin-top: 1%;
  width: 100%;
  height:100%;
  display: flex;
}
#res_conf_1{
  opacity: 0;
}
#res_conf_2{
  opacity: 0;
}

#inter_titre{
  opacity: 0;
}
.intervention{
  margin-top: 3%;
  margin-left: 5%;
  opacity: 0;
}
#inter_titre{
  margin-top: 5%;
  padding-bottom: 3%;
}
#acces_depassement{
  margin-top: 5%;
  cursor: pointer;
}

/* #square_picture_2{
  position: absolute;
  width: 5%;
  height:0;
  transition: all 0.5s ease;
  overflow: hidden;
  background: transparent;
}
#in_square_picture_2{
  width: 100%;
  height:100%;
  transition: all 0.5s ease;
  background-color: rgb(233, 172, 58);
} */
#picture_depass{
  opacity: 0;
    /* box-shadow: 0 0 200px rgba(176, 176, 176, 0.996); */

}
#seven_template{
  position: relative;
  margin-top: 26%;
  width: 100%;
  height:100%;
  overflow: hidden;
}

.align_text{
  text-align: left;
}



#philan_div{
  position: relative;
  width: 100%;
  height:100%;
  display: flex;
  margin-top: 1%;
}
/* #square_picture_3{
  position: absolute;
  width: 5%;
  height:0;
  transition: all 0.5s ease;
  overflow: hidden;
  background: transparent;
}
#in_square_picture_3{
  width: 100%;
  height:100%;
  transition: all 0.5s ease;
  background-color: rgb(233, 172, 58);
} */

.philan_resum:not(:first-child){
  margin-top: 3%;
}
.philan_resum{
  opacity: 0;
}
#philan{
  opacity: 0;
  width: fit-content;
}
#sous_titre_philan{
  position:relative;
  width: fit-content;
  overflow: hidden;
}
#square_philan{
  position:absolute;
  transition: all 0.5s ease;
  overflow: hidden;
  width:0;
}
#in_square_philan{
  width: 100%;
  height:100%;
  transition: all 0.5s ease;
  background-color: rgb(0, 0, 0);
}
.last_div{
  height:20vh;
}
.footer{
  position:relative;
  padding-bottom: 2vh;
  z-index: 1;
}
#hello, #mention_footer{
  cursor: pointer;
}

#square_partnaire{
  position:absolute;
  transition: all 0.5s ease;
  overflow: hidden;
  width:0;
}
#in_square_partenaire{
  width: 100%;
  height:100%;
  transition: all 0.5s ease;
  background-color: rgb(0, 0, 0);
}
#sponsor{
  position: relative;
  margin-top: 20%;
  width:100%;
  min-height:100%;
}
#sous_titre_confiance{
  position: relative;
  width: fit-content;
  overflow: hidden;
}
#confiance{
  margin-top: 6vh;
  width: fit-content;
}
.sponsor_picture{
  width:10%;
  height:auto;
  background: transparent;
}
.bakc_for_sponsor{
  width: fit-content;
  height:auto;
  text-shadow: 2px 1px 1px black;
  margin-left: 20%;
}
.part1{
  letter-spacing: 0em;
  font-style: italic;
}
.contianer_brand{
  width: 100%;
  height:100%;
  text-align: center;
  opacity: 0;
  transform: translateY(-5%);
  transition: all 1s ease;
}
.sponsor_brand{
  margin-top: 6%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3%;
  row-gap: 10%;
}
.brand{
  margin-left: 5%;
}
.brand2{
  margin-left: 8%;
  margin-top: -5%;
}
.spons_image{
  width:30%;
  height:auto;

}

.titre_all_post{
  position: absolute;
  margin-left: 0%;
  bottom:0;
  width:80%;
  padding: 2%;
}
.is_titre_all_post{
  position:relative;
  text-transform: uppercase;
  width: fit-content;
  overflow: hidden;
}
.name_all_post{
  width: 100%;
}
.rev_titre{
  font-weight: bold;
  text-shadow: 2px 1px 1px black;
}
.is_flex{
  display: flex;
  width: 100%;
}
.revol_all{
  margin-left: 0.5%;
  padding-bottom: 1%;
  
}
.container_resum_all_post{
  font-weight: bold;
  width:70%;
  color:rgb(0, 0, 0);
  letter-spacing: 0;
}

.sponsor_brand{
  transform: translateY(-5%);
  transition: opacity 1s ease-in, transform 0.5s ease;
}



.shake{
  animation: shake 1s ease-out forwards;
}
@keyframes shake {
  0% { 
    transform: translate(3px, 0) rotate(3deg); 
  }
  20% { 
    transform: translate(-3px, 0) rotate(-3deg); 
  }
  40% { 
    transform: translate(3px, 0) rotate(3deg); 
  }
  60% { 
    transform: translate(-3px, 0) rotate(-3deg); 
  }
  80% { 
    transform: translate(3px, 0) rotate(3deg); 
  }
  100% { 
    transform: translate(0, 0) rotate(0deg); 
  }
}

.effet_div{
  animation: effet_div 0.5s ease-out forwards;
}
@keyframes effet_div {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.effet_div_reverse{
  animation: effet_div_reverse 1s ease-out forwards;
}
@keyframes effet_div_reverse {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50px);
  }
}
.anim_top_text{
  animation: moveUp 1s ease forwards;
}
@keyframes moveUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.anim_bot_text{
  animation: moveDown 1s ease forwards;

}
@keyframes moveDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(100px);
  }
}











@media (max-width: 1360px) {
  #top_page{
    padding-top: 1%;
    height: fit-content;
    padding-bottom: 5px;
  }
  .mastead{
    width: calc(100% + 5px)
  }
}

@media (max-width: 1280px) {
  #top_page{
    padding-bottom: 15px;
    padding-top: 2%;
  }
}
@media (max-width: 1200px) {

  .el_nav_blog_center{
    font-size: 1vw;
  }
  #contact{
    font-size: 0.8vw;
    border: 1px solid orange;
  }
  .leftNavBar a{
    font-size: 0.9vw;
  }
  h1{
    font-size: 1.9vw;
  }
  .second_titre{
    font-size: 1.8vw;
  }
  body{
    font-size: 1.3vw;
  }
  .titre_rev{
    font-size: 1vw;
  }
  #first_picture{
    width:70%;
  }
  #nav_center{
    margin-top: 1.5%;
  }
}

@media (max-width: 1152px) {
  #res_conf_1, #res_conf_2{
    font-size: 1.2vw;
  }
}
@media (max-width: 1150px) {
  .img_nav{
    width: 1.5%;
  }
}
@media (max-width: 1000px) {
  .el_nav_blog_center{
    font-size: 1.5vw;
  }
  .leftNavBar a{
    font-size: 1.3vw;
  }
  .little_h1{
    font-size: 1.5vw;
  }
  .little_h12{
    font-size: 1.3vw;
  }
  #contact{
    font-size: 1.3vw;
  }
  .titre_rev{
    font-size: 1.2vw;
  }
  h1{
    font-size: 2.3vw;
  }
  .second_titre{
    font-size: 2vw;
  }
  body{
    font-size: 1.5vw;
  }
  #first_picture{
    width:85%;
  }
  .container_resum_all_post{
    font-size: 1.4vw!important;
  }
  .img_nav{
    width: 1.7%;
  }
  #titre_gallery{
    margin-top: 10%;
  }
}

@media (max-width: 800px) {
  #titre_gallery{
    margin-top: 15%;
  }
  .container{
    margin-top: 2%;
  }
}


@media (max-width: 700px) {
  .img_nav{
    width: 2%;
  }
  #container_reso{
    display: none;
  }
}
@media (max-width: 650px) {
  #close_over_carou{
    width:4%;
  }
}
@media (max-width: 550px) {
  #page{
    width: 94%;  
  }
  #titre_gallery{
    margin-top: 25%;
  }
  .titre_all_post{
    font-size: 3.5vw;
  }
  .container_resum_all_post{
    font-size: 2vw!important;
  }
  .name_all_post{
    width:100%!important;
  }
  .titre_rev{
    font-size: 2vw!important;
  }
  .font_less{
    font-size: 3vw;
  }
  .font_less1{
    font-size: 2.8vw;
  }
  h1{
    font-size: 3.5vw;
  }
  .second_titre{
    font-size: 3vw;
  }
  .big_h1{
    font-size: 4.6vw;
  }
  .little_h1{
    font-size: 3vw;
  }
  .little_h12{
    font-size: 2.8vw;
  }
  .leftNavBar a{
    font-size: 2vw;
  }
  body{
    font-size: 3vw;
  }
  .el_nav_blog_center{
    font-size: 2.2vw;
  }
  .p_width{
    width:100%;
  }
  #left_page{
    width:10%;
  }
  #top_page{
    padding-left: 10%;
    height: fit-content;
    padding-bottom: 15px;
  }
  #container_left_bar{
    width:10%;
  }
  #center_page{
    width: 80%;
  }
  .no_resp{
    display: none;
  }
  #contact{
    font-size: 2vw;
    border: 0.5px solid orange;
    padding: 0.5%;
    margin-right: 6.5%;
  }
  #third_template, #conf_div, #philan_div{
    flex-direction: column;
    justify-content: flex-start;
  }
  .col-50{
    width: 100%;
  }
  #container_resum_parcours{
    width:100%;
  }
  #p_parcours{
    width:100%;
  }
  #top_page{
    padding-top: 3%;
  }
  #nav_center{
    margin-top: 3%;
    gap:4%;
  }
  #mastead2{
    background-position: 35% 20%;
  }
  .rev_titre{
    text-shadow: 1px 1px 1px black;
  }
  #res_conf{
    margin-top: 5%;
  }
  .is_resp{
    display: block;
  }
  #picture_right_rhid{
    margin-top: 5%;
    padding-bottom: 5%;
  }
  #picture_conf{
    margin-top: 5%;
    padding-bottom: 5%;
  }
  #div_philan{
    margin-top: 5%;
    padding-bottom: 5%;
  }
  .mastead{
    height:70vh;
    width: calc(100% + 1%);
  }
  .img_section{
    width: 80%;
  }
  .sponsor_brand{
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3%;
    row-gap: 10%;
    margin-top: 15%;
  }
  .bakc_for_sponsor{
    margin-left: 10%;
  }
  .spons_image{
    width: 100%;
  }
  #seven_template{
    margin-top: 60%;
  }
  #square_hyma1{
    margin-top: -1%;
  }
  #mastead{
    margin-top: 12vh!important;
  }
  #res_conf_1, #res_conf_2{
    font-size: 3vw;
  }
  #close_over_carou{
    width:5%;
  }
  #center_page{
    width:100%;
  }
}

@media (max-width: 375px) {
  .container{
    gap:0;
    row-gap: 20px;
  }
  .pict_grid{
    width: 100%;
    box-shadow: none!important;
  }
  .vertical{
    width: 100%;
    grid-column: span 2;
  }
}
