@charset "utf-8";
/* CSS Document */


/*correctifs structure de la page*/

.etude-de-cas-cms-page {
	display: none;
}

/*.col-md-6 {
	padding-left: 0px;
	padding-right: 0px;
}*/

/*cacher la banniere*/

.top-content {
	display: none;
}

.grid-section {
	/*background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/page/etudes-de-cas/promutuel/images/bg_pattern2.gif);
	background-repeat: repeat-x;*/
	
	background-color: #ffffff;
	
	padding-bottom: 0px;
}

/*---------------------*/

/*LAPTOP VIDEO*/
#laptopvideo {
    width: 100%;
    height: 100%;
    max-width: 2000px;
    max-height: 1090px;
    margin: 0 auto;
}
#contenuvideo {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
}
#contenuvideo iframe {
    box-sizing: border-box;
    background: url(https://prodsolutionsmedia.blob.core.windows.net/assets/page/etudes-de-cas/aitq/images/laptop_aitq_vide.png) center center no-repeat;
    background-size: contain;
    padding: 10.5% 13.7% 13.2% 14.1%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*blocintro*/
/*Logo*/


.intro {
	color: #f6f2f2;
	font-size: 22px;
}

.citation {
	color: #f6f2f2;
	font-size: 28px;
}

.signaturecitation {
	color: #f6f2f2;
	font-size: 18px;
	padding-bottom: 20px;
}

.logobu {
  margin: 0px;
  padding: 80px 10px 40px 10px;
}

/*---------------------*/

.imgfeature {
	margin-top:-100px;
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
.imgfeature {
	margin-top:40px;
}
}

@media screen and (max-width: 800px) {

	
.titreblocobjectifs {   
padding-top: 10px;
}
	
	.texteblocstrategie {   
		padding-bottom: 10px;
}
	.texteblocdeploiement {   
	padding-top: 10px;
}
}

/*---------------------*/


.bgbleu {
 background-color: #f8da4a;
	margin-top:40px;
}

.bblocstatsflexo {
display: flex;
	margin-top:30px;
}


.blocstats {
  background-color: #f8da4a;
  padding: 40px 20px 40px 20px; 
	/*margin-top:30px;*/
	/*margin-bottom: 15px;*/
	height: auto;
	/*min-height: 550px;*/
}

.blocstatsd {
	
  background-color: #f8da4a;
  padding: 40px 20px 40px 20px; 
	/*margin-top:30px;*/
	margin-bottom: 15px;
	height: auto;
	min-height: 550px;
}



/*---------------------*/


.blocobjectifs {   
	padding-top:40px;
	padding-bottom:40px;
}

.blocobjectifs ul {   
	padding-inline-start: 20px;
}

.blocobjectifs li::before {color: #f8da4a;
  display: inline-block; width: 1em;
  margin-left: -1em;}

.titreblocobjectifs {   
	color: #f8da4a;
	font-size: 30px;
	
	margin-bottom: 0px;
}

.texteblocobjectifs {   
	color: #faf7f7;
	font-size: 22px;
	
	margin-bottom: 0px;
}



/*---------------------*/

.blocstrategie {   
	padding-top:40px;
	padding-bottom:40px;
}

.blocstrategie ul {   
	padding-inline-start: 20px;
}

.blocstrategie li::before { color: #f8da4a;
  display: inline-block; width: 1em;
  margin-left: -1em;}


.titreblocstrategie {   
	color: #f8da4a;
	font-size: 30px;
	
	margin-bottom: 0px;
}

.texteblocstrategie {   
	color: #050505;
	font-size: 22px;
	
	margin-bottom: 0px;
}

/*---------------------*/

.blocdeploiement {   
	padding-top:40px;
	padding-bottom:40px;
}

.blocdeploiement ul {   
	padding-inline-start: 20px;
}

.blocdeploiement li::before {color: #f8da4a;
  display: inline-block; width: 1em;
  margin-left: -1em;}

.titreblocdeploiement {   
	color: #f8da4a;
	font-size: 30px;
	
	margin-bottom: 0px;
}

.texteblocdeploiement {   
	color: #f8f5f5;
	font-size: 22px;
	
	margin-bottom: 0px;
}

/*---------------------*/

.highlightedred {   
	color: #f8da4a;
	font-weight:bold;
}

.highlightenomexpert {   
	color: #a29282;
}

.elementrouge {   
	color: #f8da4a;
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
.borderpointille {border-right:0px dotted #ffffff; border-bottom:0px dotted #ffffff;}
	
/*banner*/
	
.blocbanniere {
	height: auto;
	min-height: 290px;
	
	background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/rdv-rc-ohdio-2023/en/image/EN-BannerOhdioMobile.png);
	background-repeat: no-repeat;
	
	/*background-attachment: fixed;*/
    background-position: top center;
    background-size: cover;
	
	background-color: #ffffff;
}
	
/*intro*/
	.blocintro {
	height: auto;
	/*min-height: 504px;*/
		
	background-color: #008d82;
	border-top: 8px solid #fefc00;
}
	.texteblocintro {
	height: auto;
	padding: 40px 10px 40px 10px;
}
	.texteblocintro .titre {
	font-size: 26px;
	color: #ffffff;
	font-weight: bold;
		
	text-transform: uppercase;
}
	
	.texteblocintro p{
	font-size: 16px;
	color: #fefefe;
	/*filter: drop-shadow(2px 0px 0px #000000);*/
}
	
/*bloc resumé*/
	.blocresume {
	height: auto;
	/*min-height: 504px;*/
		
	background-color: #fefc00;
}
	.texteblocresume {
	height: auto;
	padding: 40px 10px 40px 10px
}
	.texteblocresume .titre {
	font-size: 16px;
	color: #008d82;
	font-weight: bold;
		
	text-transform: uppercase;
}

/*presentation experts*/
	
	.blocpresentationexperts {
	height: auto;
	/*min-height: 694px;*/
	
	background-color: #b6d6d2;
	
	background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/rdv-rc-ohdio-2023/fr/images/bg_wave.png);
	background-repeat: repeat-y;
	
	/*background-attachment: fixed;*/
   background-position: top center;
   background-size: auto;
}
	
.blocpresentationexperts .flexo {
   display:flex;
}
	.blocpresentationexperts .titre3 {
		font-size: 18px;
		color: #00493f;
		
		text-align: center;
			
}
	.blocpresentationexperts p {
		font-size: 18px;
		color: #00493f;
		
		text-align: center;
}
	
	
/*entrevue*/
	
	.blocentrevue {
	height: auto;
	/*min-height: 504px;*/
		
	background-color: #ffffff;
}
	.texteblocentrevue {
	height: auto;
	padding: 40px 10px 40px 10px
}
	.blocentrevue .titre3 {
		font-size: 26px;
		color: #df0000;
}

	.blocentrevue .texte1{
	font-size: 18px;
	color: #00493f;
}
	
/*conclusion*/
	
	.blocconclusion{
		height: auto;
	min-height: 290px;
	
	background-color: #ffffff;
	border-top: 8px solid #fefc00;
	
	background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/rdv-rc-ohdio-2023/en/image/footerOhdio2000EN.png);
	background-repeat: no-repeat;
	
	/*background-attachment: fixed;*/
   background-position: top center;
   background-size: cover;
}
	.texteblocconclusion {
	height: auto;
	padding: 80px 10px 80px 10px
}
	.blocconclusion .titre3 {
		font-size: 26px;
		color: #a69483;
		
		text-transform: uppercase;
}
	.blocconclusion .numero{
	font-size: 30px;
	font-weight: bold;
	color: #63bcdf;
}
	
	.blocconclusion .texte1{
	font-size: 18px;
	color: #1b333d;
}
	
.blocconclusion .table {
	max-width: 100%;
	margin: 0px auto 0px auto;
}
	
/*contact*/

	.bloccontact {
	height: auto;
	background-color: #28334a;
}
	.textebloccontact {
	height: auto;
	padding: 50px 10px 50px 10px;
}
	
	.textebloccontact .titre {
	font-size: 40px;
	color: #103d86;
	text-transform: uppercase;
		
	margin: 0 0 0px;
}
	
	.textebloccontact p {
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 40px;
		
	color: #ffffff;
}

.affichedesktop {
   display:none;
}

.affichemobile {
   display:block;
}
	
  }


/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	
.borderpointille {border-right:0px dotted #ffffff; border-bottom:0px dotted #ffffff;}
	
/*banner*/
	
.blocbanniere {
	height: auto;
	min-height: 390px;
	
	background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/rdv-rc-ohdio-2023/en/image/EN-BannerOhdioTablette.png);
	background-repeat: no-repeat;
	
	/*background-attachment: fixed;*/
    background-position: top center;
    background-size: cover;
	
	background-color: #ffffff;
}
	
/*intro*/
	.blocintro {
	height: auto;
	/*min-height: 504px;*/
		
	background-color: #008d82;
	border-top: 8px solid #fefc00;
}
	.texteblocintro {
	height: auto;
	padding: 40px 10px 40px 10px;
}
	.texteblocintro .titre {
	font-size: 26px;
	color: #ffffff;
	font-weight: bold;
		
	text-transform: uppercase;
}
	
	.texteblocintro p{
	font-size: 18px;
	color: #fefefe;
	/*filter: drop-shadow(2px 0px 0px #000000);*/
}
	
/*bloc resumé*/
	.blocresume {
	height: auto;
	/*min-height: 504px;*/
		
	background-color: #fefc00;
}
	.texteblocresume {
	height: auto;
	padding: 40px 10px 40px 10px
}
	.texteblocresume .titre {
	font-size: 18px;
	color: #008d82;
	font-weight: bold;
		
	text-transform: uppercase;
}


/*presentation experts*/
	
	.blocpresentationexperts {
	height: auto;
	/*min-height: 694px;*/
	
	background-color: #b6d6d2;
	
	background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/rdv-rc-ohdio-2023/fr/images/bg_wave.png);
	background-repeat: repeat-y;
	
	/*background-attachment: fixed;*/
   background-position: top center;
   background-size: auto;
}
	
.blocpresentationexperts .flexo {
   display:flex;
}
	.blocpresentationexperts .titre3 {
		font-size: 20px;
		color: #00493f;
		
		text-align: center;
			
}
	.blocpresentationexperts p {
		font-size: 20px;
		color: #00493f;
		
		text-align: center;
}
	
	
/*entrevue*/
	
	.blocentrevue {
	height: auto;
	/*min-height: 504px;*/
		
	background-color: #ffffff;
}
	.texteblocentrevue {
	height: auto;
	padding: 40px 10px 40px 10px
}
	.blocentrevue .titre3 {
		font-size: 26px;
		color: #df0000;
}

	.blocentrevue .texte1{
	font-size: 18px;
	color: #00493f;
}
	
/*conclusion*/
	
	.blocconclusion{
		height: auto;
	min-height: 390px;
	
	background-color: #ffffff;
	border-top: 8px solid #fefc00;
	
	background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/rdv-rc-ohdio-2023/en/image/footerOhdio2000EN.png);
	background-repeat: no-repeat;
	
	/*background-attachment: fixed;*/
   background-position: top center;
   background-size: cover;
}.texteblocconclusion {
	height: auto;
	padding: 80px 10px 80px 10px
}
	.blocconclusion .titre3 {
		font-size: 26px;
		color: #a69483;
		
		text-transform: uppercase;
}
	.blocconclusion .numero{
	font-size: 34px;
	font-weight: bold;
	color: #63bcdf;
}
	
	.blocconclusion .texte1{
	font-size: 18px;
	color: #1b333d;
}

.blocconclusion .table {
	max-width: 100%;
	margin: 0px auto 0px auto;
}
	
/*contact*/

	.bloccontact {
	height: auto;
	background-color: #28334a;
}
	.textebloccontact {
	height: auto;
	padding: 50px 10px 50px 10px;
}
	
	.textebloccontact .titre {
	font-size: 40px;
	color: #103d86;
	text-transform: uppercase;
		
	margin: 0 0 0px;
}
	
	.textebloccontact p {
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 40px;
		
	color: #ffffff;
}

.affichedesktop {
   display:none;
}

.affichemobile {
   display:block;
}
	
  }


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
.borderpointille {border-right:0px dotted #ffffff; border-bottom:0px dotted #ffffff;}
	
/*banner*/
	
.blocbanniere {
	height: auto;
	min-height: 390px;
	
	background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/rdv-rc-ohdio-2023/en/image/EN-BannerOhdioTablette.png);
	background-repeat: no-repeat;
	
	/*background-attachment: fixed;*/
    background-position: top center;
    background-size: cover;

	background-color: #ffffff;
}
	
/*intro*/
	.blocintro {
	height: auto;
	/*min-height: 504px;*/
		
	background-color: #008d82;
	border-top: 8px solid #fefc00;
}
	.texteblocintro {
	height: auto;
	padding: 40px 10px 40px 10px;
}
	.texteblocintro .titre {
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
		
	text-transform: uppercase;
}
	
	.texteblocintro p{
	font-size: 20px;
	color: #fefefe;
	/*filter: drop-shadow(2px 0px 0px #000000);*/
}
	
/*bloc resumé*/
	.blocresume {
	height: auto;
	/*min-height: 504px;*/
		
	background-color: #fefc00;
}
	.texteblocresume {
	height: auto;
	padding: 40px 10px 40px 10px
}
	.texteblocresume .titre {
	font-size: 20px;
	color: #008d82;
	font-weight: bold;
		
	text-transform: uppercase;
}


/*presentation experts*/
	
	.blocpresentationexperts {
	height: auto;
	/*min-height: 694px;*/
	
	background-color: #b6d6d2;
	
	background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/rdv-rc-ohdio-2023/fr/images/bg_wave.png);
	background-repeat: repeat-y;
	
	/*background-attachment: fixed;*/
   background-position: top center;
   background-size: auto;
}
	
.blocpresentationexperts .flexo {
   display:flex;
}
	.blocpresentationexperts .titre3 {
		font-size: 22px;
		color: #00493f;
		
		text-align: left;
			
}
	.blocpresentationexperts p {
		font-size: 22px;
		color: #00493f;
		
		text-align: left;
}
	
	
/*entrevue*/
	
	.blocentrevue {
	height: auto;
	/*min-height: 504px;*/
		
	background-color: #ffffff;
}
	.texteblocentrevue {
	height: auto;
	padding: 40px 10px 40px 10px
}
	.blocentrevue .titre3 {
		font-size: 30px;
		color: #df0000;
}

	.blocentrevue .texte1{
	font-size: 20px;
	color: #00493f;
}
	
/*conclusion*/
	
		.blocconclusion{
		height: auto;
	min-height: 390px;
	
	background-color: #ffffff;
	border-top: 8px solid #fefc00;
	
	background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/rdv-rc-ohdio-2023/en/image/footerOhdio2000EN.png);
	background-repeat: no-repeat;
	
	/*background-attachment: fixed;*/
   background-position: top center;
   background-size: cover;
}
	.texteblocconclusion {
	height: auto;
	padding: 80px 10px 80px 10px
}
	.blocconclusion .titre3 {
		font-size: 30px;
		color: #63bcdf;
		
		text-transform: uppercase;
}
	.blocconclusion .numero{
	font-size: 40px;
	font-weight: bold;
	color: #28334a;
}
	
	.blocconclusion .texte1{
	font-size: 20px;
	color: #1b333d;
}
	
.blocconclusion .table {
	max-width: 80%;
	margin: 0px auto 0px auto;
}
	
/*contact*/

	.bloccontact {
	height: auto;
	background-color: #28334a;
}
	.textebloccontact {
	height: auto;
	padding: 50px 10px 50px 10px;
}
	
	.textebloccontact .titre {
	font-size: 40px;
	color: #103d86;
	text-transform: uppercase;
		
	margin: 0 0 0px;
}
	
	.textebloccontact p {
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 40px;
		
	color: #ffffff;
}

.affichedesktop {
   display:none;
}

.affichemobile {
   display:block;
}
	
  }



/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
.borderpointille {border-right:0px dotted #ffffff; border-bottom:0px dotted #ffffff;}
	
/*banner*/
	
.blocbanniere {
	height: auto;
	min-height: 500px;
	
	background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/rdv-rc-ohdio-2023/en/image/Banner-ohdio_en_desktop2.png);
	background-repeat: no-repeat;
	
	/*background-attachment: fixed;*/
    background-position: top center;
    background-size: cover;
	
	background-color: #ffffff;
}
	
/*intro*/
	.blocintro {
	height: auto;
	/*min-height: 504px;*/
		
	background-color: #008d82;
	border-top: 8px solid #fefc00;
}
	.texteblocintro {
	height: auto;
	padding: 40px 10px 40px 10px;
}
	.texteblocintro .titre {
	font-size: 38px;
	color: #ffffff;
	font-weight: bold;
		
	text-transform: uppercase;
}
	
	.texteblocintro p{
	font-size: 22px;
	color: #fefefe;
	/*filter: drop-shadow(2px 0px 0px #000000);*/
}
	
/*bloc resumé*/
	.blocresume {
	height: auto;
	/*min-height: 504px;*/
		
	background-color: #fefc00;
}
	.texteblocresume {
	height: auto;
	padding: 40px 10px 40px 10px
}
	.texteblocresume .titre {
	font-size: 22px;
	color: #008d82;
	font-weight: bold;
		
	text-transform: uppercase;
}


/*presentation experts*/
	
	.blocpresentationexperts {
	height: auto;
	/*min-height: 694px;*/
	
	background-color: #b6d6d2;
	
	background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/rdv-rc-ohdio-2023/fr/images/bg_wave.png);
	background-repeat: no-repeat;
	
	/*background-attachment: fixed;*/
   background-position: top center;
   background-size: cover;
}
	
.blocpresentationexperts .flexo {
   display:flex;
}
	.blocpresentationexperts .titre3 {
		font-size: 24px;
		color: #00493f;
		
		text-align: left;
			
}
	.blocpresentationexperts p {
		font-size: 24px;
		color: #00493f;
		
		text-align: left;
}
	
	
/*entrevue*/
	
	.blocentrevue {
	height: auto;
	/*min-height: 504px;*/
		
	background-color: #ffffff;
}
	.texteblocentrevue {
	height: auto;
	padding: 40px 10px 40px 10px
}
	.blocentrevue .titre3 {
		font-size: 30px;
		color: #df0000;
}

	.blocentrevue .texte1{
	font-size: 22px;
	color: #00493f;
}
	
/*conclusion*/
	
	.blocconclusion{
		height: auto;
	min-height: 604px;
	
	background-color: #ffffff;
	border-top: 8px solid #fefc00;
	
	background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/rdv-rc-ohdio-2023/en/image/footerOhdio2000EN.png);
	background-repeat: no-repeat;
	
	/*background-attachment: fixed;*/
   background-position: top center;
   background-size: cover;
}
	.texteblocconclusion {
	height: auto;
	padding: 80px 10px 80px 10px
}
	.blocconclusion .titre3 {
		font-size: 38px;
		color: #a69483;
		
		text-transform: uppercase;
}
	.blocconclusion .numero{
	font-size: 50px;
	font-weight: bold;
	color: #63bcdf;
}
	
	.blocconclusion .texte1{
	font-size: 22px;
	color: #1b333d;
}
	
.blocconclusion .table {
	max-width: 90%;
	margin: 0px auto 0px auto;
}
	
/*contact*/

	.bloccontact {
	height: auto;
	background-color: #28334a;
}
	.textebloccontact {
	height: auto;
	padding: 50px 10px 50px 10px;
}
	
	.textebloccontact .titre {
	font-size: 40px;
	color: #103d86;
	text-transform: uppercase;
		
	margin: 0 0 0px;
}
	
	.textebloccontact p {
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 40px;
		
	color: #ffffff;
}

.affichedesktop {
   display:block;
}

.affichemobile {
   display:none;
}
	
  }



/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

.borderpointille {border-right:0px dotted #ffffff; border-bottom:0px dotted #ffffff;}
	
/*banner*/
	
.blocbanniere {
	height: auto;
	min-height: 500px;
	
	background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/rdv-rc-ohdio-2023/en/image/Banner-ohdio_en_desktop2.png);
	background-repeat: no-repeat;
	
	/*background-attachment: fixed;*/
    background-position: top center;
    background-size: cover;
	
	background-color: #ffffff;
}
	
/*intro*/
	.blocintro {
	height: auto;
	/*min-height: 504px;*/
		
	background-color: #008d82;
	border-top: 8px solid #fefc00;
}
	.texteblocintro {
	height: auto;
	padding: 40px 10px 40px 10px;
}
	.texteblocintro .titre {
	font-size: 38px;
	color: #ffffff;
	font-weight: bold;
		
	text-transform: uppercase;
}
	
	.texteblocintro p{
	font-size: 22px;
	color: #fefefe;
	/*filter: drop-shadow(2px 0px 0px #000000);*/
}
	
/*bloc resumé*/
	.blocresume {
	height: auto;
	/*min-height: 504px;*/
		
	background-color: #fefc00;
}
	.texteblocresume {
	height: auto;
	padding: 40px 10px 40px 10px
}
	.texteblocresume .titre {
	font-size: 22px;
	color: #008d82;
	font-weight: bold;
		
	text-transform: uppercase;
}

/*presentation experts*/
	
	.blocpresentationexperts {
	height: auto;
	/*min-height: 694px;*/
	
	background-color: #b6d6d2;
	
	background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/rdv-rc-ohdio-2023/fr/images/bg_wave.png);
	background-repeat: no-repeat;
	
	/*background-attachment: fixed;*/
   background-position: top center;
   background-size: cover;
}
	
.blocpresentationexperts .flexo {
   display:flex;
}
	.blocpresentationexperts .titre3 {
		font-size: 24px;
		color: #00493f;
		
		text-align: left;
			
}
	.blocpresentationexperts p {
		font-size: 24px;
		color: #00493f;
		
		text-align: left;
}
	
	
/*entrevue*/
	
	.blocentrevue {
	height: auto;
	/*min-height: 504px;*/
		
	background-color: #ffffff;
}
	.texteblocentrevue {
	height: auto;
	padding: 40px 10px 40px 10px
}
	.blocentrevue .titre3 {
		font-size: 30px;
		color: #df0000;
}

	.blocentrevue .texte1{
	font-size: 22px;
	color: #00493f;
}
	
/*conclusion*/
	
	.blocconclusion{
		height: auto;
	min-height: 604px;
	
	background-color: #ffffff;
	border-top: 8px solid #fefc00;
	
	background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/rdv-rc-ohdio-2023/en/image/footerOhdio2000EN.png);
	background-repeat: no-repeat;
	
	/*background-attachment: fixed;*/
   background-position: top center;
   background-size: cover;
}
	.texteblocconclusion {
	height: auto;
	padding: 80px 10px 80px 10px
}
	.blocconclusion .titre3 {
		font-size: 38px;
		color: #a69483;
		
		text-transform: uppercase;
}
	.blocconclusion .numero{
	font-size: 50px;
	font-weight: bold;
	color: #63bcdf;
}
	
	.blocconclusion .texte1{
	font-size: 22px;
	color: #1b333d;
}
	.blocconclusion .table {
	max-width: 90%;
	margin: 0px auto 0px auto;
}
	
/*contact*/

	.bloccontact {
	height: auto;
	background-color: #28334a;
}
	.textebloccontact {
	height: auto;
	padding: 50px 10px 50px 10px;
}
	
	.textebloccontact .titre {
	font-size: 40px;
	color: #103d86;
	text-transform: uppercase;
		
	margin: 0 0 0px;
}
	
	.textebloccontact p {
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 40px;
		
	color: #ffffff;
}
	
.affichedesktop {
   display:block;
}

.affichemobile {
   display:none;
}
	
}