  .subscribe img {
	  max-width:400px;
	  width:100%;
	  display: block;
	  margin:0 auto;
	  margin-bottom:40px;
	  border: 2px solid #fff;
     border-radius: 10px;
	}
	.news {
		margin-bottom: 40px;
	}
	.batisse {
	  width:100%;
	  padding-top:10px;
	}

	#subscribe-modal {
	    display: none;
	    position: fixed;
	    z-index: 1000;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    overflow: auto;
	    background-color: rgba(0,0,0,0.5);
	}

	#subscribe-modal p{
		color: #fd0000;
    	font-family: "Montserrat";
    	font-weight: bold
	}

	#subscribe-modal.subscribe input[type="submit"] {
      background: #c7232a;
    	color: #fff;
    	width: 160px;
    	height: 56px;
    	display: block;
    	font-family: "Oswald", sans-serif;
    	font-weight: 400;
    	text-transform: uppercase;
    }

   #subscribe-modal.subscribe input[type="submit"]:hover {
	    background-color: #323232;
	    color: #fff;
	}

	#subscribe-modal.subscribe img {
		border: 0;
    	margin-bottom: 0;
    	position: relative;
    	display: block;
    	float: none;
    	opacity: 1;
	}

	/*
	@keyframes shake {
	    0% { transform: translateX(0); }
	    25% { transform: translateX(-10px); }
	    50% { transform: translateX(10px); }
	    75% { transform: translateX(-10px); }
	    100% { transform: translateX(0); }
	}

	.shake {
	    animation-name: shake;
	    animation-duration: 1s;
	    animation-timing-function: ease-in-out;
	    animation-iteration-count: infinite;
	    animation-delay: 1s;
	}
	*/

	.modal-content {
	   background-color: #191919;
    	margin: 15% auto;
    	padding: 20px;
    	border: 4px solid #fd0000;
    	width: 80%;
    	max-width: 600px;
    	padding: 40px;
    	bottom: 0;
	}

	.header .slider {
		z-index: 0;
	}

	.modal-content h1 {
		padding-top:20px;
	}

	.modal-content .close {
	    color: #fff;
	    float: right;
	    font-size: 28px;
	    font-weight: bold;
	}

	.modal-content .close:hover,
	.modal-content .close:focus {
	    color: black;
	    text-decoration: none;
	    cursor: pointer;
	}

	#subscribe-modal.subscribe {
	  padding: 0 !important;
	}

   @media screen and (max-width: 880px) {
    	#subscribe-modal #mc_embed_signup_modal {
        	width:90%;
        	margin: 0;
    	}
    	#subscribe-modal.subscribe input[type="submit"] {
    		width: 100%;
    	}
	}
