/* ---------------------------------
    highauthority page
---------------------------------- */

@media all and (max-width: 1020px){
    .header-main nav ul li.header-items{
        display: none;
    }
    .header-main nav ul li.header-items.search, #menu-open{
        display: block;
    }
}
#burger-menu{
    height: auto;
}
.header-page--highauthority{
    height: 600px;
    width: 100%;
    background-color: #051639;
    color: white;
    text-align: center;
    position: relative;
    margin-bottom: 70px;
}

/* header page */
.header-page--highauthority,
.header-page--college,
.header-page--home {
	background-color: #051639;
	color: white;
	text-align: center;
	position: relative;
	margin-bottom: 0;
}

.header-page--highauthority {
	/*position: fixed !important;*/
	width: 100%
}	

.page-fx {
	position: relative;
	background-color: #F6F6F6;
	width: 100%;
	z-index: 10;
}

.page-fx--hauteautorite {
	padding-top: 30px;
}


.header-page--highauthority .title-box {
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.header-page--highauthority .title-box.hover-action {
	opacity: 0.15;
}

.header-page--highauthority h1,
.header-page--college h1,
.header-page--home h1 {
	font: normal bold 60px "Beirut Poster", Times;
	margin: 0 0 75px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

.header-page--highauthority p.subtitle,
.header-page--highauthority div.subtitle {
	font-size: 32px;
	line-height: 42px;
	font-family: "Beirut Text", Times New Roman, Georgial, serif;
	font-weight: normal;
	font-style: normal;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	margin-top: 0;
	margin-bottom: 75px;
}

.header-page--highauthority .box--centered,
.header-page--home .box--centered {
	top: 250px;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	margin: auto;
}
.page-template-tpl-highauth-international nav.main li.header-items a.active,
.header-page--highauthority .box--centered .nav-en li a.active,
.page-template-tpl-highauth nav.main li.header-items a.active,
.page-template-tpl-highauth-list nav.main li.header-items a.active{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: white;
    opacity: 1;
}
@media all and (max-width: 800px){
    .header-page--highauthority .box--centered, .header-page--home .box--centered{
        top: 200px;
    }
    .page-template-tpl-highauth-international .header-page--highauthority .box--centered,
    .page-template-tpl-highauth-int-news .header-page--highauthority .box--centered{
        top: 180px;
    }
    .page-template-tpl-highauth-international .header-page--highauthority .box--centered .title-box h1,
    .page-template-tpl-highauth-int-news .header-page--highauthority .box--centered .title-box h1,
    .page-template-tpl-highauth .header-page--highauthority .box--centered .title-box h1{
        font-size: 45px;
        margin-left: 4%;
        margin-right: 4%;
    }
}

.header-page--highauthority nav {
	font-size: 17px;
	font-weight: 300;
}

.header-page--highauthority nav a {
	color: white;
	text-transform: uppercase;
	opacity: 0.65;
	padding-bottom: 3px;
}

.header-page--highauthority nav a {
	z-index: 10;
	position: relative;
}

.header-page--highauthority nav a:hover {
	opacity: 1;
}

.header-page--highauthority nav li {
	position: relative;
}

.header-page--highauthority nav li.hover span.image {
	display: block;
}

.header-page--highauthority nav li span.image {
	width: 400px;
	height: 270px;
	display: none;
	position: absolute;
	z-index: 0;
	top: -120px;
	left: -70px;
	overflow: hidden;
}

.header-page--highauthority nav li span.image img {
	width: 100%;
	height: auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.header-page--highauthority nav li span.image .color-filter {
	display: block;
	background-color: #D44448;
	opacity: 0.75;
}

.header-page--highauthority nav.nav-en ul {
    display: flex;
    justify-content: space-around;
}

.header-page--highauthority nav li.rub-1 .image {
	left: -120px;
}

.header-page--highauthority nav li.rub-2 .image {
	left: -110px;
}

.header-page--highauthority nav li.rub-3 .image {
	left: -70px;
}

.header-page--highauthority nav a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.header-page--highauthority nav ul li {
    display: inline-block;
    min-width: 200px;
}

/* header rub */
.header-rub--hauteautorite {
	text-align: center;
	margin-bottom: 110px;
}

.header-rub--hauteautorite p.top {
	text-transform: uppercase;
	font-size: 21px;
	margin-bottom: 2px;
	color: #051639;
}

.header-rub--hauteautorite h2 {
	color: #051639;
	font: normal bold 41px "Beirut Poster", Times;
	margin: 0 0 5px;
}

.header-rub--hauteautorite div.subtitle,
.header-rub--hauteautorite p.subtitle {
	color: #051639;
	margin-top: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	margin-right: 150px;
	margin-left: 150px;
	font: normal normal 30px / 42.8px "Beirut Text", Times;
	height: 170px;
	overflow: hidden;
}

@media all and (max-width: 1180px){
  /*  .header-page--highauthority nav.nav-en ul {
        display: flex;
        justify-content: space-between;
    } */
    .header-page--highauthority nav ul li {
        display: inline-block;
        min-width: 0;
    }
}
@media all and (max-width: 800px){
      .header-page--highauthority nav.nav-en ul {
          display: block;
      } 
      .header-page--highauthority nav ul li {
        display: block;
        min-width: 0;
        margin-bottom: 30px;
    }
  }

/* ---------------------------------
    highauthority blocks
---------------------------------- */

.thematheque-featured-posts.highauthority-blocks{
    background-color: #F6F6F6;
}
.page-template-tpl-highauth-international .thematheque-featured-posts.highauthority-blocks{
    padding-top: 65px;
}
.wrapper-en {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.wrapper-en h3 {
    font-family: "Beirut Poster", Times;
    font-size: 41px;
    color: #051639;
    margin-bottom: 4px;
    text-align: center;
}
.page-template-tpl-highauth-international .international-content h3{
    font-family:"Beirut Text", Times;
    font-size: 30px;
    color: #051639;
    text-align: left;
}

.wrapper-en .subtitle{
    margin-bottom: 60px;
    margin-top: 50px;
    padding-right: 45px;
}
.wrapper-en .subtitle p{
    width: 100%;
    font-family: "Beirut Text", Times New Roman, Georgial, serif;
    font-size: 22px;
    /*color: #737373;*/
    color:  #051639;
}
.wrapper-en .subtitle a{
    color: #1857FF;
    border-bottom: 1px solid #1857FF;
}
.wrapper-en .subtitle a:hover{
    border-bottom: none;
}

.highauthority-blocks .entry-content {
    padding: 45px 30px;
    border: solid 1px #E5E5E5;
    border-top: solid 4px #051639;
    margin-right: 26px;
    margin-bottom: 26px;
    background-color: #fff;
    width: 270px;
    min-height: 180px;
}
.highauthority-blocks .entry-content:hover {
    /*border-top: solid 4px #41C080;*/
    border-top: solid 4px #1857FF;
}

.highauthority-blocks .entry-content h1 {
    font-family: "neuzeit-grotesk", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    display: inline;
}
.highauthority-blocks .entry-content h1:hover {
    color: #1857FF;
    border-bottom: 1px solid #1857FF;
}
.highauthority-blocks .entry-content p {
    font-size: 18px;
    color: #8A95A5;
    text-align: left;
}
.highauthority-blocks article {
    position: relative;
}
.highauthority-blocks article .button {
    padding: 18px 22px;
    width: 67%;
    background: #fff url(../img/button-01.svg) 87% center no-repeat;
    position: absolute;
    bottom: 30px;
}

.highauthority-blocks article .button span {
    background: none;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
}
.highauthority-blocks .entry-content .button{
    color: #1857FF;
}
.highauthority-blocks .entry-content .button.button--5:visited {
    /*color: #345052;*/
    color: #1857FF;
}
.highauthority-blocks .entry-content .button.button--5:hover {
    color: #1857FF;
}

@media all and (max-width: 1180px) and (min-width: 801px){
    .wrapper-en {
        max-width: 720px;
    }
    .wrapper-en .subtitle {
        padding-right: 25px;
    }
}
@media all and (max-width: 800px){
    .wrapper-en {
        width: 100%;
    }
    .wrapper-en .subtitle {
        padding: 0 2%;
    }
    .highauthority-blocks .entry-content{
        margin-right: 0;
        width: 100%;
    }
}
@media all and (max-width: 700px){
    .wrapper-en h3 {
        margin-top: 40px;
    }
    .highauthority-blocks .wrapper-en .grid.entry-content {
        margin-bottom: 26px!important;
        width: 90%!important;
    }
    .highauthority-blocks .wrapper-en .grid.entry-content p {
        max-width: 95%;
    }
    .highauthority-blocks .wrapper-en .grid.entry-content a.button.button--5 {
        max-width: 50%;
    }
}
@media all and (max-width: 500px){
    .highauthority-blocks .wrapper-en .grid.entry-content a.button.button--5 {
        max-width: none;
        width: 70%;
    }
}

/* ---------------------------------
    highauthority list
---------------------------------- */

#highauth_list_view{
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background: linear-gradient(to right, #F6F6F6 50%, #fff 50%);
    position: relative;
}
#highauth_list_view .wrapper-highauth{
    position: relative;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

#highauth_list_view .btn-close{
    position: absolute;
    z-index: 500;
    right: 35px;
    top: 25px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    display: none;
}
#highauth_list_view .btn-close:hover {
    opacity: 1;
    cursor: pointer;
}
#highauth_list_view .btn-close:before, #highauth_list_view .btn-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}
#highauth_list_view .btn-close:before {
    transform: rotate(45deg);
}
#highauth_list_view .btn-close:after {
    transform: rotate(-45deg);
}

.col_highauth ul.ul-card {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 60px;
    padding-bottom: 50px;
    display: inline-block;
}

.col_highauth ul li .card-title{
    display: inline-block;
    position: relative;
    width: 260px;
    padding: 10px 10px 10px 0;
    background: transparent url(../img/button-01-3.svg) center right no-repeat;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
    padding-right: 30px;
}
.col_highauth ul li .card-title:hover{
    cursor: pointer;
    background: transparent url(../img/button-01-4.svg) center right no-repeat;
}

.col_highauth ul li .card-title:hover a{
    border-bottom: 1px solid #1857FF;
    color: #1857FF;
}

.col_highauth ul li a{
    /*background: transparent url(../img/button-01-3.svg) center right no-repeat;*/
    /*text-transform: uppercase;*/
    font-size: 16px;
    line-height: 22px;
    color: #051639;
    margin-bottom: 45px;
    cursor: pointer;
}

.col_highauth ul li .card-content{
    /*float: right;*/
    position: absolute;
    top: 0;
    left: 350px;
    width: 65%;
    border-left: 1px solid rgba(0,0,0,0.1);
    padding: 65px 20px 50px 65px;
    background-color: #FFFFFF;
    word-wrap: break-word;
    display: none;
	min-height: 711px;
}

.col_highauth ul li.card-show .card-content{
    display: block;
}

.col_highauth ul li.card-show a{
    border-bottom: 1px solid #1857FF;
    color: #1857FF;
    font: 19px / 28px Georgia, "Times New Roman", Times, serif;
}
.col_highauth ul li.card-show .card-title a{
    font-family: "neuzeit-grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.8px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 45px;
    cursor: pointer;
}
.col_highauth ul li.card-show a:hover{
    border: none;
}
.col_highauth ul li.card-show .card-title{
    background: transparent url(../img/button-01-4.svg) center right no-repeat;
}

.col_highauth ul li.card-show .card-content img{
    max-width: 100%;
    padding: 20px 10px 20px 0;
}
.col_highauth ul li.card-show .card-content p{
    /*margin-top: 0;*/
    color: #2A2A2A;
    font: 19px / 28px Georgia, "Times New Roman", Times, serif;
}
.col_highauth ul li.card-show .card-content .lathematheque-post-related.int-lien-utiles{
    margin-bottom: 20px;
}
.col_highauth ul li.card-show .card-content .int-lien-utiles .box{
    padding-bottom: 15px;
}
.col_highauth ul li.card-show .card-content .int-lien-utiles h4{
    margin-bottom: 15px;
}
.col_highauth ul li.card-show .card-content .int-lien-utiles ul{
    padding-top: 0;
}
.col_highauth ul li.card-show .card-content .int-lien-utiles ul li{
    padding-top: 15px;
    padding-bottom: 15px;
}
.col_highauth ul li.card-show .card-content .int-lien-utiles ul li a{
    font-family: "neuzeit-grotesk", sans-serif;
    border-bottom: none;
    color: #000000;
    font-size: 17px;
}
.col_highauth ul li.card-show .card-content .int-lien-utiles ul li a:hover{
    border-bottom: 1px solid #1857FF;
    color: #1857FF;
}
.col_highauth ul li .card-content h3{
    font-size: 26px;
    color: #051639;
    font-weight: 300!important;
    font-style: normal;
    margin: 0;
    padding: 0;
    display: block;
    text-align: left;
}
.page-template-tpl-highauth-list .col_highauth ul li .card-content .expand-box-content{
    width: 100%;
}
.page-template-tpl-highauth-list .col_highauth ul li .card-content .expand-box-content h4{
    color: #2A2A2A;
}
.page-template-tpl-highauth-list .col_highauth ul li .card-content .expand-box-content h4:hover{
    color: #1857FF;
}

@media all and (max-width: 1180px){
    #highauth_list_view .wrapper-highauth{
        margin-left: 2%;
        margin-right: 2%;
    }
}
@media all and (max-width: 1125px){
    #highauth_list_view{
        background: none;
    }
    #highauth_list_view .btn-close{
        display: block;
    }
    #highauth_list_view .wrapper-highauth{
        margin-left: 0;
        margin-right: 0;
    }
    .col_highauth > ul {
        min-height: 400px;
        margin-bottom: 100px;
        position: relative;
    }
    .col_highauth ul li {
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding-top: 12px;
    }
    .col_highauth ul li:last-of-type {
        border-bottom: none;
    }
    .col_highauth ul li .card-title {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        padding-left: 4%;
        padding-right: 4%;
        max-width: 300px;
        display: block;
        background-position: 95% 50%; 
        z-index: 10;
    }
    .col_highauth ul li .card-title:hover, 
    .col_highauth ul li.card-show .card-title:hover,
    .col_highauth ul li.card-show .card-title {
        background-position: 95% 50%; 
    }

    .col_highauth ul li .card-content {
        position: absolute;
        display: block;
        z-index: 1;
        opacity: 0;
        overflow: hidden;
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 25px;
        border-left: none;
        background-color: #FFFFFF;
        float: none;
        /*border-top: 1px solid rgba(0,0,0,0.1);*/
        height: 0;
        padding-bottom: 0;
        padding-top: 0;
        border-top: none;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -ms-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .col_highauth ul li.card-show .card-content{
        opacity: 1;
        display: block;
        background-color: #FFFFFF;
        height: auto;
        padding-top: 20px;
        padding-bottom: 25px;
        position: absolute;
        top: 40px;
        left: 0;
        z-index: 100;
    }
    .col_highauth ul li .card-content img {
        width: 100%;
    }
}
@media all and (max-width: 700px){
    .page-template-tpl-highauth-list .col_highauth ul li .card-content .expand-box-content .expand-box {
        padding: 38px 4% 30px 4%;
    }
    .page-template-tpl-highauth-list .col_highauth ul li .card-content .expand-box-content .expand-box .action {
        top: 40px;
        right: 20px;
    }
    .page-template-tpl-highauth-list .col_highauth ul li .card-content .expand-box-content .expand-box .go-expand{
        color: #000000;
    }
}

/* ---------------------------------
    highauth-embed-container
---------------------------------- */

.highauth-embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
} 
.highauth-embed-container iframe,
.highauth-embed-container object,
.highauth-embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-template-tpl-highauth-list .highauth-embed-container { 
    padding-bottom: 0;
    min-height: 403px;
    max-width: 715px;
    margin-left: auto;
    margin-right: auto;
}
.page-template-tpl-highauth-international .highauth-embed-container{
    padding-bottom: 0;
    margin-top: 0;
    min-height: 403px;
}

/* ---------------------------------
    highauth-encart
---------------------------------- */

.page-template-tpl-highauth-list .highauth-encart-wrapper .highauth-encart{
    padding: 50px 80px;
    margin: 20px 0;
    background-color: #F6F6F6;
}
.page-template-tpl-highauth-list .highauth-encart-wrapper .highauth-encart h3{
    letter-spacing: 0.5px;
    font: normal bold 25px "Beirut Poster", Times;
    margin: 0 0 40px 0;
    color: #2A2A2A;
    text-align: left;
}
@media all and (max-width: 700px){
    .page-template-tpl-highauth-list .highauth-encart-wrapper .highauth-encart{
        padding: 40px 4%;
        margin: 20px 0;
    }
}

/* ---------------------------------
    international activities
---------------------------------- */

.page-template-tpl-highauth-international .thematheque-featured-posts.highauthority-blocks{
    background-color: #FFFFFF;
    border-bottom: 1px solid #E6E6E6;
}
.page-template-tpl-highauth-international figure.international-image {
    display: inline-block;
    height: 620px;
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    overflow: hidden;
    background-size: cover;
}
.page-template-tpl-highauth-international img.international-image {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.page-template-tpl-highauth-international .wrapper-en .international-chapeau{
    margin-left: 190px;
    margin-top: 30px;
}
.page-template-tpl-highauth-international .international-chapeau h1{
    font: normal bold 60px "Beirut Poster", Times;
    margin: 0 0 5px;
    color: #051639;
}
.page-template-tpl-highauth-international .international-chapeau p{
    color: #051639;
    font-size: 29px;
    line-height: 40px;
    font-family: "Beirut Text", Times New Roman, Georgial, serif;
    font-weight: normal;
    font-style: normal;
}

.page-template-tpl-highauth-international header h3{
    margin-bottom: 65px;
}
.page-template-tpl-highauth-international .international-image img{
    width: 100%;
    height: auto;
}
.page-template-tpl-highauth-international .international-content{
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.page-template-tpl-highauth-international .international-content p {
    margin-bottom: 35px;
    color: #2A2A2A;
    font: 19px / 28px Georgia, "Times New Roman", Times, serif;
}
.page-template-tpl-highauth-international .international-content a {
    border-bottom: 1px solid #1857FF;
    color: #1857FF;
    font: 19px / 28px Georgia, "Times New Roman", Times, serif;
}
.page-template-tpl-highauth-international .international-content a:hover {
    border-bottom: none;
}
.page-template-tpl-highauth-international .expand-box-content.international-content .expand-box .go-expand h4{
    color: #2A2A2A;
}
.page-template-tpl-highauth-international .expand-box-content.international-content .expand-box .go-expand h4:hover{
    color: #1857FF;
}
.page-template-tpl-highauth-international .international-content.international-link a{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 45px;
    cursor: pointer;
    border-bottom: 1px solid #1857FF;
    color: #1857FF;
}
.page-template-tpl-highauth-international .international-content.international-link a:hover{
    border-bottom: none;
}
.page-template-tpl-highauth-international .international-content.international-link .inter-link{
    display: inline-block;
    min-height: 45px;
    width: 100%;
}
.page-template-tpl-highauth-international .international-content img{
    margin: 20px 0;
}
.page-template-tpl-highauth-international .lathematheque-post-highlight{
    margin-bottom: 30px;
}
.page-template-tpl-highauth-international .international-content .international-encart p{
    font: normal normal 22px / 30px "Beirut Text", Times;
    color: #051639;
    margin-top: 0;
}
.page-template-tpl-highauth-international .international-content .international-encart a{
    font: normal normal 22px / 30px "Beirut Text", Times;
}
.page-template-tpl-highauth-international .international-content .international-encart h3{
    letter-spacing: 0.5px;
    font: normal bold 25px "Beirut Poster", Times;
    margin: 0 0 40px 0;
    color: #2A2A2A;
    text-align: left;
}
.page-template-tpl-highauth-international aside.lathematheque-post-related.int-lien-utiles{
    float: none;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.page-template-tpl-highauth-international aside.lathematheque-post-related.int-lien-utiles h4{
    margin-bottom: 15px;
}
.page-template-tpl-highauth-international aside.lathematheque-post-related.int-lien-utiles a{
    border-bottom: none;
    font-family: "neuzeit-grotesk", sans-serif;
    color: #000000;
    font-size: 18px;
}
.page-template-tpl-highauth-international aside.lathematheque-post-related.int-lien-utiles a:hover{
    border-bottom: 1px solid #1857FF;
    color: #1857FF;
}

@media all and (max-width: 1180px){
    .page-template-tpl-highauth-international .expand-box-content.international-content {
        width: 100%;
    }
    .page-template-tpl-highauth-international figure.international-image {
        height: 411px;
    }
    .page-template-tpl-highauth-international .wrapper-en .international-chapeau{
        margin-left: 0;
    }
    .page-template-tpl-highauth-international .international-chapeau h1{
        text-align: center;
    }
}

@media all and (max-width: 800px){
    .page-template-tpl-highauth-international .expand-box-content.international-content {
        width: 96%;
    }
    .page-template-tpl-highauth-international aside.lathematheque-post-related.int-lien-utiles{
        max-width: 720px;
        margin-left: 2%;
    }
    .page-template-tpl-highauth-international .wrapper-en .international-chapeau,
    .page-template-tpl-highauth-international .international-content{
        margin-left: 2%;
        margin-right: 2%;
    }
    .page-template-tpl-highauth-international .international-content.encart-wrapper{
        margin-left: 2%;
        margin-right: 2%;
    }
    .page-template-tpl-highauth-international .international-content .international-encart{
        padding: 0;
    }
    .page-template-tpl-highauth-international .international-content img{
        max-width: 100%;
    }
    .page-template-tpl-highauth-international .international-chapeau h1{
        font-size: 50px;
    }
    .page-template-tpl-highauth-international aside.lathematheque-post-related.int-lien-utiles{
        max-width: 96%;
    }
    .page-template-tpl-highauth-international .lathematheque-post-highlight{
        padding-top: 65px;
    }
}

@media all and (max-width: 750px){
    .page-template-tpl-highauth-international figure.international-image {
        max-width: 100%;
        height: 380px;
    }
}
@media all and (max-width: 700px){
    .page-template-tpl-highauth-international .international-content.encart-wrapper{
        margin-left: 0;
        margin-right: 0;
    }
    .page-template-tpl-highauth-international .expand-box-content.international-content .expand-box{
        padding: 38px 4% 30px 4%;
    }
    .page-template-tpl-highauth-international .expand-box-content.international-content .expand-box .action {
        top: 40px;
        right: 20px;
    }
}
@media all and (max-width: 500px){
    .page-template-tpl-highauth-international figure.international-image {
        height: 300px;
        margin-bottom: 20px;
    }
}

/* ---------------------------------
    publications
---------------------------------- */

.page-template-tpl-highauth-publications .header-en{
    height: 150px;
}  
.page-template-tpl-highauth-publications article .publications-wrapper header{
    margin-top: 200px;
}
.page-template-tpl-highauth-publications .publications-wrapper{
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.page-template-tpl-highauth-publications .publications-wrapper nav.lathematheque-header-info{
    margin-bottom: 60px;
}
.page-template-tpl-highauth-publications .publications-wrapper .text-intro{
    margin-bottom: 60px;
}
.page-template-tpl-highauth-publications .publications-wrapper ul li{
    display: flex;
    justify-content: space-between;
}
.page-template-tpl-highauth-publications .publications-wrapper ul li:last-child{
    border-bottom: none;
}
.page-template-tpl-highauth-publications .publications-wrapper .publication-img{
    min-width: 200px;
}
.page-template-tpl-highauth-publications .publications-wrapper .publication-text{
    max-width: 600px;
}

@media all and (max-width: 1030px){
    .page-template-tpl-highauth-publications .publications-wrapper{
        margin-right: 4%;
        margin-left: 4%;
    }
}
@media all and (max-width: 950px){
    .page-template-tpl-highauth-publications .publications-wrapper ul li{
        display: block;
    }
    .page-template-tpl-highauth-publications .publications-wrapper .publication-text{
        max-width: none;
    }
    .page-template-tpl-highauth-publications .publications-wrapper .publication-img .content{
        display: block;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media all and (max-width: 700px){
    .page-template-tpl-highauth-publications .publications-wrapper nav.lathematheque-header-info{
        margin-bottom: 10px;
    }
    .page-template-tpl-highauth-publications .publications-wrapper ul li:last-child{
        border-bottom: 1px solid #D7D7D7;
    }
    .page-template-tpl-highauth-publications .header-en{
        height: 100px;
    } 
}

/* ---------------------------------
    official-texts
---------------------------------- */

.page-template-tpl-highauth-official-texts .header-en, .page-template-tpl-highauth-legal .header-en{
    height: 150px;
}  
.page-template-tpl-highauth-official-texts .official-texts-wrapper header, .page-template-tpl-highauth-legal .legal-wrapper header{
    margin-top: 200px;
}
.page-template-tpl-highauth-official-texts .official-texts-wrapper, .page-template-tpl-highauth-legal .legal-wrapper, .page-template-tpl-highauth-contact .contact-wrapper{
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.page-template-tpl-highauth-official-texts .official-texts-wrapper .official-text-inner, .page-template-tpl-highauth-legal .legal-wrapper .legal-inner, .page-template-tpl-highauth-contact .contact-wrapper .contact-inner{
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
 .page-template-tpl-highauth-contact .contact-page.contact-page--infos .contact-wrapper .contact-inner{
     margin-left: 290px;
 }
.page-template-tpl-highauth-official-texts .post-share .official-texts-wrapper .share-box,
.page-template-tpl-highauth-legal .post-share .legal-wrapper .share-box{
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    padding: 20px 10px;
    display: flex;
    justify-content: space-around;
}
.page-template-tpl-highauth-official-texts .post-share .official-texts-wrapper .share-box p,
.page-template-tpl-highauth-legal .post-share .legal-wrapper .share-box p{
    color: #1857FF;
    font-size: inherit;
    padding-left: 0;
}
.page-template-tpl-highauth-official-texts .post-share .official-texts-wrapper .share-box ul,
.page-template-tpl-highauth-legal .post-share .legal-wrapper .share-box ul{
    position: relative;
    display: inline-block;
    width: auto;
    border: none;
    padding: 0!important;
    margin: 0!important;
}

@media all and (max-width: 1150px){
    .page-template-tpl-highauth-official-texts .official-texts-wrapper, .page-template-tpl-highauth-legal .legal-wrapper{
        margin-right: 4%;
        margin-left: 4%;
    }
}
@media all and (max-width: 1050px){
    .page-template-tpl-highauth-contact .contact-page.contact-page--infos .contact-wrapper .contact-inner{
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media all and (max-width: 950px){
    .page-template-tpl-highauth-contact .contact-page.contact-page--infos .contact-wrapper .contact-inner{
        max-width: 850px;
        margin-left: 4%;
        margin-right: 4%;
    }
    .page-template-tpl-highauth-contact .contact-page.contact-page--map{
        float: none;
        height: auto;
    }
    .page-template-tpl-highauth-contact .contact-page.contact-page--map .text{
        width: 100%;
        height: auto;
    }
    .page-template-tpl-highauth-contact #map_canvas{
        width: 100%!important;
    }
    .page-template-tpl-highauth-contact .contact-page.contact-page--map .text .content{
        padding: 0;
    }
    .page-template-tpl-highauth-contact .contact-page.contact-page--map .text .content h3{
        float: left;
        width: 40%;
        padding: 20px;
        min-height: 170px;
    }
    .page-template-tpl-highauth-contact .contact-page.contact-page--map .text .content address{
        float: right;
        width: 50%;
    }
}
@media all and (max-width: 800px){
    .page-template-tpl-highauth-official-texts .official-texts-wrapper header,
    .page-template-tpl-highauth-legal .legal-wrapper header{
        margin-top: 170px;
    }
    .page-template-tpl-highauth-official-texts .official-texts-wrapper nav.lathematheque-header-info,
    .page-template-tpl-highauth-legal .legal-wrapper nav.lathematheque-header-info{
        margin-bottom: 40px;
    }
    .page-template-tpl-highauth-official-texts .post-share .official-texts-wrapper .share-box,
    .page-template-tpl-highauth-legal .post-share .legal-wrapper .share-box{
        display: block;
    }
    .page-template-tpl-highauth-official-texts .post-share .official-texts-wrapper .share-box p.title,
    .page-template-tpl-highauth-legal .post-share .legal-wrapper .share-box p.title{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .page-template-tpl-highauth-official-texts .post-share .official-texts-wrapper .share-box ul,
    .page-template-tpl-highauth-legal .post-share .legal-wrapper .share-box ul{
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
}
@media all and (max-width: 700px){
    .page-template-tpl-highauth-official-texts .header-en, .page-template-tpl-highauth-legal .header-en{
        height: 100px;
    }
}
@media all and (max-width: 650px){
    .page-template-tpl-highauth-contact .contact-page.contact-page--map .text .content{
        padding-bottom: 20px;
    }
    .page-template-tpl-highauth-contact .contact-page.contact-page--map .text .content h3{
        float: none;
        width: 100%;
        padding: 20px 20px 0 20px;
        min-height: 0;
    }
    .page-template-tpl-highauth-contact .contact-page.contact-page--map .text .content address{
        float: none;
        width: 100%;
        padding-left: 20px;
    }
}
@media all and (max-width: 425px){
    .page-template-tpl-highauth-contact header.header-main.header-main--expand-en.header-en{
        padding-left: 20px;
        padding-right: 20px;
        height: 130px;
    }
}

/* ---------------------------------
    search results
---------------------------------- */
section.english-search-list .search-wrapper{
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}
section.english-search-list > h3 > .search-wrapper > .search-inner{
    text-align: center;
}
section.english-search-list .search-wrapper .search-inner,
nav.list-posts-pager .search-wrapper .search-inner{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.search-results section.english-search-list .search-wrapper .search-inner form.search-form{
    display: inline-block;
    margin-bottom: 0;
}
.search-results section.english-search-list .search-wrapper .search-inner form input[type="text"]{
    max-width: 790px;
}
body > div.container-all > div > section > li > div.search-wrapper > div.search-inner > p.no-results{
/*.search-results section.english-search-list li p.no-results{*/
    display: inline-block;
    width: 100%;
}

@media all and (max-width: 1150px){
    section.english-search-list .search-wrapper{
        margin-right: 4%;
        margin-left: 4%;
    }
    section.english-search-list form.search-form input.search-field{
        width: 500px;
    }
    nav.list-posts-pager .search-wrapper .search-inner{
        width: 96%;
        margin-left: 4%;
        margin-right: 4%;
    }
}
@media all and (max-width: 700px){
    .header-main--expand-en{
        padding: 10px;
        height: 100px;
    }
    .search-wrapper .search-inner form.search-form {
        width: 85%;
    }
}
@media all and (max-width: 650px){
    .search-results section.english-search-list .search-wrapper .search-inner form.search-form{
        max-width: 85%;
    }
    section.english-search-list form.search-form input.search-field{
        max-width: 100%;
    }
}
@media all and (max-width: 450px){
    .search-results section.english-search-list .search-wrapper .search-inner form.search-form{
        max-width: 85%;
    }
    section.english-search-list form.search-form input.search-field{
        max-width: 95%;
    }
}