
.sondage .photo{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: contain!important;
    z-index: -1 !important;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    z-index: 0;
}
.sondage .sondage-wrapper{
	display: table;
	width: 100%;
	min-height: 250px;
}

.sondage .survey-title{
	text-align: center;
}

.sondage .sondage-wrapper .sondage-content{
	display: table-cell;
	vertical-align: middle;
    width: 50%;
    position: relative;    
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.sondage .sondage-wrapper .sondage-content h2{
	margin-bottom: .5em!important;
	border: none;
	line-height: 1.5;
    letter-spacing: 1px;
    width: 80%;
    margin: 0 auto;
	text-align: left;
	color: black;
	text-shadow: none;
}
.sondage .sondage-wrapper .sondage-content p{
	width: 80%;
    margin: 0 auto!important;
}

.sondage .text-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* Sondage accueil */
body #template-sections-2 .sections-wrapper .sondage-wrapper{
	min-height: 600px;
}
body #template-sections-2 .sections-wrapper .sondage table td{
	padding: 0;
}

/* grandes normales */
@media screen and (max-width: 2200px) {
	body #template-sections-2 .sections-wrapper .sondage-wrapper{min-height: 500px;}
}

/* Résolution normales */
@media screen and (max-width: 1920px) {
	body #template-sections-2 .sections-wrapper .sondage-wrapper{min-height: 400px;}
}

@media screen and (max-width: 1500px) {
	body #template-sections-2 .sections-wrapper .sondage-wrapper{min-height: 300px;}
}

@media screen and (max-width: 1279px){
	body #template-sections-2 .sections-wrapper .sondage-wrapper{min-height: 250px;}
}

/* tablettes */
@media screen and (max-width: 1023px) {
	body #template-sections-2 .sections-wrapper .section-sondage-accueil table td:last-child{min-height: 450px;}
	.sondage .sondage-wrapper .sondage-content{width: 100%; display: block; min-height: 300px;}
	.sondage .sondage-wrapper .sondage-content h2,
	.sondage .sondage-wrapper .sondage-content p{width: 90%;}
	.sondage .survey-title{padding-top: 150px;}
	html #template-sections-2 .sections-wrapper .section-deux-blocs.sondage table td .bloc-text {padding: 0!important;}
}

/* mobiles */
@media screen and (max-width: 767px) {
	/* Sondage accueil */
	.sondage .survey-title{padding-top: 90px;}
}