#home {}

#home .generic_title {
    width: 100%;
    font: 500 25px/30px "Mst Medium";
    color: #000000;
    text-align: center;
    padding: 0;
}

/*
 * BACKGROUND (.background)
 */
#home .background {
    height: 750px;
    width: 100%;
    background-position: bottom center;
    background-size: cover;
    position: relative;
    border-bottom: 5px solid #8CC63F;
}

#home .background .form_container {
    position: absolute;
    bottom: 50px;
    right: 50%;
    max-height: 100%;
    width: 530px;
    max-width: 90%;
}

#home .background .form_container .title {
    font: 500 30px/37px "Mst Medium";
    color: #FFF;
    text-align: center;
    margin-bottom: 30px;
    padding: 0;
}

#home .background .form_container .form {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 3px 10px #D6D6D6;
}

#home .background .form_container .form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#home .background .form_container .form form div {
    width: 100%;
    margin-bottom: 20px;
}

#home .background .form_container .form form div.form-depart,
#home .background .form_container .form form div.form-retour {
    width: calc((100% - 30px) / 2);
}


#home .background .form_container .form form div label {
    display: block;
    width: 100%;
    font: 400 18px/22px "Mst Regular";
    color: #000000;
    margin-bottom: 5px;
}

#home .background .form_container .form form div input {
    display: block;
    width: 100%;
    border: 1px solid #BCBCBC;
    border-radius: 10px;
    padding: 10px 15px;
    font: 400 14px/18px "Mst Regular";
    color: #000;

}

#home .background .form_container .form form div .sSelect {
    width: 100%;
}

#home .background .form_container .form form div .sSelect .sSelectbar {
    width: 100%;
    max-width: none;
    box-shadow: none;
    border: 1px solid #BCBCBC;
    border-radius: 10px;
}

#home .background .form_container .form form div.bouton {
    margin-bottom: 0;
}

#home .background .form_container .form form div.bouton input {
    background-color: #FF5733;
    font: 400 20px/24px "Mst Regular";
    color: #FFF;
    text-transform: none;
    outline: none;
    border: none;
}

#home .background .mobile_button {
    display: none;
    width: 300px;
    max-width: 90%;
    font: 400 20px/24px "Mst Regular";
    color: #FFF;
    background-color: #000;
    border-radius: 10px;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
    margin: 36px auto 20px auto;
}

#home .background .form_container .form form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}
#home .background .form_container .form form input::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}
#home .background .form_container .form form input:-ms-input-placeholder { /* IE 10+ */
    color: #000;
}
#home .background .form_container .form form input:-moz-placeholder { /* Firefox 18- */
    color: #000;
}

@media all and (max-width: 1199px) {
    #home .background .form_container {
        right: auto;
        left: 50px;
    }
}

@media all and (max-width: 980px) {
    #home .background {
        height: auto;
    }

    #home .background .form_container {
        position: relative;
        left: auto;
        bottom: auto;
        margin: auto;
        padding-top: 80px;
    }

    #home .background .mobile_button {
        display: block;
    }
}


/*
 * REASSURANCE (.reassurance)
 */
#home .reassurance {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#home .reassurance.c {
    min-height: auto;
}

#home .reassurance > .title {
    margin-top: 35px;
    margin-bottom: 30px;
}

#home .reassurance .r_item {
    width: calc((100% - 100px) / 4);
    text-align: center;
    box-shadow: 0 0 20px #E5E5E5;
    padding: 15px 30px;
    margin-bottom: 25px;
}

#home .reassurance .r_item .icon {}

#home .reassurance .r_item .title {
    font: 600 20px/24px "Mst SemiBold"; /* TODO */
    color: #000;
    text-align: center;
    margin-top: 18px;
    max-width: 150px;
    margin: auto;
}

#home .reassurance .r_item .text {
    font: 400 14px/14px "Mst Regular";
    text-align: center;
    margin-top: 10px;
}

#home .reassurance .r_item .text p {
    font: 400 14px/14px "Mst Regular";
    text-align: center;
}

#home .reassurance .r_item .text i {
    font-size: 10px;
    font-style: italic;
}

@media all and (max-width: 980px) {
    #home .reassurance .r_item {
        width: calc((100% - 30px) / 2);
        margin-bottom: 30px;
    }
}

@media all and (max-width: 575px) {
    #home .reassurance .r_item {
        width: 100%;
        margin-bottom: 15px;
    }
}

/*
 * ANNONCES (.annonces)
 */
#home .annonces {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#home .annonces.c {
    min-height: auto;
}

#home .annonces > .title {
    margin-top: 35px;
    margin-bottom: 30px;
}

#home .annonces .items {
    overflow: auto;
    width: 100%;
}

#home .annonces .items .scroll_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    min-width: 960px;
}

#home .annonces .item {
    position: relative;
    width: calc((100% - 64px) / 3);
    border: 1px solid #006633;
}

#home .annonces .item .image {
    position: relative;
    height: 260px;
    background-position: center;
    background-size: cover;
}

#home .annonces .item .image .main_link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

#home .annonces .item .content {
    position: relative;
    background-color: #FFF;
    padding: 15px 30px;
}

#home .annonces .item .content .price {
    display: block;
    font: 500 25px/25px "Mst Medium";
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    padding: 10px 15px;
}

#home .annonces .item .content .name a {
    font: 400 18px/22px "Mst Regular";
    color: #000;
    text-decoration: none;
}


#home .annonces .item .content .attributes {
    margin-top: 15px;
}

#home .annonces .item .content .attributes > p {
    font: 400 14px/16px "Mst Light";
    text-align: left;
}

#home .annonces .item .content .attributes > p .ico {
    display: inline-block;
    width: 12px;
    height: 18px;
    background-position: top center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

#home .annonces .item .content .attributes > p .ico.ico_marker {
    background-image: url("../../../templates_main/frontend/images/icon-marker.png");
}

#home .annonces .item .content .attributes > p .ico.ico_places {
    background-image: url("../../../templates_main/frontend/images/icon-places.png");
}

#home .annonces .item .content .attributes > p .ico.ico_user {
    background-image: url("../../../templates_main/frontend/images/icon-user.png");
}

#home .annonces .item .content .attributes .localisation {}

#home .annonces .item .content .attributes .size {}

#home .annonces .item .content .attributes .owner {}

#home .annonces .item .content .attributes .owner .stars {
    margin-left: 10px;
    display: inline-block;
}

#home .annonces .button_container {
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

#home .annonces .button_container a {
    display: inline-block;
    background-color: #8CC63F;
    border-radius: 10px;
    padding: 8px 60px;
    font: 400 20px/24px "Mst Regular";
    color: #FFFFFF;
    text-decoration: none;
    transition: all .4s ease;
}

#home .annonces .button_container a:hover {
    background-color: #006633;
}

@media all and (max-width: 980px) {
    #home .annonces .item {
        width: calc((100% - 40px) / 3);
    }
}

@media all and (max-width: 480px) {
    #home .annonces .items .scroll_container {
        min-width: 800px;
    }
}

/*
 * CHOIX (.choix)
 */
#home .choix {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#home .choix.c {
    min-height: auto;
    margin-top: 30px;
}

#home .choix > .title {
    margin-top: 35px;
    margin-bottom: 30px;
}

#home .choix > .text {
    width: 100%;
    margin-top: 15px;
}

#home .choix > .text p {
    text-align: center;
    font: 400 14px/18px "Mst Regular";
}

#home .choix .choix_container {
    overflow: auto;
    width: 100%;
}

#home .choix .choix_container .scroll_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    min-width: 960px;
}

#home .choix .c_item {
    position: relative;
    width: calc((100% - 280px) / 4);
    text-align: center;
    margin-top: 30px;
    padding-bottom: 40px;
}

#home .choix .c_item img {
    max-width: 100%;
}

#home .choix .c_item .title {
    font: 400 20px/24px "Mst Regular";
    color: #000000;
    margin-top: 15px;
    text-align: center;
    padding: 0;
}

#home .choix .c_item .text {
    margin-top: 15px;
}

#home .choix .c_item .text p {
    text-align: center;
    font: 400 14px/18px "Mst Regular";
}

#home .choix .c_item .link {
    display: inline-block;
    font: 400 14px/18px "Mst Regular";
    color: #8CC63F;
    border-radius: 10px;
    border: 2px solid #8CC63F;
    text-align: center;
    margin-top: 15px;
    padding: 6px 30px;
    white-space: nowrap;

    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s ease;
}

#home .choix .c_item .link:hover {
    background-color: #006633;
    border-color: #006633;
    color: #FFF;
}

@media all and  (max-width: 980px) {
    #home .choix .c_item {
        width: calc((100% - 100px) / 4);
    }

    #home .choix .c_item .link {
        padding: 6px 10px;
        text-align: center;
    }
}

/*
 * GREEN CONTAINER (.green_container)
 */
#home .green_container {
    background-color: rgba(140, 198, 63, 0.1);
    margin-top: 70px;
    padding: 30px 0;
}

/*
 * PARTAGE (.partager)
 */
#home .partager {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#home .partager.c {
    min-height: auto;
    margin-top: 30px;
}

#home .partager > .title {
    margin-bottom: 30px;
}

#home .partager .partager_container {
    overflow: auto;
    width: 100%;
}

#home .partager .partager_container .scroll_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    min-width: 960px;
}

#home .partager .p_item {
    position: relative;
    width: calc((100% - 100px) / 4);
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

#home .partager .p_item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.25);
    transition: all .4s ease;
}

#home .partager .p_item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    background-size: cover;
    transform-origin: center;
    transition: transform 3s ease;
}

#home .partager .p_item:hover:after {
    transform: scale(1.2);
}

#home .partager .p_item:hover:before {
    background-color: rgba(0, 0, 0, 0.5);
}

#home .partager .p_item .title {
    width: 100%;
    font: 500 25px/30px 'Mst Medium';
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

#home .partager .p_item .main_link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
}

/*
 * VILLES (.villes)
 */
#home .villes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#home .villes.c {
    min-height: auto;
    margin-top: 30px;
}

#home .villes > .title {
    margin-top: 35px;
    margin-bottom: 30px;
}

#home .villes .villes_container {
    overflow: auto;
    width: 100%;
}

#home .villes .villes_container .scroll_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    min-width: 960px;
}

#home .villes .v_item {
    position: relative;
    width: calc((100% - 100px) / 4);
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    overflow: hidden;
}

#home .villes .v_item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.25);
    transition: all .4s ease;
}

#home .villes .v_item:hover:before {
    background-color: rgba(0, 0, 0, 0.5);
}

#home .villes .v_item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    background-size: cover;
    transform-origin: center;
    transition: transform 3s ease;
}

#home .villes .v_item:hover:after {
    transform: scale(1.2);
}

#home .villes .v_item .title {
    width: 100%;
    font: 500 25px/30px 'Mst Medium';
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

#home .villes .v_item .main_link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
}

#home .villes .button_container {
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

#home .villes .button_container a {
    display: inline-block;
    background-color: #8CC63F;
    border-radius: 10px;
    padding: 8px 60px;
    font: 400 20px/24px "Mst Regular";
    color: #FFFFFF;
    text-decoration: none;
    transition: all .4s ease;
}

#home .villes .button_container a:hover {
    background-color: #006633;
}

/*
 * PRESENTATION (.presentation)
 */
#home .presentation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#home .presentation.c {
    min-height: auto;
}

#home .presentation > .title {
    margin-bottom: 30px;
    margin-top: 100px;
}

#home .presentation > .text {
    width: 100%;
    margin-top: 15px;
}

#home .presentation > .text p {
    font: 400 14px/18px "Mst Regular";
    color: #000000;
    text-align: center;
}

#home .presentation .pr_item {
    width: calc((100% - 120px) / 5);
    text-align: center;
    margin-top: 30px;
}

#home .presentation .pr_item img {}

#home .presentation .pr_item .text {
    margin-top: 30px;
}

#home .presentation .pr_item .text p {
    font: 400 14px/18px "Mst Regular";
    color: #000000;
    text-align: center;
}

#home .presentation .button_container {
    text-align: center;
    width: 100%;
    margin-top: 40px;
}

#home .presentation .button_container a {
    display: inline-block;
    border-radius: 10px;
    padding: 8px 60px;
    font: 400 20px/24px "Mst Regular";
    text-decoration: none;
    margin-bottom: 15px;
    transition: all .4s ease;
}

#home .presentation .button_container a:nth-child(1) {
    border: 2px solid #8CC63F;
    color: #8CC63F;
    margin-right: 15px;
}

#home .presentation .button_container a:nth-child(1):hover {
    background-color: #006633;
    border-color: #006633;
    color: #FFF;
}

#home .presentation .button_container a:nth-child(2) {
    background-color: #FF5733;
    border: 2px solid #FF5733;
    color: #FFF;
}

#home .presentation .button_container a:nth-child(2):hover {
    background-color: #FFF;
    color: #FF5733;
}

@media all and (max-width: 767px) {
    #home .presentation {
        justify-content: center;
    }

    #home .presentation .pr_item {
        width: calc((100% - 60px) / 3);
    }
}

@media all and (max-width: 575px) {
    #home .presentation .pr_item {
        width: 100%;
    }

    #home .presentation .pr_item .text {
        max-width: 300px;
        margin: 20px auto 0 auto;
    }
}

/*
 * BLOG (.blog)
 */
#home .blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#home .blog.c {
    min-height: auto;
}

#home .blog > .title {
    margin-top: 100px;
}

#home .blog > .text {
    width: 100%;
    margin-top: 15px;
}

#home .blog > .text p {
    font: 400 14px/18px "Mst Regular";
    color: #000000;
    text-align: center;
}

#home .blog .blog_container {
    overflow: auto;
    width: 100%;
}

#home .blog .blog_container .scroll_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    min-width: 960px;
}

#home .blog .actu {
    width: calc((100% - 60px) / 3);
    margin-top: 30px;
}

#home .blog .actu .image {
    position: relative;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#home .blog .actu .image .main_link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

#home .blog .actu .content {}

#home .blog .actu .content .title {
    font: 400 20px/24px "Mst Regular";
    text-align: center;
    margin-top: 10px;
}

#home .blog .actu .content .title a {
    color: #000000;
    text-decoration: none;
}

#home .blog .actu .content .text {
    font: 400 14px/18px "Mst Regular";
    color: #000000;
    text-align: center;
    margin-top: 15px;
}

#home .blog .button_container {
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

#home .blog .button_container a {
    display: inline-block;
    border: 2px solid #8CC63F;
    color: #8CC63F;
    border-radius: 10px;
    padding: 8px 60px;
    font: 400 20px/24px "Mst Regular";
    text-decoration: none;
    transition: all .4s ease;
}

#home .blog .button_container a:hover {
    background-color: #006633;
    border-color: #006633;
    color: #FFF;
}

@media all and (max-width: 480px) {
    #home .blog .blog_container .scroll_container {
        min-width: 800px;
    }
}

/*
 * AVIS (.avis)
 */

#home .content_list_avis{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding-right:20px;
}
#home .content_list_avis > div:first-child{
	width:100%;
}
#home .content_list_avis .slick-list{
	margin-top:50px;
}
#home .content_list_avis .slick-list .slick-track{
	padding-bottom:30px;
}
#home .content_list_avis .slick-list .slick-slide{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 3px 3px 10px #00000029;
	border-radius: 10px;
	margin-right:10px;
	margin-left:10px;
	padding:15px 30px;
	text-align:center;
}
#home .list-avis p{
	text-align: center;
	font: normal normal normal 14px/18px "Mst Regular";
	letter-spacing: 0px;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}
#home .all{
	text-align:center;
}
#home .all .btrans{
	font: 400 20px/24px "Mst Regular";
    font-weight: normal;
	letter-spacing: 0px;
	color: #8CC63F;
	text-transform: initial;
	background: transparent;
	border: 2px solid;
	margin: auto;
	font-weight: 300;
	padding: 5px 35px;
	margin-top:50px;
	max-width: 100%;
}
#home .all .btrans:hover{
	background-color: #006633;
	border-color: #006633;
	color: #FFF;
}
#home .content_list_avis .slick-list .slick-slide h4{
	font: normal normal bold 20px/24px "Mst Regular";
	letter-spacing: 0px;
	color: #000000;
}
#home .content_list_avis .slick-dots{
	display:flex;
	justify-content:center;
}
#home .content_list_avis .slick-dots li{
	border: 1px solid #707070;
	background:#ffffff;
	border-radius: 100%;
	width: 15px;
	height: 15px;
	cursor: pointer;
	margin-right:10px;
	outline:none;
	outline:none;
	text-decoration:none;
}
#home .content_list_avis .slick-dots li:hover, #home .content_list_avis .slick-dots li.slick-active{
	background:#333333;
}
#home .content_list_avis .slick-dots li button{
    background: transparent;
    border: none;
    font-size: 0;
	outline:none;
	text-decoration:none;
}
#home .avis.c {
    min-height: auto;
	margin-bottom:80px;
}

#home .avis.c .avis_verifies {
    margin: 30px auto 30px auto;
	text-align:center;
}

/*
 * NEWSLETTER (.newsletter)
 */
#home .newsletter {
    position: relative;
    height: 300px;
}

#home .newsletter .bg_container {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#home .newsletter .form_container {
    position: absolute;
    top: -50px;
    left: 50%;
    background-color: #FF5733;
    border-radius: 10px;
    padding: 30px 20px;
}

#home .newsletter .form_container > .title {
    font: 400 25px/30px "Mst Regular";
    color: #FFFFFF;
    text-align: left;
}

#home .newsletter .form_container > .text {
    font: 400 14px/18px "Mst Regular";
    color: #FFFFFF;
    margin-top: 15px;
}

#home .newsletter .form_container div .formHeader {
    display: none;
}

#home .newsletter .form_container div .formContent {}

#home .newsletter .form_container div .formContent form {}

#home .newsletter .form_container div .formContent form .formText {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}

#home .newsletter .form_container div .formContent form .formText .formTextLabel {
    padding-right: 20px;
}

#home .newsletter .form_container div .formContent form .formText .formTextLabel label {
    font: 400 18px/22px "Mst Regular";
    color: #FFF;
}

#home .newsletter .form_container div .formContent form .formText .formTextInput {
    flex: 1;
}

#home .newsletter .form_container div .formContent form .formText .formTextInput input {
    border: 1px solid #BCBCBC;
    border-radius: 10px;
    width: 100%;
    font: 400 14px/18px "Mst Regular";
    padding: 8px 15px;
    outline: none;
}

#home .newsletter .form_container div .formContent form .formSelectionSingle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}

#home .newsletter .form_container div .formContent form .formSelectionSingle .formSelectionSingleLabel {
    font: 400 18px/22px "Mst Regular";
    color: #FFF;
    padding-right: 20px;
}

#home .newsletter .form_container div .formContent form .formSelectionSingle .formSelectionSingleValues {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#home .newsletter .form_container div .formContent form .formSelectionSingle .formSelectionSingleValues .formSelectionSingleValueForSingleLine {
    padding-right: 10px;
}

#home .newsletter .form_container div .formContent form .formSelectionSingle .formSelectionSingleValues .formSelectionSingleValueForSingleLine:last-child {
    padding-right: 0;
}

#home .newsletter .form_container div .formContent form .formSelectionSingle .formSelectionSingleValues .formSelectionSingleValueForSingleLine label {
    font: 400 14px/18px "Mst Regular";
    color: #FFF;
}

#home .newsletter .form_container div .formContent form .formPager {
    margin-top: 15px;
}

#home .newsletter .form_container div .formContent form .formPager .formSubmit {
    text-align: center;
}

#home .newsletter .form_container div .formContent form .formPager .formSubmit a {
    display: inline-block;
    cursor: pointer;
    padding: 9px 90px;
    font: 400 18px/22px "Mst Regular";
    color: #FFF;
    background-color: #000000;
    border-radius: 10px;
    text-decoration: none;
    transition: all .4s ease;
}

#home .newsletter .form_container div .formContent form .formPager .formSubmit a:hover {
    background-color: rgba(0, 0, 0, .6);
}

#home .newsletter .form_container div .formFooterContainer {
    display: none;
}

@media all and (max-width: 980px) {
    #home .newsletter {
        height: auto;
    }

    #home .newsletter .bg_container {
        padding: 30px 0;
        background-position: center left -250px;
    }

    #home .newsletter .form_container {
        position: relative;
        top: auto;
        left: auto;
        width: 350px;
        max-width: 90%;
        margin: auto;
    }

    #home .newsletter .form_container > .title {
        text-align: center;
    }

    #home .newsletter .form_container > .text p {
        text-align: center;
    }

    #home .newsletter .form_container div .formContent form .formText .formTextLabel {
        display: block;
        width: 100%;
    }

    #home .newsletter .form_container div .formContent form .formPager .formSubmit a {
        padding: 9px 20px;
    }
	#home .content_list_avis > div:first-child, #home .content_list_avis > div:last-child{
		width:100%;
	}
	#home .content_list_avis, #home .content_list_avis > div:first-child{
		padding-right:0;
	}
	#home .avis.c{
		margin-bottom:0;
	}
}