/*STYLE OF PLAINMODAL*/

.sample-window {
    width: 350px;
    padding: 5px;
    border: 2px solid #186db4;
    background-color: #fff;
    display: none;
}
.plainmodal-close {
    cursor: pointer;
}
.sample-window .plainmodal-close {
    display: inline-block;
    padding: 1px 3px;
    color: #fff;
    background-color: #224388;
}
.sample-window .plainmodal-close:hover {
    background-color: #1f99e2;
}
.sample-button {
    width: 240px;
    margin: 5px;
    padding: 3px 0;
    border-radius: 3px;
    color: #fff;
    background-color: #224388;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.sample-button:hover {
    background-color: #1f99e2;
}
#dialog-07zr {
    width: 680px;
    height:470px;
    padding:45px 45px 35px 45px;
    color: #fff;
    background-color: #fff;
    border-radius: 10px;
    display: none;
}
.de #dialog-07zr, .at #dialog-07zr {
    width: 738px;
}

#dialog-07zr:after,
#dialog-07zr-nwsl:after{ /* clearfix */
    content: "";
    clear: both;
    display: block;
}
#dialog-07zr .contenu-inscr-popin{
    font-size:24px;
    font-family:Lato-BlackItalic;
    color:#f5a000;
    text-align:left;
    line-height: 30px;
    padding: 25px 0;
}
#dialog-07zr .contenu-inscr-popin span{
    font-family:Lato-Italic;
}
#dialog-07zr p,
#dialog-07zr-nwsl p {
    font-size:17px;
    font-family:Lato-BlackItalic;
    color:#000;
    padding-left:50px;
    background: url(../images/icone/puce-popin.png) no-repeat scroll 0 6px;
}
/* *********** pop up huile ************ */
#dialog-07zr-huile {
    width: 680px;
    height:470px;
    padding:45px 45px 35px 45px;
    color: #fff;
    background-color: #fff;
    border-radius: 10px;
    display: none;
}
.de #dialog-07zr-huile {
    width: 738px;
}
#dialog-07zr-huile:after,
#dialog-07zr-nwsl:after{ /* clearfix */
    content: "";
    clear: both;
    display: block;
}
#dialog-07zr-huile .contenu-inscr-popin, #dialog-07zr-batterie .contenu-inscr-popin{
    font-size:24px;
    font-family:Lato-BlackItalic;
    color:#f5a000;
    text-align:left;
    line-height: 30px;
    padding: 25px 0;
}
#dialog-07zr-huile .contenu-inscr-popin span, #dialog-07zr-batterie .contenu-inscr-popin span{
    font-family:Lato-Italic;
}
#dialog-07zr-huile p, #dialog-07zr-batterie p,
#dialog-07zr-nwsl p {
    font-size:17px;
    font-family:Lato-BlackItalic;
    color:#000;
    padding-left:50px;
    background: url(../images/icone/puce-popin.png) no-repeat scroll 0 6px;
}
#dialog-07zr-batterie .boutons-yellow{
    padding:22px 20px;
}
#dialog-07zr-huile .boutons-yellow{
    padding: 10px 20px 22px 20px;
}
.boutons-yellow{
    display:flex;
    width:100%;
    justify-content: space-around;
    padding: 25px 20px;
}
.boutons-yellow .cnx{
    width:230px;
    height:50px;
    background:#f5a000;
    border-radius: 25px;
    font-size:21px;
    font-family:Lato-BlackItalic;
    color:#000;    
}

button.me-cnx{
    width:200px;
    height:50px;
    display:block;
    margin:0 auto;
    border-radius: 25px;
    background:#fff;
    border:#000 solid 1px;
    color:#000;
    font-size:21px;
    font-family:Lato-BlackItalic;
}
button.me-cnx:hover{
    background:#000;
    border:none;
    color:#fff;
}
#dialog-07zr p span,
#dialog-07zr-nwsl p span {
    font-family:Lato-Italic;
}
#dialog-07zr .sample-head,
#dialog-07zr-nwsl .sample-head {
    margin: 0 0 15px;
    font-size: 36px;
    font-weight: bold;
}
#dialog-07zr img,
#dialog-07zr-nwsl img {
    width:32%;
    height:auto;
    display:block;
    margin-right: 10px;
    box-shadow: none;
}
#dialog-07zr .plainmodal-close,
#dialog-07zr-nwsl .plainmodal-close,
#dialog-07zr-rappel .plainmodal-close,
#dialog-07zr-huile .plainmodal-close, #dialog-07zr-batterie .plainmodal-close {
    position: absolute;
    width: 45px;
    height: 45px;
    right: -18px;
    top: -13px;
    background: url(../images/help/close.png) no-repeat scroll 0 0;
}

/* *********** pop up batery ************ */

#dialog-07zr-batterie {
    width: 680px;
    height: 490px;
    padding:45px 45px 35px 45px;
    color: #fff;
    background-color: #fff;
    border-radius: 20px;
    display: none;
}
/* end popup batery*/

/*dialog newsletter */
#dialog-07zr-nwsl {
    width: 700px;
    min-height:300px;
    padding:45px 45px 35px 45px;
    color: #fff;
    background-color: #fff;
    border-radius: 10px;
    display: none;
}

#dialog-07zr-nwsl .contenu-nwsl-popin{
    font-size:24px;
    font-family:Lato-BlackItalic;
    color:#f5a000;
    text-align:left;
    line-height: 30px;
    padding: 25px 0;
}

#dialog-07zr-nwsl .contenu-nwsl-popin span{
    font-family:Lato-Italic;
}

#msg-nwsl-ko p{
    min-height: 50px;
    padding-top: 14px;
}

#msg-nwsl-ok, #msg-nwsl-ko{display:none;}

.nloader{
    border-radius: 100%;
    position: relative;
    display:inline-block;
    margin-left: 200px;
}

#loader-nwsl:after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: calc(50% - 10px);
    left: 0px;
    background-color: #000;
    animation: rotatemove 1s infinite;
}

@keyframes rotatemove{
    0%{
        -webkit-transform: scale(1) translateX(0px);
        -ms-transform: scale(1) translateX(0px);
        -o-transform: scale(1) translateX(0px);
        transform: scale(1) translateX(0px);
    }

    100%{
        -webkit-transform: scale(2) translateX(45px);
        -ms-transform: scale(2) translateX(45px);
        -o-transform: scale(2) translateX(45px);
        transform: scale(2) translateX(45px);
    }
}
#dialog-07zr-rappel{
	display:none;
}
@media (max-width:960px) {
	#dialog-07zr img, #dialog-07zr-nwsl img, #dialog-07zr-rappel img {
		width: 110px;
	}
	#dialog-07zr-nwsl {
		width: 90%;
		padding: 20px;
	}
	#dialog-07zr-nwsl .contenu-nwsl-popin {
		font-size: 18px;
		line-height:24px;
		padding: 25px 0 12px;
	}
	#dialog-07zr p, #dialog-07zr-nwsl p{
		font-size: 16px;
		padding-left: 35px;
		padding-top: 4px;
		background-size: 14px auto;
		line-height: 22px;
	}
	.nloader{
		margin-left:30%;
	}
	#dialog-07zr-rappel {
		width: 90%;
		min-height: 150px;
		padding: 20px;
		color: #fff;
		background-color: #fff;
		border-radius: 10px;
		display: none;
	}
	.cnt-rappel{
		font-size: 17px;
		font-family: Lato-BlackItalic;
		color: #000;
		line-height: 20px;
		padding: 15px 0 10px;
	}
	#dialog-07zr-rappel p{
		font-size: 14px;
		font-family: Lato-BoldItalic;
		color: #000;
	}
	#frm-rappel{
		background:#f1f1f1;
		display:block;
		height:23px;
		width:100%;
		border-radius:18px;
		-moz-border-radius:18px;
		-webkit-border-radius:18px;
		position:relative;
	}
	#frm-rappel .rappel-tel{
		background:transparent;
		border:0;
		height:23px;
		padding:3px 10px 0;
		width:80%;
	}
	#frm-rappel .submit-rappel {
		position: absolute;
		right: 0;
		background: #f5a000;
		font-family: Lato-Black;
		font-size: 11px;
		color: #000;
		padding: 0 14px;
		text-align: center;
		top: 0;
		display: block;
		height: 23px;
		border-radius: 18px;
		-moz-border-radius:18px;
		-webkit-border-radius:18px;
	}
}
