@charset "UTF-8";

* {box-sizing: border-box;} 

.header {text-align: center;
         color: white;
		 background-color: tomato;
         padding: 50px;	
         font-size: 30px;		 
}

h2 {font-size: 40px;
   
	}

.titre {background-color : grey;
        padding-left : 10px; 
		text-align: center; 
		  }

.tab {text-indent: 20px;}

.tab::first-letter{font-size: 30px;}

 .container {
           width: 50%;
			text-align: center;
			padding:30px;
			margin: auto;
						
			max-height: 400px;
			background-color: black;
			
			
			
            }


.container2 {
	         width: 50%;
			 text-align: justify;
			 padding: 10px;
			 margin: auto;
			 
			 max-height: 400px;
			 overflow: auto;
			 
			
			 
            }
			
.picorange {max-width: 100%;
            height: auto;
}

.desc {max-width: 100%;
      
       
          
}

.final {text-align: center;}

.textcol {color: white;}

.clearfix {  display: flex;  
             border: 1px solid black;
             margin: 30px;
			 height: 400px;
			 background-color: tomato;
			 box-shadow: 10px 10px 5px grey;
		   	   
		   }
			
.clearfix::after {content:"";
           display: table;
		   clear: both;
		   
}