.container-1{
    display: flex;
    width: 80%;
    margin: auto;
}
.container-2{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
    justify-content: space-between;
}

.box-1{
    margin-top: 10px;
    flex: 3.4;
}
article.box-1{ 
    border: 5px solid #35424a;
}
.box-2{
    display: flex;
    flex-direction: column;
    flex: 1.6;
}

.asideHisBox{
    margin-top: 10px;
    margin-right: 10px;
    border: 5px solid #35424a;
}
.asideHisBox  a{
    text-decoration: none;
    font-weight: bold;
    color: rgb(59, 58, 58);
    font-size: 14px;
}
.asideHisBox a:hover, .box-2 .currentHis{
    color: #e8491d;
    text-shadow: #f78869 0 0 20px;
}
.box-2 .relatedHis{
    text-shadow: #f78869 0 0 20px;
}

.asideGeoBox {
    border: 5px solid #35424a;
}
.asideGeoBox a{
    text-decoration: none;
    font-weight: bold;
    color: rgb(59, 58, 58);
    font-size: 14px;
}
.asideGeoBox a:hover{
    color: #0a99f8;
    text-shadow: #37adfc 0 0 20px;
}
.asideGeoBox h3{
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #0989df;
    margin: 0;
}
.container-2 div.asideGeoBox{
    box-sizing: border-box;
    flex-basis: 33%;
    margin-top: 10px;
}
/*box-2*/
.asideHisBox .darkBlue h3{
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #35424a;
    margin: 0;
}
/*box-1*/
.box-1 .orange h1{
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #e8491d;
}
article #anaser{
    padding: 20px;
    background-color: #35424a;
}
 p{
    padding-left: 5px;
    padding-right: 5px;
    text-align: justify;
}
p.titre a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    transition: 0.25s;
}
p.titre a:hover{
    text-shadow: #fff 0 0 20px;
    padding-right: 10px;
}
p.titre2 a{
    text-decoration: none;
    color: #ccc;
    font-weight: bold;
    transition: 0.25s;
}
p.titre2 a:hover{
    text-shadow: #fff 0 0 20px;
    padding-right: 10px;
}
p.titre4 a{
    text-decoration: none;
    color: darkgray;
    font-weight: bold;
    transition: 0.25s;
    padding-right: 10px;
}
p.titre4 a:hover{
    text-shadow: #fff 0 0 20px;
    padding-right: 20px;
}
a.hisLink{
    text-decoration: none;
    color:#e8491d;
    font-weight: bold;
    transition: 0.25s;
}
a:hover.hisLink{
    color: #dd3a0d;
    text-decoration: underline;
}
.box-1 .mainContent{
    background: #fff;
}
p.titre3{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
article.box-1 div.mainContent img.hugeImg{
    display: block;
    width: 40%;
    margin: auto;
}
article.box-1 div.mainContent img.veryBigImg{
    display: block;
    width: 50%;
    margin: auto;
}
article.box-1 div.mainContent img.bigImg{
    display: block;
    width: 60%;
    margin: auto;
}
article.box-1 div.mainContent img.mediumImg{
    display: block;
    width: 70%;
    margin: auto;
}
article.box-1 div.mainContent img.smallImg{
    display: block;
    width: 80%;
    margin: auto;
}
article.box-1 div.mainContent img.verySmallImg{
    display: block;
    width: 95%;
    margin: auto;
}
p.rouge {
    color: red;
    font-weight: bold;
    padding-right: 10px;
    padding-top: 10px;
}
p.vert {
    color: rgb(3, 150, 3);
    font-weight: bold;
    padding-right: 15px;
    padding-top: 10px;
}
p.blueText{
    color: #0a99f8;
    font-weight: bold;
}
p.violet{
    color: #6633ff;
    font-weight: bold;
    padding-right: 35px;
}
 div.definition p{
    background: #ffc000;
    border: #000000 solid 3px;
    margin: 10px;
}
article ul{
    padding-right: 30px;
}

.lessonButtonWrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.downloadLessonButtonHis{
    width: 100%;
    background: #e8491d;
    padding:10px;
    border: #e8491d 5px solid;
}
button.downloadLessonButtonHis a{
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    font-family: Tahoma, Verdana, sans-serif;
}
button.downloadLessonButtonHis a:hover{
    text-shadow: #fff 0 0 20px;
}

.pub{
    border-top: 5px solid #35424a;
	border-bottom: 5px solid #35424a;
}
.pub2{
    border-top: 5px solid #35424a;
}
.pub3{
    margin: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.box-1 .white h1{
    font-size: 22px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}
article.box-1 .white a{
    color: red;
    text-decoration: none;
    font-weight: bold;
}
.pub4{
    border-bottom: 5px solid #35424a;
}
@media (max-width:1680px){
    .container-1{
        width: 92%;
    }
    .container-2{
        width: 92%;
    }
    header .container{
        width: 92%;
    }
}
@media (max-width:1360px){
    .container-1{
        width: 95%;
    }
    .container-2{
        width: 95%;
    }
    header .container{
        width: 95%;
    }
}
@media (max-width:1260px){
    
    .container-1{
        flex-direction: column;
        justify-content: center;
    }
    article.box-1{
        width: 100%;
    }
	.container-2 div.asideGeoBox{
    flex-basis: 49%;
	}
    .container-1 article.box-1{
        width: 100%;
    }
    .box-2{
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }
    .container-1 div.asideHisBox{
        flex-basis: 49%;
    }
    .asideHisBox{
        margin-right: 0;
    }
    article.box-1 div.mainContent img.mediumImg{
        width: 60%;
    }
    .asideHisBox .darkBlue h3{
    	background: #e8491d;
    } 
}
@media (max-width:900px){
    .container-1{
        width: 90%;
    }
    .container-2{
        width: 90%;
    }
}
@media (max-width:790px){
    header .container{
        width: 100%;
    }
    .container-1{
        width: 100%;
    }
    .container-2{
        width: 100%;
    }
    article.box-1{
        margin-top: 0px;
    }
    article.box-1 div.mainContent img.hugeImg{
        width: 50%;
    }
    article.box-1 div.mainContent img.bigImg{
        width: 80%;
    }
    article.box-1 div.mainContent img.mediumImg{
        width: 80%;
    }
    article.box-1 div.mainContent img.smallImg{
        width: 100%;
    }
    article.box-1 div.mainContent img.verySmallImg{
        width: 100%;
    }

}
@media (max-width:540px){
	.box-2{
        flex-direction: column;
    }
    article #anaser{
        padding: 10px;
        background-color: #35424a;
        font-size: 14px;
    }
    .container-1 div.asideHisBox{
        width: 100%;
        box-sizing: border-box;
        margin: auto;
    }
    div.asideHisBox{
        width: 100%;
    }
    div.asideGeoBox{
        width: 100%;
    }
    .container-2{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .container-2 div.asideGeoBox{
       margin-top: 0px; 
	   margin-bottom: 10px;
    }
	footer{
		margin-top: 0px; 
	}
    .container-1 div.asideHisBox{
        margin-bottom: 10px;
    }
    .box-1{
        margin-bottom: 10px;
    }
    article.box-1 div.mainContent img.hugeImg{
        width: 70%;
    }
    article.box-1 div.mainContent img.veryBigImg{
        width: 80%;
    }
    article.box-1 div.mainContent img.bigImg{
        width: 100%;
    }
    article.box-1 div.mainContent img.mediumImg{
        width: 100%;
    }
    .asideGeoBox  a{
        font-size: 15px;
    }
    .asideHisBox  a{
        font-size: 15px;
    }  
    
}
@media (max-width:450px){
    .box-1 .orange h1{
        font-size: 18px;
    }
}
@media (max-width:360px){
    article #anaser{
        padding: 0px;
        background-color: #35424a;
        font-size: 13px;
    }
    
    article.box-1 div.mainContent img.hugeImg{
        width: 80%;
    }
}
@media (max-width:319px){
   
}