/*
Theme Name: Progressif Media
Theme URI: https://progressifmedia.com
Author: L'équipe Progressif Media
Author URI: https://progressifmedia.com/
Description: Thème du site de l'agence de communication Progressif Media
Version: 0.1
*/

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  /*overflow-x: hidden;*/
}
header{
    width: 100%;
}
footer{
    width: 100%;
}
p, li {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.clearfix {
  clear: both;
}
.alignleft {
    float: left;
    margin:0 15px 30px 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 30px auto;
}
.alignright {
    float: right;
    margin:0 0 30px 15px;
}
.alignnone {
    float: none;
    display:block;
    margin:0 0 30px 0;
}
.size-full {
    width:100%;
    height:auto;
    margin:0 0 30px 0;
}
p .alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}
p .aligncenter {
    display: block;
    margin: 10px auto 20px auto;
}
p .alignright {
    float: right;
    margin: 10px 0 20px 15px;
}
p .alignnone {
    float: none;
    display:block;
    margin:5px 0 20px 0;
}
p .size-full {
    width:100%;
    height:auto;
    margin:5px 0 20px 0;
}
blockquote{
	border-left: 4px solid #DDBC72;
    padding-left: 20px;
}


/*.pagination {
    text-align: center;
    width: 100%;
    margin: 20px 0px 50px 0;
}
.pagination span.page-numbers,
.pagination a.page-numbers {
    font-family: 'Fredoka One', cursive;
    color: #333;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTU0LjMwOSAxNTUuODkiPjxwYXRoIGZpbGw9IiNkMWQzZDciIGQ9Ik02NC40MTcsNC40NDlDMjIuMzQsMTMuMTI3LTkuODU0LDI4LjM4NiwyLjc3NSw4MC4zMTNjMTEuODg5LDQ4LjkwMyw1Mi41MjMsODIuMzg3LDkzLjUzLDc0LjM5OSBjNDAuOTk3LTguMDYzLDY4LjYxNy02My4wMTQsNTQuMDgzLTExNC42MTlDMTM5LjA0MS0wLjA5MSwxMTQuMzU2LTUuNzk4LDY0LjQxNyw0LjQ0OSI+PC9wYXRoPjwvc3ZnPg==);
    background-size: 40px;
    width: 40px;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.25rem;
    margin-right: 3px;
    display: inline-block;
    margin-top: 7px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.pagination .page-numbers + .page-numbers {
    margin-left: 15px;
}
.pagination .page-numbers.current,
.pagination a.page-numbers:hover,
.pagination a.page-numbers:focus,
.pagination a.page-numbers:active {
    color: white;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTU0LjMwOSAxNTUuODkiPjxwYXRoIGZpbGw9IiNmODE5MzgiIGQ9Ik02NC40MTcsNC40NDlDMjIuMzQsMTMuMTI3LTkuODU0LDI4LjM4NiwyLjc3NSw4MC4zMTNjMTEuODg5LDQ4LjkwMyw1Mi41MjMsODIuMzg3LDkzLjUzLDc0LjM5OSBjNDAuOTk3LTguMDYzLDY4LjYxNy02My4wMTQsNTQuMDgzLTExNC42MTlDMTM5LjA0MS0wLjA5MSwxMTQuMzU2LTUuNzk4LDY0LjQxNyw0LjQ0OSI+PC9wYXRoPjwvc3ZnPg==);
    text-decoration: none;
}
.pagination a.prev,
.pagination a.next {
    display: none;
}
*/
img {
    image-rendering: -webkit-optimize-contrast;
}

button, 
[type="submit"] {
    cursor: pointer;
}


/*----------------------------------------------
        CUSTOM CSS
------------------------------------------------*/
h1,h2,h3{
	/* font-family:"PT Serif"; */
}

.bold{
    font-weight: bold;
}
.upper{
    text-transform: uppercase;
}
.text-center{
    text-align: center;
}

.btn-border-white{
    border-radius: 30px;
    border: 1px solid #fff;
    background: linear-gradient(#19293C, #244163);
    color: #fff;
    padding: 5px 30px ;
}
.btn-border-white:hover,
.btn-border-white:focus {
  text-decoration: none;
  color: #244163;
  background: #fff;
}
.btn-border-white-only{
    border-radius: 8px;
    border: 1px solid #fff;
    background-color: #19293C;
    color: #fff;
    padding: 5px 30px ;
}
.btn-border-blue{
    border-radius: 30px;
    border: 1px solid #19293C;
    background:rgba(0,0,0,0.5);
}

.btn-border-blue-bg-grey{
    border-radius: 30px;
    border: 1px solid #445D78;
    color: #445D78;
    background-color: #EFEFEF;
    padding: 5px 30px ;
}

.blue{
    color: #243971
}
.or{
    color: #D4BE76;
}
.white{
    color: #ffffff;
}

.row{
    margin: 0;
}

.padding-base{
    padding: 15px 20px;
}

.home-fleche{
    text-align: center;
    margin-top: -20px;
    width: 100%;
	position: relative;
    margin-bottom: 50px;
    z-index: 99999;
}

.float-left{
    float: left;
}
.float-right{
    float: right;
}


/*-------------------------
        HEADER + NAVBAR
---------------------------*/
.navbar-toggler-icon{
	width:100%;
	color:#fff;
}

@media screen and (min-width: 1579px){
    #logo a{ margin-left: 50%;}
    #reseaux-sociaux ul li{
        display: inline;
        text-decoration: none;
    }
}
@media screen and (max-width: 1578px) and (min-width: 1441px){
    #logo a{ margin-left: 50%;}
    #reseaux-sociaux ul li{
        display: inline;
        text-decoration: none;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1200px){
    #logo a{ margin-left: 50%;}
    #reseaux-sociaux ul li{
        display: inline;
        text-decoration: none;
    }
}
@media screen and (max-width: 1200px) and (min-width: 1025px){
    #logo a{ margin-left: 50%;}
    #reseaux-sociaux ul li{
        display: inline;
        text-decoration: none;
    }
}
@media screen and (max-width: 1024px) and (min-width: 992px){
    #logo a{ margin-left: 50%;}
    #reseaux-sociaux ul li{
        display: inline;
        text-decoration: none;
    }
}
@media screen and (max-width: 992px) and (min-width: 768px){
    #logo a{ margin-left: 50%;}

    #reseaux-sociaux ul li{
        display: block;
        text-decoration: none;
    }
}
@media screen and (max-width: 767px){
	.navbar{
		padding: 10px !important;
	}
	.navbar-toggler{
		width:100%;
		margin-bottom:10px;
	}
}
@media screen and (max-width: 767px) and (min-width: 426px){
	
    #logo a{ margin-left: 0;}

    #reseaux-sociaux ul li{
        display: block;
        text-decoration: none;
    }
}
@media screen and (max-width: 425px) and (min-width: 321px){
    #logo a{ margin-left: 0%;}
    #reseaux-sociaux ul li{
        display: inline;
        text-decoration: none;
    }
}
@media screen and (max-width: 320px){
    #logo a{ margin-left: 0%;}
    #reseaux-sociaux ul li{
        display: inline;
        text-decoration: none;
    }
}

#main-top{
    padding: 30px 0 0 0;
    height: 180px;
    width: 100%;
}
#logo{
    text-align: center;
    float: left;
    margin: 0;
    padding: 0;
	margin-bottom:20px;
}
#reseaux-sociaux{
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 15px 0;
}
#reseaux-sociaux img {
    width: 20px;
    height: 20px;
}
#reseaux-sociaux ul{
    margin: 0;
    padding: 0;
}

#reseaux-sociaux ul li{
    display: inline;
    text-decoration: none;
}

#reseaux-sociaux > ul > li > a{
    text-decoration: none;
	font-size:16px;
}

#reseaux-sociaux a{
    color: #19293C;
    text-decoration: none;
    padding: 0 10px;
}
#reseaux-sociaux img{
	
}

nav{
    display: block;
}

.navbar{
    /*background-color: #DABA6F;*/
    /*background-color: #c7a557;*/
    background-color: #DDBC72;
    display: flex;
	padding:0;
}

/*-----------------
        SLIDER
------------------*/

@media screen and (max-width: 768px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 420px) {
}
@media screen and (min-width: 328px) {
}

#home-banner{
    padding: 0;
}

#home-banner img{
    max-width: 100%;
    width: 100%;
}

/*--------------------------
        HOME PAGES LINKS
---------------------------*/

/*JEAN*/
.overlay-blue-page{
	position:absolute;
	top:0;bottom:0;right:0;left:0;
	background:rgba(25, 41, 60, 0.5);
}
.black{color:#000!important}
.white{color:#fff !important;}
/*FIL ARIANNE*/
.global-breadcrumb{
	width: 100%;
    background: linear-gradient(#19293c, #244163);
    margin: 0;
    padding: 10px;
    border: none;
    border-radius: 0px;
	color:#fff;
}
.global-breadcrumb a{
	color:#fff;
    font-size: 14px;
	margin-right:10px;
}
.global-breadcrumb .separator{
	color:#fff;
	margin:0 10px;
}
a:hover{
	text-decoration:none;
}
.home-texte-page-lien{
	height:100px;
}
.home-links{
	padding:50px 0;
}
.home-links .link-text{
	position:relative;
	color:#fff;
	height:80px;
	padding:10px 20px;
}
.home-links .link-text span{
	display:block;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
	font-size:14px !important;
}
.home-links .link-text .arrow{
	position: absolute;
    right: 20px;
    top: 50%;
}
.home-links .link-text:hover .arrow{
	transform:translateX(-10px);
	transition:0.5s;
}

/*-- HOME EVENTS--*/
#home-events-container .big-event, #home-events-container .col-all-events{
	margin-bottom:20px;
}
#home-events-container .big-event .col-left{
	background:#fff;
	height:250px;
}
#home-events-container .big-event .col-left .date{
	position:relative;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
}
#home-events-container .big-event .col-left .date .jour{
	font-family: PT, serif;
	font-size: 4em;
}
#home-events-container .big-event .col-left .date .mois{
	font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
}

#home-events-container .big-event .col-right{
	height:250px;
}
#home-events-container .col-all-events{
	background:linear-gradient(#19293C, #244163);
	height:250px;
}
#home-events-container .col-all-events .content{
	position:relative;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
	padding:0;
}
#home-events-container .little-event .col-left{
	background:#fff;
	height:150px;
}
#home-events-container .little-event .col-left .date{
	position:relative;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
}
#home-events-container .little-event .col-left .date .jour{
	    font-size: 40px;
    font-family: "PT Serif";
}
#home-events-container .little-event .col-left .date .mois{
	font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
#home-events-container .little-event .event-details{
	height:300px;
	margin-top:10px;
	border:1px solid #CCCCCC;
	padding:0;
}
.little-event .event-details .event-title{
	padding:20px;
	border-bottom:1px solid #CCCCCC;
}
.little-event .event-details .event-title h3{
	font-size: 1em;
    font-weight: bold;
}
.little-event .event-details .event-content{
	padding:20px;
}
.little-event .event-details .event-content p{
	font-size: 14px;
	line-height:1.5em;
	height:7.5em;
    color: #878787;
	overflow:hidden;
}
.little-event .event-details .event-content button:hover{
	background:#445D78;
	color:#fff;
}


/*JEAN*/


@media screen and (min-width: 1579px){
    #home-pages-links-container{
        padding: 0;
        width: 1200px;
        margin: 5% auto;

    }
    #home-pages-links-container .col-md-3
    {
        max-width: 100%;
    }
    #home-pages-links-container .home-page-lien{
        padding: 10px;
    }
    #home-pages-links-container .home-image-page-lien{
        width: 280px;
        height: 200px;
    }
	
    #home-pages-links-container > div > div:nth-child(1) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(2) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(3) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(4) > a > div.home-texte-page-lien
    {
        width: 278px
    }
    #home-pages-links-container > div > div:nth-child(1) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(2) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(3) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(4) > a > div.home-texte-page-lien
    {
        font-size: 1em;
        padding: 20px;
    }
    #home-pages-links-container > div > div:nth-child(4) > a > div.home-texte-page-lien{
        font-size: 1em;
        padding: 32px 20px;
    }
}
@media screen and (max-width: 1578px) and (min-width: 1441px){
    #home-pages-links-container{
        padding: 0;
        width: 1200px;
        margin: 5% auto;

    }
    #home-pages-links-container .col-md-3
    {
        max-width: 100%;
    }
    #home-pages-links-container .home-page-lien{
        padding: 10px;
    }
    #home-pages-links-container .home-image-page-lien{
        width: 280px;
        height: 200px;
    }
    #home-pages-links-container > div > div:nth-child(1) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(2) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(3) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(4) > a > div.home-texte-page-lien
    {
        width: 278px
    }
    #home-pages-links-container > div > div:nth-child(1) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(2) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(3) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(4) > a > div.home-texte-page-lien
    {
        font-size: 1em;
        padding: 20px;
    }
    #home-pages-links-container > div > div:nth-child(4) > a > div.home-texte-page-lien{
        font-size: 1em;
        padding: 32px 20px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1320px){
    #home-pages-links-container{
        padding: 0;
        width: 1200px;
        margin: 5% auto;

    }
    #home-pages-links-container .col-md-3
    {
        max-width: 100%;
    }
    #home-pages-links-container .home-page-lien{
        padding: 10px;
    }
    #home-pages-links-container .home-image-page-lien{
        width: 280px;
        height: 200px;
    }
    #home-pages-links-container > div > div:nth-child(1) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(2) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(3) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(4) > a > div.home-texte-page-lien
    {
        width: 278px
    }
    #home-pages-links-container > div > div:nth-child(1) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(2) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(3) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(4) > a > div.home-texte-page-lien
    {
        font-size: 1em;
        padding: 20px;
    }
    #home-pages-links-container > div > div:nth-child(4) > a > div.home-texte-page-lien{
        font-size: 1em;
        padding: 32px 20px;
    }
}
@media screen and (max-width: 1319px) and (min-width: 1201px){
    #home-pages-links-container{
        padding: 0;
        width: 1200px;
        margin: 5% auto;

    }
    #home-pages-links-container .col-md-3
    {
        max-width: 100%;
    }
    #home-pages-links-container .home-page-lien{
        padding: 10px;
    }
    #home-pages-links-container .home-image-page-lien{
        width: 280px;
        height: 200px;
    }
    #home-pages-links-container .home-image-page-lien img{
        width: 100%;
    }
    #home-pages-links-container > div > div:nth-child(1) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(2) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(3) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(4) > a > div.home-texte-page-lien
    {
        width: 280px
    }
    #home-pages-links-container > div > div:nth-child(1) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(2) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(3) > a > div.home-texte-page-lien
    {
        font-size: 1em;
        padding: 20px;
    }
    #home-pages-links-container > div > div:nth-child(4) > a > div.home-texte-page-lien{
        font-size: 1em;
        padding: 32px 20px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 1025px){
    #home-pages-links-container{
        padding: 0;
        width: 800px;
        margin: 5% auto;

    }
    #home-pages-links-container .col-md-3
    {
        max-width: 100%;
    }
    #home-pages-links-container .home-page-lien{
        padding: 10px;
    }
    #home-pages-links-container .home-image-page-lien{
        max-width: 280px;
    }
    #home-pages-links-container .home-image-page-lien img{
        width: 100%;
    }
    #home-pages-links-container > div > div:nth-child(1) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(2) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(3) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(4) > a > div.home-texte-page-lien
    {
        max-width: 280px
    }
    #home-pages-links-container > div > div:nth-child(1) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(2) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(3) > a > div.home-texte-page-lien
    {
        font-size: 1em;
        padding: 10px 20px;
    }
    #home-pages-links-container > div > div:nth-child(4) > a > div.home-texte-page-lien{
        font-size: 1em;
        padding: 32px 20px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {

    #home-pages-links-container{
        padding: 0;
        width: 600px;
        margin: 5% auto;

    }
    #home-pages-links-container .col-md-3
    {
        max-width: 100%;
    }
    #home-pages-links-container .home-page-lien{
        padding: 10px;
    }
    #home-pages-links-container .home-image-page-lien img{
        width: 100%;
    }
    #home-pages-links-container > div > div:nth-child(1) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(2) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(3) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(4) > a > div.home-texte-page-lien
    {
        max-width: 280px
    }
    #home-pages-links-container > div > div:nth-child(1) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(2) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(3) > a > div.home-texte-page-lien
    {
        font-size: 13px;
        padding: 20px;
    }
    #home-pages-links-container > div > div:nth-child(4) > a > div.home-texte-page-lien{
        font-size: 13px;
        padding: 29px 20px;
    }
}
@media screen and (max-width: 768px) and (min-width: 426px) {

    #home-pages-links-container{
        padding: 0;
        width: 300px;
        margin: 5% auto;

    }
    #home-pages-links-container .col-md-3
    {
        max-width: 100%;
    }
    #home-pages-links-container .home-page-lien{
        padding: 10px;
    }
    #home-pages-links-container .home-image-page-lien img{
        width: 100%;
    }
    #home-pages-links-container > div > div:nth-child(1) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(2) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(3) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(4) > a > div.home-texte-page-lien
    {
        width: 280px
    }
    #home-pages-links-container > div > div:nth-child(1) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(2) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(3) > a > div.home-texte-page-lien
    {
        font-size: 1em;
        padding: 20px;
    }
    #home-pages-links-container > div > div:nth-child(4) > a > div.home-texte-page-lien{
        font-size: 1em;
        padding: 32px 20px;
    }
}
@media screen and (max-width: 425px) and (min-width: 321px){
    #home-pages-links-container{
        padding: 0;
        width: 300px;
        margin: 20px auto;
    }
    #home-pages-links-container .col-md-3
    {
        max-width: 100%;
    }
    #home-pages-links-container .home-page-lien{
        padding: 10px;
    }
    #home-pages-links-container .home-image-page-lien img{
        width: 100%;
    }
    #home-pages-links-container > div > div:nth-child(1) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(2) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(3) > a > div.home-texte-page-lien
    {
        font-size: 1em;
        padding: 20px;
    }
    #home-pages-links-container > div > div:nth-child(4) > a > div.home-texte-page-lien{
        font-size: 1em;
        padding: 32px 20px;
    }
}
@media screen and (max-width: 320px) {
    #home-pages-links-container{
        padding: 0;
        width: 278px;
        margin: 0 auto;
    }
    #home-pages-links-container .col-md-3
    {
        max-width: 100%;
    }
    #home-pages-links-container .home-page-lien{
        padding: 10px 0;
    }

    #home-pages-links-container > div > div:nth-child(1) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(2) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(3) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(4) > a > div.home-texte-page-lien
    {
        font-size: 1em;
    }
    #home-pages-links-container > div > div:nth-child(1) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(2) > a > div.home-texte-page-lien,
    #home-pages-links-container > div > div:nth-child(3) > a > div.home-texte-page-lien
    {
        font-size: 1em;
        padding: 20px;
    }
    #home-pages-links-container > div > div:nth-child(4) > a > div.home-texte-page-lien{
        padding: 32px 20px;
    }
}

#home-pages-links-container .home-page-lien a{
    text-decoration: none;
}

#home-pages-links-container .home-image-page-lien img{
    max-width: 280px;
    max-height: 200px;
}

#home-pages-links-container > div > div:nth-child(1) > a > div.home-texte-page-lien,
#home-pages-links-container > div > div:nth-child(2) > a > div.home-texte-page-lien,
#home-pages-links-container > div > div:nth-child(3) > a > div.home-texte-page-lien,
#home-pages-links-container > div > div:nth-child(4) > a > div.home-texte-page-lien
{
    font-family: 'Source Sans Pro', sans-serif;
    text-decoration: none;
    color: #fff;
}

#home-pages-links-container > div > div:nth-child(4) > a > div.home-texte-page-lien > span > img{
    margin-top: 10px;
}

.home-page-lien:nth-child(1) .home-texte-page-lien {
    background-color: #19293C;
}
.home-page-lien:nth-child(2n) .home-texte-page-lien{
    background-color: #DDBC72;
}
.home-page-lien:nth-child(3) .home-texte-page-lien{
    background-color: #274978;
}
.home-page-lien:nth-child(4) .home-texte-page-lien{
    background-color: #c7a557;
}


/*--------------------------
        HOME EVENTS
---------------------------*/

.discover_bg{margin-bottom:30px;background-size:cover !important;}
.discover_bg:hover{opacity:0.8;}
.card-h-1{height:500px;}
.card-h-2{height:300px;}
.card-h-3{height:500px;}

.card-h-4{height:200px;}
.card-h-5{height:470px;}
.card-h-6{height:300px;}
.card-h-7{height:300px;}

.card-h-8{height:300px;}
.card-h-9{height:700px;}
.card-h-10{height:300px;}

.discover_bg .discover_title{
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font-weight: bold;
	font-size:30px;
	height:100%;
	width:100%;
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


@media screen and (min-width: 1579px){
    #home-events-container h2,
    #discovers-container h2
    {
        width: 1200px;
    }
    #home-events-container h2:before, #home-events-container h2:after,
    #discovers-container h2:before, #discovers-container h2:after
    {
        width: 1180px;
    }
    #home-events-container h2 span,
    #discovers-container h2 span {
        padding: 0 100px;
    }
}
@media screen and (max-width: 1578px) and (min-width: 1441px){
    #home-events-container h2,
    #discovers-container h2
    {
        width: 1200px;
    }
    #home-events-container h2:before, #home-events-container h2:after,
    #discovers-container h2:before, #discovers-container h2:after
    {
        width: 1180px;
    }
    #home-events-container h2 span,
    #discovers-container h2 span {
        padding: 0 100px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1320px){
    #home-events-container h2,
    #discovers-container h2
    {
        width: 1200px;
    }
    #home-events-container h2:before, #home-events-container h2:after,
    #discovers-container h2:before, #discovers-container h2:after
    {
        width: 1180px;
    }
    #home-events-container h2 span,
    #discovers-container h2 span {
        padding: 0 100px;
    }
}
@media screen and (max-width: 1319px) and (min-width: 1025px){
    #home-events-container h2,
    #discovers-container h2
    {
        width: 800px;
    }
    #home-events-container h2:before, #home-events-container h2:after,
    #discovers-container h2:before, #discovers-container h2:after
    {
        width: 880px;
    }
    #home-events-container h2 span,
    #discovers-container h2 span {
        padding: 0 100px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
    #home-events-container h2,
    #discovers-container h2
    {
        width: 600px;
    }
    #home-events-container h2:before, #home-events-container h2:after,
    #discovers-container h2:before, #discovers-container h2:after
    {
        width: 580px;
    }
    #home-events-container h2 span,
    #discovers-container h2 span {
        padding: 0 100px;
    }
}
@media screen and (max-width: 768px) and (min-width: 426px) {
    #home-events-container h2,
    #discovers-container h2
    {
        width: 400px;
    }
    #home-events-container h2:before, #home-events-container h2:after,
    #discovers-container h2:before, #discovers-container h2:after
    {
        width: 380px;
    }
    #home-events-container h2 span,
    #discovers-container h2 span {
        padding: 0 10px;
    }
}
@media screen and (max-width: 425px) and (min-width: 321px) {
    #home-events-container h2,
    #discovers-container h2
    {
        width: 300px;
    }
    #home-events-container h2:before, #home-events-container h2:after,
    #discovers-container h2:before, #discovers-container h2:after
    {
        width: 280px;
    }
    #home-events-container h2 span,
    #discovers-container h2 span {
        padding: 0;
    }
}
@media screen and (max-width: 320px) {
    #home-events-container h2,
    #discovers-container h2
    {
        width: 300px;
    }
    #home-events-container h2:before, #home-events-container h2:after,
    #discovers-container h2:before, #discovers-container h2:after
    {
        width: 280px;
    }
    #home-events-container h2 span,
    #discovers-container h2 span {
        padding: 0;
    }
}
#home-events-container{
    background-color: #EFEFEF;
    padding: 5% 0 5% 0;
}

#home-events-container h2,
#discovers-container h2{
    position: relative;
    text-align: center;
    color: #18283D;
    font-size: 21px;
    font-family: "PT Serif";
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0 auto;
}

#home-events-container h2 span{
    background: #EFEFEF;
}
#discovers-container h2 span{
    background: #FFFFFF;
}
#home-events-container h2 span,
#discovers-container h2 span {
    position: relative;
    z-index: 1;
}

#home-events-container h2:before
{
	content:"";
	display:block;
	background:#DEDEDE;
	position: absolute;
    left: 5%;
    top: 50%;
    height: 2px;
    width: 30%;
}
#home-events-container h2:after{
	content:"";
	display:block;
	background:#DEDEDE;
	position: absolute;
    right: 5%;
    top: 50%;
    height: 2px;
    width: 30%;
}

#discovers-container h2:before, #discovers-container h2:after
{
    background: #DEDEDE;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
}


/*--------------------------
        HOME EVENTS UNE
---------------------------*/

@media screen and (min-width: 1579px){
    #home-events-container #home-event-one-une{
        margin: 2% auto;
        width: 1200px;
        height: 260px;
    }
    #home-event-one-une .home-event-date{
        padding: 10% 0;
        width: 200px;
        height: 260px;
        box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
    }
    #home-event-one-une .home-event-date .blue {
        font-size: 4em;
    }
    #home-event-one-une .home-event-date .or {
        font-size: 1em;
    }
    #home-event-one-une{
        margin: 0 10px 0 0 ;
    }
    #home-event-one-une .home-event-image {
        width: 660px;
        height: 260px;
        margin-right: 2%;
        box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.1);
    }
    #home-event-all-link{
        height: 260px;
        width: 300px;
    }
}
@media screen and (max-width: 1578px) and (min-width: 1441px){
    #home-events-container #home-event-one-une{
        margin: 2% auto;
        width: 1200px;
        height: 260px;
    }
    #home-event-one-une .home-event-date{
        padding: 10% 0;
        width: 200px;
        height: 260px;
        box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
    }
    #home-event-one-une .home-event-date .blue {
        font-size: 4em;
    }
    #home-event-one-une .home-event-date .or {
        font-size: 1em;
    }
    #home-event-une #home-event-one-une{
        margin: 0 10px 0 0 ;
    }
    #home-event-one-une .home-event-image {
        max-width: 660px;
        max-height: 260px;
        width: 100%;
        margin-right: 2%;
    }
    #home-event-all-link{
        height: 260px;
        width: 300px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1320px){
    #home-events-container #home-event-one-une{
        margin: 2% auto;
        width: 1200px;
        height: 260px;
    }
    #home-event-one-une .home-event-date{
        padding: 10% 0;
        width: 200px;
        height: 260px;
        box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
    }
    #home-event-one-une .home-event-date .blue {
        font-size: 4em;
    }
    #home-event-one-une .home-event-date .or {
        font-size: 1em;
    }
    #home-event-one-une{
        margin: 0 10px 0 0 ;
    }
    #home-event-one-une .home-event-image {
        max-width: 660px;
        height: 260px;
        width: 100%;
        margin-right: 2%;
    }
    #home-event-all-link{
        height: 260px;
        width: 300px;
    }
}
@media screen and (max-width: 1319px) and (min-width: 1025px){
    #home-events-container #home-event-one-une{
        margin: 2% auto;
        width: 600px;
        height: 650px;
    }
    #home-event-one-une .home-event-date{
        padding: 10% 0 0 0;
        width: 100%;
        box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
    }
    #home-event-one-une .home-event-date .blue {
        font-size: 4em;
    }
    #home-event-one-une .home-event-date .or {
        font-size: 1em;
    }
    #home-event-one-une{
        margin: 0 10px 0 0 ;
    }
    #home-event-one-une .home-event-image {
        max-width: 100%;
        height: 260px;
        width: 100%;
    }
    #home-event-all-link{
        height: 260px;
        width: 100%;
    }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
    #home-events-container #home-event-one-une{
        margin: 2% auto;
        width: 600px;
        height: 600px;
    }
    #home-event-one-une .home-event-date{
        padding: 5% 0 0 0;
        width: 100%;
        box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
    }
    #home-event-one-une .home-event-date .blue {
        font-size: 4em;
    }
    #home-event-one-une .home-event-date .or {
        font-size: 1em;
    }
    #home-event-one-une{
        margin: 0;
    }
    #home-event-one-une .home-event-image {
        max-width: 100%;
        height: 260px;
        width: 100%;
    }
    #home-event-all-link{
        height: 260px;
        width: 100%;
    }
}
@media screen and (max-width: 768px) and (min-width: 426px) {
    #home-events-container #home-event-one-une{
        margin: 2% auto;
        width: 400px;
        height: 600px;
    }

    #home-event-one-une{
        width: 100%;
        margin: 0;
    }
    #home-event-one-une .home-event-date{
        padding: 5% 0 0 0;
        width: 100%;
        box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
    }
    #home-event-one-une .home-event-date .blue {
        font-size: 4em;
    }
    #home-event-one-une .home-event-date .or {
        font-size: 1em;
    }
    #home-event-one-une .home-event-image {
        max-width: 100%;
        width: 100%;
        height: 260px;
    }
    #home-event-all-link{
        height: 260px;
        width: 100%;
    }
}
@media screen and (max-width: 425px) and (min-width: 321px) {
    #home-events-container #home-event-one-une{
        margin: 2% auto;
        width: 300px;
        height: 600px;
    }
    #home-event-one-une .home-event-date{
        padding: 10% 0 0 0;
        width: 100%;
        box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
    }
    #home-event-one-une .home-event-date .blue {
        font-size: 4em;
    }
    #home-event-one-une .home-event-date .or {
        font-size: 1em;
    }
    #home-event-one-une .home-event-image {
        max-width: 100%;
        width: 100%;
        height: 260px;
    }
    #home-event-all-link{
        height: 260px;
        width: 100%;
    }
}
@media screen and (max-width: 320px) {
    #home-events-container #home-event-one-une{
        margin: 2% auto;
        width: 300px;
        height: 650px;
    }
    #home-event-one-une .home-event-date{
        padding: 10% 0 0 0;
        width: 100%;
    }
    #home-event-one-une .home-event-date .blue {
        font-size: 3em;
    }
    #home-event-one-une .home-event-date .or {
        font-size: 1em;
    }
    #home-event-une #home-event-one-une{
        margin: 0;
    }
    #home-event-one-une .home-event-image {
        max-width: 100%;
        width: 100%;
        height: 260px;
    }
    #home-event-all-link{
        height: 260px;
        width: 100%;
    }
}

#home-event-one-une{
    /*box-shadow: 2px 1px 24px black;*/
}
#home-event-one-une div{
    float: left;
}

#home-event-one-une .home-event-date{
    background-color: #fff;
    color: #000;
    text-align: center;
	margin-left:10px;
}
#home-event-one-une .home-event-date span{
    line-height: 2px;
}

#home-event-one-une .home-event-date .blue{
    font-family: PT, serif;
}

#home-event-one-une .home-event-date .or{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
}

#home-event-one-une .home-event-image img{
    max-width: 660px;
    width: 100%;
}

#home-event-one-une .home-event-image {
    position: relative;
}
#home-event-one-une .home-event-image p{
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 20px;
}
#home-event-one-une > div.home-event-image > p > a{
    text-decoration: none;
}
#home-event-one-une > div.home-event-image > p > a:hover, #home-event-one-une > div.home-event-image > p > a:active, #home-event-one-une > div.home-event-image > p > a:focus{
    text-decoration: none;
}
#home-event-one-une .home-event-title {
    width: auto;
}

#home-event-all-link{
    background: linear-gradient(#19293C, #244163);
	margin-left:-4px;
}
#home-event-all-link p{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#home-event-all-link p img {
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 10px 0;
}
#home-event-all-link > p > a{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.home-event .home-event-top div{
    float: left;
    max-width: 250px;
}

/*--------------------------
        HOME EVENTS OTHERS
---------------------------*/
@media screen and (min-width: 1578px){
    #home-events-bottom{
        margin: 2% auto;
        width: 1200px;
    }

    .home-event .home-event-top .home-event-date{
        padding: 20% 0;
        width: 130px;
        height: 150px;
    }

    #home-events-bottom .home-event .home-event-bottom{
        border: 1px solid #CCCCCC;
        margin: 2% 0;
    }
    #home-events-bottom > div > div:nth-child(2){
        margin: 0 22px;
    }
    #home-events-bottom > div > div:nth-child(1),
    #home-events-bottom > div > div:nth-child(2),
    #home-events-bottom > div > div:nth-child(3){
        max-width: 380px;
        /* width: 46%; */
        flex: 0 0 380px;
        padding: 0;

    }

    #home-events-bottom > div > div:nth-child(1) > div.home-event-top,
    #home-events-bottom > div > div:nth-child(2) > div.home-event-top,
    #home-events-bottom > div > div:nth-child(3) > div.home-event-top
    {
        width: 100%;
    }
    #home-events-bottom > div > div:nth-child(1) > div.home-event-top > div.home-event-image{
        max-width: 250px;
        max-height: 150px;
    }
    #home-events-bottom > div > div:nth-child(1) > div.home-event-top > div.home-event-image > img,
    #home-events-bottom > div > div:nth-child(2) > div.home-event-top > div.home-event-image > img,
    #home-events-bottom > div > div:nth-child(3) > div.home-event-top > div.home-event-image > img
    {
        width: 100%;
        height: 150px;
    }
    #home-events-bottom > div > div:nth-child(1) > div.home-event-bottom > h3,
    #home-events-bottom > div > div:nth-child(2) > div.home-event-bottom > h3,
    #home-events-bottom > div > div:nth-child(3) > div.home-event-bottom > h3
    {
        font-size: 1em;
        font-weight: bold;
        padding: 20px;
    }
    .home-event .home-event-top div{
        float: left;
    }
    .home-event .home-event-top{
        width: 100%;
        height: 150px;
    }
}
@media screen and (max-width: 1578px) and (min-width: 1441px){

    #home-events-bottom{
        margin: 2% auto;
        width: 1200px;
    }

    .home-event .home-event-top .home-event-date{
        padding: 20% 0;
        width: 130px;
        height: 150px;
    }

    #home-events-bottom .home-event .home-event-bottom{
        border: 1px solid #CCCCCC;
        margin: 2% 0;
    }
    #home-events-bottom > div > div:nth-child(2){
        margin: 0 22px;
    }
    #home-events-bottom > div > div:nth-child(1),
    #home-events-bottom > div > div:nth-child(2),
    #home-events-bottom > div > div:nth-child(3){
        max-width: 380px;
        /* width: 46%; */
        flex: 0 0 380px;
        padding: 0;
    }

    #home-events-bottom > div > div:nth-child(1) > div.home-event-top,
    #home-events-bottom > div > div:nth-child(2) > div.home-event-top,
    #home-events-bottom > div > div:nth-child(3) > div.home-event-top
    {
        width: 100%;
    }
    #home-events-bottom > div > div:nth-child(1) > div.home-event-top > div.home-event-image > img,
    #home-events-bottom > div > div:nth-child(2) > div.home-event-top > div.home-event-image > img,
    #home-events-bottom > div > div:nth-child(3) > div.home-event-top > div.home-event-image > img
    {
        width: 100%;
        height: 150px;
    }
    #home-events-bottom > div > div:nth-child(1) > div.home-event-bottom > h3,
    #home-events-bottom > div > div:nth-child(2) > div.home-event-bottom > h3,
    #home-events-bottom > div > div:nth-child(3) > div.home-event-bottom > h3
    {
        font-size: 1em;
        font-weight: bold;
        padding: 20px;
    }
    .home-event .home-event-top{
        width: 100%;
        height: 150px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1320px){

    #home-events-bottom{
        margin: 2% auto;
        width: 1200px;
    }

    .home-event .home-event-top .home-event-date{
        padding: 20% 0;
        width: 130px;
        height: 150px;
    }

    #home-events-bottom .home-event .home-event-bottom{
        border: 1px solid #CCCCCC;
        margin: 2% 0;
    }
    #home-events-bottom > div > div:nth-child(1),
    #home-events-bottom > div > div:nth-child(2),
    #home-events-bottom > div > div:nth-child(3){
        max-width: 380px;
        /* width: 46%; */
        flex: 0 0 380px;
        padding: 0;
        margin: 0 auto;
    }

    #home-events-bottom > div > div:nth-child(1) > div.home-event-top,
    #home-events-bottom > div > div:nth-child(2) > div.home-event-top,
    #home-events-bottom > div > div:nth-child(3) > div.home-event-top
    {
        width: 100%;
    }
    #home-events-bottom > div > div:nth-child(1) > div.home-event-top > div.home-event-image > img,
    #home-events-bottom > div > div:nth-child(2) > div.home-event-top > div.home-event-image > img,
    #home-events-bottom > div > div:nth-child(3) > div.home-event-top > div.home-event-image > img
    {
        width: 100%;
        height: 150px;
    }
    #home-events-bottom > div > div:nth-child(1) > div.home-event-bottom > h3,
    #home-events-bottom > div > div:nth-child(2) > div.home-event-bottom > h3,
    #home-events-bottom > div > div:nth-child(3) > div.home-event-bottom > h3
    {
        font-size: 1em;
        font-weight: bold;
        padding: 20px;
    }
    .home-event .home-event-top{
        width: 100%;
        height: 150px;
    }
}
@media screen and (max-width: 1319px) and (min-width: 1025px){
    .home-event .home-event-top .home-event-date{
        padding: 20% 0;
        width: 130px;
        height: 150px;
    }

    #home-events-bottom{
        margin: 2% auto;
        width: 600px;
    }

    #home-events-bottom .home-event .home-event-bottom{
        border: 1px solid #CCCCCC;
        margin: 2% 0;
    }
    #home-events-bottom > div > div:nth-child(1),
    #home-events-bottom > div > div:nth-child(2),
    #home-events-bottom > div > div:nth-child(3){
        max-width: 380px;
        /* width: 46%; */
        flex: 0 0 380px;
        padding: 0;
        margin: 0 auto;
    }

    #home-events-bottom > div > div:nth-child(1) > div.home-event-top,
    #home-events-bottom > div > div:nth-child(2) > div.home-event-top,
    #home-events-bottom > div > div:nth-child(3) > div.home-event-top
    {
        width: 100%;
    }
    #home-events-bottom > div > div:nth-child(1) > div.home-event-top > div.home-event-image > img,
    #home-events-bottom > div > div:nth-child(2) > div.home-event-top > div.home-event-image > img,
    #home-events-bottom > div > div:nth-child(3) > div.home-event-top > div.home-event-image > img
    {
        width: 100%;
        height: 150px;
    }
    #home-events-bottom > div > div:nth-child(1) > div.home-event-bottom > h3,
    #home-events-bottom > div > div:nth-child(2) > div.home-event-bottom > h3,
    #home-events-bottom > div > div:nth-child(3) > div.home-event-bottom > h3
    {
        font-size: 1em;
        font-weight: bold;
        padding: 20px;
    }
    .home-event .home-event-top div{
        float: left;
    }
    .home-event .home-event-top{
        width: 100%;
        height: 150px;
    }
}

@media screen and (max-width: 1024px) {
    .home-event .home-event-top div {
        max-width: 100%;
    }
    #home-event-one-une div,
    .home-event .home-event-top div {
        float: none;
    }
    #home-events-bottom#home-events-bottom {
        margin-top: 60px;
    }
    #home-event-one-une .home-event-date {
        padding: 20px 0;
    }
    #home-event-one-une .home-event-date br {
        display: none;
    }
    #home-event-one-une .home-event-date .blue {
        display: block;
        line-height: 1;
    }
    #home-event-one-une .home-event-date .or {    
        display: block;
        line-height: 1;
    }
} 
@media screen and (max-width: 1024px) and (min-width: 769px) {

    .home-event .home-event-top .home-event-date{
        padding: 10% 0;
        width: 100%;
    }

    #home-events-bottom{
        margin: 5% auto;
        width: 600px;
    }

    #home-events-bottom .home-event .home-event-bottom{
        border: 1px solid #CCCCCC;
        margin: 2% 0;
    }
    #home-events-bottom > div > div:nth-child(1),
    #home-events-bottom > div > div:nth-child(2),
    #home-events-bottom > div > div:nth-child(3){
        max-width: 380px;
        width: 32%;
        /*flex: 0 0 380px;*/
        padding: 0;
        margin: 0 auto;
    }

    #home-events-bottom > div > div:nth-child(1) > div.home-event-top,
    #home-events-bottom > div > div:nth-child(2) > div.home-event-top,
    #home-events-bottom > div > div:nth-child(3) > div.home-event-top
    {
        width: 100%;
    }
    #home-events-bottom > div > div:nth-child(1) > div.home-event-top > div.home-event-image > img,
    #home-events-bottom > div > div:nth-child(2) > div.home-event-top > div.home-event-image > img,
    #home-events-bottom > div > div:nth-child(3) > div.home-event-top > div.home-event-image > img
    {
        width: 100%;
        height: 150px;
    }
    #home-events-bottom > div > div:nth-child(1) > div.home-event-bottom > h3,
    #home-events-bottom > div > div:nth-child(2) > div.home-event-bottom > h3,
    #home-events-bottom > div > div:nth-child(3) > div.home-event-bottom > h3
    {
        font-size: 1em;
        font-weight: bold;
        padding: 20px;
    }
    .home-event .home-event-top div{
        float: left;
    }
    .home-event .home-event-top{
        width: 100%;
        height: 238px;
    }
}
@media screen and (max-width: 768px) and (min-width: 426px){

    #home-events-bottom{
        margin: 2% auto;
        width: 400px;
    }

    .home-event .home-event-top .home-event-date{
        padding: 10% 0;
        width: 100%;
    }

    #home-events-bottom .home-event .home-event-bottom{
        border: 1px solid #CCCCCC;
        margin: 0;
        border-top: 0;
    }
    #home-events-bottom > div > div:nth-child(1),
    #home-events-bottom > div > div:nth-child(2),
    #home-events-bottom > div > div:nth-child(3){
        width: 100%;
        /*flex: 0 0 380px;*/
        padding: 0;
        /*margin: 0 auto;*/
    }

    #home-events-bottom > div > div:nth-child(1) > div.home-event-top,
    #home-events-bottom > div > div:nth-child(2) > div.home-event-top,
    #home-events-bottom > div > div:nth-child(3) > div.home-event-top
    {
        width: 100%;
    }
    #home-events-bottom > div > div:nth-child(1) > div.home-event-top > div.home-event-image > img,
    #home-events-bottom > div > div:nth-child(2) > div.home-event-top > div.home-event-image > img,
    #home-events-bottom > div > div:nth-child(3) > div.home-event-top > div.home-event-image > img
    {
        width: 100%;
        height: 150px;
    }
    #home-events-bottom > div > div:nth-child(1) > div.home-event-bottom > h3,
    #home-events-bottom > div > div:nth-child(2) > div.home-event-bottom > h3,
    #home-events-bottom > div > div:nth-child(3) > div.home-event-bottom > h3
    {
        font-size: 1em;
        font-weight: bold;
        padding: 20px;
    }

}
@media screen and (max-width: 425px) and (min-width: 321px){
    #home-events-bottom{
        margin: 2% auto;
        width: 300px;
    }
    .home-event .home-event-top .home-event-date{
        padding: 10% 0;
        width: 100%;
    }
    #home-events-bottom > div > div:nth-child(1),
    #home-events-bottom > div > div:nth-child(2),
    #home-events-bottom > div > div:nth-child(3){

        width: 100%;
        flex: 0 0 300px;
        padding: 0;
        float: left;
    }
    #home-events-bottom > div > div:nth-child(1) > div.home-event-top,
    #home-events-bottom > div > div:nth-child(2) > div.home-event-top,
    #home-events-bottom > div > div:nth-child(3) > div.home-event-top
    {
        width: 100%;
    }

    #home-events-bottom > div > div:nth-child(1) > div.home-event-top > div.home-event-image > img,
    #home-events-bottom > div > div:nth-child(2) > div.home-event-top > div.home-event-image > img,
    #home-events-bottom > div > div:nth-child(3) > div.home-event-top > div.home-event-image > img
    {
        width: 100%;
        height: 150px;
    }

    #home-events-bottom .home-event .home-event-bottom{
        border: 1px solid #CCCCCC;
        margin: 2% 0 2% 0;
    }

    .home-event .home-event-top div{
        float: none;
    }
    .home-event .home-event-top{
        width: 100%;
        /*height: 150px;*/
    }
}
@media screen and (max-width: 320px) {

    #home-events-bottom{
        margin: 2% auto;
        width: 300px;
    }
    .home-event .home-event-top .home-event-date{
        padding: 10% 0;
        width: 100%;
    }
    #home-events-bottom > div > div:nth-child(1),
    #home-events-bottom > div > div:nth-child(2),
    #home-events-bottom > div > div:nth-child(3){

        width: 100%;
        flex: 0 0 300px;
        padding: 0;
        float: left;
    }
    #home-events-bottom > div > div:nth-child(1) > div.home-event-top,
    #home-events-bottom > div > div:nth-child(2) > div.home-event-top,
    #home-events-bottom > div > div:nth-child(3) > div.home-event-top
    {
        width: 100%;
    }

    #home-events-bottom > div > div:nth-child(1) > div.home-event-top > div.home-event-image > img,
    #home-events-bottom > div > div:nth-child(2) > div.home-event-top > div.home-event-image > img,
    #home-events-bottom > div > div:nth-child(3) > div.home-event-top > div.home-event-image > img
    {
        width: 100%;
        height: 150px;
    }

    #home-events-bottom .home-event .home-event-bottom{
        border: 1px solid #CCCCCC;
        margin: 2% 0 2% 0;
    }

    .home-event .home-event-top div{
        float: none;
    }
    .home-event .home-event-top{
        width: 100%;
        /*height: 150px;*/
    }
}




.home-event .home-event-top .home-event-date{
    text-align: center;
    background-color: #fff;
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
}
.home-event .home-event-top .home-event-date span{
    line-height: 2px;
}

.home-event .home-event-top .home-event-date .blue{
    font-size: 40px;
    font-family: "PT Serif";
}

.home-event .home-event-top .home-event-date .or{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.home-event .home-event-title, .home-event .home-event-content{
    width: 100%;
}


#home-events-bottom > div > div:nth-child(1) > div.home-event-bottom > h3,
#home-events-bottom > div > div:nth-child(2) > div.home-event-bottom > h3,
#home-events-bottom > div > div:nth-child(3) > div.home-event-bottom > h3
{
    font-size: 1em;
    font-weight: bold;
    padding: 20px 20px;
}

#home-events-bottom > div > div:nth-child(1) > div.home-event-bottom > div > p,
#home-events-bottom > div > div:nth-child(2) > div.home-event-bottom > div > p,
#home-events-bottom > div > div:nth-child(3) > div.home-event-bottom > div > p
{
    border-top: 1px solid #CCCCCC;
    font-size: 14px;
    color: #878787;
    padding: 20px;
    line-height: 15px;
}

#home-events-bottom .home-event .home-event-bottom .home-event-content button{
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    margin-left: 20px;
    margin-bottom: 20px;
}

/*--------------------------
        HOME DONS
---------------------------*/
#dons-container {
    width: 100%;
    height: 2%;
    background-color: #19293C;
}
#dons-container p{
    text-align: center;
    text-transform: uppercase;
    color: #D4BE76;
    padding: 50px;
}
#dons-container p button {
  cursor: pointer;
 border-radius:40px;
 font-size:30px;
}
#dons-container p button:hover{
	background:#fff;
	color:#19293C;
}
@media screen and (min-width: 1578px){
    #dons-container p{
        padding: 2% 0 0 0;
        font-size: 2em;
        margin: 0;
    }
}
@media screen and (max-width: 1578px) and (min-width: 1441px){
    #dons-container p{
        color: #D4BE76;
        padding: 2% 0 0 0;
        font-size: 2em;
        margin: 0;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1320px){
    #dons-container p{
        color: #D4BE76;
        padding: 2% 0 0 0;
        font-size: 2em;
        margin: 0;
    }
}
@media screen and (max-width: 1319px) and (min-width: 1025px){
    #dons-container p{
        color: #D4BE76;
        padding: 2% 0 0 0;
        font-size: 2em;
        margin: 0;
    }
}
@media screen and (max-width: 1024px) and (min-width: 769px){
    #dons-container p{
        color: #D4BE76;
        padding: 2% 0 0 0;
        font-size: 1.5em;
        margin: 0;
    }
}
@media screen and (max-width: 768px) and (min-width: 426px){
    #dons-container p{
        color: #D4BE76;
        padding: 2% 0 0 0;
        font-size: 1.5em;
        margin: 0;
    }
}
@media screen and (max-width: 425px) and (min-width: 320px){
    #dons-container p{
        color: #D4BE76;
        padding: 2% 0 0 0;
        font-size: 1.2em;
        margin: 0;
    }
}
@media screen and (max-width: 320px){
    #dons-container p{
        color: #D4BE76;
        padding: 10% 0 0 0;
        font-size: 1.2em;
    }
}
#dons-container > p:nth-child(2) > a{
    text-decoration: none;
}
#dons-container > p:nth-child(2) > a:hover, #dons-container > p:nth-child(2) > a:active, #dons-container > p:nth-child(2) > a:focus{
    text-decoration: none;
}
/*--------------------------
        HOME DISCOVERY
---------------------------*/

#discovers-container{
    padding: 5% 0 100px 0;
}
#discovers-container .mosaique{
    padding: 2% 0 0 0;
}

@media screen and (min-width: 1578px){
    #discovers-container .mosaique{
        display: block;
        width: 90%;
        max-width: 1200px;
        margin: auto;
        max-height: 1600px;
        height: 1604px;
    }

    #discovers-container .flexbox-column{
        float: left;
    }

    #discovers-container .flexbox-column span{
        font-size: 40px;
    }

    #discovers-container > div > div:nth-child(1) > a:nth-child(1) > div > span{
        margin: -60px;
        top: -250px;
    }
    #discovers-container > div > div:nth-child(1) > a:nth-child(2) > div > span{
        margin: -60px;
        top: -200px;
    }
    #discovers-container > div > div:nth-child(1) > a:nth-child(3) > div > span{
        margin: -60px;
        top: -300px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(1) > div > span{
        margin: -30px;
        top: -120px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(2) > div > span{
        margin: -30px;
        top: -200px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(3) > div > span{
        margin: -60px;
        top: -150px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(4) > div > span{
        margin: -110px;
        top: -120px;
    }
    #discovers-container > div > div:nth-child(3) > a:nth-child(1) > div > span{
        margin: -30px;
        top: -215px;
    }
    #discovers-container > div > div:nth-child(3) > a:nth-child(2) > div > span{
        margin: -32px;
        top: -260px;
    }
    #discovers-container > div > div:nth-child(3) > a:nth-child(3) > div > span{
        margin: -30px;
        top: -210px;
    }
}
@media screen and (max-width: 1578px) and (min-width: 1441px){
    #discovers-container .mosaique{
        display: block;
        width: 90%;
        max-width: 1200px;
        margin: auto;
        max-height: 1600px;
        height: 1604px;
    }

    #discovers-container .flexbox-column{
        float: left;
    }

    #discovers-container .flexbox-column span{
        font-size: 30px;
    }

    #discovers-container > div > div:nth-child(1) > a:nth-child(1) > div > span{
        margin: -45px;
        top: -250px;
    }
    #discovers-container > div > div:nth-child(1) > a:nth-child(2) > div > span{
        margin: -45px;
        top: -200px;
    }
    #discovers-container > div > div:nth-child(1) > a:nth-child(3) > div > span{
        margin: -45px;
        top: -300px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(1) > div > span{
        margin: -22px;
        top: -120px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(2) > div > span{
        margin: -22px;
        top: -200px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(3) > div > span{
        margin: -45px;
        top: -150px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(4) > div > span{
        margin: -110px;
        top: -120px;
    }
    #discovers-container > div > div:nth-child(3) > a:nth-child(1) > div > span{
        margin: -22px;
        top: -215px;
    }
    #discovers-container > div > div:nth-child(3) > a:nth-child(2) > div > span{
        margin: -25px;
        top: -260px;
    }
    #discovers-container > div > div:nth-child(3) > a:nth-child(3) > div > span{
        margin: -30px;
        top: -210px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1320px) {
    #discovers-container .mosaique{
        display: block;
        width: 100%;
        max-width: 1200px;
        margin: auto;
        max-height: 1600px;
        height: 1604px;
    }

    #discovers-container .flexbox-column{
        float: left;
    }

    #discovers-container .flexbox-column span{
        font-size: 30px;
    }

    #discovers-container > div > div:nth-child(1) > a:nth-child(1) > div > span{
        margin: -45px;
        top: -250px;
    }
    #discovers-container > div > div:nth-child(1) > a:nth-child(2) > div > span{
        margin: -45px;
        top: -200px;
    }
    #discovers-container > div > div:nth-child(1) > a:nth-child(3) > div > span{
        margin: -45px;
        top: -300px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(1) > div > span{
        margin: -22px;
        top: -120px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(2) > div > span{
        margin: -22px;
        top: -200px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(3) > div > span{
        margin: -45px;
        top: -150px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(4) > div > span{
        margin: -110px;
        top: -120px;
    }
    #discovers-container > div > div:nth-child(3) > a:nth-child(1) > div > span{
        margin: -22px;
        top: -215px;
    }
    #discovers-container > div > div:nth-child(3) > a:nth-child(2) > div > span{
        margin: -25px;
        top: -260px;
    }
    #discovers-container > div > div:nth-child(3) > a:nth-child(3) > div > span{
        margin: -30px;
        top: -210px;
    }
}
@media screen and (max-width: 1319px) and (min-width: 1025px) {
    #discovers-container .mosaique{
        display: block;
        width: 32%;
        margin: auto;
    }

    #discovers-container .flexbox-column{
        float: none;
    }

    #discovers-container .flexbox-column span{
        font-size: 30px;
    }

    #discovers-container > div > div:nth-child(1) > a:nth-child(1) > div > span{
        margin: -45px;
        top: -250px;
    }
    #discovers-container > div > div:nth-child(1) > a:nth-child(2) > div > span{
        margin: -45px;
        top: -200px;
    }
    #discovers-container > div > div:nth-child(1) > a:nth-child(3) > div > span{
        margin: -45px;
        top: -300px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(1) > div > span{
        margin: -22px;
        top: -120px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(2) > div > span{
        margin: -22px;
        top: -200px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(3) > div > span{
        margin: -45px;
        top: -150px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(4) > div > span{
        margin: -110px;
        top: -120px;
    }
    #discovers-container > div > div:nth-child(3) > a:nth-child(1) > div > span{
        margin: -22px;
        top: -215px;
    }
    #discovers-container > div > div:nth-child(3) > a:nth-child(2) > div > span{
        margin: -25px;
        top: -260px;
    }
    #discovers-container > div > div:nth-child(3) > a:nth-child(3) > div > span{
        margin: -30px;
        top: -210px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {

    #discovers-container .mosaique{
        display: block;
        width: 39%;
        margin: auto;
    }

    #discovers-container .flexbox-column{
        float: none;
    }

    #discovers-container .flexbox-column span{
        font-size: 30px;
    }

    #discovers-container > div > div:nth-child(1) > a:nth-child(1) > div > span{
        margin: -45px;
        top: -250px;
    }
    #discovers-container > div > div:nth-child(1) > a:nth-child(2) > div > span{
        margin: -45px;
        top: -200px;
    }
    #discovers-container > div > div:nth-child(1) > a:nth-child(3) > div > span{
        margin: -45px;
        top: -300px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(1) > div > span{
        margin: -22px;
        top: -120px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(2) > div > span{
        margin: -22px;
        top: -200px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(3) > div > span{
        margin: -45px;
        top: -150px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(4) > div > span{
        margin: -110px;
        top: -120px;
    }
    #discovers-container > div > div:nth-child(3) > a:nth-child(1) > div > span{
        margin: -22px;
        top: -215px;
    }
    #discovers-container > div > div:nth-child(3) > a:nth-child(2) > div > span{
        margin: -25px;
        top: -260px;
    }
    #discovers-container > div > div:nth-child(3) > a:nth-child(3) > div > span{
        margin: -30px;
        top: -210px;
    }
}
@media screen and (max-width: 768px) and (min-width: 426px){
    #discovers-container .mosaique{
        display: block;
        margin: 0 30px;
    }

    #discovers-container .flexbox-column{
        float: none;
    }

    #discovers-container .flexbox-column span{
        font-size: 30px;
    }

    #discovers-container > div > div:nth-child(1) > a:nth-child(1) > div > span{
        margin: -45px;
        top: -250px;
    }
    #discovers-container > div > div:nth-child(1) > a:nth-child(2) > div > span{
        margin: -45px;
        top: -200px;
    }
    #discovers-container > div > div:nth-child(1) > a:nth-child(3) > div > span{
        margin: -45px;
        top: -300px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(1) > div > span{
        margin: -22px;
        top: -120px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(2) > div > span{
        margin: -22px;
        top: -200px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(3) > div > span{
        margin: -45px;
        top: -150px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(4) > div > span{
        margin: -110px;
        top: -120px;
    }
    #discovers-container > div > div:nth-child(3) > a:nth-child(1) > div > span{
        margin: -22px;
        top: -215px;
    }
    #discovers-container > div > div:nth-child(3) > a:nth-child(2) > div > span{
        margin: -25px;
        top: -260px;
    }
    #discovers-container > div > div:nth-child(3) > a:nth-child(3) > div > span{
        margin: -30px;
        top: -210px;
    }
}
@media screen and (max-width: 425px) and (min-width: 320px){
    #discovers-container > div > div:nth-child(1) > div:nth-child(1) > a > img,
    #discovers-container > div > div:nth-child(1) > div:nth-child(2) > a > img,
    #discovers-container > div > div:nth-child(1) > div:nth-child(3) > a > img,
    #discovers-container > div > div:nth-child(2) > div:nth-child(1) > a > img,
    #discovers-container > div > div:nth-child(2) > div:nth-child(2) > a > img,
    #discovers-container > div > div:nth-child(2) > div:nth-child(3) > a > img,
    #discovers-container > div > div:nth-child(2) > div:nth-child(4) > a > img,
    #discovers-container > div > div:nth-child(3) > div:nth-child(1) > a > img,
    #discovers-container > div > div:nth-child(3) > div:nth-child(2) > a > img,
    #discovers-container > div > div:nth-child(3) > div:nth-child(3) > a > img
    {
        width: 100%;
    }

    #discovers-container .flexbox-column span{
        font-size: 25px;
    }

    #discovers-container > div > div:nth-child(1) > a:nth-child(1) > div > span{
        margin: -40px;
        top: -120px;
    }
    #discovers-container > div > div:nth-child(1) > a:nth-child(2) > div > span{
        margin: -40px;
        top: -100px;
    }
    #discovers-container > div > div:nth-child(1) > a:nth-child(3) > div > span{
        margin: -57px;
        top: -122px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(1) > div > span{
        margin: -20px;
        top: -60px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(2) > div > span{
        margin: -20px;
        top: -110px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(3) > div > span{
        margin: -38px;
        top: -77px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(4) > div > span{
        margin: -38px;
        top: -86px;
    }
    #discovers-container > div > div:nth-child(3) > a:nth-child(1) > div > span{
        margin: -20px;
        top: -100px;
    }
    #discovers-container > div > div:nth-child(3) > a:nth-child(2) > div > span{
        margin: -20px;
        top: -136px;
    }
    #discovers-container > div > div:nth-child(3) > a:nth-child(3) > div > span{
        margin: -20px;
        top: -110px;
    }
}
@media screen and (max-width: 320px) {
    #discovers-container > div > div:nth-child(1) > div:nth-child(1) > a > img,
    #discovers-container > div > div:nth-child(1) > div:nth-child(2) > a > img,
    #discovers-container > div > div:nth-child(1) > div:nth-child(3) > a > img,
    #discovers-container > div > div:nth-child(2) > div:nth-child(1) > a > img,
    #discovers-container > div > div:nth-child(2) > div:nth-child(2) > a > img,
    #discovers-container > div > div:nth-child(2) > div:nth-child(3) > a > img,
    #discovers-container > div > div:nth-child(2) > div:nth-child(4) > a > img,
    #discovers-container > div > div:nth-child(3) > div:nth-child(1) > a > img,
    #discovers-container > div > div:nth-child(3) > div:nth-child(2) > a > img,
    #discovers-container > div > div:nth-child(3) > div:nth-child(3) > a > img
    {
        width: 100%;
    }

    #discovers-container .flexbox-column span{
        font-size: 25px;
    }

    #discovers-container > div > div:nth-child(1) > a:nth-child(1) > div > span{
        margin: -40px;
        top: -120px;
    }
    #discovers-container > div > div:nth-child(1) > a:nth-child(2) > div > span{
        margin: -40px;
        top: -100px;
    }
    #discovers-container > div > div:nth-child(1) > a:nth-child(3) > div > span{
        margin: -57px;
        top: -122px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(1) > div > span{
        margin: -20px;
        top: -60px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(2) > div > span{
        margin: -20px;
        top: -110px;
    }

    #discovers-container > div > div:nth-child(2) > a:nth-child(3) > div > span{
        margin: -38px;
        top: -77px;
    }
    #discovers-container > div > div:nth-child(2) > a:nth-child(4) > div > span{
        margin: -38px;
        top: -86px;
    }
    #discovers-container > div > div:nth-child(3) > a:nth-child(1) > div > span{
        margin: -20px;
        top: -100px;
    }
    #discovers-container > div > div:nth-child(3) > a:nth-child(2) > div > span{
        margin: -20px;
        top: -136px;
    }
    #discovers-container > div > div:nth-child(3) > a:nth-child(3) > div > span{
        margin: -20px;
        top: -110px;
    }
}


#discovers-container > div > div:nth-child(1) > a:nth-child(1),
#discovers-container > div > div:nth-child(1) > a:nth-child(2),
#discovers-container > div > div:nth-child(1) > a:nth-child(3),
#discovers-container > div > div:nth-child(2) > a:nth-child(1),
#discovers-container > div > div:nth-child(2) > a:nth-child(2),
#discovers-container > div > div:nth-child(2) > a:nth-child(3),
#discovers-container > div > div:nth-child(2) > a:nth-child(4),
#discovers-container > div > div:nth-child(3) > a:nth-child(1),
#discovers-container > div > div:nth-child(3) > a:nth-child(2),
#discovers-container > div > div:nth-child(3) > a:nth-child(3){
    text-decoration: none;
    position: relative;
}

#discovers-container .flexbox-column div > img{
    width: 100%;
}

#discovers-container .flexbox-column span{
    color: #ffffff;
    text-align: center;
}

#discovers-container > div > div:nth-child(1) > a:nth-child(1) > div > span,
#discovers-container > div > div:nth-child(1) > a:nth-child(2) > div > span,
#discovers-container > div > div:nth-child(1) > a:nth-child(3) > div > span,
#discovers-container > div > div:nth-child(2) > a:nth-child(1) > div > span,
#discovers-container > div > div:nth-child(2) > a:nth-child(2) > div > span,
#discovers-container > div > div:nth-child(2) > a:nth-child(3) > div > span,
#discovers-container > div > div:nth-child(2) > a:nth-child(4) > div > span,
#discovers-container > div > div:nth-child(3) > a:nth-child(1) > div > span,
#discovers-container > div > div:nth-child(3) > a:nth-child(2) > div > span,
#discovers-container > div > div:nth-child(3) > a:nth-child(3) > div > span
{
    margin: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 0 10%;
    text-align: center;
}
#discovers-container > div > div:nth-child(1) > a:nth-child(3) > div > img{
	 height:512px;
 }
.zoom {
    transition: transform 1s;
}
.zoom:hover {
    transform: scale(1.05);
}
.opacity{
    filter: alpha(opacity=1);
    opacity: 1;
}
.opacity:hover{
    zoom: 1;
        filter: alpha(opacity=50);
        opacity: 0.5;
}
/*-----------------
        FOOTER
------------------*/


@media screen and (min-width: 1578px){
    .arc {
        border-top-right-radius: 200px;
        border-top-left-radius: 200px;
    }
    .footer-logo{
        background-color: #19293C;
        width: 400px;
        height: 200px;
        text-align: center;
        /*border-top: 5px solid red;*/
        /*border-left: 5px solid red;*/
        margin: -82px auto -180px auto;
    }
    footer{
        background: linear-gradient(#19293C, #244163);
        width: 100%;
        /*height: 300px;*/
        margin-top: 62px;
        color: #fff;
    }
    .footer-border-aroud{
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
}
@media screen and (max-width: 1578px) and (min-width: 1441px){
    .arc {
        border-top-right-radius: 200px;
        border-top-left-radius: 200px;
    }
    .footer-logo{
        background-color: #19293C;
        width: 400px;
        height: 200px;
        text-align: center;
        /*border-top: 5px solid red;*/
        /*border-left: 5px solid red;*/
        margin: -82px auto -180px auto;
    }
    footer{
        background: linear-gradient(#19293C, #244163);
        width: 100%;
        /*height: 300px;*/
        margin-top: 40px;
        color: #fff;
    }
    .footer-border-aroud{
        border-left: 1px solid #ffffff24;
        border-right: 1px solid #ffffff24;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1320px){
    .arc {
        border-top-right-radius: 200px;
        border-top-left-radius: 200px;
    }
    .footer-logo{
        background-color: #19293C;
        width: 400px;
        height: 200px;
        text-align: center;
        /*border-top: 5px solid red;*/
        /*border-left: 5px solid red;*/
        margin: -82px auto -180px auto;
    }
    footer{
        background: linear-gradient(#19293C, #244163);
        width: 100%;
        /*height: 300px;*/
        margin-top: 40px;
        color: #fff;
    }
    .footer-border-aroud{
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
}
@media screen and (max-width: 1319px) and (min-width: 1025px){
    .arc {
        border-top-right-radius: 200px;
        border-top-left-radius: 200px;
    }
    .footer-logo{
		    margin-top: 10px;
        background-color: #19293C;
        width: 400px;
        height: 200px;
        text-align: center;
        /*border-top: 5px solid red;*/
        /*border-left: 5px solid red;*/
        margin: -82px auto -180px auto;
    }
    footer{
        background: linear-gradient(#19293C, #244163);
        width: 100%;
        /*height: 300px;*/
        margin-top: 40px;
        color: #fff;
    }
    .footer-border-aroud{
        border-left: 1px solid #ffffff24;
        border-right: 1px solid #ffffff24
    }
}
@media screen and (max-width: 1024px) and (min-width: 769px){
    .arc {
        border-top-right-radius: 200px;
        border-top-left-radius: 200px;
    }
    .footer-logo{
        background-color: #19293C;
        width: 400px;
        height: 200px;
        text-align: center;
        /*border-top: 5px solid red;*/
        /*border-left: 5px solid red;*/
        margin: -82px auto -180px auto;
    }
    footer{
        background: linear-gradient(#19293C, #244163);
        width: 100%;
        /*height: 300px;*/
        margin-top: 40px;
        color: #fff;
    }
    .footer-border-aroud{
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

}
@media screen and (max-width: 1024px) {
    #home-events-container h2, #home-events-container h2,
    #discovers-container h2, #discovers-container h2 {
        padding: 15px 0;
    }
    #home-events-container h2:before, #home-events-container h2:after,
    #discovers-container h2:before, #discovers-container h2:after {
        content: none;
    }
}
@media screen and (max-width: 768px) {
    .arc {
        border-top-right-radius: 200px;
        border-top-left-radius: 200px;
    }
    .footer-logo{
        background-color: #19293C;
        width: 400px;
        height: 220px;
        text-align: center;
        /*border-top: 5px solid red;*/
        /*border-left: 5px solid red;*/
        margin: -82px auto -180px auto;
    }
    footer{
        background: linear-gradient(#19293C, #244163);
        width: 100%;
        /*height: 300px;*/
        margin-top: 40px;
        color: #fff;
    }
    .footer-border-aroud{
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .home main,
    main .content.content {
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 425px) {

    .arc {
        border-top-right-radius: 200px;
        border-top-left-radius: 200px;
    }
    .footer-logo{
        background-color: #19293C;
        width: 90%;
        height: 220px;
        text-align: center;
        /*border-top: 5px solid red;*/
        /*border-left: 5px solid red;*/
        margin: -82px auto -180px auto;
    }
    footer{
        background: linear-gradient(#19293C, #244163);
        width: 100%;
        margin-top: 40px;
        color: #fff;
    }
    .footer-border-aroud{
        border: none;
    }
}
@media screen and (max-width: 320px) {
    .arc {
        border-top-right-radius: 200px;
        border-top-left-radius: 200px;
    }
    .footer-logo{
        background-color: #19293C;
        width: 90%;
        height: 220px;
        text-align: center;
        /*border-top: 5px solid red;*/
        /*border-left: 5px solid red;*/
        margin: -82px auto -180px auto;
    }
    footer{
        background: linear-gradient(#19293C, #244163);
        width: 100%;
        margin-top: 40px;
        color: #fff;
    }
    .footer-border-aroud{
        border: none;
    }
}

.footer-logo h1{
    padding-top: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    font-family: "PT Serif";
}

h1 .upper{
    font-size: 24px;
    font-family: PT Serif;
}
footer h3{
    font-size: 16px;
    font-weight: bold;
}

footer h4{
    font-size: 14px;
    color: #C6BDA0;
}

footer .row{
    margin: 0 auto;
    padding: 60px 0 0 0;
    text-align: center;
}

footer form div{
    padding: 10px 0;
}

footer p {
    font-size: 0.8em;
	line-height:1.3rem;
}

footer a {
    color: white;
}
footer a:hover,
footer a:focus {
    color: white;
}

body > footer > div > div:nth-child(1),
body > footer > div > div:nth-child(2),
body > footer > div > div:nth-child(3)
{
    margin: 10px 0;
    padding: 0 5%;
}

body > footer > div > div:nth-child(1) > form{
    max-width: 70%;
    margin: 0 auto;
}

footer .wpcf7 input[type="text"],
footer .wpcf7 input[type="email"]{
    width: 100%;
	padding:5px 10px;
}
footer .wpcf7 > p:nth-child(5) > input[type="submit"]{
    border-radius: 30px;
    border: 1px solid #fff;
    background: linear-gradient(#19293C, #244163);
    color: #fff;
    padding: 5px 30px ;
	font-size: 14px;
}

footer .wpcf7 > p:nth-child(5) > input[type="submit"]:hover,
footer .wpcf7 > p:nth-child(5) > input[type="submit"]:focus {
  text-decoration: none;
  color: #244163;
  background: #fff;
}