@media (max-width: 980px) {

.wrapper {
    width: 100%;
}

#header {
    box-shadow: 0 0 10px #333;
    position: relative;
    overflow: auto;

}

#header h1 {
    float: none;
    text-align: center;
}

#header h2 {
    color: #fff;
    float: none;
    font-size: 30px;
    line-height: 1.5em;
    margin-right: 0px;
    padding-top: 0px;
    text-align: center;
    width: auto;
}
#content {

    padding: 20px;
    position: relative;
    z-index: 2;
}

#content .right {
    height: 230px;
    width: 230px;
    margin-left: 20px
}

.ol.last span.num{margin-bottom: 40px}

}


@media (max-width: 620px) {


#content .right {
    height: 130px;
    width: 130px;
}

ul.choix2 {
    text-align: center;
    height: auto;
}
ul.choix2 li {
    display: block;
    margin: 0 auto;
    width: 200px;
    text-align: center;
}


#footer .left {
    text-align: left;
    width: auto;
    float: none;
}

#footer .right {
    bottom: auto;
    height: auto;
    position: relative;
    text-align: center;
    width: 100%;
}

#footer ul.sec {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ol.last span.num{margin-bottom: 80px}

#header h2 {

    font-size: 20px;
    line-height: 1.5em;

}


#header h2 span {
    font-size: 30px;
}

p.ol {
    font-size: 18px;
    font-style: oblique;
    margin-top: 30px;
}

p.ol span.num{
    font-size: 24px;
}


#bg {
    height: 200px;
}

img{max-width:100%;}


#content .left {
    background: rgba(0, 0, 0, 0) url("../images/equipe.jpg") no-repeat scroll center center;
    border: 5px solid #ededed;
    border-radius: 50px;
    box-shadow: 0 0 8px #666 inset;
    display: block;
    float: none;
    height: 297px;
    margin-top: 5px;
    overflow: hidden;
    width: 100%;
    background-size: 100%
}

.wrap ul {
    float: none;
    margin-top: 80px;
    width: auto;
}

.step {
    background: #d2d2d2 none repeat scroll 0 0;
    float: none;
    height: auto;
    margin: 5px;
    padding: 10px;
    width: auto;
}
}


@media (max-width: 400px) {

#header img {

   width: 150px
}


#header h2 {

    font-size: 15px;
    line-height: 1.5em;

}


#header h2 span {
    font-size: 20px;
}



ul.choix1 li {
    display: block;
}


ul.choix2 li {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: auto !important;
}

p.ol {
    font-size: 18px;
    font-style: oblique;
    margin-top: 0px;
}

p.ol span.num{
    font-size: 24px;
}

p.ol.last span.num{
margin-bottom: 120px;
}

#content div.right{float: none;width: auto;margin-left:0px;border-radius: 15px;border: 0px;height: auto; }

span.num {
    background: none;
    border-radius: 0px;
    color: #575656;
    display: block;
    float: left;
    font-size: 18px;
    height: auto;
    margin-bottom: 0px;
    margin-right: 15px;
    padding-top: 0;
    text-align: center;
    width: auto;
}


}
