@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lora');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

body {
  margin: 0;
  padding: 0;
  color: #808080;
  font-size: 15px;
  line-height: 2;
}

p,h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
}   

img {
  vertical-align: bottom;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  color: #808080;
  text-decoration: none;
}

a:visited {
  color: #e6e6e6;
  text-decoration: none;
}

a:hover {
  color: #e6e6e6;
  text-decoration: none;
  background-color: #f5f5f5;
}

header {
  width: 1200px;
  height: 130px;
  margin: 0 auto;

}

.logo-cinedinette {
  width: 380px;
  height: auto;
  margin-left: 5px;
 
}

.langue {
  color: #999999;
  font-family: 'Lora', serif;
  font-size: 14px;
  float: right;
  margin-top: 30px;
  margin-right: 60px;
}

.langue td {
  padding: 0 8px;
  }

.langue td a:hover {
  color: #666666;
  text-decoration-line: underline;
  text-decoration-color: #666666;
  background-color: #cccccc;
}



.global-nav {
  
  display: flex;
  margin-left: 280px;
}

.global-nav li {
  font-size: 18px;
  list-style: none;
  padding-right: 130px;
  font-family: 'Lora', serif;
}

.global-nav li a {
  color: #808080;
}

.global-nav li a:hover {
  color: #696969;
  background-color: #ffcccc;
  
  border-bottom: 2px solid #ffcccc;
  padding-bottom: 3px;
  text-decoration: none;
  
}

.global-nav li a:visited {
  color: #cccccc;
}

#wrap {
  clear: both;
  
}

#index .content {
  width: 960;
  margin: 0 auto;
  padding-top: 10px;
}

#home .content {
  width: 960;
  margin: 0 auto;
  padding-top: 10px;
}


.home-image {
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-top: 0;
 

  
}
 
footer {
  text-align: center;
  color: #808080;
  font-size: 14px;
  padding:0 0;
  
}


.home2-image {
  width: 80%;
  height: auto;
  margin: 0 auto;
  display: block;
}




#concept-fr .concept-content {
  font-family: 'Lora', serif;
  text-align: center;
  padding-top: 30px;
}


.concept-texte {
  color:   #666666;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  font-family: 'Lora', serif;
  line-height: 1.5;
  padding-top: 20px;
}

#concept-fr .dinette {
  font-weight: 600;
  font-size: 19px;
}

#concept-fr footer {
  padding-top: 10px;
}

#works .works {
  margin-top: 40px;
  font-family: 'Lora', serif;
  text-align: center;
}


#works h4 {
    text-align: center;
    
}


#works .texte-audiovisuel {
        margin-left: 10px;
      
}


    

#works .figure-audiovisuel {
    border-right: 220px solid transparent;
	border-bottom: 220px solid #BE2B2A;
    height:0;
	width: 0;
    
    line-height: 230px;
   }


  

#works .figure-mediateur {
   background-color: #F1C822;
    display: inline-block;
    
	width: 240px;
	height: 240px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px; 
	border-radius: 200px;
    
    line-height: 200px;
  }



#works .figure-atelier {
    width: 230px;
	height: 230px;
	background: #1999C9;
    
    line-height: 200px;
    
  }


#works .container {
  display:grid;
  font-size: medium;
  grid-template-columns: 260px 260px 260px;
  grid-template-rows: 300px;
  grid-area: figure-audiovisuel, figure-mediateur, figure-atelier;
  justify-content: center;
  padding-top: 100px;
  width: 307;
  height: 307;
  font-family: 'Lora', serif;
  font-weight: 900;
  grid-gap: 40px;
  
  
}

#works .figure-audiovisuel {
    margin-right: 10px;
}

#works .figure-mediateur {
    margin-left: 10px;
}


#works .figure-atelier {
    margin-left: 50px;
    
}





#works .audiovisuel a {
  color: antiquewhite;
  
}


#works .mediateur a {
  color: antiquewhite;
}

#works .atelier a {
  color: antiquewhite;
}



#works .texte-audiovisuel a:hover {
  color: #696969;
  background-color: #DDDDDD;
  border-bottom: 5px solid #ffcccc;
  padding-bottom: 5px;
  text-decoration: none;
  border-radius: 50%;
  
}
  
#works .texte-mediateur a:hover{
  color: #696969;
  background-color: #DDDDDD;
  border-bottom: 5px solid #ffcccc;
  padding-bottom: 5px;
  text-decoration: none;
  border-radius: 50%;
  
  
} 


#works .texte-atelier a:hover {
  color: #696969;
  background-color: #DDDDDD;
  border-bottom: 5px solid #ffcccc;
  padding-bottom: 5px;
  text-decoration: none;
  border-radius: 50%;

}


#works h4 {
    font-weight: 500;
}
#works h4 a visited {
  color: #666666;
}


#works footer{
  text-align: center;
  padding-bottom: 10px;
}






#audiovisuel .main {
   text-align: center;
   margin-top: 60px;
   font-family: 'Lora', serif;
   
  
}
  
#audiovisuel .container {
    
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 280px);
  grid-template-rows: 200px 20px; 
  

  grid-column-gap: 30px;
  font-family: 'Lora', serif;
  padding-top: 40px;
  
  
}


#audiovisuel .documentaires {
  color: gray;
  text-align: center;
  align-self: baseline;
  font-size: 15px;

  grid-column: 1/2;
  grid-row: 2/3;
  
  
}

#audiovisuel .documentaires-image{
  grid-column: 1/2;
  grid-row: 1/2;
}


#audiovisuel .evenements {
  color: gray;
  text-align: center;
  align-self: baseline;
  font-size: 15px;
  
  grid-column: 2/3;
  grid-row: 2/3;
}

#audiovisuelle .evenements-image{
  grid-column: 2/3;
  grid-row: 1/2;
  
}



#audiovisuel .clips {
  color: gray;
  text-align: center;
  align-self: baseline;
  font-size: 15px;
  grid-column: 3/4;
  grid-row: 2/3;
}

#audiovisuel .clips-image{
  
  grid-column: 3/4;
  grid-row: 1/2;
  
}


#audiovisuel .video-image {
  display: block;
  width: 280px;
  height: 200px;
  object-fit: cover;
  
}


#audiovisuel .documentaires a {
  color: #666666;
  text-decoration: none;
}

#audiovisuel .evenements a {
  color: #666666;
  text-decoration: none;
}

#audiovisuel .clips a {
  color: #666666;
  text-decoration: none;
}

#audiovisuel .documentaires a:hover {
  color: #666666;
  
  background-color: #ffdab9;
  border-radius: 8px;
  text-decoration: none;
}

#audiovisuel .evenements a:hover {
  color: #666666;
  background-color: #ffdab9;
    border-radius: 8px;
  text-decoration: none;
}

#audiovisuel .clips a:hover {
  color: #666666;
    background-color: #ffdab9;
    border-radius: 8px;
    
  text-decoration: none;
}


#audiovisuel h4 {
    margin-top: 0;
    line-height: 1.4;
    font-weight: 400;
    
   
}

    


#audiovisuel footer {
 padding-top: 150px;
  
}

 



#contact .icon {
  text-align: center;
  font-family:  'Lora', serif;
    font-size: 30px;
  margin-top: 60px;
}

#contact .form  {
  background-color: #c0c5c2;
  padding: 10px 50px;
}

#contact .form dl dt {
  width: 200px;
  padding: 8px 0;
  float: left;
  clear: both;
  margin-left: 430px;

}

#contact .form dl dd {
  padding: 8px 0;
}


#contact .form .nom {
  width: 200px;
  height: 20px;
}

#contact .form .prenom {
  width: 200px;
  height: 20px;
}

#contact .form .email {
  width: 300px;
  height: 20px;
}

#contact .form .telephone {
  width: 200px;
  height: 20px;
}


#contact .form .message {
  width: 550px;
  height: 150px;
}


#contact .form  button {
  background-color: darksalmon;
  color: #ffffff;
  font-size: 20px;
  font-family: 'Lora', serif;
  width: 150px;
  display: block;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  border: 3px solid darksalmon;
  margin-left: 630px;

}

#contact .form button:hover {
  background-color: #ffffff;
  color: darksalmon;
}

#contact .form button:hover {
  background-color: #ffffff;
  color: darksalmon;
  cursor: pointer;
}

#contact .form .required:after {
  content: "*";
  color: #ff0000;
}


#contact .form .attention {
  margin: 20px 0 0 630px;
}





#documentaires .main {
   text-align: center;
   margin-top: 60px;
   font-family: 'Lora', serif;
   
  
}

#documentaires .container {
  display: grid;
  justify-content: center;
  grid-template-columns: 300px 300px;
  grid-template-rows: 200px 200px;
  grid-template-areas: "vie sorciere"
                        "garchy fjc";
  grid-gap: 10px;
  padding-top: 30px;
}



.vie {
  grid-column: 1/2;
  grid-row: 1/2;
}

.sorciere {
  grid-column: 2/3;
  grid-row: 1/2;
}


.garchy {
  grid-column: 1/2;
  grid-row: 2/3;
  
}

.fjc {
  grid-column: 2/3;
  grid-row: 2/3;
}
 


#documentaires .video-image{
  display: block;
  width: 300px;
  height: 200px;
  object-fit: cover;
  
}
  
#documentaires footer {
    padding-top: 100px;
} 

#evenements .main {
   text-align: center;
   margin-top: 60px;
   font-family: 'Lora', serif;
   
  
}

#evenements .container{
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(4, 280px);
  grid-template-rows: 180px 50px;
  grid-template-areas: "siseido-photo pompier-video  epidemiom-video mariage-photo"
                       "siseido-texte pompier-texte  epidemiom-texte mariage-texte";
  
  grid-column-gap:5px;

  
  
  padding-top: 30px;
  font-family:  'Lora', serif;
  font-size: 12px;
  line-height: 1.5;
}

#evenements h3 {
    text-align: center;
    
}
.siseido-photo {
  grid-column: 1/2;
  grid-row: 1/2;
}

.siseido-texte {
  grid-column: 1/2;
  grid-row: 2/3;
}

.pompier-video{
  grid-column: 2/3;
  grid-row: 1/2;
 
  
}

.pompier-texte {
  grid-column: 2/3;
  grid-row: 2/3;
}


.epidemiom-video {
  grid-column: 3/4;
  grid-row: 1/2;
  
}

.epidemiom-texte {
  grid-column: 3/4;
  grid-row: 2/3;
 
}


.mariage-photo {
  grid-column: 4/5;
  grid-row: 1/2;
}

.mariage-texte {
  grid-column: 4/5;
  grid-row: 2/3;
}



#evenements .image {

  width: 280px;
  height: 180px;
  object-fit: cover;
  
}


#evenements h3 {
    font-weight: 400;

    
}

#evenements .epidemiom-texte a{
  color: dodgerblue;
}


#evenements .annonce {
    text-align: center;
    font-family:  'Lora', serif;
    font-size: 12px;
    padding-top: 50px;
    font-weight: 200;
    
}

#evenements footer {
  text-align: center;
  padding-top: 120px;
    font-weight: 500;
}




#clips .main {
   text-align: center;
   margin-top: 60px;
   font-family: 'Lora', serif;
   
  
}

#clips .container{
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 300px);
  grid-template-rows: 180px ;
  grid-template-areas: "cuisinette-video nicole-video nara-video";
                        
  grid-column-gap:20px;

  
  
  padding-top: 20px;
  padding-bottom: 60px;

}



.cuisinette-video {
  grid-column: 1/2;
  grid-row: 1/2;
  background-color: 
}


.nicole-video {
  grid-column: 2/3;
  grid-row: 1/2;
}


.nara-video {
  grid-column: 3/4;
  grid-row: 1/2;
}

#clips video {
  display: block;
  width: 280px;
  height: 190px;
  object-fit: cover;
  
  
}


#clips .text {
  text-align: center;
  font-family: 'Lora', serif;
  font-weight: 200;
  
}






#clips footer {
  padding-top: 170px;
}



#mediateur .main {
   text-align: center;
   margin-top: 60px;
   font-family: 'Lora', serif;
   
}


#mediateur .container {
  text-align: center;
  padding-top: 100px;
  font-family: 'Lora', serif;
  
}

#mediateur footer {
  padding-top: 300px;
}




#atelier .main {
   text-align: center;
   margin-top: 60px;
   font-family: 'Lora', serif;
   
}


#atelier .container {
  text-align: center;
  padding-top: 100px;
  font-family: 'Lora', serif;
}

#atelier footer {
  padding-top: 300px;
}


#recettes .container {
  display: grid;
  justify-content: center;
  grid-template-columns: 380PX 700PX;
  grid-template-rows: 400px ;
  grid-template-areas: "recettes-video recettes-texte";
                        
  grid-column-gap: 20px;

  
  
  padding-top: 120px;
  padding-bottom: 80px;

}

  
 #recettes .video-recettes {
  display: block;
  width: 380px;
  height: 213px;
  padding-top: 60px;

  
  
}



#recettes .texte-recettes {
  text-align: left;
  font-family: 'Lora', serif;
  
}

.recettes-title {
  font-weight: 600;
}

#recette h4 {
    font-weight: 400;
}
  

.recettes-title, .p-recettes-container {
  line-height: 0.5;
}


.recettes-site {
  color: mediumblue;
    font-weight: 400;

}


.recettes-site a{
  color: dodgerblue;
}

.recettes-site a:hover {
  text-decoration: underline;
}


.p-recettes-container {
  display: grid;
  justify-content: flex-start;
  grid-template-columns:  330px 350px;
  grid-template-rows: 30px;
  font-weight: 200;
  font-size: 14px;
}


.recettes-epoque {
  grid-column: 1/2;
  grid-row: 1/2;
}

.recettes-site {
  grid-column: 2/3;
  grid-row: 1/2;
}


.recettes-video {
  grid-column: 1/2;
  grid-row: 1/2;

}


.texte-recettes {
  grid-column: 2/3;
  grid-row: 1/2;
}


#vieartisanalle .container {
  display: grid;
  justify-content: center;
  grid-template-columns: 400PX 700PX;
  grid-template-rows: 400px ;
  grid-template-areas: "lavie-video lavie-texte";
                        
  grid-column-gap: 50px;

  
  
  padding-top: 120px;
  padding-bottom: 80px;

}

  
 #vieartisanalle .photo-lavie {
  display: block;
  width: 400px;
  height: 240px;
  padding-top: 30px;

  
  
}

.photo-lavie {
  grid-column: 1/2;
  grid-row: 1/2;

}


.lavie-texte {
  grid-column: 2/3;
  grid-row: 1/2;
}


#vieartisanalle .lavie-texte {
  text-align: left;
  font-family: 'Lora', serif;
  
}

.lavie-title {
  font-weight: 600;
}


  

.lavie-title, .p-lavie-container {
  line-height: 0.5;
    
}
  
.p-lavie-container {
    font-weight: 200;
    
}


#garchy .container {
  display: grid;
  justify-content: center;
  grid-template-columns: 400PX 700PX;
  grid-template-rows: 400px ;
  grid-template-areas: "garchy-video garchy-texte";
                        
  grid-column-gap: 20px;

  
  
  padding-top: 120px;
  padding-bottom: 80px;

}

  
 #garchy .video-garchy {
  display: block;
  width: 350px;
  height: 198px;
  padding-top: 50px;

  
  
}



#garchy .texte-garchy {
  text-align: left;
  font-family: 'Lora', serif;
  
}


.garchy-video {
  grid-column: 1/2;
  grid-row: 1/2;

}


.texte-garchy {
  grid-column: 2/3;
  grid-row: 1/2;
}


.garchy-title {
  font-weight: 600;
}


  

.garchy-title, .p-garchy-container {
  line-height: 0.5;
}
  

#garchy h4 {
    font-weight: 200;
    
}
  
#fjc .container {
  display: grid;
  justify-content: center;
  grid-template-columns: 500PX 500PX;
  grid-template-rows: 400px ;
  grid-template-areas: "photo-fjc fjc-texte";
                        
  grid-column-gap: 10px;

  
  
  padding-top: 120px;
  padding-bottom: 80px;

}



#fjc .photo-fjc {
  display: block;
  width: 400px;
  height: 240px;
  padding-top: 30px;

  
  
}

.photo-fjc {
  grid-column: 1/2;
  grid-row: 1/2;

}


.fjc-texte {
  grid-column: 2/3;
  grid-row: 1/2;
}


#fjc .fjc-texte {
  text-align: left;
  font-family: 'Lora', serif;
  
}

.fjc-title {
  font-weight: 600;
}


  

.fjc-title, .p-fjc-container {
  line-height: 0.5;
}
  
  
#fjc h3 {
  text-align: left;
  padding-top: 100px;
  font-weight: 200;
}


@media screen and (max-width:600px){
  /* 画面サイズが600px以下の場合に適用 */
  
  
    
    body{
        font-size:  3.5vw;
    }
    
    h1{
        font-size: 6vw;
    }
    header {
        width: auto;
        margin: 0;
    }
    
    footer {
        font-size: 2.5vw;
    }
    
    .langue{
        margin-top: 5px;
        margin-right: 10px;
        font-size: 3vw;
        }
    
    
    
    .langue td {
        padding: 0 9px;
    }
    
    
    
    .logo-cinedinette {
     max-width: 70%;
        height: auto;
     
        
 }
    
    
    .global-nav {
        margin-top: 30px;
        margin-left: 30px;
        
    }
    
    
    .global-nav li {
        padding-right: 40px;
        font-size: 4vw;
    }
    
    #index .content {
        margin-top: 80px;
        margin-left: 5%;
        margin-right: 5%;
    }
  
    #home .content {
        margin-top: 80px;
        margin-left: 5%;
        margin-right: 5%;
    }
    
    
    #index, #home, .home-image {
        width: 100%;
    max-width: 100%;
        height: auto;
   
        

  }
  
    #concept-fr h1 {
        padding-top: 10px;
        
    }
   
    #concept-fr .concept-texte {
        font-size: 3vw;
        font-weight: 400;
    }
  
    #concept-fr .dinette{
        font-size: 4vw;
        font-weight: 400;
    }
    
    
    
   #contact .form  {
         padding: 3px 5px;
}
    
    
    
     

    #contact .form dl dt {
        width: auto;
        float: none;
        margin:0;
        padding: 5px 50px;
    }
    
 
    #contact .form dl dd {
        padding: 5px;
}  

   #contact .form .email {
          width: 250px;
          
    }
    
    #contact .form .message {
  width: 300px;
  height: 300px;
}
    
  #contact .form  button {
   margin-left: 200px;
      
    }
  #contact .form .attention {
    margin: 10px 0 0 120px;
}

      

#works .works {
    margin-top: 50px;
        
    }
 
    

     
        
#works h4 {
        font-size: 3.5vw;
    }
#works .texte-audiovisuel {
        padding-top: 15px;
    }

    #works .texte-mediateur {
        padding-top: 10px;
    }
    
    #works .texte-atelier {
        padding-top: 10px;
    }
    
    
#works .container {
  display: block;
  position: relative;
  padding-top: 10px;
  width: auto;
  max-height: 100%;    
  
 }
  
    


  
#works .figure-audiovisuel {
    border-right: 120px solid transparent;
	border-bottom: 120px solid #BE2B2A;
    height:0;
	width: 0;
    
    line-height: 130px;
   }


  

#works .figure-mediateur {
   background-color: #F1C822;
    display: inline-block;
    
	width: 140px;
	height: 140px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	-ms-border-radius: 100px; 
	border-radius: 100px;
    
    line-height: 100px;
  }



#works .figure-atelier {
    width: 130px;
	height: 130px;
	background: #1999C9;
    
    line-height: 100px;
    
  }

    
#works .figure-audiovisuel {
        margin: 0 auto;
        
    }
    
    
#works .figure-mediateur {
         margin-left: 110px;
    }
       
    
 #works .figure-atelier {
        margin: 0 auto;
    }
        
#works footer{
  padding-top: 30px;
}
   
 #audiovisuel .container {
    
  display: block;
  position: relative;
  padding-top: 10px;  
  max-height: 100%;
  height: auto;
 

    }

#audiovisuel .video-image {
    margin-left: 13%;
    margin-right: auto; 
   

}

    
#audiovisuel h4 {
  font-size: 4vw;
  
  padding-bottom: 25px;
    
}    
    
 #audiovisuel h2 {
     margin-bottom: 1.2px;
        
    }

#audiovisuel footer {
    padding-top: 50px;
    }
    
    
#mediateur .container {
  font-size: 3vw;
}

#mediateur footer {
  padding-top: 250px;
}  
    
#atelier .container {
  font-size: 3vw;
}

#atelier footer {
  padding-top: 250px;
}   
    


 
        
#documentaires .container {
  max-width: 100%;
    height: auto;
  
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
   justify-content: center;
   grid-gap:2%;
  padding-top: 20px; 
  margin: auto 12%;
  
  
}



#documentaires .video-image{
  
  width: 150px;
  height: 100px;
  object-fit: cover;
 
}     
        
#documentaires h2 {
    margin-bottom: 2%;
        
        
    }       
#evenements .container{
  display: block;
  padding-top: 0; 
  max-width: 100%;
  height: auto;
  margin-left: 15%;
  margin-right: auto;
   
 
}      

#evenements h3 {
    font-size: 3vw;
    width: 280px;
    height: auto;
   
    
 
    }
    
#evenements h2 {
    margin-bottom: 0 ;
    margin-top: 30px
    
}     

#evenements .annonce {
    font-size: 2.6vw;
    margin-left: 15%;
    margin-right: 15%;
    line-height: normal;
    padding-top: 20px;
    
        
        
    }
#clips .container{
  display: block;
  margin-left: 15%;

}
    
#clips video{
  padding-top: 30px;
  margin-bottom: 0;
 
}
 
#clips h3{
    font-size: 3vw;
    
    width: 280px;
    margin-left: 15%;
    
}

#clips footer {
  padding-top: 30px;
  font-size: 2.5vw;
}
        
        
#vieartisanalle .container {
  display: block;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-left: 10%;
  margin-right: 10%;

}

  
 #vieartisanalle .photo-lavie {
  max-width: 100%;
  height: auto;
  justify-content: center;
  padding-bottom: 20px;        
    
    
  }
  
#vieartisanalle .lavie-texte  {
  
    justify-content: center;
        
    }
    
#vieartisanalle h2 {
    font-size: 4vw;
    text-align: center;
        
    }   
    
#vieartisanalle p {
    
    text-align: center;
        
    }   
    
#vieartisanalle h4{
    font-size: 3vw;
    justify-content: center;
    font-weight: 200;
    
        
    }    
    
   
#recettes .container {
  display: block;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 80px;
 

}

  
 #recettes .video-recettes {
  display: block;
  max-width: 100%;
  height: auto;
 
  width: 304px;
  height: 224px;
  
  padding-bottom: 20px;
  margin-left: 10%;
  margin-right: 10%;
  }


#recettes h2 {
  text-align: center;
  
  
}



.recettes-title {
    font-size: 4vw;
 
 
}

#recettes h4 {
    font-size: 3vw;
    font-weight: 500;
    text-align: left;
    text-align: left;
    margin-left: 13%;
    margin-right: 12%;
   
    
}
    
.p-recettes-container {
  display: block;
  text-align: center;
  
  font-size: 2.8vw;
  font-weight: 200;
  
  padding-bottom: 10px;
    
}   
    
  
 
#garchy .container {
  display: block;
  
  padding-top: 30px;
  padding-bottom: 80px;

}

  
 #garchy .video-garchy {
  display: block;
  max-width: 100%;
  height: auto;
  width: 280px;
  height: 158px;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-left: 12%;
    }
   
    
.garchy-title {
    font-size: 4vw;
    text-align: center;
  
}


  

#garchy .p-garchy-container {
  font-size: 3vw;
  text-align: center;
}
  

#garchy h4 {
    font-size: 3vw;
    font-weight: 500;
      
    margin-left: 13%;
    margin-right: 10%;
    
    }
    
  
 #fjc .container {
  display: block;
  padding-top: 20px;
  padding-bottom: 80px;

}



#fjc .photo-fjc {
  display: block;
    max-width: 100%;
   width: 300px;
   height: 200px;
   padding-top: 30px;
    margin-left: 12%;

}


.fjc-title {
  font-weight: 600;
  font-size: 4vw;
  text-align: center;
  padding-top: 20px;


}


.p-fjc-container {
  text-align: center;
    font-size: 3vw;
}

    
  
#fjc h3 {
  text-align: center;
  padding-top: 50px;
  font-weight: 400;
  font-size: 3vw;
}
   
    
    
    
    
}
    
    
    
    
    
    
    



  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  




























