/* CSS previously in blocks */
.basic_paragraph_content.activite {
    padding: 0 25%;
    text-align: center;
}
.basic_paragraph_content.activite h2 {
    text-align: center
}
.blockActivite {
    display: block;
    margin-bottom: 10px;
    padding: 15px 7px;
    width: 100%;
    text-align: center;
}
#corporate_evenements_container {
    display: inline-block;
    width: 100%;
}
.corporate_evenements {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content:center;
    height: initial;
    overflow: hidden;
    width: 100%;
    white-space: inherit !important
}
.evenement {
    width: 30%;
    height: auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    margin: 1% 1%;
    display: inline-block;
    border: 0;
}
.basic_paragraph_content p {
    font-size: 16px;
}
#zone_menuflottant {
    background-color: #16619a;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    margin: 90px 0 50px;
}
#zone_menuflottant > #menu_flottant > ul {
    list-style-type: none;
    display: flex;
}
#zone_menuflottant > #menu_flottant > ul > li {
    flex:content;
    margin: 0;
    height:42px;
    line-height:42px;
}
#zone_menuflottant > #menu_flottant > ul > li > a {
    height:42px;
    line-height:42px;
    color:#fff;
    display:inline-block;
}
#zone_menuflottant > #menu_flottant > ul > li > a:hover {
    box-shadow: inset 0px -5px 0px 0px rgba(255,255,255,1);
    font-weight: bold;
    text-decoration:none;
}
.basic_paragraph_title {
    background-color: transparent;
    color: black;
    text-align: initial;
    font-size: 2em;
    font-weight: bold;
}
.basic_paragraph_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.blockvaleurs {
    display: block;
    margin-bottom: 10px;
    padding: 15px 7px;
    flex-wrap: wrap;
    width: 40%;
    text-align: center;
}
.blockHistoire .blockDates {
    display: block;
    margin-bottom: 10px;
    flex-wrap: wrap;
    text-align: center;
}
.blockDates {
    padding: 20px 20px;
    width: 25%;
    text-align: center;
}
.blockDates img {
    width: 100%;margin-top: 20px;
}
.blockHistoire {
    padding: 0 20%;
    width: 100%;
}
#divmetiersliste {
    width: 100%;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    align-content: stretch;
    flex-direction: row;
}
#divmetiersliste .basic_paragraph_content {
    width: 48%;
    border-right: 1px solid black;
    border-left: 1px solid black;
    margin-left: 1px;
    justify-content: center;
}
#divmetiersliste .basic_paragraph_content * {
    width: 100%;
    text-align: center;
}
#divactions .basic_paragraph {
    width: 100%;
    display: block;
    text-align: center;
}
#divactions .basic_paragraph_content h3 {
    width: 100%;
}
#divactions .basic_paragraph_content {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
#divactions .basic_paragraph_content div {
    width: 50%;
}

#divactions .basic_paragraph_content img {
    max-width: 50%;
}
.basic_paragraph_content {
    display: flex;
    flex-wrap: wrap;
}
.blockChiffres {
    display: block;
    margin-bottom: 10px;
    padding: 0px 7px;
    flex-wrap: wrap;
    width: 25%;
    text-align: center;
    margin: 0;
    padding: 0;
}
/* End CSS previously in blocks */

/*(
    for both (desktop and mobile) version
*/
.solutions a {
    color: white;
}
#maincontent h1, #maincontent h2, #maincontent h3 {
    font-weight: bold !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
}
#maincontent h2, #maincontent li, #maincontent a {
    color: #2c2f80;
}
#maincontent .fixed a {
    color: #FFFFFF;
}
#maincontent h2 {
    text-transform: uppercase;
    font-size: 2rem;
}
#maincontent li {
    font-weight: bold !important;
}
#maincontent blockquote {
    text-align: center !important;
}
#maincontent blockquote::before {
  content: "\201C" !important;
  font-size: 50px;
  margin: 0 20px;
  float: left;
  position: relative;
  top: -20px;
  left: -10px;
}
#maincontent blockquote::after {
  content: "\201D" !important;
  font-size: 50px;
  margin: 0 0 0 20px;
  float: right;
  position: relative;
  top: -20px;
  right: -30px;
}

.solutions {
    display: table;
    width: 100%;
    padding: 15px;
    background-color: #fff;
}

/*
big screen (computer)
*/
@media screen and (min-width: 768px){
    #mobile-indicator {
        display: none;
    }
    .solutions{
        display: table;
        width: 100%;
    }
    .simple_text {
        color: #1559aa;
        margin-bottom: 2%;
    }
    .basic_paragraph {
        margin-bottom: 2%;
        margin-top: 2%;
    }
    #corporate_evenement_swipe_left {
        display: inline-block;
        margin-bottom: 15%;
        border-radius: 100%;
        background-color: darkturquoise;
        width: 5%;
    }
    #corporate_evenement_swipe_right {
        display: inline-block;
        margin-bottom: 15%;
        border-radius: 100%;
        background-color: darkturquoise;
        width: 5%;
    }
    .corporate_links {
        margin-top: -70px;
        display: table;
        table-layout: fixed;
        width: 100%;
        margin-bottom: 3%;
    }
    .corporate_links a {
        display: table-cell;
        text-align: center;
    }
    .deploy_button {
        float: right;
        height: 40px;
        color: #1559aa;
        /*visibility:hidden;*/
        display: none;
    }
}





/*
little screen (phone)
*/
@media screen and (max-width: 768px){
   #mobile-indicator {
       display: block;
   }
    .simple_text {
        display: none;
    }
    .basic_paragraph {
        margin-bottom: 2%;
        margin-top: 2%;
    }
    .deploy_button {
        float: right;
        height: 30px;
        color: #1559aa;
    }
    .corporate_links a {
        display: block;
    }
    .corporate_evenements {
        display: grid;
        grid-template-rows: 120px 120px;
        overflow: hidden;   
        grid-column-gap: 2%;
        grid-row-gap: 5px;
    }
    #corporate_evenement_swipe_left {
        display: inline-block;
        border-radius: 100%;
        background-color: darkturquoise;
        width: 5%;
    }
    #corporate_evenement_swipe_right {
        display: inline-block;
        border-radius: 100%;
        background-color: darkturquoise;
        width: 5%;
    }
}

/*
Services
*/
.cms-societe .services {
	margin-top: 100px;
}
@media screen and (max-width: 900px){
	.solutions .cols {
		display: block;
		line-height: 18px;
		width: 100%;
		height: auto;
		text-align: center;
	}
	.services a:hover img:nth-child(2) {
		display: inline-block !important;
	}
}