
 @media only screen and (-webkit-min-device-pixel-ratio: 2) {


}

@media only screen and (min--moz-device-pixel-ratio: 2) {

}

@media only screen and (-o-min-device-pixel-ratio: 2/1) {


}

@media only screen and (min-device-pixel-ratio: 2) {

}

@media only screen and (min-resolution: 192dpi){

}

@media only screen and (min-resolution: 2dppx){

}


/* Large devices (large desktops, 1200px and up) */

@media (max-width: 1320px) {

  /*  FILTERS **********************************/

  .sticky-under-nav {
    top: 5.2rem;
  }

  /*  SEARCHBAR **********************/
  #toogle-search {
    top: 1.8rem;
  }

  /*TOPIC PAGE *******************/
  .taxonomy-topic .over-gradient-title .bottom-text{
  	bottom:1rem;
  }

}

/*********************************************************
	MEDIUM DEVICES (PHONES UP TO 1199.98px)
/********************************************************/


@media (max-width: 1199.98px) {

	/* HOME **********************************

  SIZE BUTTON JOIN OUR NETWORK */
	#home .join-network .join-box {
    	height: 9.2rem;
	}

	#home .join-network .join-box img {
    	margin-top: -1.9rem;
	}

	#home .join-network .join-box h4 {
    	font-size: 2.3rem;
	}

	#home .join-network .join-box h5{
    	font-size: 1.1rem;
    	margin-top: 1rem;
	}

	/* MAIN NAVIGATION ****************************/

	#menu-desktop-top-menu{
		margin-left:0;
	}

	.navbar-brand {
    margin-right: 0.8rem;
  }

	#nav-logo {
    width: 55px;
	}

  #nav-logotext {
    display: inline-block;
    width: 220px;
    padding-left: 0;
    padding-top: 0.2rem;
  }

  #nav-description{
    font-size: 0.8rem;
    padding-left: 0;
  }

  .navbar-toggler-icon {
    background-size: 140% 140%;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 1rem;
	}

	.navbar .nav-item .dropdown-menu {
    padding: .4rem;
	}

  /*  SEARCHBAR **********************/

  #toogle-search{
   top:0;
   width:0;
   height: 1.8rem;
   right: 3.5rem;
   -webkit-animation-name: searchanimation;
   -webkit-animation-duration: 0.3s;
   -webkit-animation-timing-function:ease;
   -webkit-animation-fill-mode:forwards;
   animation-name: searchanimation;
   animation-duration: 0.3s;
   animation-timing-function:ease;
   animation-fill-mode:forwards;
  }

  @keyframes searchanimation{
    0%{
       width:0;
    }
    100%{
       width:38rem;
    }
  }

  /* TOPIC PAGE  **********************/

  .taxonomy-topic .archive-post.bg-post{
    padding-left:0;
    padding-right:0px;
  }

  .taxonomy-topic .archive-post.bg-post .hovereffect{
    margin-top: 0;
  }

  .taxonomy-topic-news .over-gradient-title .bottom-text {
    position: absolute;
    bottom: 3rem;
  }

  /* SITE FOOTER ***************************/

  .footer-widget .bg-icon {
      margin-left: 15%;
  }

}

/*********************************************************
	SMALL DEVICES (PHONES UP TO 992px)
/********************************************************/

/***********  from 768px to 992px  **********/

/* MAIN NAVIGATION ****************************/

@media (max-width: 991.98px) {

  #nav-logo {
    width: 65px;
  }

  #nav-logotext {
    width: 200px;
    padding-top: 0.9rem;
    padding-bottom: 0.6rem;
  }

  #nav-description{
    display:none;
  }

  .navbar-toggler-icon {
    background-size: 140% 140%;
  }

  #single .sharer .list-unstyled {
    margin-top:5rem;
  }

  .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 75%;
  }

/*  #nav-addon{
    position: absolute;
    top: -0.5rem;
    right: 0rem;
  }
*/
  #nav-addon {
    position: fixed;
    top: 1.5rem;
    right: 4rem;
  }
	.nav-top-align{
		margin-top:1rem;
	}

	.navbar .nav-item a:hover{
		border-bottom:1px solid transparent;
	}

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 0px;
  }

  .navbar .nav-item .dropdown-item {
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .navbar .col-12{
    margin-left:6.8%;
  }

  /*  SEARCHBAR **********************/

  #toogle-search{
   top:-5px;
   -webkit-animation-name: searchanimation;
   -webkit-animation-duration: 0.3s;
   -webkit-animation-timing-function:ease;
   -webkit-animation-fill-mode:forwards;
   animation-name: searchanimation;
   animation-duration: 0.3s;
   animation-timing-function:ease;
   animation-fill-mode:forwards;
  }

  @keyframes searchanimation{
    0%{
      width:0;
    }
    100%{
      width:22rem;
    }
  }

/* HOME **********************************

	SIZE BUTTON JOIN OUR NETWORK */

	#home .join-network .join-box {
    	height: 5.5rem;
	}

	#home .join-network .join-box img {
    	margin-top: -2.6rem;
	}

	#home .join-network .join-box h4 {
    	font-size: 1.6rem;
	}

	#home .join-network .join-box h5{
    	font-size: 1.1rem;
    	margin-top:0rem;
	}

		/* EVENTS */

	#home .events .event h5 {
		font-size: 3rem;
	}

	#home .events .event .col-3{
		padding-left: 0;
	}

	/* SITE FOOTER ***************************/

	.footer-widget .bg-icon {
    margin-left: 45%;
	}

	.footer-widget-big-button{
	   border-left: 1px solid var(--ec-border);
	}

	.page-header h1{
		font-size: 3rem;
	}

  /*PAGE TOPIC **********************************$*/

  .taxonomy-topic .archive-post.bg-post {
    padding-left: 15px;
    padding-right: 15px;
  }

  .taxonomy-topic .over-gradient-title {
    width: 97%;
  }

  .taxonomy-topic-news .over-gradient-title .bottom-text {
    position: absolute;
    bottom: 1rem;
  }

  .taxonomy-topic-news .archive-post.bg-post img{
    width:100%!important;
  }

}

/************************************************************
	EXTRA SMALL DEVICES (UP TO 768px)
/***********************************************************/


@media (max-width: 768px) {


/* MAIN NAVIGATION **********************************/

	#nav-logotext, #nav-description{
		display:none;
	}

  .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 80%;
  }

  .navbar .col-12 {
    margin-left: 10%;
    padding-left: 6%;
}

#nav-addon {
  top: 2.4rem;
}

    /* SEARCH BAR ***********************/
  #toogle-search{
    right: 3rem;
    -webkit-animation-name: searchanimation;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-timing-function:ease;
    -webkit-animation-fill-mode:forwards;
    animation-name: searchanimation;
    animation-duration: 0.3s;
    animation-timing-function:ease;
    animation-fill-mode:forwards;
  }

  @keyframes searchanimation{
     0%{
         width:0;
     }
     100%{
         width:21rem;
     }
  }

	/* HOME **********************************

		SIZE BUTTON JOIN OUR NETWORK */

	#home .join-network .join-box {
	    height: 6.5rem;
	}

	#home .join-network .join-wrap{
		flex-wrap:nowrap;
	}

	#home .slogan h1{
		line-height: 3rem;
	}

	#home .slogan p{
		line-height: 2.8rem;
	}

		/* EVENTS */

	#home .events .event-date{
		text-align: left!important;
	}

    /* TOPICS */

  #home .home-topics .home-single-topic a {
    font-size: 1.4rem;
  }

  /* SOCIAL MEDIA SHARER FOR SM DEVICES ******/

  #single .sharer{
    left:5px;
  }

  #single .small-devices-sharer{
    position: relative;
    bottom: 0px;
    z-index: 0;
    margin: auto;
    width: 50%;
    text-align: center;
  }

  #single .small-devices-sharer li{
    display:inline-block;
    margin-right: .8rem;
  }

  /* TAXONOMY TOPIC **********************************/

  .taxonomy-topic .archive-post.bg-post{
    padding-left:15px;
    padding-right:15px;
  }

/* FOOTER **********************************/

	.footer-widget .bg-icon {
    margin-left: 25%;
	}

	#single .content{
		border: none;
	}

}

/*****************************************************
	EXTRA SMALL DEVICES (PHONES  UP TO 576px)
/*****************************************************/

@media (max-width: 576px) {

  .navbar .navbar-custom .nav-item .dropdown-menu.show{
    margin: -.5rem 0 0;
  }

  #nav-search-btn {
    bottom: 1rem!important;
    left: 2.5rem;
  }

   /* SEARCH BAR ***********************/
  #toogle-search{
    top:-10px;
    height: 2.5rem;
    right:0rem;
    -webkit-animation-name: searchanimation;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-timing-function:ease;
    -webkit-animation-fill-mode:forwards;
    animation-name: searchanimation;
    animation-duration: 0.3s;
    animation-timing-function:ease;
    animation-fill-mode:forwards;
  }

  @keyframes searchanimation{
    0%{
        width:0;
    }
    100%{
        width:22rem;
    }
  }

  #home .slogan h1 {
    font-size: 2rem;
  }

  /* FILTERS ***************/
  .filters .select-filters {
    border-right: none;
  }

  .filters .filters-content .filter-content .filter-content-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }

  .filters .filters-content .filter-content ul.filter-content-list a {
    font-size: 1.1rem;
  }

  /* Debug #558158 */

   /* adjusting display of topics and initiatives or other filters on policy news, and resources archive pages */

  #page.page-policy-news .filters .select-filters .filter:first-child,
  #page.page-policy-documents .filters .select-filters .filter:first-child {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  #page.page-policy-news .filters .select-filters .filter:nth-child(2),
  #page.page-policy-documents .filters .select-filters .filter:nth-child(2){
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  #page.page-policy-news  .filters .select-filters .filter p.filter-title,
  #page.page-policy-documents .filters .select-filters .filter p.filter-title{
      width:160%;
  }

  /* Debug #558158 */

}


/*****************************************************
	EXTRA SMALL DEVICES (PHONES FROM 481px UP TO 576px)
/*****************************************************/

@media (min-width: 481px) and (max-width: 576px) {


/* HOME **********************************

	/*SIZE BUTTON JOIN OUR NETWORK */

	#home .join-network .join-box {
	  height: 7.3rem;
	}

	#home .join-network .join-box img {
	  margin-top: -1.8rem;
	}


  /* TAXONOMY TOPIC **********************************/
  .taxonomy-topic-news .over-gradient-title .bottom-text{
    width: 95%;
    padding-left: 5px;
    padding-right: 10px;
  }

/* FILTERS ***************/
  .filters .select-filters {
    border-right: none;
  }

/* FOOTER **********************************/

	.footer-widget .bg-icon {
    margin-left: 15%;
	}

}

/**********************************************
	EXTRA SMALL DEVICES ( FROM 425 U P TO 575px)
/**********************************************/

@media (min-width: 425px) and (max-width: 575px) {


/* FOOTER **********************************/

	.footer-widget .bg-icon {
    	margin-left: 15%;
	}

}

/**********************************************
	EXTRA SMALL DEVICES (PHONES UP TO 480px)
/**********************************************/

/* MAIN NAVIGATION **********************************/

@media (max-width: 480px) {

	.small-class-for-burger{
		left: 4rem;
	}

	.small-class-for-lng-with-burger{
		left: 2rem;
	}

  /* SEARCH BAR ***********************/
  #toogle-search{
    -webkit-animation-name: searchanimation;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-timing-function:ease;
    -webkit-animation-fill-mode:forwards;
    animation-name: searchanimation;
    animation-duration: 0.3s;
    animation-timing-function:ease;
    animation-fill-mode:forwards;
  }

  @keyframes searchanimation{
    0%{
      width:0;
    }
    100%{
      width:17.5rem;
    }
  }

	/* HOME **********************************
		/*TAILLE BOUTON JOIN OUR NETWORK */


	#home .join-network .join-wrap {
  	margin-top: -0.3rem;
	}

	#home .join-network .join-box img {
	  margin-top: -2.9rem;
	}

	#home .join-network .join-box h4 {
    font-size: 1.3rem;
	}

	#home .join-network .join-box .btn {
    font-size: 1.1rem;
    margin-top: -10rem;

	}


}

@media (max-width: 420px) {

  /* SEARCH BAR ***********************/

  #toogle-search{
    -webkit-animation-name: searchanimation;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-timing-function:ease;
    -webkit-animation-fill-mode:forwards;
    animation-name: searchanimation;
    animation-duration: 0.3s;
    animation-timing-function:ease;
    animation-fill-mode:forwards;
  }

  @keyframes searchanimation{
  	0%{
  		width:0;
  	}
  	100%{
  		width:17rem;
  	}
  }

	/* HOME **********************************

		SIZE BUTTON JOIN OUR NETWORK */

	#home .join-network .join-wrap {
    	flex-wrap: wrap;
    	text-align:center;
	}

	#home .join-network .join-box{
    height: 9rem;
  }

	#home .join-network .join-box img {
    display: none;
  }

  #home .join-network .join-box .btn {
    margin-top: 1rem;
  }


  #copyright p {
    font-size: .6rem;
	}

}

@media (max-width: 375px){

  /* SEARCH BAR ***********************/

  #toogle-search{
    -webkit-animation-name: searchanimation;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-timing-function:ease;
    -webkit-animation-fill-mode:forwards;
    animation-name: searchanimation;
    animation-duration: 0.3s;
    animation-timing-function:ease;
    animation-fill-mode:forwards;
  }

  @keyframes searchanimation{
  	0%{
  		width:0;
  	}
  	100%{
  		width:15rem;
  	}

  }

  /* FOOTER  **********************/
	.footer-widget .bg-icon {
		margin-left: 0%;
	}

}

@media (max-width: 374px) {

  /* MAIN NAVIGATION **********************************/

	.small-class-for-burger{
		left: 0rem;
	}

	.small-class-for-lng-with-burger{
		left: 1rem;
	}

  /* FOOTER  **********************/

	.footer-widget h3 {
    font-size: 3rem;
	}

	.footer-widget .bg-icon {
		margin-left: -25%;
	}

}
