*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body {
    font-family: 'Montserrat', Helvetica, sans-serif;
    background-color: rgb(255, 255, 255);
}


/* ################################################################################ */
/* MENU HAUT																		*/
/* ################################################################################ */

#block_topmenu
{
    display: inline-block;
    width: 100%;/*900px;*/
    margin: auto;
	background-color:#333;	/*#2f506c*/
    vertical-align: top;
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

#nav_topmenu {
	margin: auto;
	width: 90%; /*1140px;*/
	
}

#nav_topmenu_text {
    float: left;
	background-color: #A09150;/*#60BA91;/*#6425F7;/*rgb(246, 130, 12);*/
	margin-left: 5%;
    margin-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
    border-radius: 8px;
    color: rgb(255, 255, 255);
    font-style: italic;
}

#nav_topmenu ul 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: black;	/*#2f506c;	/*#333;*/
	float: right;
}

#nav_topmenu li {
    float: left;
}

#nav_topmenu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 4px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
#nav_topmenu li a:hover {
    background-color: rgb(5, 152, 98);
}


/* ################################################################################ */
/* HEADER 																			*/
/* ################################################################################ */

#block_header {
    width: 100%;/*900px;*/
    margin: auto;
	padding-top: 4px;
	padding-bottom: 0px;
	background-color:white;	
    display: inline-block;
    vertical-align: top;	
}

#block_header1 {
	margin: auto;
	width: 90%; /*1140px;*/
}

#logo {
	display: inline-block;
	width:468px;
	height:97px;
	background:  url('images/logo_new.png') no-repeat top left;
    margin-top: 2px;
}
/*
#logo a {
    display: block;
}*/
.idx_sevigne1 {
    font-family: 'Montserrat';
    font-size: 36px;/*36px;*/
    color: rgb(0, 136, 204);
    color: #845EC2;
    text-align: left;
    font-weight: 500;
    /*font-weight:bold;/* bolder;*/
    margin-left: 92px;
    margin-bottom: 0px;
    letter-spacing: 1.5px;    
}
.idx_sevigne2 {
    font-family: 'Montserrat';
    font-size: 13px;
    color: #FF6F91; 

    text-align: left;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 96px;

}
.idx_sevigne3 {
    margin-left: 198px;
    font-family: 'Montserrat';
    font-size: 22px;
    color: #D65DB1;
    text-align: left;
    font-style: italic;
    margin-top: 6px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom:4px;
}

.idx_sevigne3 a {
    display: inline;
    text-decoration: none;
    color: #D65DB1;
    transition: all 0.4s ease-out;
}

.idx_sevigne3 a:hover {
    background-color: #D65DB1;
    border-radius: 12px 12px;
    padding: 0px;
    padding-left: 12px;
    padding-right: 12px;
	text-decoration: none;
    color: white;
}

.idx_select {
    background-color: #b09bce;
    border-radius: 12px 12px;
    padding: 0px;
    padding-left: 12px;
    padding-right: 12px;
	text-decoration: none;
    color: white;
}



#block_header2 {
	float: right;
	vertical-align: top;
}

#titre_principal {
    display: inline-block;
}

#block_header2 .soustitre {
	margin:auto;
	padding-top:10px;
    font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;
	text-align: right;
    color: #845EC2;
    letter-spacing: -1px;
    margin-top: 0px;
    min-height: 24px;
}

#block_header2 .material-icons {
	color:#0088cc;
	padding-right:8px;
	vertical-align:bottom;
}

#block_header2 .contact {
    font-family: 'Montserrat', sans-serif;	
	padding-left:8px;
	color: #898989;
    text-align: right;
    margin-top: 2px;
    margin-bottom: 8px;
}
#block_header2 .contact2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-style: italic;	
	padding-left:8px;
    color: #D65DB1;
    text-align: right;
    margin-top: 12px;
}
#block_header2 a {
	text-decoration: none;
	color: #898989;
    transition: all 0.4s ease-out;
}

#block_header2 a:hover {
	text-decoration: underline;
	color: #0088cc;
}


.phone
{
    display: inline-block;
	background:  url('images/phone.png') no-repeat top left;
	padding-left:30px;
	padding-right:40px;
	color: #898989;
}

.mail
{
    display: inline-block;
	background:  url('images/mail.png') no-repeat top left;	
	padding-left:30px;
	color: #898989;	
}

.icon_facebook_college {
    background:  url('images/facebook_college.png') no-repeat top left;
    width:26px;
    height:25px;
	padding-left:26px;

}

.icon_facebook_ecole {
    background:  url('images/facebook_ecole.png') no-repeat top left;
    width:26px;
    height:25px;
	padding-left:26px;

}
/* ################################################################################ */
/* MENU PRINCIPAL																	*/
/* ################################################################################ */

.block_navbar {

    width: 100%;
    height: 40px;
    display: inline-block;
    background-color: #6091ba;
    text-shadow: 0px 0px 2px rgb(0, 0, 0);
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: normal; 
    vertical-align: bottom;  
    z-index: 1;
}
.block_navbar1 {
    width: 90%;
    margin: auto;
}
/*Strip the ul of padding and list styling*/
.block_navbar ul {
    list-style-type:none;
    margin:0;
    padding:0;
    position: absolute;
    
}

/*Create a horizontal list with spacing*/
.block_navbar li {
    float: left;
}
.top_menu  {
    text-transform: uppercase;
}

/*Style for menu links*/
.block_navbar li a {
    display:block;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;    /*14px;  */ 
    text-decoration: none;

    min-width:100px;
    height:100%;/* 50px;*/
    line-height: 40px;

    color: rgb(255, 255, 255);

    background: #1398e6;
    text-decoration: none;
    font-size: 16px;    
}

.block_navbar li:nth-child(1) a {
    background-color: #845EC2;  
}
.block_navbar li:nth-child(2) a {
    background-color: #D65DB1;      
}
.block_navbar li:nth-child(3) a {
    background-color: #FF6F91;  
}
.block_navbar li:nth-child(4) a {
    background-color: #FF9671;    
}
.block_navbar li:nth-child(5) a {
    background-color: #FFC75F;
    background-color: #FFC370;
    background-color: #D3995F ;  
}

/* Titre d'un menu */
.block_navbar .menu2_title {
    background-color: #c22292;  
    color: #e7e5e5;
    height: 30px;
    line-height: 30px;
    font-style: italic;
    font-weight: bold;
    font-size: 0.9rem;    
    text-align: center;
    animation-duration: 0.8s;
    animation-name: fadeIn;
}


/*Hover state for top level links*/
.block_navbar li:hover a {
    background-color: rgb(80,80,80);
}
.block_navbar li:hover:nth-child(1) a {
    background-color: rgb(173, 148, 214);
}
.block_navbar li:hover:nth-child(2) a {
    background-color: #e98ccd;  
}
.block_navbar li:hover:nth-child(3) a {
    background-color: #fcacbe;  
}
.block_navbar li:hover:nth-child(4) a {
    background-color: #ffb89e; 
}
.block_navbar li:hover:nth-child(5) a {
    background-color: #f8d799;  
}
/*Style for dropdown links*/
.block_navbar li:hover ul a {
    background: #f3f3f3;
    background: #d12a2a;
    color: #2f3036;
    height: 40px;
    line-height: 40px;
    animation-duration: 0.8s;
    animation-name: fadeIn;
    height: 36px;
    line-height: 36px;
}

@keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

/*Hover state for dropdown links*/
.block_navbar li:hover ul a:hover {
    background: #19c589;
    color: #fff;
}

/*Hide dropdown links until they are needed*/
.block_navbar li ul {
    display: none;
}
/*Make dropdown links vertical*/
.block_navbar li ul li {
    display: block;
    float: none;
}
/*Prevent text wrapping*/
.block_navbar li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}
/*Display the dropdown on hover*/
.block_navbar ul li a:hover + .hidden, .hidden:hover {
    display: block;
}
/*Style 'show menu' label button and hide it by default*/
.block_navbar .show_menu {
    text-decoration: none;
    color: #fff;
    background-color: rgb(48, 48, 48);
    text-align:right;
    /*padding: 10px 0;*/
    line-height: 40px;
    display: none;
    padding-right: 16px;
}

.block_navbar .material-icons {
    /*color:#d12a2a;*/
    vertical-align:middle;
    font-size: 36px;
    /*margin-top: 8px;*/
}

/*Hide checkbox*/
.block_navbar input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
.block_navbar input[type=checkbox]:checked ~ #menu{
    display: block;
}

.block_navbar li:hover ul a.menu_1 {
    background-color: #845EC2; 
    color:white;
}
.block_navbar li:hover ul a.menu_1:hover {
    background-color: rgb(206, 175, 255);
    color: black;
    text-shadow: 0px 0px 2px rgb(255, 255, 255);
}

.block_navbar li:hover ul a.menu_2 {
    background-color: #D65DB1;   
    color:white;
}
.block_navbar li:hover ul a.menu_2:hover {
    background-color: #ff70d4; 
    color: black;
    text-shadow: 0px 0px 2px rgb(255, 255, 255);
}
.block_navbar li:hover ul a.menu_3 {
    background-color: #FF6F91; 
    color:white;
}
.block_navbar li:hover ul a.menu_3:hover {
    background-color: #f8b8c7; 
    color: black;
    text-shadow: 0px 0px 2px rgb(255, 255, 255);
}
.block_navbar li:hover ul a.menu_4 {
    background-color: #FF9671;   
    color:white;
}
.block_navbar li:hover ul a.menu_4:hover {
    background-color: #fdc7b4; 
    color: black;
    text-shadow: 0px 0px 2px rgb(255, 255, 255);
}
.block_navbar li:hover ul a.menu_5 {
    background-color: #FFC75F;
    background-color: #FFC370; 
    background-color: #D3995F;  
    color:white;
}
.block_navbar li:hover ul a.menu_5:hover {
    background-color: #f3d9aa; 
    color: black;
    text-shadow: 0px 0px 2px rgb(255, 255, 255);
}


/* ################################################################################ */
/* PAGE         																	*/
/* ################################################################################ */

#big_image
{
    overflow: hidden;

}
#big_image img
{
    width: 100%;
    height: auto;
    vertical-align:bottom;
    transition: .9s ease-in-out;
}

#big_image img:hover
{
    width : 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
}


#block_page
{
    display: flex;
    margin: auto;
	/*width: 100%;/*900px;*/
	background-color:#fafafa;	
    vertical-align: top;
    justify-content: center;
    align-items: flex-start;
	padding-bottom:40px;
    font-family: 'Montserrat', sans-serif;
}

#block_page a
{
	text-decoration: none;
	color: #0088cc;
}

#block_page a:hover
{
	text-decoration: underline;
	color: blue;
}
.aarticle_container {
    display: block;
    padding: 8px;
    margin-top: 16px;
    margin-bottom: 24px;

    background-color: rgb(20, 121, 168);
    border-radius: 16px 16px 16px 16px;
    text-decoration:none;
}
.aarticle_container p {
    text-decoration:none;
}
.article_container {
    padding: 8px;
    margin-top: 16px;
    margin-bottom: 24px;

    background-color: rgb(239, 250, 255);
    border-radius: 16px 16px 16px 16px;
    text-decoration:none;
    position: relative;
}
.article_container a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}
.aarticle_container a {
    text-decoration:none;
}/*
.article_container a:hover {
    background-color: rgb(175, 219, 240);
    text-decoration:none;
    text-decoration: none;
    text-decoration: none!important;
}
*/
.flex_page {
    display: flex;
    flex-direction: row;    /*column;*/
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal;
}

.flex_section:nth-child(1) {    /* page_section */
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    width: 70%;
    padding-left: 5%;
    padding-right: 2%;
    font-family: 'Montserrat', sans-serif;
    background-color:#fafafa;
    padding-bottom: 32px;	    
}
  
#page_section {
    flex: 70%; /* additionally, equal width */
    margin-left: 5%;
	background-color:#fafafa;
	padding-right:2%;
    flex-direction: column;
}

.flex_section:nth-child(1) h1 {
    margin-top: 28px;
    margin-bottom: 8px;
    padding-left: 16px;
    padding-top: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
    font-weight:500;
    background-color: #845EC2;
    border-radius: 16px 0px;
}

.flex_section:nth-child(1) h2 {
    color: #c91291; 
    font-size: 24px;
    line-height: 1.4em;
    padding-top: 18px;
    padding-top: 12px;
    padding-bottom: 8px;
    font-weight:500;
}

.flex_section:nth-child(1) h3 {
    color: #ff3a69;
    font-size: 20px;
    line-height: 1.4em;
    padding-top: 18px;
    padding-top: 12px;   
    padding-bottom: 8px;
    font-weight:500;
}

.flex_section:nth-child(1) h4 {
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 8px;    
    padding-right: 16px;
    padding-left: 16px;   
    color: #0f0f0f;
    line-height: 1.4em;   
    font-size: 16px;
    font-weight:500;
    font-style: italic;
    background-color: #ffe2ad;
    border-radius: 8px;
}

.flex_section:nth-child(1) h5 {
    color: #6c3fb3;
    font-size: 18px;
    line-height: 1.7em;
    padding-top: 12px;
    padding-bottom: 8px;
    font-weight:bold;
}

.flex_section:nth-child(1) blockquote {
    color: rgb(155 101 83); 
    font-size: 16px;
    line-height: 1.7em;
    text-align: justify;
    font-weight:500;
    font-style: italic;
    border-left: 5px solid #ff9671;
    padding-left: 16px;
    margin-left: 8px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.flex_section:nth-child(1) .tab {
	display:block;
	padding-left:32px;
	margin-left:16px;
	background:  url('images/chevron01.png') no-repeat 8px 6px;
    margin-bottom:8px;
    color: #3d7678
}

.flex_section:nth-child(1) .colorblock {
	display:block;
    background-color: #d4c9e7;
    margin-bottom:16px;
    margin-top: 16px;
    padding: 16px;
    box-shadow: 4px 4px 12px #555;	
    border-radius: 16px;
}

.flex_section:nth-child(1) p {
    color: #333; 
    font-size: 16px;
    line-height: 1.7em;
    text-align: justify;
    margin-top: 16px;
    margin-bottom: 16px;
}
.flex_section:nth-child(1) a
{
	text-decoration: none;
	color: #0088cc;
}

.flex_section:nth-child(1) a:hover
{
	text-decoration: underline;
	color: blue;
}

.flex_section:nth-child(1) p strong {
    font-weight: 500;
}
.flex_section:nth-child(1) .auteur {
    color:#e1a02e;
	text-align:right;
    /*font-weight:bold;*/
}

.flex_section:nth-child(1) .rspimg {
	display: block;
    margin: auto;
	max-width: 100%;
    height: auto;
	box-shadow: 4px 4px 12px #555;	
    margin-top: 28px;
    margin-bottom: 28px;

    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    z-index: -1; 
}
.flex_section:nth-child(1) .rspimg:hover {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        z-index: -1; 
}


#page_big
{
	width: 90%;
	background-color:#fafafa;	
	vertical-align:center;
}


.flex_section:nth-child(1) .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    transition: 0.4s;
    background: #fff;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-left: 10px solid #ff6f91 !important;
}

.flex_section:nth-child(1) .active, flex_section:nth-child(1) .accordion:hover {
    background-color: rgb(240, 240, 240);
    box-shadow: none;

}

.flex_section:nth-child(1) .active {
    border-bottom: none;
}

.flex_section:nth-child(1) .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.flex_section:nth-child(1) .active:after {
    content: "\2212";
}

.flex_section:nth-child(1) .accordion_panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background: #fff;
    border-left: 10px solid #ff6f91 !important;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom:18px;
}

.flex_section:nth-child(1) p .material-icons {
    color:#b773a2;
	padding-right:8px;
	vertical-align:middle;
}

.flex_section:nth-child(1) h3 .material-icons {
    color:#ff3a69;
	padding-right:8px;
	vertical-align:middle;
}

.video-responsive { 
    overflow:hidden; 
    padding-bottom:56.25%; 
    position:relative; 
    height:0;
}
    
.video-responsive iframe {
    left:0; 
    top:0; 
    height:100%;
    width:100%;
    position:absolute;
}

/* ################################################################################ */
/* BLOCK DROIT PAGE           														*/
/* ################################################################################ */

.flex_section:nth-child(2) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    background-color:#ededf7;
    width: 30%;
    padding-right: 5%;
    padding-left: 1%;
    border-left: 1px solid #c5c5c5;
	font-family: 'Roboto', sans-serif;
    padding-bottom: 32px;
}

.flex_section:nth-child(2) .material-icons {
    color:#b773a2;
	padding-right:8px;
	vertical-align:middle;
}
.flex_section:nth-child(2) .material-icons2 {
    color:#83b773;
    padding-right:8px;
	vertical-align:middle;
}
.flex_section:nth-child(2) h1, .flex_section:nth-child(2) h2 {
    margin:10px;
    margin-top: 24px;
    margin-bottom: 18px;
    padding-bottom: 2px;
	font-size:1.5em;
	font-weight:400;
	text-align:left;
    color: #428bca;
    border-bottom: 2px solid #b773a2;
}
.flex_section:nth-child(2) h2 {
    color: #2f506c;
    border-bottom: 2px solid #999797;
}
.flex_section:nth-child(2) p {
	color:#333;
    color:#2f506c;
	font-size:0.9em;
	margin:10px;
	line-height: 1.42857143;
	text-align:left;
}

.flex_section:nth-child(2) .liens a {
	text-decoration: none;
	color: #0088cc;
    transition: all 0.4s ease-out;
}

.flex_section:nth-child(2) .liens a:hover {
    background-color: #b09bce;
    border-radius: 4px 4px;
    padding: 4px;
	text-decoration: none;
    color: white;
}

.flex_section:nth-child(2) .contact a {
	text-decoration: none;
	color: #2f506c;
    transition: all 0.4s ease-out;
}

.flex_section:nth-child(2) .contact a:hover {
	text-decoration: underline;
    color: #1e7cac;
}


/* ################################################################################ */
/* PIED DE PAGE               														*/
/* ################################################################################ */


#block_footer {
    margin: auto;
	width: 100%;/*900px;*/
	background-color:#444;	
    display: inline-block;
    vertical-align: top;
    display: flex;
    justify-content: center;
    align-items: flex-start;
	color:#A5A5A5;
    border-top: 1px solid #000000;
    padding-bottom: 20px;
    padding-top: 20px;
}

#footer_section1 {
	width: 20%;
	background-color:#444;
	padding-right:2%;
	color:#c0c0c0;
}

#footer_section2 {
	width: 20%;
	vertical-align: top;
    background-color: #444;
	color:#c0c0c0;
}
#footer_section3 {
	width: 15%;
	vertical-align: top;
    background-color: #444;
	color:#c0c0c0;
}

#footer_section4 {
	width: 15%;
	vertical-align: top;
    background-color: #444;
	color:#c0c0c0;
}

#footer_section5 {
	width: 15%;
	vertical-align: top;
    background-color: #444;
	color:#c0c0c0;
}

#block_footer h3 {
	color: #00a4ca;
	margin:10px;
    margin-left: 4px;
	font-family: "Roboto", sans-serif;
	font-size:1em;
	font-weight:400;
	text-align:left;
    color: white;		
}

#block_footer .footer_menu {
	font-family: "Roboto", sans-serif;
	font-size:0.8em;
	text-align:left;
	color:#A5A5A5;		
}

#block_footer ul {
    list-style-type: none;
}

#block_footer li {
	padding-top:4px;
	padding-bottom:4px;
}

#block_footer li a {
    text-decoration: none;
	color:#A5A5A5;
    padding-left: 4px;
    padding-right:4px;
    transition: all 0.4s ease-out;
}

#block_footer li a:hover {
    background-color: #fd2155;
    border-radius: 8px;
}


/* ################################################################################ */
/* COPYRIGHT                 														*/
/* ################################################################################ */


#block_copyright {
    display: inline-block;
    width: 100%;/*900px;*/
    margin: auto;
	background-color:#333;	/*#2f506c*/
    vertical-align: top;
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
    border-top: 1px solid #000000;
    padding-top: 10px;
    padding-bottom: 10px;
}

#copyright {
	margin: auto;
	width: 90%;
	text-align:center;
	color:#A5A5A5;
    vertical-align:middle;
}














/* ################################################################################ */
/* RESPONSIVE STYLE																	*/
/* ################################################################################ */

/*Responsive Styles*/
@media screen and (max-width : 760px){
    /*Make dropdown links appear inline*/
    .block_navbar ul {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    .block_navbar li {
        margin-bottom: 0px;
    }
    /*Make all menu links full width*/
    .block_navbar ul li, li a {
        width: 100%;
    }
    /*Display 'show menu' link*/
    .block_navbar .show_menu {
        display:block;
    }
}






@media only screen and (min-width: 1024px) and (max-width: 1199px){
    #block_header2 .soustitre {
        font-size: 20px;
    }
    #block_header2 .contact {
        font-size: 16px;  
    }
    #block_header2 .contact2 {
        font-size: 12px;  
    }
    #block_header2 .material-icons {
        font-size: 16px;  
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    #nav_topmenu_text {
        display: none;
    }
    #block_topmenu {
        font-size: 12px;
    } 
    #block_header1 #logo {
       /* background:  url('images/logo_new2.png') no-repeat center center;*/
        background:  url('images/logo_new2.png') no-repeat top left;
        width:300px;
    }

    .idx_sevigne1 {
        font-size: 23px;/*36px;*/
        font-weight: 500;
        margin-left: 60px;
        margin-top: 6px;
        letter-spacing: 1px;
        text-align: left;

    }
    .idx_sevigne2 {
        font-size: 8.5px;
        text-align: left;
        font-weight: normal;
        margin-top: 8px;
        margin-left: 60px;
    
    }
    .idx_sevigne3 {

        font-size: 18px;
        text-align: left;
        font-style: italic;
        margin-left: 126px;
        margin-top: 6px;
        font-weight: 500;
        text-decoration: none;
    }
    







    #block_header2 .soustitre {
        font-size: 18px;
    }
    #block_header2 .contact {
        font-size: 14px;        
    }
    #block_header2 .contact2 {
        font-size: 10px;  
    }
    #block_header2 .material-icons {
        font-size: 14px;  
    } 
    .block_navbar li a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;   
    }

    .flex_section:nth-child(1) h1 {
        font-size: 16px;    /*18px;*/
    }
    .flex_section:nth-child(1) h2 {
        font-size: 22px;
    }
    
    .flex_section:nth-child(1) h3 {
        font-size: 18px;
    }
    
    .flex_section:nth-child(1) h4 { 
        font-size: 14px;
    }
    
    .flex_section:nth-child(1) h5 {
        font-size: 16px;
    }
    
    .flex_section:nth-child(1) blockquote {
        font-size: 14px;
    }
    
    .flex_section:nth-child(1) p {
        font-size: 14px;
    }
    .flex_section:nth-child(2) h1, .flex_section:nth-child(2) h2 {
        font-size:18px;
    }
    .flex_section:nth-child(2) .liens a {
        font-size:14px;
    }       
    .flex_section:nth-child(2) p {
        font-size:14px;
    }
    .flex_section:nth-child(2) .material-icons {
        font-size: 14px;
    }

}

@media only screen and (min-width: 480px) and (max-width: 767px){
    #block_topmenu {
        font-size: 12px;
    } 
    #nav_topmenu li a {
        padding: 4px 4px;
    }       
    #nav_topmenu {
        width: 100%;
    }   
    
    #nav_topmenu_text {
        display: none;
    }








    #block_header1 {
        width: 100%;
    }   
    #block_header1 #logo {
        display: block;
        margin: 0 auto;
        width:auto;
        background:  url('images/logo_new.png') no-repeat top left;
    }

    .idx_sevigne1 {
        text-align: center;   
        margin-left: 92px;
    }
    .idx_sevigne2 {
        text-align: center; 
    
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 92px;
    
    }
    .idx_sevigne3 {
        text-align: center;
        margin-left: 96px;  
        margin-top: 6px;
    }







    #block_header2 {
        display: block;
        margin: 0 auto;
        float: none;
    }

    #block_header2 .soustitre {
        display: none;
    }
    #block_header2 .contact {
        display: none;       
    }

    #block_header2 .contact2 {
        text-align: center;
        font-size: 12px;
        margin-bottom: 12px; 
    }
    #block_header2 .material-icons {
        font-size: 16px;  
    }

    .block_navbar1 {
        width: 100%;
    }

    /*Make dropdown links appear inline*/
    .block_navbar ul {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    .block_navbar li {
        margin-bottom: 0px;
    }
    /*Make all menu links full width*/
    .block_navbar ul li, li a {
        width: 100%;
    }
    /*Display 'show menu' link*/
    .block_navbar .show_menu {
        display:block;
    }

    .flex_page {
        flex-direction: column;
    }
    .flex_section:nth-child(1) {
        width:100%;
    }
    .flex_section:nth-child(2) {
        width:100%;
    }

    .flex_section:nth-child(1) p {
        font-size: 14px;
    }
    .flex_section:nth-child(2) h1, .flex_section:nth-child(2) h2 {
        font-size:18px;
    }
    .flex_section:nth-child(2) .liens a {
        font-size:14px;
    }       
    .flex_section:nth-child(2) p {
        font-size:16px;
    }
    .flex_section:nth-child(2) .material-icons {
        font-size: 14px;
    }

    #block_footer {
        display: none;
    }


}

@media only screen and (min-width: 0px) and (max-width: 479px){
    #block_topmenu {
        font-size: 12px;
    } 
    #nav_topmenu li a {
        padding: 4px 4px;
    }       
    #nav_topmenu {
        width: 100%;
    }   
    
    #nav_topmenu_text {
        display: none;
    }

    #block_header1 #logo {
        display: block;
        margin: 0 auto;
        width:auto;
        /*background:  url('images/logo_new2.png') no-repeat top center;*/
        background:  url('images/logo_new2.png') no-repeat top left;
        height: 90px;
    }



    .idx_sevigne1 {
        font-size: 26px;
        text-align: center;   
        margin-left: 58px;
        margin-top: 0px;
        padding-top: 6px;
        letter-spacing: 0px;
    }
    .idx_sevigne2 {
        font-size: 12px;
        text-align: center; 
    
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 58px;
    
    }
    .idx_sevigne3 {
        font-size: 18px;
        text-align: center;
        margin-left: 70px;  
        margin-top: 6px;
    }




    #block_header2 {
        display: block;
        margin: 0 auto;
        float: none;
    }

    #block_header2 .soustitre {
        display: none;
    }
    #block_header2 .contact {
        display: none;       
    }
    #block_header2 .contact2 {
        text-align: center;
        font-size: 12px;
        margin-bottom: 12px; 
    }
    #block_header2 .material-icons {
        font-size: 16px;  
    }

    .block_navbar1 {
        width: 100%;
    }

    /*Make dropdown links appear inline*/
    .block_navbar ul {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    .block_navbar li {
        margin-bottom: 0px;
    }
    /*Make all menu links full width*/
    .block_navbar ul li, li a {
        width: 100%;
    }
    /*Display 'show menu' link*/
    .block_navbar .show_menu {
        display:block;
    }

    .flex_page {
        flex-direction: column;
    }

    .flex_section:nth-child(1) {
        width:100%;
        padding-left: 2%;
        padding-right: 2%;
    }
    .flex_section:nth-child(2) {
        width:100%;
    }

    #block_footer {
        display: none;
    }

}