a{
    color: #0d4f5e !important;
    text-decoration-style: dotted !important;
}

a:hover{
    color: #2a8ea5 !important;
}

.article-random-post-card a{
    text-decoration: none;
}

.article-random-post-card .card-body{
    padding: .2rem 1rem .2rem 1rem; 
}

figcaption{
    color: #555;
    font-size: 13px;
    text-align: center;    
}

.link-format-1{
    color: red;
    text-decoration: none;
}

.link-format-2{
    color: #0d4f5e;
    text-decoration: none;
}

.link-format-2:hover{
    color: #2a8ea5;
    text-decoration: none;
}

.icon-size-1{
    width: 2.3rem;
    height: auto;
}

.icon-tab-1{
    width: 1.5rem;
    height: auto;
    color: #076e86;
}

.icon-wall-more{
    width: 2.5rem;
    height: auto;
    color: #076e86;
}

.icon-wall-more:hover{
    cursor: pointer;
    color: #1a9bb8;
}

.icon-scroll-top{
    width: 2.5rem;
    height: auto;
    color: #ffffff;
}

.card_presentation_article1{
    width: 40rem; 
    margin-bottom: 2rem;    
}

img.right{
    float: right;
    margin: 4px 0 4px 4px;    
    width: 100%;
    height: auto;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

.bandeau-top {
	margin-left: 10px;
	background-image: url('../images/site/frise.png');
	background-repeat: repeat-x;
}

.head-container {
	width: 100%;
	background-color: #0d4f5e;
	border: none;
	border-bottom: solid 5px #EFDD68;
    margin-bottom: 10px;
}

.bottom-container {
	width: 100%;
	background-color: #0d4f5e;
	border: none;
	border-top: solid 5px #EFDD68;
    margin-top: 40px;
    color: #FFF;
    line-height: 0px !important;
    font-size: 1rem;
}

.bottom-container-col-left {
    margin-left: 3rem; 
    color: #ccc; 
    font-size: 12px;
    font-family: 'Open Sans', 'Open Sans Regular', sans-serif;    
}

.article-single-container{
        min-width: 21rem !important;
        max-width: 60rem;
        border-left: solid 1px #C3C3DF !important;
        border-top: solid 3px #73b9c1 !important;
        background-color: #FFF !important;
        border-top-left-radius: 3px !important;
        border-top-right-radius: 3px !important;
        -webkit-box-shadow: 1px 1px 10px 0px #3c7a82 !important;
        -o-box-shadow: 1px 1px 10px 0px #3c7a82 !important;
        box-shadow: 4px 4px 8px -6px #3c7a82 !important;    
}

.article-single-container img:hover{
    cursor: pointer;
}

h6.card-subtitle{
    font-size: 0.95rem;   
}

.post-tags{
 color: #6c757d;
 font-size: 0.9rem;
}

.post-tags a{
    color: #6c757d !important;
}

.post-tags a:hover{
    color: #2a8ea5 !important;
}


.tags-separateur-top{
    margin: 0px;
    margin-bottom: 5px;
}

.tags-separateur-bottom{
    margin: 0px;
    margin-top: 7px;
}

.wallImgDiv{
    width: 300px;
    height: 300px;
    overflow: hidden;    
    float: left;
}

.wallImgDiv img{
    width: 450px;
    height: auto;
    /*margin: -75px 0 0 -100px;    */
}

.wallImgDivBg1{
    background-color: red;
}

.wallImgDivBg2{
    background-color: blue;
}

.wallImgDivBg3{
    background-color: yellow;
}

.wallImgDivBg4{
    background-color: green;
}



.tab-content{
    padding-top: 0.3rem;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    
    background: rgb(7, 112, 136, 0.5);
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;        
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgb(7, 112, 136);    
}

@media screen and (max-width: 640px) {
    .card_presentation_article1{
        width: 10rem; 
        margin-bottom: 2rem;    
    }

    #return-to-top {
        width: 30px;
        height: 30px;    
    }

    .icon-scroll-top {
        width: 1.5rem;
    }    
}

@media screen and (max-width: 880px) {
    .wallImgDiv{
        width: 150px;
        height: 150px;
    }
    
    .wallImgDiv img{
        width: 250px;
        height: auto;
        /*margin: -75px 0 0 -100px;    */
    }    
}

@media screen and (max-width: 1280px) {
    .wallImgDiv{
        width: 260px;
        height: 260px;
    }
    
    .wallImgDiv img{
        width: 400px;
        height: auto;
        /*margin: -75px 0 0 -100px;    */
    }    
}