@charset "utf-8";
/* CSS Document */


/*COMMUNIQUES*/
.container-actu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%
}
.card-actu {
  width: 290px;
  /*height: 350px;*/
  margin: 15px;
  padding: 0px;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.card-actu:hover {
  -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 30, 0.1);
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 30, 0.1);
  -o-box-shadow: 0px 10px 40px 0px rgba(0, 0, 30, 0.1);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 30, 0.1);
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.card-actu > img {
  width: 100%;
  /*height: auto;*/
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.card-actu:hover > img {
  filter: brightness(0.85);
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  cursor: pointer;
}
.card-actu > p {
  width: 290px;
  height: 141px;
  padding: 15px 15px 0;
  background: #ffffff;
  text-align: left;
  margin-top: -4px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/*.card-actu > p > a {
  color: #283c50;
}
.card-actu > p > a:hover {
  text-decoration: none;
}*/
.card-actu > p:hover {
  opacity: 0.7;
  cursor: pointer;
}
.actu-keyword {
padding: 0 15px 15px;
}
.actu-keyword span {
display: inline-block;
border: solid #6419be 1px;
border-radius: 8px;
font-size: 12px;
line-height: 1;
color: #6419be;
padding: 3px;
margin: 0 5px;
}


.actu_desktop {
  display: inline;
}
.actu_smart {
  display: none;
}
.block-popin-actu {
  padding: 10px 40px 40px;
  background: #fff;
  border-radius: 15px;
  /*word-wrap: break-word;*/
}
.block-popin-actu p {
display: block;
margin: 20px 0 0;
}
.block-popin-actu h4 {
  font-family: "Manrope Bold";
  font-weight: 100;
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  margin: 30px 0 0;
}
.block-popin-actu h4::after {
    content: "";
}
.block-popin-actu > .actu-keyword {
padding: 0;
}
.block-popin-actu > img {
  display: block;
  width: 450px;
  height: auto;
  border-radius: 15px;
  margin: 30px auto;
}

/*  Share */

.block-share {
display: flex;
align-items: center;
padding: 40px;
width: 600px;
}
.block-share p {
margin: 0 0 0 40px; /*modification de la marge sur le bouton*/
}

.copiedtext {
  position: absolute;
  left: 0; 
  top: 25px; 
  right: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(-1em);
  color: #6419BE;
  transition: all .500s;
}
.copied .copiedtext {
  opacity: 1;
  transform: translateY(-2em);
}

.block-header-popin-actu {
display: flex;
align-items: center;
justify-content: space-between;
}

.the-rich-txt h6 {
font-family: "Manrope Bold";
font-size: 18px;
color: #6419be;
margin: 10px 0;
}
.the-rich-txt img {
display: block;
max-width: 450px;
margin: 15px auto;
border-radius: 15px;
}
.the-rich-txt p {
margin: 0 0 5px;
}
.block-video {
display: flex;
justify-content: center;
margin: 20px 0;
width: 100%;
}

.block-pdf img {
  display: block;
  width: 80px;
  height: auto;
  border-radius: 0px;
  margin: 30px 0 0;
}
.block-pdf img:hover {
  opacity: 0.7;
}
.block-pdf-richtxt {
margin: 15px 0;
}
.filtre-actu {
display: flex;
justify-content: flex-end;
margin: 0 0 30px;
}

.filtre-actu select {
width: 250px;
}

/*DOCUMENTATION*/
.container-last-doc div {
	background: #fff;
	width : 100%;
	border-radius: 10px;
	margin: 15px 0;
    padding: 10px 20px;
}
.container-last-doc div:hover {
opacity: 0.7;
cursor: pointer;
}
.container-last-doc a {
display: block;
width: 100%;
color: #283c50;
}
.container-archives h5 {
font-family: "Manrope Bold";
font-weight: 100;
    margin: 40px 0 20px;
    font-size: 20px;
}
.container-archives div {
	background: #fff;
	width : 100%;
	border-radius: 10px;
	margin: 15px 0;
    padding: 10px 20px;
}
.container-archives div:hover {
opacity: 0.7;
cursor: pointer;
}
.container-archives a {
display: block;
width: 100%;
color: #283c50;
}
.titre_document {
	display : inline-block;
	width : 80%;
	text-align: left;
        font-family: "Manrope Bold";
}
.poids {
	display : inline-block;
	width : 19%;
	text-align: right;
	font-size: 15px;
}

/* LOGOTHEQUE */
.container-box-logo {
margin: 30px 0 0;
}
.box_logo {
	width : 100%;
	text-align : center;
	margin : 0 auto;
}
.box_logo > ul > li {
	display : inline-block;
	margin: 4px 3px;
	background : #879baf;
	border-radius : 15px;
	width : 400px;
	padding : 20px;
	font-size : 12px;
	-webkit-transition-duration : 0.2s;
	-o-transition-duration : 0.2s;
	-moz-transition-duration : 0.2s;
	transition-duration : 0.2s;
}
.box_logo > ul > li:hover {
	opacity: 0.7;
	-webkit-transition-duration : 0.2s;
	-o-transition-duration : 0.2s;
	-moz-transition-duration : 0.2s;
	transition-duration : 0.2s;
	-moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
}
/*.box_logo > ul > li:hover > a {
	color : #ffffff;
	text-decoration: none;
}*/
.box_logo > ul > li > a {
	display : block;
	width : 100%;
	color : #283c50;
	height : auto;
	font-size: 14px;
	text-transform: uppercase;
}

/*@media screen and (max-width:320px) {
  .image-actualites {
    background: url("../images/presse/communiques-presse/communiques-presse-320x360.jpg");
    background-position: center;
    background-size: cover;
    height: 320px;
    align-items: flex-end;
    justify-content: center;
  }
}*/

@media screen and (max-width:320px) {
  .image-actualites {
    background: url("../images/presse/communiques-presse/communiques-presse-320x360.jpg");
    background-position: center;
    background-size: cover;
    height: 320px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-documentation {
    background: url("../images/presse/documentation/documentation-320x360.jpg");
    background-position: center;
    background-size: cover;
    height: 320px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-logotheque {
    background: url("../images/presse/logotheque/logotheque-320x360.jpg");
    background-position: center;
    background-size: cover;
    height: 320px;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (min-width:321px) and (max-width:479px) {
  .image-actualites {
    background: url("../images/presse/communiques-presse/communiques-presse-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 350px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-documentation {
    background: url("../images/presse/documentation/documentation-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 350px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-logotheque {
    background: url("../images/presse/logotheque/logotheque-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 350px;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (min-width:480px) and (max-width:639px) {
  .image-actualites {
    background: url("../images/presse/communiques-presse/communiques-presse-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 450px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-documentation {
    background: url("../images/presse/documentation/documentation-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 450px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-logotheque {
    background: url("../images/presse/logotheque/logotheque-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 450px;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (min-width:640px) and (max-width:959px) {
  .image-actualites {
    background: url("../images/presse/communiques-presse/communiques-presse-600x600.jpg");
    background-position: center;
    background-size: cover;
    height: 600px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-documentation {
    background: url("../images/presse/documentation/documentation-600x600.jpg");
    background-position: center;
    background-size: cover;
    height: 600px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-logotheque {
    background: url("../images/presse/logotheque/logotheque-600x600.jpg");
    background-position: center;
    background-size: cover;
    height: 600px;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (min-width:960px) and (max-width:1279px) {
  .image-actualites {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/presse/communiques-presse/communiques-presse-1120x350.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -110px, bottom -100px left 320px, center;
    background-size: 400px, 200px, cover;
    height: 352px;
  }
  .image-documentation {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/presse/documentation/documentation-1120x350.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -110px, bottom -100px left 320px, center;
    background-size: 400px, 200px, cover;
    height: 352px;
  }
  .image-logotheque {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/presse/logotheque/logotheque-1120x350.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -110px, bottom -100px left 320px, center;
    background-size: 400px, 200px, cover;
    height: 352px;
  }
}
@media screen and (min-width:1280px) and (max-width:1599px) {
  .image-actualites {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/presse/communiques-presse/communiques-presse-1440x450.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -90px, bottom -130px left 320px, center;
    background-size: 450px, 260px, cover;
    height: 452px;
  }
  .image-documentation {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/presse/documentation/documentation-1440x450.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -90px, bottom -130px left 320px, center;
    background-size: 450px, 260px, cover;
    height: 452px;
  }
  .image-logotheque {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/presse/logotheque/logotheque-1440x450.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -90px, bottom -130px left 320px, center;
    background-size: 450px, 260px, cover;
    height: 452px;
  }
}

/*  640 -> pour ne pas appliquer le responsive à 959px dans le colorbox desktop */
@media screen and (max-width:640px) {
  .block-popin-actu {
    padding: 5px;
  }
 .block-header-popin-actu {
  flex-direction: column;
  }
  .block-share {
  width: 100%;
  flex-direction: column;
  padding: 10px;
  }
  .block-share p {
    margin: 15px 0 0;
}
  .block-popin-actu img {
    width: 250px;
  }
  .block-pdf img {
    width: 60px;
  }
}

/* --------------------------------- */
@media only screen and (max-width : 959px) {
  .image-actualites {
    margin: 80px auto 0;
    width: 100%;
    border-radius: 0;
  }
  .image-documentation {
    margin: 80px auto 0;
    width: 100%;
    border-radius: 0;
  }
  .image-logotheque {
    margin: 80px auto 0;
    width: 100%;
    border-radius: 0;
  }
  .actu_desktop {
    display: none;
  }
  .actu_smart {
    display: inline;
  }
  
  .box-global {
  width: 95%;
  }
  
  .bouton_secondaire {
    margin: 20px auto;
  }
  .card-actu {
    width: 320px;
    margin: 10px 5px;
  }
  .titre_document {
  width: 100%;
  }
  .poids {
    width: 100%;
    text-align: left;
    }
    .box_logo > ul > li {
    width: 100%;
    }
}
@media screen and (min-width:1600px) {
  .image-actualites {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/presse/communiques-presse/communiques-presse-1600x500.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -90px, bottom -130px left 400px, center;
    background-size: 500px, 300px, cover;
    height: 502px;
  }
  .image-documentation {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/presse/documentation/documentation-1600x500.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -90px, bottom -130px left 400px, center;
    background-size: 500px, 300px, cover;
    height: 502px;
  }
  .image-logotheque {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/presse/logotheque/logotheque-1920x600.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -90px, bottom -130px left 400px, center;
    background-size: 500px, 300px, cover;
    height: 502px;
  }
}
@media screen and (min-width:1920px) {
  .image-actualites {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/presse/communiques-presse/communiques-presse-1920x600.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -90px, bottom -130px left 400px, center;
    background-size: 500px, 300px, cover;
    height: 602px;
  }
  .image-documentation {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/presse/documentation/documentation-1920x600.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -90px, bottom -130px left 400px, center;
    background-size: 500px, 300px, cover;
    height: 602px;
  }
  .image-logotheque {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/presse/logotheque/logotheque-1920x600.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -90px, bottom -130px left 400px, center;
    background-size: 500px, 300px, cover;
    height: 602px;
  }
}