.et-waypointAS {
    opacity: 1;
}

#01main {
	margin-top: 20px;
}

.searchthumb {
    display: inline-block;
    background-clip: padding-box;
    width: 200px;
    height: 200px;
    margin: 5px;
    background-position: center center;
    background-size: cover;
}

.AScircularFiche {
margin:auto;
 width: 100px;
    height: 100px;
    -webkit-border-radius: 100px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100px;
    -moz-background-clip: padding;
    border-radius: 100px;
    background-clip: padding-box;
    float: left;
    background-size: cover;
    background-position: center center;
border-style: solid;
    border-width: 5px;
border-color:#aa4442;
margin-bottom:20px;
}

.ASbouton {
    background-color: #aa4442;
    border: none;
    color: white;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
border-radius: 10px;
transition: all .2s ease-in-out;
margin-bottom:10px;


}

.ASbouton a {color: white;}
.ASbouton:hover { transform: scale(1.05);
box-shadow: 10px 10px 20px #5f6a71;
}


.AScircular {
 width: 150px;
    height: 150px;
    -webkit-border-radius: 150px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 150px;
    -moz-background-clip: padding;
    border-radius: 150px;
    background-clip: padding-box;
    float: left;
    background-size: cover;
    background-position: center center;
border-style: solid;
    border-width: 5px;
border-color: white;
position: absolute;
    right: 10px;
    top: 10px;
z-index:999
}

.AScircularSmall {
margin:auto;
 width: 200px;
    height: 200px;
    -webkit-border-radius: 130px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 130px;
    -moz-background-clip: padding;
    border-radius: 130px;
    background-clip: padding-box;
    margin: 7px 0 0 5px;
    float: left;
    background-size: cover;
    background-position: center center;
border-style: solid;
    border-width: 3px;
border-color:#05454f;
margin-bottom: 20px;
}

.AScircularFoot {

 width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 25px;
    -moz-background-clip: padding;
    border-radius: 25px;
    background-clip: padding-box;
    margin: 7px 0 0 5px;
    float: left;
    background-size: cover;
    background-position: center center;
border-style: solid;
    border-width: 1px;
border-color:#05454f;
float: left
}


.clear { clear:both; }

.AStoc a, b {color:#035378; }
.ASsub a {color:white; }
.AStoc a:hover {text-decoration: underline;} 

.lighttext {color:white;}
.lighttext a {color:white;}
.lighttext h3 {color:white;}
