﻿			.seo-container{
				margin-top: 80px;
			}

			.seo-container h4{
				font-size: 22px;
				font-weight: 400;
				line-height: 32px;
				margin: 0 0 20px 0;
			}
			
			.seo-container .seo-js{
				transition: all 1s;
				max-height: var(--Seo-height);
			}
			
			.seo-container .seo-content{
				font-size: 16px;
				font-weight: 400;
				line-height: 24px;
				margin: 0 0 24px;
				color: #707073;
			}
			
			.seo-container a{
				cursor: pointer;
				text-decoration: underline;
			}
			
			.seo-container a:hover{
				color: #1840DD;
			}
			
			.seo-container .seo-content-invisible{
				height: 1px;
				width: 1px;
				overflow: hidden;
				margin: 0;
				color: white;
				position: absolute;
				z-index: -1;
				display: none;
			}
			
			.seo-container .seo-voir-plus{
				display: flex;
				align-items: center;
			}
			
			.seo-container .seo-voir-plus .seo-plus{
				display: flex;
				align-items: center;
			}
			
			.seo-container .seo-voir-plus svg{
				cursor: pointer;
				transition: all 0.5s;
			}
			
			.seo-container .seo-voir-plus svg:hover path{
				fill: #1840DD;
			}
			
			.seo-container .seo-voir-plus p{
				font-size: 16px;
				font-weight: 400;
				line-height: 24px;
				margin: 0 12px 0 0;
				color: #222426;
				cursor: pointer;
				text-decoration: underline;
				transition: all 0.3s;
			}
			
			.seo-container .seo-voir-plus p:hover{
				color: #1840DD;
			}

			@media (max-width: 992px){
				.seo-container h4{
					font-size: 20px;
				}
			}